summaryrefslogtreecommitdiff
path: root/src/mode.cpp
AgeCommit message (Expand)Author
2005-12-02Added ability for ulined servers to set any arbitary channel mode (even from ...brain
2005-12-02Changes to allow ulined servers to set any modebrain
2005-11-29Fixed mode stuffbrain
2005-11-29Added opertype to OnOper and added OnMode functionbrain
2005-11-25Fixes for removal of serverrecbrain
2005-11-25Removal of mesh stuff (lots of)brain
2005-06-01Many linking fixesbrain
2005-05-30Started on -Wall - safe compilebrain
2005-05-29Changed a strcpy to strlcpybrain
2005-05-29Changed length of user::modes buffer from 512 to much more sensible 54brain
2005-05-28Fixed fd_Setsize in cygwinbrain
2005-05-16Removed __single_client_alloc again because gcc devs were smoking crack and r...brain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-05-15sorted hashcomp etcbrain
2005-05-15Moved a ton of functions into helperfuncs.h to speed up recompilesbrain
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