| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2024-11-02 | 1 | -1/+1 | |
| | | |||||
| * | Use reference<>::ptr() in more places. | 2024-09-13 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2024-06-07 | 1 | -1/+1 | |
| | | |||||
| * | Switch from NULL to nullptr. | 2022-07-22 | 1 | -1/+1 | |
| | | |||||
| * | Always use ExtractTS to extract timestamps from S2S messages. | 2021-09-10 | 1 | -4/+4 | |
| | | |||||
| * | Migrate collections from insert to emplace. | 2021-04-18 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2020-01-11 | 1 | -1/+2 | |
| | | |||||
| * | Fix conversion issues by replacing ConvToInt with ConvToNum<T>. | 2018-12-12 | 1 | -1/+1 | |
| | | | | | | | | The former was a thin wrapper around atol and brought with it all of the weird parsing logic of atol which is almost never what is actually wanted. It also almost never returned the numeric type which is actually wanted which can cause weird issues when casting. | ||||
| * | Use CommandBase::Params instead of std::vector<std::string>. | 2018-07-26 | 1 | -1/+1 | |
| | | | | | | This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. | ||||
| * | m_spanningtree Implement ServerCommand::RegisterService() | 2015-12-06 | 1 | -2/+5 | |
| | | |||||
| * | m_spanningtree Add ServerCommand::ExtractTS() to convert string to raw TS | 2014-04-16 | 1 | -0/+8 | |
| | | | | | Throws a ProtocolException if the input is invalid | ||||
| * | Automatically register ServiceProviders created by modules | 2013-09-08 | 1 | -0/+1 | |
| | | |||||
| * | m_spanningtree Move all server-to-server command handlers into handler classes | 2013-08-18 | 1 | -0/+48 | |
| 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. | |||||
