Age | Commit message (Expand) | Author |
2008-03-24 | Add stuff so that modules can hook users by altering a pointer in the User cl... | brain |
2008-02-22 | Convert remaining InspIRCd::Log() calls to new logging system | aquanight |
2008-02-02 | Move some stuff to usermanager, remove a little header insanity, remove trace... | w00t |
2008-01-16 | Add a warning about quitting a user twice, and fix a minor brainfart | w00t |
2008-01-16 | Remove an O(log n) in favour of an O(1) operation, and tidy up culllist some ... | 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-15 | Someone forgot to delete what they new :P | brain |
2008-01-15 | CullList -> CullItem * | w00t |
2008-01-15 | CullList: Don't try quit everyone. Speed/resource use enhancement on netsplits.. | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-10-22 | Remove the need for a bunch of the hard coded arrays/hashes by scanning the s... | brain |
2007-10-16 | Cache the culllist' GetUser() return. Looks cleaner. | w00t |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-10-13 | Move some stuff around, this will move a crash to a different place and maybe... | brain |
2007-10-13 | Add sanity checks to the ssl modules so that theres no possibility of an out ... | brain |
2007-08-27 | Remove more unnecessary header traffic | w00t |
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-05-07 | Fix multi-level if() madness, thanks HiroP | brain |
2007-05-04 | Add options:quietbursts, fixes bug #269, also adds support for quits in a cul... | brain |
2007-05-03 | DO NOT USE THIS COMMIT - if you do, most of the modules wont work. | brain |
2007-04-05 | Fix for bug #199 (Feature request) submitted by owine. Ended up adding an ext... | brain |
2007-03-15 | Add third parameter to OnUserQuit (quit reason for opers only) - bump api ver... | brain |
2007-03-06 | Fixes for snotice quit reasons | brain |
2007-03-06 | This properly fixes options:hidebans and options:hidesplits by providing the ... | brain |
2007-02-05 | Move quitting of clients to a central Cull List, and do quitting outside user... | peavey |
2006-12-23 | Hash rehashing change | brain |
2006-12-15 | Jesus, look who's the commit whore today. More header updates, and removal of... | w00t |
2006-08-30 | Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists | brain |
2006-08-11 | Just to mess with om's head, remove helperfuncs.h from everywhere | brain |
2006-08-10 | So much stuff changed in this one, i forgot most of it. | brain |
2006-08-10 | Move IsNick, IsIdent into class InspIRCd, update modules that use it. | brain |
2006-08-09 | userrec and chanrec now have their own independent pointer back to their 'cre... | brain |
2006-08-09 | Move clientlist and chanlist into InspIRCd* | brain |
2006-08-08 | kill_link() and Server::QuitUser() -> userrec::QuitUser() (static member) - t... | brain |
2006-06-29 | Forward port of CullList and my bragging rights | special |
2006-04-08 | Remove references to inspircd_io from these, stop configure making all the mo... | om |
2006-04-06 | Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T... | w00t |
2006-03-22 | Removal of software threading idea in CullList. Nice idea, but did really wha... | w00t |
2006-03-10 | Revert to string but return a reference, should be about the same speed | brain |
2006-03-10 | Safer | brain |
2006-03-10 | Faster CullItem/CullList using strdup rather than copying a std::string | brain |
2006-03-09 | Speedups | brain |
2006-03-09 | Tidyup to pass some stuff by reference (much faster, no copy involved) | brain |
2006-03-07 | Safety checking (a really really clever trick btw) in CullList, to make sure ... | brain |
2006-02-28 | And the obligotary typo fixes | brain |
2006-02-28 | Missing externs | brain |
2006-02-28 | Made it safe to quits and nickchanges | brain |
2006-02-28 | When quitting large amounts of users, use InspIRCd::DoOneIteration to prevent... | brain |