Age | Commit message (Expand) | Author |
2008-07-12 | Add User::GetCIDRMask(int range), will be used for CIDR throttling, etc. Also... | w00t |
2008-07-02 | Back out the incomplete linebuffering stuff that shouldn't have been committed.. | w00t |
2008-07-02 | Forward port r9946: make SVSHOLD silent to avoid useless irritation to opers | w00t |
2008-05-20 | A few minor fixes, some copy constructor stuff, misnamed channelmanager const... | brain |
2008-05-19 | More correctly state the lookup arrays as unsigned char, not char | brain |
2008-05-18 | Make User:: nick/ident/dhost/fullname and some other things std::string inste... | aquanight |
2008-05-07 | Masterful rewrite of User::AddBuffer to remove a string copy (and make more e... | w00t |
2008-04-12 | Fixes for bug #515, update existing in-use connect tags on the fly in rehash | brain |
2008-04-12 | Trunk fix for bug #505 reported by nenolod | brain |
2008-04-11 | Patch from Brain fixing broken stuff | w00t |
2008-04-11 | Much faster way of checking if the user is 4in6, avoid strncmp in User::GetIP... | brain |
2008-04-09 | Move QuitUser into UserManager class, and unstaticize it. This prepares for s... | w00t |
2008-03-30 | AWAY notification for WATCH. Numerics are now sent out when a user goes away ... | w00t |
2008-03-30 | Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi... | aquanight |
2008-03-24 | Add stuff so that modules can hook users by altering a pointer in the User cl... | brain |
2008-03-23 | This should save 128 bytes per user for non-opers. Well worth it imho for a r... | brain |
2008-03-23 | Add ability to control what opertypes can set what operonly user/chan modes. ... | aquanight |
2008-03-22 | Add WriteNumeric() to User and OnNumeric module event. Note that modules do n... | brain |
2008-02-13 | Commit patch from danieldg that makes a ton of stuff const-safe for latest wa... | brain |
2008-02-11 | Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ... | w00t |
2008-02-08 | Support for /invite <user> <channel> <timeout> - if the user doesn't partake ... | aquanight |
2008-02-03 | Clear up header insanity | w00t |
2008-02-02 | Cache User::GetIPString() | w00t |
2008-01-27 | Change API OnOperCompare to OnPassCompare, password hashing is now available ... | aquanight |
2008-01-16 | Remove an O(log n) in favour of an O(1) operation, and tidy up culllist some ... | w00t |
2008-01-16 | Two stage commit: don't set user->muted except in QuitUser (duplicate setting... | w00t |
2008-01-16 | Re-add support for silent quits (note: we also remove an O(n) doing it this way) | w00t |
2008-01-16 | Hacked-up culllist: stores user pointers rather than CullItem, as creating th... | w00t |
2008-01-13 | Move User::AddClient to UserManager::AddClient. WARNING: I assure you this is... | w00t |
2008-01-13 | First UserManager overhaul: Move clone counts out of InspIRCd & User. | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2008-01-02 | Add param 'opername' to event OnPostOper. This will help make a (slightly nic... | w00t |
2007-11-11 | Implement roadmap item: "userrec::HasPermission -> map of maps, for (even fas... | brain |
2007-10-28 | Update User::exempt all the time we change an E:Line. Brain, can you check I'... | w00t |
2007-10-24 | Implement <connect:limit> - limits how many clients can sit inside a <connect... | w00t |
2007-10-24 | Disable all connect classes, reenable them as we find them in the config. Thi... | w00t |
2007-10-24 | Pedantic safety | brain |
2007-10-24 | Some constructors dont initialize the refcount, namely, the one thats usually... | brain |
2007-10-24 | Try this w00t, compiles, test running now | brain |
2007-10-23 | Move some stuff from using userrec cached stuff to using stuff in the connect... | w00t |
2007-10-23 | Some more class stuff, blah. Now possible to move a user to a different class... | w00t |
2007-10-23 | Some initial work towards tying <connect> classes to user accounts. This will... | w00t |
2007-10-23 | -pedantic tidyups, lets see if it finds anything worthy of a fix | brain |
2007-10-21 | Add User::IncreasePenalty() and User::DecreasePenalty() | w00t |
2007-10-21 | *untested* command buffering/penalty | brain |
2007-10-21 | In class User: | brain |
2007-10-21 | Add User::UnderPenalty | brain |
2007-10-16 | Remove second overridden (fully duplicated :/) copy of GetIPString which copi... | w00t |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-09-04 | * Fixed some incorrect declarations in IOCPEngine | burlex |