Age | Commit message (Expand) | Author |
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 |
2007-11-03 | You'll hit yourself w00t. You left the ; off both the class decls :p | brain |
2007-11-03 | Remove needless headers from typedefs.h | brain |
2007-11-03 | This won't work yet. | w00t |
2007-11-03 | Add bancache.coo/h. Nothing in them, yet. | w00t |
2007-11-03 | More anal config parsing, validates channel fields, ip address fields (with/w... | brain |
2007-11-02 | Comment documentation for all the new shizzle | brain |
2007-11-02 | Hopefully fix the bursting of xlines to work again (even with unknown types) ... | brain |
2007-11-02 | Move lookup_lines to private, theres no need for it to be public any more | brain |
2007-11-02 | Tidy up, and make the identifer for a line type be std::string not char | brain |
2007-11-02 | XLines now only checked for expiry on positive hit. saves us a honking big O(... | brain |
2007-11-02 | xline gutting, once more. There is no longer an active_lines vector, and no r... | brain |
2007-10-31 | There, i think all thats now left is matches_*line which we can do with two o... | brain |
2007-10-31 | Add XLine::SetCreateTime that removes gline_set_creation_time and friends | brain |
2007-10-31 | Fix (?) stats chars | brain |
2007-10-31 | This *should* fix expiry. Can someone else (w00t? :p) test for me, and check ... | brain |
2007-10-31 | Fix up to pass User* | brain |
2007-10-31 | Forward decl | brain |
2007-10-31 | Remove all the OnAddGLine, OnAddWhateverLine replace with one simple OnAddLin... | brain |
2007-10-31 | Add factories for other types | brain |
2007-10-31 | Add factories for eline and gline as tests | brain |
2007-10-31 | Add XLineFactory stuff. | brain |