Age | Commit message (Expand) | Author |
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 |
2009-10-19 | Check GetPenaltyThreshold when processing commands | danieldg |
2009-10-19 | Add a setting to <connect> allowing the threshold for activation of the penal... | peavey |
2009-10-19 | Valgrind now runs completely clean. | danieldg |
2009-10-18 | Cull channels, warn when Extensible objects are not culled as they must be | danieldg |
2009-10-17 | Make classbase and refcountbase uncopyable; expand comments on their indended... | danieldg |
2009-10-17 | Clean up excessive bits in User struct | danieldg |
2009-10-17 | Hold reference to the associated ConfigTag inside ConnectClass | danieldg |
2009-10-17 | Rewrite ConfigReader again | danieldg |
2009-10-16 | Clean up static allocations | danieldg |
2009-10-12 | Fix some signedness. | peavey |
2009-10-12 | CoreExport changes, clean up DoHostCycle when users are exempted | danieldg |
2009-10-12 | Fix WriteCommon when used on remote nicks | danieldg |
2009-10-11 | Move 2 static extensibles from user class to inspircd class for global access... | peavey |
2009-10-08 | Update Event and Request APIs | danieldg |
2009-10-05 | Add OnBuildNeighborList hook, replaces all uses of OnHostCycle | danieldg |