summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2007-11-11Fix crashes from badly written safeitersbrain
2007-11-11Make iterators safe in FOREACH_MOD etc macros, so that ModuleManager::Detach(...brain
2007-11-10m_spy no longer implements SPYNAMES, instead it overrides normal NAMES on the...brain
2007-11-09Roadmap item "Fix jointhrottle to not try 'throttle' clients during a netmerg...brain
2007-11-05Rehash method added which frees unused memory from the hash_map. Has a delete...brain
2007-11-04Why the hell the includes are half way down the damn file in modules.h is bey...brain
2007-11-04Integrate K/Gline into the bancache system by making some modifications to De...w00t
2007-11-04And whoops, typobrain
2007-11-04Fix these to use new hook system (u_listmode wasnt fixed yet)brain
2007-11-04Get rid of global_implementation[] and implement_lists[] from herebrain
2007-11-04Instead of a vector of vectors, use an array of vectors as in the original sp...brain
2007-11-04Honking huge commit. Removal of DELETE() template that never worked right anywaybrain
2007-11-04Commentsbrain
2007-11-04MODERR tidyupsbrain
2007-11-04Remove some now redundant if (!empty) checks in FOREACH_MODbrain
2007-11-04Remove no longer required typedefbrain
2007-11-04Comment all the new stuffbrain
2007-11-04Not yet tested: remove last vestiges of modules[] and module_names[] arrays.brain