index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_spanningtree
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modernize various minor legacy C++isms.
Sadie Powell
2022-07-30
1
-3
/
+2
*
Switch from NULL to nullptr.
Sadie Powell
2022-07-22
18
-38
/
+38
*
Make dynamic a non-default header.
Sadie Powell
2022-06-26
1
-0
/
+1
*
Make clientprotocol{msg,event} and numericbuilder non-default headers.
Sadie Powell
2022-06-26
1
-6
/
+7
*
Move numeric helper classes to their own header.
Sadie Powell
2022-06-26
1
-0
/
+1
*
Modernize the syntax of various templates.
Sadie Powell
2022-06-23
1
-1
/
+1
*
Merge branch 'insp3' into master.
Sadie Powell
2022-05-25
1
-1
/
+1
|
\
|
*
Fix some compiler warnings on i386.
Sadie Powell
2022-05-25
1
-1
/
+1
*
|
Deprecate the (raw)version SINFO keys and split out customversion/rawbranch.
Sadie Powell
2022-05-17
6
-68
/
+75
*
|
Get rid of GetVersionString.
•••
TODO: split fullversion/version into individual fields.
Sadie Powell
2022-05-17
1
-2
/
+2
*
|
Add a typedef for a mode rank.
Sadie Powell
2022-05-17
3
-3
/
+3
*
|
Store a set of list mode pointers in Membership instead of characters.
Sadie Powell
2022-05-17
2
-2
/
+3
*
|
Require specifying the repeat argument of the Timer class.
Sadie Powell
2022-05-17
1
-1
/
+1
*
|
Remove unnecessary arguments to On(Post)Oper.
•••
These are already accessible from the user object.
Sadie Powell
2022-05-07
2
-2
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-05-07
2
-5
/
+16
|
\
|
|
*
Make linking servers over UNIX sockets less difficult.
•••
Closes #1730.
Sadie Powell
2022-05-07
1
-4
/
+15
*
|
Rewrite logging calls to use the new APIs.
Sadie Powell
2022-05-01
13
-30
/
+30
*
|
Format enums with an underlying type like classes.
Sadie Powell
2022-04-30
1
-1
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-04-29
7
-8
/
+8
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2022-04-28
7
-8
/
+8
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-04-16
1
-1
/
+1
|
\
|
|
*
Use ERR_UNAVAILRESOURCE for things that should be retried later.
•••
Also move it to the global numerics header to avoid duplication.
Sadie Powell
2022-04-12
1
-1
/
+1
*
|
Add a class that wraps a dynamic reference to the extban manager.
Sadie Powell
2022-04-16
1
-2
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-04-05
1
-2
/
+2
|
\
|
|
*
Fix the grammar of various xline messages.
Sadie Powell
2022-04-05
1
-2
/
+2
*
|
Fix unsigned/const keyword ordering, remove unnecessary consts.
Sadie Powell
2022-03-27
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-03-27
1
-1
/
+1
|
\
|
|
*
Fix real name formatting bleeding into IRC messages.
Sadie Powell
2022-03-21
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-02-01
2
-3
/
+7
|
\
|
|
*
Fix splitting servers multiple times in some cases.
Sadie Powell
2022-02-01
2
-1
/
+5
|
*
Fix duplicate messages when a server connection errors.
Sadie Powell
2022-02-01
1
-2
/
+2
*
|
The target in OnDecodeMetaData can be nullptr sometimes.
Sadie Powell
2022-01-31
1
-1
/
+1
*
|
Move stdalgo::map::difference to its own utility header.
Sadie Powell
2022-01-31
1
-2
/
+3
*
|
Slim down the protocol interface for sending metadata.
Sadie Powell
2022-01-31
4
-39
/
+31
*
|
Add the type to the Extensible class.
Sadie Powell
2022-01-31
1
-3
/
+2
*
|
Rename the ExtensionItem::type field to extype to avoid collisions.
Sadie Powell
2022-01-31
1
-3
/
+3
*
|
Fix the case of Membership::GetRank.
Sadie Powell
2022-01-31
1
-1
/
+1
*
|
Abolish the infernal space before accessibility keywords.
Sadie Powell
2022-01-25
16
-73
/
+73
*
|
Add constexpr to the initialisation of various const static fields.
Sadie Powell
2022-01-18
3
-6
/
+4
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-01-15
2
-1
/
+3
|
\
|
|
*
Fix a spanningtree linker error on FreeBSD armv7.
Sadie Powell
2022-01-15
2
-1
/
+3
*
|
Always catch exceptions as a constant reference.
Sadie Powell
2022-01-09
4
-5
/
+5
*
|
Refactor CoreException and ModuleException.
Sadie Powell
2022-01-07
2
-9
/
+9
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-01-03
3
-3
/
+3
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-12-30
3
-3
/
+3
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-12-27
3
-17
/
+33
|
\
|
|
*
Fix not looking up IPv4 addresses when a server has an IPv6 address.
•••
Closes #1811.
Sadie Powell
2021-12-25
2
-16
/
+32
|
*
Allow unsetting uniqueusername with metadata too.
Sadie Powell
2021-12-20
1
-1
/
+1
*
|
Promote ExtensionItem::ExtensibleType to a top level enum class.
Sadie Powell
2021-12-23
1
-3
/
+3
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-12-14
3
-0
/
+12
|
\
|
[next]