Age | Commit message (Expand) | Author |
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 |
2010-02-15 | Allow a reason to be specified for <connect:deny> | danieldg |
2010-02-15 | Allow forced nick change to bypass Q:Lines | danieldg |
2010-02-12 | Remove possible references to deleted User objects due to DNS lookups | danieldg |
2010-02-09 | Move password checking into connect class search | danieldg |
2010-02-09 | Clean up documentation of connect blocks a bit | danieldg |
2010-02-05 | Fix NICKLOCK/SANICK errors with Q:lined nicks | danieldg |
2010-02-02 | Add OnSetConnectClass hook for use in adding requirements to connect classes ... | danieldg |
2010-02-01 | Don't run OnUserPostNick hook for initial NICK command | danieldg |
2010-01-31 | Allow connect classes to be specified without an allow or deny mask | danieldg |
2010-01-30 | Remove UpdateNickHash due to incorrect behavior | danieldg |
2010-01-30 | Move nick change code out of cmd_nick; fixes double-invocation of hooks and m... | danieldg |
2010-01-30 | Remove a few needless string crops, compile fix | danieldg |
2010-01-30 | Remove FakeUser from clientlist/uuidlist, as it bypasses QuitUser | danieldg |
2010-01-30 | Remove users from uuidlist on QuitUser, not during cull (allows UID reuse on ... | danieldg |
2010-01-19 | ERROR is not a valid log level, so all these messages were getting dropped | danieldg |
2010-01-19 | Fix MOTD and RULES to work remotely (remove the old hacks for MOTD) | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2010-01-09 | Remove mode counter, not reliable and only used for umode +i | danieldg |
2010-01-04 | GCC 4.5 warning fixups | danieldg |
2009-11-11 | Add fine-grained command flood controls | danieldg |