Age | Commit message (Expand) | Author |
2016-12-05 | Fix users receiving a QUIT with themselves as source when host cycling in cer... | Attila Molnar |
2014-10-13 | Replace dodgy use of const char* and memcpy with std::string. | Peter Powell |
2014-06-07 | Fix harmless loop off-by-ones found by Moonlightning | satmd |
2014-01-21 | Fix some logically dead code which was found by Coverity. | Peter Powell |
2013-08-31 | Improve support for rarely used compilers, EKOPath in this case. | ChrisTX |
2013-07-20 | Fix generated snomask mode change string being incosistent with the input in ... | attilamolnar |
2013-05-16 | Workaround for std::list::size() having linear complexity on some implementat... | attilamolnar |
2013-04-21 | Log some internal errors on DEFAULT loglevel instead of DEBUG, log detected e... | attilamolnar |
2013-04-19 | Immediately stop processing whenever we detect and handle a RecvQ overrun | attilamolnar |
2013-03-11 | Fix m_dnsbl not checking cgiirc users when the cgiirc address is elined | attilamolnar |
2012-12-09 | Remove ServerLimits::Finalise(), it's completely wrong | attilamolnar |
2012-11-29 | Make LocalUserList an std::list | attilamolnar |
2012-11-29 | Add a typedef for LocalUserList | attilamolnar |
2012-11-29 | Reorder local user initialization steps | attilamolnar |
2012-11-19 | Remove usage of deprecated CallCommandHandler() and IsValidModuleCommand() | attilamolnar |
2012-10-21 | Make better use of User::GetFullRealHost() | attilamolnar |
2012-10-12 | Fix unregistered users getting global notices, also fix certain commands work... | attilamolnar |
2012-10-03 | Fix (d)host starting with ':' for some IPv6 clients | attilamolnar |
2012-09-30 | Fix more undefined behavior caused by referencing the returned buffer by std:... | attilamolnar |
2012-09-23 | Fix undefined behavior caused by referencing the returned buffer by std::stri... | attilamolnar |
2012-09-13 | Call OnUserSetIP() whenever the IP of a local user changes, set ident,host,dh... | attilamolnar |
2012-08-25 | Add a config option to enable/disable the welcome notice sent to clients afte... | attilamolnar |
2012-07-27 | Don't hard code the branch version. | Peter Powell |
2012-07-01 | Revert "users: add SetClientIP function for irc::sockets::sockaddrs type." | Robin Burchell |
2012-07-01 | Revert "users: LocalUser constructor should call SetClientIP() on itself" | Robin Burchell |
2012-07-01 | Revert "users: introduce OnSetClientIP hook." | Robin Burchell |
2012-06-17 | Fix pending invites not being removed when a channel was deleted or had its T... | attilamolnar |
2012-06-12 | Be consistent with Robby's qQ snomask changes | Sir Poggles |
2012-06-12 | users: introduce OnSetClientIP hook. | William Pitcock |
2012-06-12 | users: LocalUser constructor should call SetClientIP() on itself | William Pitcock |
2012-06-12 | users: add SetClientIP function for irc::sockets::sockaddrs type. | William Pitcock |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2012-04-19 | Avoid sending empty channel list numeric on whois if the target is not in any... | attilamolnar |
2012-04-15 | Merge pull request #28 from DjSlash/classinconnectmsg | Robin Burchell |
2012-04-01 | Show class in connectmsg | Rutger |
2012-04-01 | Add <connect:maxconnwarn> | Rutger |
2011-07-17 | <connect deny=""> (or allow="") should not match all users | Daniel De Graaf |
2011-05-23 | Fix recursion of QuitUser in SendQ quits | Jackmcbarn |
2010-09-05 | Fix the pseudo-penalty hack that doesn't work properly | Daniel De Graaf |
2010-08-03 | Skip invalid allowed modes in oper block (bug #64) | Daniel De Graaf |
2010-05-12 | Add some missing <connect> updates from rehash, noticed by mixx941 | Daniel De Graaf |
2010-03-31 | Prevent pre-registration connect blocks from being used post-registration | Daniel De Graaf |
2010-03-31 | Fix <connect:password> incorrectly reading <connect:pass> | Daniel De Graaf |
2010-03-23 | Fix CommandFloodPenalty overflow on connect | danieldg |
2010-03-23 | Calling OnError from Resolver's constructor is broken; just use the exception | danieldg |
2010-03-19 | Add RAWIO log level which is more verbose than DEBUG | danieldg |
2010-03-18 | Only check password during second connect block check; add registered="yes" t... | danieldg |
2010-03-14 | Add <options:cyclehostsfromuser> to configure source for mode changes on host... | danieldg |
2010-03-06 | Somehow this return got removed, should fix "Access denied by configuration" ... | danieldg |
2010-02-25 | Make remote/local snomasks consistent and allow use without naming | danieldg |