| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| |/ | |||||
| * | Move <security:hidesplits> to the spanningtree module. | 2018-10-01 | 1 | -1/+1 | |
| * | Show server versions in /MAP for opers•••This resolves #1203 | 2017-12-19 | 1 | -0/+1 | |
| * | Rename the spanningtree module header to server.•••In the future we will have server linking modules that are not the spanningtree module. | 2017-12-03 | 1 | -3/+3 | |
| * | m_spanningtree Call the OnServerLink hook from TreeServer constructor | 2016-04-25 | 1 | -1/+2 | |
| * | m_spanningtree Call the OnServerSplit hook from TreeServer::SQuitInternal() s... | 2016-04-25 | 1 | -2/+3 | |
| * | m_spanningtree Don't try to call the OnServerSplit hook when the module is be... | 2016-04-25 | 1 | -1/+2 | |
| * | Do not insert FakeUsers into UserManager::uuidlist•••Inserting them causes FindUUID() and FindNick() to return server users which is not what modules want | 2015-12-07 | 1 | -4/+0 | |
| * | m_spanningtree Use uint64_t for the burst start time to avoid overflows | 2015-05-13 | 1 | -4/+4 | |
| * | m_spanningtree Clean up comments | 2015-05-13 | 1 | -3/+3 | |
| * | Merge insp20 | 2015-04-20 | 1 | -1/+1 | |
| |\ | |||||
| * | | m_spanningtree Pass Server* to the OnServerLink/OnServerSplit events | 2015-02-12 | 1 | -2/+2 | |
| * | | Convert the spanningtree events to use the new cross-module event system | 2015-02-11 | 1 | -2/+2 | |
| * | | m_spanningtree Rewrite PING logic to use Timers | 2015-01-25 | 1 | -30/+6 | |
| * | | m_spanningtree Remove public TreeServer methods that are only called from Tre... | 2015-01-20 | 1 | -12/+2 | |
| * | | m_spanningtree Get rid of some boilerplate•••Make methods const while at it | 2015-01-20 | 1 | -33/+0 | |
