| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove GetSID, rename sid to ServerId. | 2023-02-28 | 1 | -1/+1 | |
| * | Convert log calls to use fmtlib format strings | 2023-01-24 | 1 | -4/+4 | |
| * | Convert WriteToSnoMask/WriteGlobalSno to use fmtlib format strings. | 2023-01-23 | 1 | -3/+3 | |
| * | Qualify auto correctly in all cases. | 2023-01-10 | 1 | -4/+4 | |
| * | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -1/+1 | |
| * | | Rework the levels things are logged at to make more sense. | 2022-12-18 | 1 | -1/+1 | |
| * | | Assign more class members inline instead of in the constructor. | 2022-10-21 | 1 | -5/+0 | |
| * | | Rename user_hash to UserMap and move to usermanager. | 2022-10-07 | 1 | -2/+2 | |
| * | | Switch from NULL to nullptr. | 2022-07-22 | 1 | -2/+2 | |
| * | | Deprecate the (raw)version SINFO keys and split out customversion/rawbranch. | 2022-05-17 | 1 | -3/+3 | |
| * | | Get rid of GetVersionString.•••TODO: split fullversion/version into individual fields. | 2022-05-17 | 1 | -2/+2 | |
| * | | Rewrite logging calls to use the new APIs. | 2022-05-01 | 1 | -5/+5 | |
| * | | Merge branch 'insp3' into master. | 2022-04-29 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-04-28 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-02-01 | 1 | -0/+4 | |
| |\| | |||||
| | * | Fix splitting servers multiple times in some cases. | 2022-02-01 | 1 | -0/+4 | |
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 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. | 2021-04-14 | 1 | -3/+3 | |
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -14/+5 | |
| * | | Constify variables within loops. | 2021-04-01 | 1 | -1/+1 | |
| * | | Refactor classbase/CullResult into Cullable/Cullable::Result. | 2021-03-02 | 1 | -5/+5 | |
| * | | Replace all internal references to uline with services. | 2021-01-30 | 1 | -6/+6 | |
| * | | Rename <uline> to <service>. | 2021-01-30 | 1 | -1/+1 | |
| * | | Convert FOREACH_MOD_CUSTOM to a variadic function. | 2020-11-10 | 1 | -3/+3 | |
| * | | Move FilePosition to fileutils.h and use in ConfigTag. | 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. | 2020-10-31 | 1 | -3/+1 | |
| * | | Rip out compatibility code for the 2.0 protocol. | 2020-05-20 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fixes by misspell-fixer | 2020-04-21 | 1 | -1/+1 | |
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -8/+0 | |
| * | | Merge branch 'insp3' into master. | 2020-02-04 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-31 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -2/+6 | |
| |\| | |||||
| | * | Use irc::equals instead of strcasecmp where appropriate. | 2020-01-17 | 1 | -1/+1 | |
| | * | Update copyright headers. | 2020-01-11 | 1 | -1/+5 | |
| * | | Merge branch 'insp3' into master. | 2019-11-13 | 1 | -17/+32 | |
| |\| | |||||
| | * | Fix an shadowing warning in the spanningtree module. | 2019-09-30 | 1 | -2/+2 | |
| | * | Add the OnServerBurst hook and fix the docs for OnServerLink. | 2019-09-23 | 1 | -0/+1 | |
| | * | Add whether the server split with an error to OnServerSplit. | 2019-09-23 | 1 | -5/+5 | |
| | * | Add the server id to the Server class. | 2019-09-23 | 1 | -11/+25 | |
| * | | Merge branch 'insp3' into master. | 2019-07-27 | 1 | -1/+0 | |
| |\| | |||||
| | * | Add an event for adding tags to S2S messages. | 2019-07-19 | 1 | -1/+0 | |
| * | | Merge branch 'insp3' into master. | 2019-07-16 | 1 | -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 | 2019-07-15 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -1/+1 | |
| |\| | |||||
| | * | Textual improvements and fixes such as typos, casing, etc. (#1612) | 2019-04-28 | 1 | -1/+1 | |
| * | | UserManager: remove fakederef. | 2019-02-07 | 1 | -2/+2 | |
| * | | SnomaskManager: remove fakederef. | 2019-02-07 | 1 | -4/+4 | |
| * | | LogManager: remove fakederef. | 2019-02-07 | 1 | -5/+5 | |
| |/ | |||||
