Age | Commit message (Expand) | Author |
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 |
2006-01-15 | Updated copyrights in headers etc using perl inplace edit | brain |
2005-12-15 | Full removal of inspircd_util.h | brain |
2005-12-15 | Had comparison back to front | brain |
2005-12-15 | Fixed old code | brain |
2005-12-15 | Fixed to allow remote users to be put on a cull list | brain |
2005-12-15 | Added CullList class | brain |