Age | Commit message (Expand) | Author |
---|---|---|
2020-01-11 | Update copyright headers. | InspIRCd Robot |
2018-07-26 | Use CommandBase::Params instead of std::vector<std::string>. | Peter Powell |
2017-11-21 | Add the override keyword in places that it is missing. | Peter Powell |
2017-07-12 | Add CXX11_OVERRIDE to overridden members that lack it. | Peter Powell |
2015-12-06 | m_spanningtree Implement ServerCommand::RegisterService() | Attila Molnar |
2014-04-16 | m_spanningtree Add ServerCommand::ExtractTS() to convert string to raw TS | Attila Molnar |
2014-04-16 | m_spanningtree Throw an exception on protocol violations instead of returning... | Attila Molnar |
2014-01-05 | Introduce Server class | Attila Molnar |
2013-08-27 | Fix indentation | attilamolnar |
2013-08-25 | m_spanningtree Allow server-to-server command handlers to specify whether the... | attilamolnar |
2013-08-18 | m_spanningtree Move all server-to-server command handlers into handler classes | attilamolnar |