| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -5/+5 | |
| * | Refactor CoreException and ModuleException. | 2022-01-07 | 1 | -1/+1 | |
| * | Apply the final keyword to all module classes where appropriate. | 2021-10-04 | 1 | -5/+9 | |
| * | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -1/+2 | |
| |\ | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -1/+2 | |
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -4/+4 | |
| * | | Replace the TR1NS macro with the std namespace. | 2019-01-25 | 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 | -4/+4 | |
| * | Add the override keyword in places that it is missing.•••GCCs warnings for this are much better than Clangs. | 2017-11-21 | 1 | -3/+3 | |
| * | Add CXX11_OVERRIDE to overridden members that lack it.•••This fixes a ton of warnings when building on compilers that default to C++11 or newer. | 2017-07-12 | 1 | -1/+1 | |
| * | m_spanningtree Implement ServerCommand::RegisterService() | 2015-12-06 | 1 | -0/+4 | |
| * | m_spanningtree Add ServerCommand::ExtractTS() to convert string to raw TS•••Throws a ProtocolException if the input is invalid | 2014-04-16 | 1 | -0/+9 | |
| * | m_spanningtree Throw an exception on protocol violations instead of returning...•••Catch CoreExceptions, log and close the link in OnDataReady() | 2014-04-16 | 1 | -2/+11 | |
| * | Introduce Server class•••- Replaces std::string server in User - Replaces InspIRCd::ULine() and SilentULine() | 2014-01-05 | 1 | -3/+2 | |
| * | Fix indentation | 2013-08-27 | 1 | -5/+5 | |
| * | 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 | -0/+44 | |
| * | 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/+39 | |
