Age | Commit message (Expand) | Author |
2020-01-11 | Update copyright headers. | InspIRCd Robot |
2018-07-26 | Use CommandBase::Params instead of std::vector<std::string>. | Peter Powell |
2016-08-19 | m_spanningtree Put command handlers with class names that collide with core c... | Attila Molnar |
2015-05-23 | m_spanningtree Log nick collisions more verbosely and in all cases | Attila Molnar |
2014-07-26 | m_spanningtree Set the TS of the uuid nick to the same value on collision | Attila Molnar |
2014-07-26 | m_spanningtree Don't accept NICK with 0 TS | Attila Molnar |
2014-07-26 | m_spanningtree Return a bool from DoCollision() | Attila Molnar |
2014-07-26 | m_spanningtree Update comments around collision handling | Attila Molnar |
2014-07-26 | m_spanningtree Let the NICK handler change the nick of the incoming user on c... | Attila Molnar |
2014-07-25 | Merge insp20 | Attila Molnar |
2014-07-03 | Remove now needless User::ForceNickChange() | Attila Molnar |
2014-04-16 | m_spanningtree Throw an exception on protocol violations instead of returning... | Attila Molnar |
2014-03-03 | Update nick timestamps in User::ChangeNick(), pass the new TS in a parameter | Attila Molnar |
2014-01-05 | Introduce Server class | Attila Molnar |
2013-08-25 | m_spanningtree Allow server-to-server command handlers to specify whether the... | attilamolnar |
2013-08-18 | m_spanningtree Move all server-to-server command handlers into handler classes | attilamolnar |