| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | -1/+1 | |
| * | Remove some IS_SERVER() checks•••- 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 | 2015-12-07 | 1 | -1/+1 | |
| * | Change allocation of InspIRCd::Parser to be physically part of the object con... | 2014-06-13 | 1 | -1/+1 | |
| * | Merge insp20 | 2014-04-07 | 1 | -1/+1 | |
| |\ | |||||
| | * | Add REG_ALL checks to treat unregistered users as nonexistent in more cases | 2014-04-04 | 1 | -1/+1 | |
| * | | m_spanningtree Introduce command builders | 2013-08-27 | 1 | -2/+2 | |
| * | | 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 | -8/+10 | |
| * | | 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 | -13/+8 | |
| * | | Fix a couple of issues•••- 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 | 2013-08-08 | 1 | -1/+1 | |
| * | | m_spanningtree Remove unneeded #includes | 2013-04-12 | 1 | -6/+0 | |
| * | | m_spanningtree IDLE handler: Rewrite | 2013-04-12 | 1 | -42/+42 | |
| * | | Move most whois related code from the core into cmd_whois | 2013-04-09 | 1 | -7/+1 | |
| * | | Move member variables from User to LocalUser•••- idle_lastmsg - dns_done - quitting_sendq - exempt - lastping | 2013-04-01 | 1 | -1/+2 | |
| |/ | |||||
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -8/+14 | |
| * | Fixed Windows build on VS 2010 | 2011-04-10 | 1 | -0/+78 | |
