| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2024-06-07 | 1 | -1/+1 | |
| * | More const correctness work. | 2022-12-08 | 1 | -2/+2 | |
| * | 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 | -2/+2 | |
| * | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -4/+4 | |
| * | Merge branch 'insp3' into master. | 2021-02-28 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2021-02-26 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-12-21 | 1 | -0/+6 | |
| |\| | |||||
| | * | Don't call events provided by dying or dead modules. | 2020-12-18 | 1 | -0/+6 | |
| * | | Convert FOREACH_MOD_CUSTOM to a variadic function. | 2020-11-10 | 1 | -2/+2 | |
| * | | Convert CmdResult to an 8-bit strongly typed enum. | 2020-10-27 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -6/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -6/+1 | |
| * | | Merge branch 'insp3' into master. | 2019-07-27 | 1 | -0/+35 | |
| |\| | |||||
| | * | Fix some regressions in sending tags between servers. | 2019-07-22 | 1 | -2/+1 | |
| | * | Add an event for adding tags to S2S messages. | 2019-07-19 | 1 | -0/+36 | |
| * | | SnomaskManager: remove fakederef. | 2019-02-07 | 1 | -1/+1 | |
| |/ | |||||
| * | Use CommandBase::Params instead of std::vector<std::string>.•••This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. | 2018-07-26 | 1 | -2/+2 | |
| * | m_spanningtree Remove post-handshake BURST handler | 2014-07-27 | 1 | -6/+0 | |
| * | m_spanningtree Allow server-to-server command handlers to specify whether the...•••To make life easier for handlers accepting servers only as source, pass them a TreeServer* so they don't have to call FindServer() | 2013-08-25 | 1 | -10/+2 | |
| * | m_spanningtree Move all server-to-server command handlers into handler classes•••These commands are not registered in or called by the core. When looking for the handler of a command a new command table is searched first which contains all server-to-server commands. If a handler cannot be found in there, the core command table is consulted. | 2013-08-18 | 1 | -0/+56 | |
