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
/
modules
/
spanningtree
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Move standard replies to the core and add remote reply support.
Sadie Powell
2026-03-01
6
-2
/
+142
|
*
Fix link compatibility with v4 after the sacommand merge.
Sadie Powell
2026-02-26
1
-5
/
+18
|
*
Remove the c_ prefix from the c_registered mode.
Sadie Powell
2026-02-26
1
-9
/
+19
|
*
Merge branch 'insp4' into master.
Sadie Powell
2026-02-26
1
-1
/
+1
|
*
Fix the old name of the noctcp mode.
Sadie Powell
2026-02-17
1
-1
/
+1
|
*
Remove the u_ prefix from user modes.
Sadie Powell
2026-01-20
1
-1
/
+7
|
*
Clean up the sslmodes module.
Sadie Powell
2026-01-20
2
-2
/
+15
|
*
Add join time to the membership identifier.
Sadie Powell
2025-12-28
6
-39
/
+65
|
*
Fix some issues with the previous merge.
Sadie Powell
2025-12-27
1
-1
/
+1
|
*
Merge branch 'insp4' into master.
Sadie Powell
2025-12-07
9
-28
/
+37
|
*
Merge branch 'insp4' into master.
Sadie Powell
2025-10-26
1
-4
/
+27
|
*
Merge branch 'insp4' into master.
Sadie Powell
2025-09-30
1
-1
/
+1
|
*
Merge branch 'insp4'
Sadie Powell
2025-08-15
3
-8
/
+20
|
*
Move spanningtree configuration to its own tag.
Sadie Powell
2025-07-20
1
-8
/
+10
|
|
|
|
|
This reduces the size of the core configuration file and also centralises all of the spanningtree configuration to one place.
*
Merge branch 'insp4' into master.
Sadie Powell
2025-07-12
1
-1
/
+3
|
*
Merge branch 'insp4' into master.
Sadie Powell
2025-04-13
1
-0
/
+6
|
*
Rename newhash to hash now its the only option.
Sadie Powell
2025-04-06
1
-1
/
+1
|
*
Add the new hashing interface, port consumer modules to use it.
Sadie Powell
2025-04-06
1
-3
/
+3
|
*
Merge branch 'insp4' into master.
Sadie Powell
2025-03-29
10
-10
/
+9
|
*
Only include <sstream> from files that actually use it.
Sadie Powell
2025-03-22
3
-0
/
+6
|
*
Replace string concatenation with a format string.
Sadie Powell
2025-03-22
1
-4
/
+4
|
*
Merge branch 'insp4' into master.
Sadie Powell
2025-03-22
5
-8
/
+8
|
*
Merge branch 'insp4' into master.
Sadie Powell
2025-03-03
5
-9
/
+31
|
*
Merge branch 'insp4' into master.
Sadie Powell
2025-03-02
1
-1
/
+1
|
*
Merge branch 'insp4' into master.
Sadie Powell
2025-03-01
6
-9
/
+12
|
*
Merge branch 'insp4' into master.
Sadie Powell
2025-02-14
2
-3
/
+4
|
*
Merge branch 'insp4' into master.
Sadie Powell
2024-11-03
1
-1
/
+1
|
*
Merge branch 'insp4' into master.
Sadie Powell
2024-11-01
1
-5
/
+5
|
*
Merge branch 'insp4' into master.
Sadie Powell
2024-09-30
1
-0
/
+18
|
*
Fix some warnings when building with Clang.
Sadie Powell
2024-09-19
1
-6
/
+2
|
*
Make the server protocol APIs use a reference instead of a pointer.
Sadie Powell
2024-09-19
3
-5
/
+5
|
*
Add some extra methods to the Server class.
Sadie Powell
2024-09-19
1
-0
/
+6
|
*
Implement remote WriteNotice in spanningtree like with WriteNumeric.
Sadie Powell
2024-09-19
2
-0
/
+6
|
*
Rename TreeServer::GetParent to GetTreeParent.
Sadie Powell
2024-09-19
6
-12
/
+12
|
*
Merge branch 'insp4' into master.
Sadie Powell
2024-09-13
2
-2
/
+3
|
*
Merge branch 'insp4' into master.
Sadie Powell
2024-09-09
2
-2
/
+2
|
*
Replace stalgo::erase with C++20 std::erase.
Sadie Powell
2024-08-25
1
-1
/
+1
|
*
Merge branch 'insp4' into master.
Sadie Powell
2024-08-25
4
-86
/
+4
|
*
Use C++20 <format> instead of fmtlib when available.
Sadie Powell
2024-08-22
9
-12
/
+12
|
*
Merge branch 'insp4' into master.
Sadie Powell
2024-08-18
3
-7
/
+8
|
*
Refactor "CAPAB CAPABILITIES" code.
Sadie Powell
2024-08-17
1
-31
/
+38
|
*
Drop the protocol version from module capab functions.
Sadie Powell
2024-08-16
1
-8
/
+8
|
*
Merge CompareModulesNew into CompareModules.
Sadie Powell
2024-08-16
1
-20
/
+11
|
|
|
|
This isn't necessary now we only support the 1205 protocol.
*
Merge branch 'insp4' into master.
Sadie Powell
2024-08-16
1
-1
/
+1
|
*
Merge branch 'insp4' into master.
Sadie Powell
2024-08-04
5
-7
/
+6
|
*
Merge branch 'insp4' into master.
Sadie Powell
2024-07-24
2
-1
/
+10
|
*
Merge branch 'insp4' into master.
Sadie Powell
2024-07-24
9
-49
/
+39
|
*
Remove support for the v3 server protocol.
Sadie Powell
2024-07-23
8
-211
/
+35
|
*
Merge branch 'insp4' into master.
Sadie Powell
2024-07-22
5
-21
/
+18
|
*
Shuffle the modules about a bit.
Sadie Powell
2024-07-17
60
-0
/
+9247