aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/idle.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove some IS_SERVER() checksGravatar Attila Molnar2015-12-071-1/+1
| | | | | - 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
* Change allocation of InspIRCd::Parser to be physically part of the object ↵Gravatar Attila Molnar2014-06-131-1/+1
| | | | containing it
* Merge insp20Gravatar Attila Molnar2014-04-071-1/+1
|\
| * Add REG_ALL checks to treat unregistered users as nonexistent in more casesGravatar Attila Molnar2014-04-041-1/+1
| |
* | m_spanningtree Introduce command buildersGravatar attilamolnar2013-08-271-2/+2
| |
* | m_spanningtree Allow server-to-server command handlers to specify whether ↵Gravatar attilamolnar2013-08-251-8/+10
| | | | | | | | | | | | 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()
* | m_spanningtree Move all server-to-server command handlers into handler classesGravatar attilamolnar2013-08-181-13/+8
| | | | | | | | 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.
* | Fix a couple of issuesGravatar attilamolnar2013-08-081-1/+1
| | | | | | | | | | | | | | | | - 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
* | m_spanningtree Remove unneeded #includesGravatar attilamolnar2013-04-121-6/+0
| |
* | m_spanningtree IDLE handler: RewriteGravatar attilamolnar2013-04-121-42/+42
| |
* | Move most whois related code from the core into cmd_whoisGravatar attilamolnar2013-04-091-7/+1
| |
* | Move member variables from User to LocalUserGravatar attilamolnar2013-04-011-1/+2
|/ | | | | | | | - idle_lastmsg - dns_done - quitting_sendq - exempt - lastping
* Replace copyright headers with headers granting specific authors copyrightGravatar Robby-2012-04-191-8/+14
|
* Fixed Windows build on VS 2010Gravatar Adam2011-04-101-0/+78