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
*
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
|
\
|
|
*
Sync uniqueusername from the connect class to the user.
•••
This is a massive hack for now but should be made to sync properly in v4 when we have extensibles that don't suck.
Sadie Powell
2021-12-14
3
-0
/
+12
*
|
Consistently use `!foo` instead of `foo == NULL`.
Sadie Powell
2021-12-03
2
-2
/
+2
*
|
Squash a long form loop that was merged in from the insp3 branch.
Sadie Powell
2021-11-24
1
-5
/
+1
*
|
Remove unused time_t field from the timer system.
•••
This is equivalent to calling InspIRCd::Now() and is only actually used in one place in modules.
Sadie Powell
2021-11-05
4
-5
/
+4
*
|
Fix a typo in BroadcastModuleState.
Sadie Powell
2021-10-05
1
-1
/
+1
*
|
Apply the final keyword to all module classes where appropriate.
Sadie Powell
2021-10-04
14
-33
/
+59
*
|
Mark all message tag provider classes as final.
Sadie Powell
2021-10-01
1
-2
/
+4
*
|
Mark all command classes as final.
Sadie Powell
2021-10-01
1
-34
/
+68
*
|
Always use ExtractTS to extract timestamps from S2S messages.
Sadie Powell
2021-09-10
6
-14
/
+10
*
|
Add the FRHOST command to allow changing a remote user's real host.
•••
Closes #1803.
Sadie Powell
2021-09-02
5
-3
/
+33
*
|
Make the protocol version enum entries slightly less verbose.
Sadie Powell
2021-08-28
6
-15
/
+15
*
|
Forward SQUERY to services instead of downgrading it to PRIVMSG.
Sadie Powell
2021-08-28
3
-1
/
+65
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-08-28
6
-6
/
+7
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-08-27
6
-6
/
+7
*
|
Avoid duplicating User::MakeHostIP.
Sadie Powell
2021-08-20
1
-1
/
+2
*
|
Remove a bunch of unnecessary whitespace.
Sadie Powell
2021-08-17
1
-1
/
+0
*
|
Clean up the routing code in the ctables header.
Sadie Powell
2021-07-24
1
-14
/
+14
[next]