aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/treeserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2024-08-031-1/+1
* Add SendMetadata methods to Server.Gravatar Sadie Powell2024-07-241-0/+12
* Update copyright headers.Gravatar InspIRCd Robot2024-06-071-2/+3
* Rename <service> to <services>.•••This tag defines a services server not a service server so this is more grammatically correct. Gravatar Sadie Powell2023-07-071-1/+1
* Remove GetSID, rename sid to ServerId.Gravatar Sadie Powell2023-02-281-1/+1
* Convert log calls to use fmtlib format stringsGravatar Sadie Powell2023-01-241-4/+4
* Convert WriteToSnoMask/WriteGlobalSno to use fmtlib format strings.Gravatar Sadie Powell2023-01-231-3/+3
* Qualify auto correctly in all cases.Gravatar Sadie Powell2023-01-101-4/+4
* Merge branch 'insp3' into master.Gravatar Sadie Powell2023-01-011-1/+1
|\
| * Update copyright headers.Gravatar InspIRCd Robot2022-12-301-1/+1
* | Rework the levels things are logged at to make more sense.Gravatar Sadie Powell2022-12-181-1/+1
* | Assign more class members inline instead of in the constructor.Gravatar Sadie Powell2022-10-211-5/+0
* | Rename user_hash to UserMap and move to usermanager.Gravatar Sadie Powell2022-10-071-2/+2
* | Switch from NULL to nullptr.Gravatar Sadie Powell2022-07-221-2/+2
* | Deprecate the (raw)version SINFO keys and split out customversion/rawbranch.Gravatar Sadie Powell2022-05-171-3/+3
* | Get rid of GetVersionString.•••TODO: split fullversion/version into individual fields. Gravatar Sadie Powell2022-05-171-2/+2
* | Rewrite logging calls to use the new APIs.Gravatar Sadie Powell2022-05-011-5/+5
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-291-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2022-04-281-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-02-011-0/+4
|\|
| * Fix splitting servers multiple times in some cases.Gravatar Sadie Powell2022-02-011-0/+4
* | Added -Wshorten-64-to-32 and fixed all warnings.Gravatar Dominic Hamon2021-05-301-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. Gravatar Sadie Powell2021-04-141-3/+3
* | Switch simple iterator loops to use range-based for loops.Gravatar Sadie Powell2021-04-071-14/+5
* | Constify variables within loops.Gravatar Sadie Powell2021-04-011-1/+1
* | Refactor classbase/CullResult into Cullable/Cullable::Result.Gravatar Sadie Powell2021-03-021-5/+5
* | Replace all internal references to uline with services.Gravatar Sadie Powell2021-01-301-6/+6
* | Rename <uline> to <service>.Gravatar Sadie Powell2021-01-301-1/+1
* | Convert FOREACH_MOD_CUSTOM to a variadic function.Gravatar Sadie Powell2020-11-101-3/+3
* | Move FilePosition to fileutils.h and use in ConfigTag.Gravatar Sadie Powell2020-11-031-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. Gravatar Sadie Powell2020-10-311-3/+1
* | Rip out compatibility code for the 2.0 protocol.Gravatar Sadie Powell2020-05-201-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-05-051-1/+1
|\|
| * Fixes by misspell-fixerGravatar InspIRCd Robot2020-04-211-1/+1
* | Use C++11 inline initialisation for class members.Gravatar Sadie Powell2020-02-061-8/+0
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-02-041-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-01-311-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-171-2/+6
|\|
| * Use irc::equals instead of strcasecmp where appropriate.Gravatar Sadie Powell2020-01-171-1/+1
| * Update copyright headers.Gravatar InspIRCd Robot2020-01-111-1/+5
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-11-131-17/+32
|\|
| * Fix an shadowing warning in the spanningtree module.Gravatar Peter Powell2019-09-301-2/+2
| * Add the OnServerBurst hook and fix the docs for OnServerLink.Gravatar Peter Powell2019-09-231-0/+1
| * Add whether the server split with an error to OnServerSplit.Gravatar Peter Powell2019-09-231-5/+5
| * Add the server id to the Server class.Gravatar Peter Powell2019-09-231-11/+25
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-07-271-1/+0
|\|
| * Add an event for adding tags to S2S messages.Gravatar Peter Powell2019-07-191-1/+0
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-07-161-2/+2
|\|
| * Split ServerEventListener into {Broadcast,Link,Sync}EventListener.•••There is no reason to have these events in one big handler and it causes unnecessary event hooks to be created by having them like this. The ServerEventListener class still exists for compatibility Gravatar Peter Powell2019-07-151-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-05-151-1/+1
|\|