summaryrefslogtreecommitdiff
path: root/src/mode.cpp
AgeCommit message (Expand)Author
2005-05-12Structure optimizations, changed a lot of bools into binary bitmasksbrain
2005-05-09Fixes to way allocations are handledbrain
2005-05-04Fix to a mode parsing bug (eating wrong version of parameter?)brain
2005-05-03Fixed empty modes from nickservbrain
2005-05-02Fix to prevent empty umodesbrain
2005-04-30Added OnAddBan and OnDelBan module api calls, and fixed glitch which required...brain
2005-04-30Added mode 'compression', stops abuse with modes like: +s-s+s-s+s-sbrain
2005-04-27Quote of the day: some strlens are needed.brain
2005-04-27Fixes to all kinds of annoying problemsbrain
2005-04-27No suck nickname?! why didn't anyone see this?!brain
2005-04-27Optimized modes (removed strlens etc)brain
2005-04-27Fixed empty modes issue that emerged after dodgy code was correctedbrain
2005-04-27Added explicit oper tracking in a vector of userrec* pointers, optimizes send...brain
2005-04-26Major code tidyup (-W) - expect a few belchesbrain
2005-04-23Added global oper monitoring through modules and global connect monitoring th...brain
2005-04-18Fixed strange join behavior reported by w00t (mirc requesting MODE immediatel...brain
2005-04-16Added a chanrec to OnRawMode, om pointed out i hadnt given him it :Dbrain
2005-04-15Added new API methods:brain
2005-04-13Added Module::OnSendListbrain
2005-04-13Double 367 numeric glitch fixedbrain
2005-04-05Major optimizations!brain
2005-04-04Added new <banlist> tags, allows dynamic banlist sizes on a per channel basisbrain
2005-04-03Fixes to crash when setting the key of a channel youre not a member ofbrain
2005-04-03Fix to bug #36 reported by Yetibrain
2005-03-25Added implementation of strlcpy and strlcat for systems that dont have itbrain
2005-03-25Changed occurances of vector to std::vectorbrain
2005-03-24Finally fixed a load of umode change stuff!brain
2004-09-11Changes for security based on RATS analysisbrain
2004-09-11Security audit based on RATS outputbrain
2004-07-17Added support for 472 numeric (Unknown mode char) - typobox43typobox43
2004-05-24Fixed perplexing bug in custom mode removal (apparent with +C and +c)brain
2004-05-16Updated header commentsbrain
2004-05-09Fixed m_redirect.so which was claiming every mode that came its way!brain
2004-05-02Added oper-override modulebrain
2004-05-01Added Module::OnAccessCheckbrain
2004-04-29Made the allowhalfop in <options> tag actually workbrain
2004-04-26Fixed bug #15 - mode case sensitivity issue in mirc (glitch reported by strik...brain
2004-04-25Mode +l fixesbrain
2004-04-25XLine fixes and fix to +l with large limitsbrain
2004-04-24Added XLine stuffbrain
2004-04-22Added tons of services/uline stuff. DO NOT USE YET! services data isnt replic...brain
2004-04-19Added namespace std to these new files to avoid gcc3 problemsbrain
2004-04-19added mode.h/mode.cpp and seperated mode functions into itbrain