Age | Commit message (Expand) | Author |
2008-01-06 | Add overridden constructor with specified time in seconds for bancache entry ... | w00t |
2008-01-06 | Add bancache expiry stuff, currently records expire 60 seconds after creation... | w00t |
2008-01-05 | Fix a bug (snotices repeating constantly), and add a flush timer (1x5 seconds) | w00t |
2008-01-05 | Fix snomask stacking, still needs to flush all snomasks on a timer to avoid m... | w00t |
2008-01-05 | Snomask stacking: not yet working (crashes), and not quite finished | w00t |
2008-01-04 | Remove non-portable code and replace with a debug call | w00t |
2008-01-04 | Format the header a little better, add some stuff preparing for snomask compr... | w00t |
2008-01-04 | Remove some stuff that isn't needed from here. | w00t |
2008-01-03 | Patch turning Config->sid from size_t to char **. This also undoes the total ... | w00t |
2008-01-02 | Add param 'opername' to event OnPostOper. This will help make a (slightly nic... | w00t |
2007-12-30 | Remove an unneeded forward declaration and typedef | w00t |
2007-11-18 | First part of stuff for remote includes (this doesnt work yet) | brain |
2007-11-15 | Add another BanCache stub. I'm not writing it yet as the storage of entries h... | w00t |
2007-11-11 | Currently crashes with multiple layers of include. don't use this yet | brain |
2007-11-11 | Provide a facility for modules to flag a config file completed | brain |
2007-11-11 | More stuff incoming | brain |
2007-11-11 | More stuff | brain |
2007-11-11 | Report failure to load configs | brain |
2007-11-11 | Add a counter for errored files | brain |
2007-11-11 | More stuff for this. Its starting to take shape a bit now, and is tidier than... | brain |
2007-11-11 | Begin rethink on this. Warning, this WILL break your ircd if youre using trunk! | brain |
2007-11-11 | In prep for remote includes, configuration reading is now two-pass. | brain |
2007-11-11 | Implement roadmap item: "userrec::HasPermission -> map of maps, for (even fas... | brain |
2007-11-11 | Fix crashes from badly written safeiters | brain |
2007-11-11 | Make iterators safe in FOREACH_MOD etc macros, so that ModuleManager::Detach(... | brain |
2007-11-10 | m_spy no longer implements SPYNAMES, instead it overrides normal NAMES on the... | brain |
2007-11-09 | Roadmap item "Fix jointhrottle to not try 'throttle' clients during a netmerg... | brain |
2007-11-05 | Rehash method added which frees unused memory from the hash_map. Has a delete... | brain |
2007-11-04 | Why the hell the includes are half way down the damn file in modules.h is bey... | brain |
2007-11-04 | Integrate K/Gline into the bancache system by making some modifications to De... | w00t |
2007-11-04 | And whoops, typo | brain |
2007-11-04 | Fix these to use new hook system (u_listmode wasnt fixed yet) | brain |
2007-11-04 | Get rid of global_implementation[] and implement_lists[] from here | brain |
2007-11-04 | Instead of a vector of vectors, use an array of vectors as in the original sp... | brain |
2007-11-04 | Honking huge commit. Removal of DELETE() template that never worked right anyway | brain |
2007-11-04 | Comments | brain |
2007-11-04 | MODERR tidyups | brain |
2007-11-04 | Remove some now redundant if (!empty) checks in FOREACH_MOD | brain |
2007-11-04 | Remove no longer required typedef | brain |
2007-11-04 | Comment all the new stuff | brain |
2007-11-04 | Not yet tested: remove last vestiges of modules[] and module_names[] arrays. | brain |
2007-11-04 | Remove our vectors of Module*/ircd_module*, replace with a map of std::pair<i... | brain |
2007-11-04 | More craq | brain |
2007-11-04 | Bring back Prioritize (needs to occur after module load) with a different dec... | brain |
2007-11-04 | Next part of Development/Hooking (see wiki) | brain |
2007-11-04 | Development/Hooking in full swing now: WARNING, this will break ALL modules f... | brain |
2007-11-04 | Add EventHandlers structure for Development/Hooking | brain |
2007-11-04 | Instantiate BanCache in InspIRCd class. | w00t |
2007-11-04 | Make bancache compile on windows | brain |
2007-11-04 | Remove some unnecessary headers from places, commit working BanCacheManager s... | w00t |