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
...
*
|
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
*
|
Purge SpanningTreeUtilities::DoOneToMany.
Sadie Powell
2021-07-23
2
-9
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-07-17
1
-0
/
+1
|
\
|
|
*
Deduplicate all whois numerics to the whois module header.
Sadie Powell
2021-07-05
1
-0
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-07-01
3
-4
/
+4
|
\
|
|
*
Fix various spelling issues (#1883).
•••
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Josh Soref
2021-06-21
3
-4
/
+4
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-06-13
1
-2
/
+1
|
\
|
|
*
Code refactor and minor fix (#1879)
Herman
2021-06-12
2
-9
/
+9
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-06-07
4
-0
/
+27
|
\
|
|
*
Broadcast the limits for list modes on server link.
•••
This allows services to not overflow the limit.
Sadie Powell
2021-06-04
4
-0
/
+27
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-06-01
1
-1
/
+1
|
\
|
|
*
Look up the SSL I/O hook properly in spanningtree.
•••
Fixes a regression introduced in commit 83bb6951fe.
Sadie Powell
2021-06-01
1
-1
/
+1
*
|
Added -Wshorten-64-to-32 and fixed all warnings.
Dominic Hamon
2021-05-30
7
-19
/
+19
*
|
Kill an outdated XXX comment in spanningtree.
Sadie Powell
2021-05-19
1
-3
/
+0
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-05-14
3
-3
/
+3
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-05-14
3
-3
/
+3
[prev]
[next]