Age | Commit message (Expand) | Author |
2013-03-11 | Fix m_dnsbl not checking cgiirc users when the cgiirc address is elined | attilamolnar |
2012-12-05 | Change a few signed counter variables to unsigned so they roll over later | attilamolnar |
2012-11-29 | Make LocalUserList an std::list | attilamolnar |
2012-10-12 | Windows: In-depth cleanup (see details) | ChrisTX |
2012-10-03 | Change User::SetClientIP() to be virtual | attilamolnar |
2012-09-13 | Call OnUserSetIP() whenever the IP of a local user changes, set ident,host,dh... | attilamolnar |
2012-07-05 | Fix Doxygen syntax errors. | Peter Powell |
2012-07-01 | Revert "users: add SetClientIP function for irc::sockets::sockaddrs type." | Robin Burchell |
2012-06-17 | Fix pending invites not being removed when a channel was deleted or had its T... | attilamolnar |
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-14 | Fixes for bug #12 | Justin Crawford |
2012-04-01 | Add <connect:maxconnwarn> | Rutger |
2011-05-23 | Fix recursion of QuitUser in SendQ quits | Jackmcbarn |
2010-02-12 | Remove possible references to deleted User objects due to DNS lookups | danieldg |
2010-02-02 | Add OnSetConnectClass hook for use in adding requirements to connect classes ... | danieldg |
2010-01-31 | Update connect block matching on rehash to prefer names, show more useful inf... | 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-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 |
2009-11-11 | Add fine-grained command flood controls | danieldg |
2009-11-06 | Move StreamSocket inheritance off of User | 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 | Move forward declarations to typedefs.h | danieldg |
2009-10-23 | Make User::uuid and User::server const | danieldg |
2009-10-22 | Make ConfigTag::items private | danieldg |
2009-10-22 | Make irc::sockets::* parameters consistent, add irc::sockets::mask | danieldg |
2009-10-21 | Use ConfigTagList as a faster access method for access to configuration | 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 | 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 | Move DumpText into User; kill unused WriteWallOps and DecreasePenalty functions | danieldg |
2009-10-19 | Add a setting to <connect> allowing the threshold for activation of the penal... | peavey |
2009-10-17 | Some windows compile fixes | 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-11 | More CoreExport, brought the errors down, but some still persist. | peavey |
2009-10-11 | Move 2 static extensibles from user class to inspircd class for global access... | peavey |
2009-10-05 | Add OnBuildNeighborList hook, replaces all uses of OnHostCycle | danieldg |
2009-10-03 | Fix crash due to null address in DNS | danieldg |
2009-10-02 | Fix valgrind issues and crashes on exit | danieldg |