| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
GCCs warnings for this are much better than Clangs.
|
| |
|
|
|
| |
This fixes a ton of warnings when building on compilers that
default to C++11 or newer.
|
| | |
|
| |
|
|
| |
Throws a ProtocolException if the input is invalid
|
| |
|
|
|
|
| |
returning CMD_INVALID
Catch CoreExceptions, log and close the link in OnDataReady()
|
| |
|
|
|
| |
- Replaces std::string server in User
- Replaces InspIRCd::ULine() and SilentULine()
|
| | |
|
| |
|
|
|
|
| |
they accept servers, remote users or both as the command source
To make life easier for handlers accepting servers only as source, pass them a TreeServer* so they don't have to call FindServer()
|
|
|
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.
|