Age | Commit message (Expand) | Author |
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 |
2007-08-27 | Update documentation to indicate that userrec::userrec() may throw on duplica... | brain |
2007-08-27 | Allocate uid in userrec constructor. Optional param added, if its empty, the ... | brain |
2007-08-26 | Add skeleton functions for UID stuff. | w00t |
2007-08-19 | Add <connect:maxchans> as per feature bug #338 - combined with the last featu... | brain |
2007-08-19 | Allow changing of an oper's host on oper up using <type:class> (give it a con... | brain |
2007-08-19 | Add <connect:inherit> and <connect:name> | brain |
2007-08-19 | Add some connect class stuff that is required for bug #367 plus some roadmap ... | brain |
2007-08-19 | Allow support for multiple dns results per request. This is a significant cha... | brain |
2007-07-16 | OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR. | peavey |
2007-07-16 | 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au... | peavey |
2007-07-15 | Fix for bug #349: NOTE there is important caveat about this in the example co... | brain |
2007-06-17 | More comments | brain |
2007-06-14 | Some general syntax cleanups. | pippijn |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2007-05-15 | Rather largeish change to class checking on connect to fix a few minor bits a... | w00t |
2007-05-04 | Where others charge, we give for free. Have fun and use wisely. With great po... | brain |
2007-05-01 | Implement feature request in bug #271 by HiroP, allow disabling of maxlocal a... | brain |
2007-04-15 | Feature request outlined in bug #257, allow connect/allow lines by port | brain |
2007-03-15 | Add third parameter to OnUserQuit (quit reason for opers only) - bump api ver... | brain |
2007-03-06 | This properly fixes options:hidebans and options:hidesplits by providing the ... | brain |
2007-02-19 | 1) Fix for nickname overruled with new cullList stuff -- we have to change th... | brain |
2007-02-17 | Change /msg $* to have the correct source the same way /notice $* does | brain |