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
/
treeserver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright headers.
InspIRCd Robot
2025-12-03
1
-1
/
+1
*
Fix broadcasting server information to remote v3 servers.
Sadie Powell
2024-08-24
1
-0
/
+2
*
Fix bursting server metadata.
Sadie Powell
2024-08-03
1
-2
/
+2
*
Update copyright headers.
InspIRCd Robot
2024-08-03
1
-1
/
+1
*
Add SendMetadata methods to Server.
Sadie Powell
2024-07-24
1
-0
/
+12
*
Update copyright headers.
InspIRCd Robot
2024-06-07
1
-2
/
+3
*
Rename <service> to <services>.
•••
This tag defines a services server not a service server so this is more grammatically correct.
Sadie Powell
2023-07-07
1
-1
/
+1
*
Remove GetSID, rename sid to ServerId.
Sadie Powell
2023-02-28
1
-1
/
+1
*
Convert log calls to use fmtlib format strings
Sadie Powell
2023-01-24
1
-4
/
+4
*
Convert WriteToSnoMask/WriteGlobalSno to use fmtlib format strings.
Sadie Powell
2023-01-23
1
-3
/
+3
*
Qualify auto correctly in all cases.
Sadie Powell
2023-01-10
1
-4
/
+4
*
Merge branch 'insp3' into master.
Sadie Powell
2023-01-01
1
-1
/
+1
|
\
|
*
Update copyright headers.
InspIRCd Robot
2022-12-30
1
-1
/
+1
*
|
Rework the levels things are logged at to make more sense.
Sadie Powell
2022-12-18
1
-1
/
+1
*
|
Assign more class members inline instead of in the constructor.
Sadie Powell
2022-10-21
1
-5
/
+0
*
|
Rename user_hash to UserMap and move to usermanager.
Sadie Powell
2022-10-07
1
-2
/
+2
*
|
Switch from NULL to nullptr.
Sadie Powell
2022-07-22
1
-2
/
+2
*
|
Deprecate the (raw)version SINFO keys and split out customversion/rawbranch.
Sadie Powell
2022-05-17
1
-3
/
+3
*
|
Get rid of GetVersionString.
•••
TODO: split fullversion/version into individual fields.
Sadie Powell
2022-05-17
1
-2
/
+2
*
|
Rewrite logging calls to use the new APIs.
Sadie Powell
2022-05-01
1
-5
/
+5
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-04-29
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2022-04-28
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-02-01
1
-0
/
+4
|
\
|
|
*
Fix splitting servers multiple times in some cases.
Sadie Powell
2022-02-01
1
-0
/
+4
*
|
Added -Wshorten-64-to-32 and fixed all warnings.
Dominic Hamon
2021-05-30
1
-4
/
+4
*
|
Remove some useless getter methods and make the members public.
•••
This isn't part of a public API so we don't need to care about exposing implementation details.
Sadie Powell
2021-04-14
1
-3
/
+3
*
|
Switch simple iterator loops to use range-based for loops.
Sadie Powell
2021-04-07
1
-14
/
+5
*
|
Constify variables within loops.
Sadie Powell
2021-04-01
1
-1
/
+1
*
|
Refactor classbase/CullResult into Cullable/Cullable::Result.
Sadie Powell
2021-03-02
1
-5
/
+5
*
|
Replace all internal references to uline with services.
Sadie Powell
2021-01-30
1
-6
/
+6
*
|
Rename <uline> to <service>.
Sadie Powell
2021-01-30
1
-1
/
+1
*
|
Convert FOREACH_MOD_CUSTOM to a variadic function.
Sadie Powell
2020-11-10
1
-3
/
+3
*
|
Move FilePosition to fileutils.h and use in ConfigTag.
Sadie Powell
2020-11-03
1
-1
/
+1
*
|
Add stdalgo::iterator_range and switch config tag reading to use it.
•••
This allows us to use range-based for loops which were not possible with the previous config tag system.
Sadie Powell
2020-10-31
1
-3
/
+1
*
|
Rip out compatibility code for the 2.0 protocol.
Sadie Powell
2020-05-20
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-05-05
1
-1
/
+1
|
\
|
|
*
Fixes by misspell-fixer
InspIRCd Robot
2020-04-21
1
-1
/
+1
*
|
Use C++11 inline initialisation for class members.
Sadie Powell
2020-02-06
1
-8
/
+0
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-02-04
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-01-31
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-01-17
1
-2
/
+6
|
\
|
|
*
Use irc::equals instead of strcasecmp where appropriate.
Sadie Powell
2020-01-17
1
-1
/
+1
|
*
Update copyright headers.
InspIRCd Robot
2020-01-11
1
-1
/
+5
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-11-13
1
-17
/
+32
|
\
|
|
*
Fix an shadowing warning in the spanningtree module.
Peter Powell
2019-09-30
1
-2
/
+2
|
*
Add the OnServerBurst hook and fix the docs for OnServerLink.
Peter Powell
2019-09-23
1
-0
/
+1
|
*
Add whether the server split with an error to OnServerSplit.
Peter Powell
2019-09-23
1
-5
/
+5
|
*
Add the server id to the Server class.
Peter Powell
2019-09-23
1
-11
/
+25
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-07-27
1
-1
/
+0
|
\
|
|
*
Add an event for adding tags to S2S messages.
Peter Powell
2019-07-19
1
-1
/
+0
[next]