summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2008-01-27Change API OnOperCompare to OnPassCompare, password hashing is now available ...aquanight
2008-01-17Remove a redundant method here, call the mode manager directlyw00t
2008-01-17Remove InspIRCd::WriteOpers in favour of snomask Ow00t
2008-01-17Move a number of methods from class InspIRCd to class UserManagerw00t
2008-01-17Add logger.(cpp|h), will eventually hold implementation of logging managerw00t
2008-01-16Make default bancache time one day. This may seem long, but as XLines expire,...w00t
2008-01-16Add an overridden AddHit to BanCacheManager, allowing the expiry time to be set.w00t
2008-01-16Validate <server:id> on startup if provided, thx Brainw00t
2008-01-16Remove an O(log n) in favour of an O(1) operation, and tidy up culllist some ...w00t
2008-01-16Two stage commit: don't set user->muted except in QuitUser (duplicate setting...w00t
2008-01-16Re-add support for silent quits (note: we also remove an O(n) doing it this way)w00t
2008-01-16Hacked-up culllist: stores user pointers rather than CullItem, as creating th...w00t
2008-01-15CullList -> CullItem *w00t
2008-01-13New timer code. This may be a tiny fraction slower (though I think it will be...w00t
2008-01-13Move User::AddClient to UserManager::AddClient. WARNING: I assure you this is...w00t
2008-01-13First UserManager overhaul: Move clone counts out of InspIRCd & User.w00t
2008-01-13Add a channel manager class while I'm at it.w00t
2008-01-13Feh. Remember the header too.w00t
2008-01-10Header update: 2007 -> 2008w00t
2008-01-10Implement <options:prefixpart|suffixpart|fixedpart>w00t
2008-01-09Add OnExpireLine(XLine *) hook, will be used in xline db stuff to avoid getti...w00t
2008-01-06Hopefully correct implementation of OnRawMode.. can someone pls check this fo...w00t
2008-01-06OnRawMode event makes a return: This was removed post 1.0 because it was incr...w00t
2008-01-06Permanent channels, currently conflicts with blockcaps (+P) and is untestedw00t
2008-01-06Move CreateChannel to a constructor insteadw00t
2008-01-06Move channel creation to a seperate Channel::CreateChannel (y'know, perhaps t...w00t
2008-01-06Forward declaration isn't required herew00t
2008-01-06Add overridden constructor with specified time in seconds for bancache entry ...w00t
2008-01-06Add bancache expiry stuff, currently records expire 60 seconds after creation...w00t
2008-01-05Fix a bug (snotices repeating constantly), and add a flush timer (1x5 seconds)w00t
2008-01-05Fix snomask stacking, still needs to flush all snomasks on a timer to avoid m...w00t
2008-01-05Snomask stacking: not yet working (crashes), and not quite finishedw00t
2008-01-04Remove non-portable code and replace with a debug callw00t
2008-01-04Format the header a little better, add some stuff preparing for snomask compr...w00t
2008-01-04Remove some stuff that isn't needed from here.w00t
2008-01-03Patch turning Config->sid from size_t to char **. This also undoes the total ...w00t
2008-01-02Add param 'opername' to event OnPostOper. This will help make a (slightly nic...w00t
2007-12-30Remove an unneeded forward declaration and typedefw00t
2007-11-18First part of stuff for remote includes (this doesnt work yet)brain
2007-11-15Add another BanCache stub. I'm not writing it yet as the storage of entries h...w00t
2007-11-11Currently crashes with multiple layers of include. don't use this yetbrain
2007-11-11Provide a facility for modules to flag a config file completedbrain
2007-11-11More stuff incomingbrain
2007-11-11More stuffbrain
2007-11-11Report failure to load configsbrain
2007-11-11Add a counter for errored filesbrain
2007-11-11More stuff for this. Its starting to take shape a bit now, and is tidier than...brain
2007-11-11Begin rethink on this. Warning, this WILL break your ircd if youre using trunk!brain
2007-11-11In prep for remote includes, configuration reading is now two-pass.brain
2007-11-11Implement roadmap item: "userrec::HasPermission -> map of maps, for (even fas...brain