2009-03-15 |
psychon | Update all wiki links to point to the new wiki. This... |
blob | commitdiff | raw |
2009-03-10 |
danieldg | Fix fast quit/connect by changing nick to UID on QuitUser |
blob | commitdiff | raw | diff to current |
2009-01-02 |
w00t | Update copyrights for 2009. |
blob | commitdiff | raw | diff to current |
2008-11-17 |
w00t | Fix recursion in QuitUser |
blob | commitdiff | raw | diff to current |
2008-09-07 |
w00t | Merge the second interface for socket hooking into... |
blob | commitdiff | raw | diff to current |
2008-07-29 |
w00t | Remove last vestige of libircdfoo, by changing tag... |
blob | commitdiff | raw | diff to current |
2008-07-19 |
w00t | Fix compile. Also remove write error stuff, as that... |
blob | commitdiff | raw | diff to current |
2008-05-25 |
brain | First phase of conversion to dynamic limits on all... |
blob | commitdiff | raw | diff to current |
2008-05-21 |
w00t | Remove some of this, this isn't (strictly speaking... |
blob | commitdiff | raw | diff to current |
2008-05-19 |
brain | Convert connection::host |
blob | commitdiff | raw | diff to current |
2008-05-19 |
w00t | Some logging/preventative code for Jason's issue..... |
blob | commitdiff | raw | diff to current |
2008-05-18 |
aquanight | Make User:: nick/ident/dhost/fullname and some other... |
blob | commitdiff | raw | diff to current |
2008-04-21 |
brain | Fix quietbans and hidesplits etc, cull list's sending... |
blob | commitdiff | raw | diff to current |
2008-03-24 |
brain | Add stuff so that modules can hook users by altering... |
blob | commitdiff | raw | diff to current |
2008-02-22 |
aquanight | Convert remaining InspIRCd::Log() calls to new logging... |
blob | commitdiff | raw | diff to current |
2008-02-02 |
w00t | Move some stuff to usermanager, remove a little header... |
blob | commitdiff | raw | diff to current |
2008-01-16 |
w00t | Add a warning about quitting a user twice, and fix... |
blob | commitdiff | raw | diff to current |
2008-01-16 |
w00t | Remove an O(log n) in favour of an O(1) operation,... |
blob | commitdiff | raw | diff to current |
2008-01-16 |
w00t | Re-add support for silent quits (note: we also remove... |
blob | commitdiff | raw | diff to current |
2008-01-16 |
w00t | Hacked-up culllist: stores user pointers rather than... |
blob | commitdiff | raw | diff to current |
2008-01-15 |
brain | Someone forgot to delete what they new :P |
blob | commitdiff | raw | diff to current |
2008-01-15 |
w00t | CullList -> CullItem * |
blob | commitdiff | raw | diff to current |
2008-01-15 |
w00t | CullList: Don't try quit everyone. Speed/resource use... |
blob | commitdiff | raw | diff to current |
2008-01-10 |
w00t | Header update: 2007 -> 2008 |
blob | commitdiff | raw | diff to current |
2007-10-22 |
brain | Remove the need for a bunch of the hard coded arrays... |
blob | commitdiff | raw | diff to current |
2007-10-16 |
w00t | Cache the culllist' GetUser() return. Looks cleaner. |
blob | commitdiff | raw | diff to current |
2007-10-15 |
w00t | In the grand tradition of huge fucking commits: |
blob | commitdiff | raw | diff to current |
2007-10-13 |
brain | Move some stuff around, this will move a crash to a... |
blob | commitdiff | raw | diff to current |
2007-10-13 |
brain | Add sanity checks to the ssl modules so that theres... |
blob | commitdiff | raw | diff to current |
2007-08-27 |
w00t | Remove more unnecessary header traffic |
blob | commitdiff | raw | diff to current |
2007-07-16 |
peavey | OOPS! We try again, since I'm smoking craq. LF is 0x0a... |
blob | commitdiff | raw | diff to current |
2007-07-16 |
peavey | 'svn propset -R svn:eol-style CR *' Set to UNIX-style... |
blob | commitdiff | raw | diff to current |
2007-05-07 |
brain | Fix multi-level if() madness, thanks HiroP |
blob | commitdiff | raw | diff to current |
2007-05-04 |
brain | Add options:quietbursts, fixes bug #269, also adds... |
blob | commitdiff | raw | diff to current |
2007-05-03 |
brain | DO NOT USE THIS COMMIT - if you do, most of the modules... |
blob | commitdiff | raw | diff to current |
2007-04-05 |
brain | Fix for bug #199 (Feature request) submitted by owine... |
blob | commitdiff | raw | diff to current |
2007-03-15 |
brain | Add third parameter to OnUserQuit (quit reason for... |
blob | commitdiff | raw | diff to current |
2007-03-06 |
brain | Fixes for snotice quit reasons |
blob | commitdiff | raw | diff to current |
2007-03-06 |
brain | This properly fixes options:hidebans and options:hidesp... |
blob | commitdiff | raw | diff to current |
2007-02-05 |
peavey | Move quitting of clients to a central Cull List, and... |
blob | commitdiff | raw | diff to current |
2006-12-23 |
brain | Hash rehashing change |
blob | commitdiff | raw | diff to current |
2006-12-15 |
w00t | Jesus, look who's the commit whore today. More header... |
blob | commitdiff | raw | diff to current |
2006-08-30 |
brain | Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons... |
blob | commitdiff | raw | diff to current |
2006-08-11 |
brain | Just to mess with om's head, remove helperfuncs.h from... |
blob | commitdiff | raw | diff to current |
2006-08-10 |
brain | So much stuff changed in this one, i forgot most of it. |
blob | commitdiff | raw | diff to current |
2006-08-10 |
brain | Move IsNick, IsIdent into class InspIRCd, update module... |
blob | commitdiff | raw | diff to current |
2006-08-09 |
brain | userrec and chanrec now have their own independent... |
blob | commitdiff | raw | diff to current |
2006-08-09 |
brain | Move clientlist and chanlist into InspIRCd* |
blob | commitdiff | raw | diff to current |
2006-08-08 |
brain | kill_link() and Server::QuitUser() -> userrec::QuitUser... |
blob | commitdiff | raw | diff to current |
2006-06-29 |
special | Forward port of CullList and my bragging rights |
blob | commitdiff | raw | diff to current |
2006-04-08 |
om | Remove references to inspircd_io from these, stop confi... |
blob | commitdiff | raw | diff to current |
2006-04-06 |
w00t | Holy christ that was a LOT OF SPACES. TABS, USE THEM... |
blob | commitdiff | raw | diff to current |
2006-03-22 |
w00t | Removal of software threading idea in CullList. Nice... |
blob | commitdiff | raw | diff to current |
2006-03-10 |
brain | Revert to string but return a reference, should be... |
blob | commitdiff | raw | diff to current |
2006-03-10 |
brain | Safer |
blob | commitdiff | raw | diff to current |
2006-03-10 |
brain | Faster CullItem/CullList using strdup rather than copyi... |
blob | commitdiff | raw | diff to current |
2006-03-09 |
brain | Speedups |
blob | commitdiff | raw | diff to current |
2006-03-09 |
brain | Tidyup to pass some stuff by reference (much faster... |
blob | commitdiff | raw | diff to current |
2006-03-07 |
brain | Safety checking (a really really clever trick btw)... |
blob | commitdiff | raw | diff to current |
2006-02-28 |
brain | And the obligotary typo fixes |
blob | commitdiff | raw | diff to current |
2006-02-28 |
brain | Missing externs |
blob | commitdiff | raw | diff to current |
2006-02-28 |
brain | Made it safe to quits and nickchanges |
blob | commitdiff | raw | diff to current |
2006-02-28 |
brain | When quitting large amounts of users, use InspIRCd... |
blob | commitdiff | raw | diff to current |
2006-01-15 |
brain | Updated copyrights in headers etc using perl inplace... |
blob | commitdiff | raw | diff to current |
2005-12-15 |
brain | Full removal of inspircd_util.h |
blob | commitdiff | raw | diff to current |
2005-12-15 |
brain | Had comparison back to front |
blob | commitdiff | raw | diff to current |
2005-12-15 |
brain | Fixed old code |
blob | commitdiff | raw | diff to current |
2005-12-15 |
brain | Fixed to allow remote users to be put on a cull list |
blob | commitdiff | raw | diff to current |
2005-12-15 |
brain | Added CullList class |
blob | commitdiff | raw | diff to current |
|