Age | Commit message (Expand) | Author |
2008-01-13 | New timer code. This may be a tiny fraction slower (though I think it will be... | w00t |
2008-01-13 | Move User::AddClient to UserManager::AddClient. WARNING: I assure you this is... | w00t |
2008-01-13 | First UserManager overhaul: Move clone counts out of InspIRCd & User. | w00t |
2008-01-13 | Add a channel manager class while I'm at it. | w00t |
2008-01-13 | Feh. Remember the header too. | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2008-01-10 | Implement <options:prefixpart|suffixpart|fixedpart> | w00t |
2008-01-09 | Add OnExpireLine(XLine *) hook, will be used in xline db stuff to avoid getti... | w00t |
2008-01-06 | Hopefully correct implementation of OnRawMode.. can someone pls check this fo... | w00t |
2008-01-06 | OnRawMode event makes a return: This was removed post 1.0 because it was incr... | w00t |
2008-01-06 | Permanent channels, currently conflicts with blockcaps (+P) and is untested | w00t |
2008-01-06 | Move CreateChannel to a constructor instead | w00t |
2008-01-06 | Move channel creation to a seperate Channel::CreateChannel (y'know, perhaps t... | w00t |
2008-01-06 | Forward declaration isn't required here | w00t |
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 |