]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_opermodes.cpp
Change to use std::string::iterator rather than making a copy of the pointer and...
[user/henk/code/inspircd.git] / src / modules / m_opermodes.cpp
2006-12-15 w00tRemove global namespacing, makes modules compile FASTAH...
2006-10-19 brainInsert massive change here.
2006-10-01 brainNow with binary versioning goodness
2006-09-08 brain*YOINK* Add jamie's patch for parameterized usermodes...
2006-08-11 brainConfigReader and FileReader now take InspIRCd* to their...
2006-08-10 brainLast of Server:: methods moved to InspIRCd::. Server...
2006-08-10 brainNote: FOR THE MOMENT, this is BROKEN. It wont run right...
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-04-24 brainMissing includes
2006-04-24 braindelete operator tracking in debug mode (using a macro...
2006-04-06 w00tHoly christ that was a LOT OF SPACES. TABS, USE THEM...
2006-03-11 brainYet more const ref changes
2006-01-29 brainCreated OnPostOper that can be gauranteed to be called...
2006-01-29 brainAuto-assume "+" on the start of opermode block if not...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-12-26 brainConverted to new Implements system
2005-12-07 brainChanged behaviour of module API to pass Server* to...
2005-11-29 brainAdded opertype to OnOper and added OnMode function
2005-05-25 brainAdded denychans module, allows blocking of channels
2005-05-21 brainAdded m_opermodes.cpp, allows addition and removal...