Age | Commit message (Expand) | Author |
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 |
2009-11-06 | Move StreamSocket inheritance off of User | danieldg |
2009-11-03 | Match USERINPUT/USEROUTPUT identifiers | danieldg |
2009-11-01 | Fix global clone count not being decremented on remote user quit | danieldg |
2009-10-25 | Fixes found by removing User inheritance from StreamSocket | danieldg |
2009-10-24 | Create irc::sockets::cidr_mask | danieldg |
2009-10-24 | Get rid of ModePair | danieldg |
2009-10-23 | Make User::uuid and User::server const | danieldg |
2009-10-23 | Change to <type:vhost> and <oper:vhost> because <oper:host> is taken. | danieldg |
2009-10-22 | Make irc::sockets::* parameters consistent, add irc::sockets::mask | danieldg |
2009-10-21 | Move AllowedPrivs and similar oper information from LocalUser to OperInfo | danieldg |
2009-10-21 | Change User::oper to an OperInfo reference | danieldg |
2009-10-21 | Move all local-only fields to LocalUser | danieldg |
2009-10-21 | Change module API to use LocalUser* where correct | danieldg |
2009-10-21 | Move some local-only fields to LocalUser | danieldg |
2009-10-21 | Move SetClass to LocalUser | danieldg |
2009-10-21 | Split LocalUser and RemoteUser | danieldg |
2009-10-20 | Fix interaction of m_permchannels post-cull and channel empty-by-quit that ca... | danieldg |
2009-10-20 | Move DumpText into User; kill unused WriteWallOps and DecreasePenalty functions | danieldg |