]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/mode.cpp
Changed length of user::modes buffer from 512 to much more sensible 54
[user/henk/code/inspircd.git] / src / mode.cpp
2005-05-29 brainChanged length of user::modes buffer from 512 to much...
2005-05-28 brainFixed fd_Setsize in cygwin
2005-05-16 brainRemoved __single_client_alloc again because gcc devs...
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-05-15 brainsorted hashcomp etc
2005-05-15 brainMoved a ton of functions into helperfuncs.h to speed...
2005-05-12 brainStructure optimizations, changed a lot of bools into...
2005-05-09 brainFixes to way allocations are handled
2005-05-04 brainFix to a mode parsing bug (eating wrong version of...
2005-05-03 brainFixed empty modes from nickserv
2005-05-02 brainFix to prevent empty umodes
2005-04-30 brainAdded OnAddBan and OnDelBan module api calls, and fixed...
2005-04-30 brainAdded mode 'compression', stops abuse with modes like...
2005-04-27 brainQuote of the day: some strlens are needed.
2005-04-27 brainFixes to all kinds of annoying problems
2005-04-27 brainNo suck nickname?! why didn't anyone see this?!
2005-04-27 brainOptimized modes (removed strlens etc)
2005-04-27 brainFixed empty modes issue that emerged after dodgy code...
2005-04-27 brainAdded explicit oper tracking in a vector of userrec...
2005-04-26 brainMajor code tidyup (-W) - expect a few belches
2005-04-23 brainAdded global oper monitoring through modules and global...
2005-04-18 brainFixed strange join behavior reported by w00t (mirc...
2005-04-16 brainAdded a chanrec to OnRawMode, om pointed out i hadnt...
2005-04-15 brainAdded new API methods:
2005-04-13 brainAdded Module::OnSendList
2005-04-13 brainDouble 367 numeric glitch fixed
2005-04-05 brainMajor optimizations!
2005-04-04 brainAdded new <banlist> tags, allows dynamic banlist sizes...
2005-04-03 brainFixes to crash when setting the key of a channel youre...
2005-04-03 brainFix to bug #36 reported by Yeti
2005-03-25 brainAdded implementation of strlcpy and strlcat for systems...
2005-03-25 brainChanged occurances of vector to std::vector
2005-03-24 brainFinally fixed a load of umode change stuff!
2004-09-11 brainChanges for security based on RATS analysis
2004-09-11 brainSecurity audit based on RATS output
2004-07-17 typobox43Added support for 472 numeric (Unknown mode char) ...
2004-05-24 brainFixed perplexing bug in custom mode removal (apparent...
2004-05-16 brainUpdated header comments
2004-05-09 brainFixed m_redirect.so which was claiming every mode that...
2004-05-02 brainAdded oper-override module
2004-05-01 brainAdded Module::OnAccessCheck
2004-04-29 brainMade the allowhalfop in <options> tag actually work
2004-04-26 brainFixed bug #15 - mode case sensitivity issue in mirc...
2004-04-25 brainMode +l fixes
2004-04-25 brainXLine fixes and fix to +l with large limits
2004-04-24 brainAdded XLine stuff
2004-04-22 brainAdded tons of services/uline stuff. DO NOT USE YET...
2004-04-19 brainAdded namespace std to these new files to avoid gcc3...
2004-04-19 brainadded mode.h/mode.cpp and seperated mode functions...