Age | Commit message (Expand) | Author |
2009-09-02 | Move user quit logic out of cull list | danieldg |
2009-04-17 | Fix CullList to not use O(n^2) version of vector clear | danieldg |
2009-04-17 | Remove CullList rate limiting to fix UID collisions on large networks | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-03-10 | Fix fast quit/connect by changing nick to UID on QuitUser | danieldg |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-11-17 | Fix recursion in QuitUser | w00t |
2008-09-07 | Merge the second interface for socket hooking into one, so it's all done by A... | w00t |
2008-07-29 | Remove last vestige of libircdfoo, by changing tag into a single identifier... | w00t |
2008-07-19 | Fix compile. Also remove write error stuff, as that was used prior to the goo... | w00t |
2008-05-25 | First phase of conversion to dynamic limits on all the lengths, configured vi... | brain |
2008-05-21 | Remove some of this, this isn't (strictly speaking) an issue now | w00t |
2008-05-19 | Convert connection::host | brain |
2008-05-19 | Some logging/preventative code for Jason's issue.. it shouldn't crash now (fi... | w00t |
2008-05-18 | Make User:: nick/ident/dhost/fullname and some other things std::string inste... | aquanight |
2008-04-21 | Fix quietbans and hidesplits etc, cull list's sending a seperate quit message... | brain |
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 |