| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2022-12-30 | 1 | -1/+1 | |
| | | |||||
| * | Fix forwarding tags when sending a numeric to a remote user. | 2022-09-19 | 1 | -0/+1 | |
| | | |||||
| * | Update copyright headers. | 2020-01-11 | 1 | -0/+1 | |
| | | |||||
| * | Add the server id to the Server class. | 2019-09-23 | 1 | -1/+1 | |
| | | |||||
| * | 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 | -4/+4 | |
| | | | | | | This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. | ||||
| * | m_spanningtree Add CommandNum::Builder | 2016-03-29 | 1 | -0/+15 | |
| | | |||||
| * | m_spanningtree Add NUM command handler | 2016-03-29 | 1 | -0/+47 | |
