| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
- InspIRCd::FindUUID() and FindNick() no longer return FakeUsers so checking the user returned from those methods is needless
- m_dccallow is calling FindNickOnly() so it had the check needlessly
|
| |
|
|
| |
containing it
|
| |\ |
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
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.
|
| | |
| |
| |
| |
| |
| |
| |
| | |
- Wrong doc for Snomask::GetDescription()
- Incorrect idle time when WHOISing remote users
- String + int = garbage
- Remote MODE commands (user mode changes) being broadcast in addition to being forwarded
- Incorrect revision being shown
|
| | | |
|
| | | |
|
| | | |
|
| |/
|
|
|
|
|
|
| |
- idle_lastmsg
- dns_done
- quitting_sendq
- exempt
- lastping
|
| | |
|
| |
|