| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. | |||||
