]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_chanprotect.cpp
Annotations
[user/henk/code/inspircd.git] / src / modules / m_chanprotect.cpp
2006-09-15 brainAnnotations
2006-09-09 brainGrr
2006-09-02 brainActually let it be unloaded would be a start (remove...
2006-09-02 brainAllow unloading of +qa
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-28 brainHint of the day: When you have a function that can...
2006-08-25 brainTidyup, multiple inheritence from base class to avoid...
2006-08-25 brainRemove On005Numeric event from a ton of modules which...
2006-08-25 brainAdded leachim's +qa prefix patch
2006-08-23 brainModeParser::InsertMode is no longer required -- this...
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainCamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInsp...
2006-08-11 brainMove remaining functions:
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainConfigReader and FileReader now take InspIRCd* to their...
2006-08-11 brainNone of the modules use an extern InspIRCd* any more
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-08-10 brainSo much stuff changed in this one, i forgot most of it.
2006-08-10 brainMove InsertMode into ModeParser
2006-08-10 brainRemoval of Server::Log -- not much ever used it anyway...
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-09 brainMove tons more stuff into class InspIRCd
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-09 brainGet rid of Server::GetUsers(chanrec) - a throwback...
2006-08-08 brainWHEEEEE!!!!!
2006-08-07 brainExtra debug all over the place, which maybe we should...
2006-07-27 brainAllow SAMODE and remote users to set +qa without local...
2006-07-27 brainChange std::pair<bool,std::string> to neater typedef...
2006-07-26 brainAdd extra method to mode handler, ModeHandler::ModeSet().
2006-07-10 brainFix for new templated GetExt, and tidy up of some MAJOR...
2006-07-09 omMake it compile... >_<
2006-07-09 omMove to stack-allocated OnRehash()-local ConfigReader...
2006-07-09 brainMore copy/paste fixes
2006-07-09 brainGive modeclasses access to Server* Srv via constructor
2006-07-09 brainMore typo fixes
2006-07-09 brainMore tweaks (remove OnExtendedMode)
2006-07-09 brainStarted on this
2006-07-09 omDELETE()'s in destructors *fwap*
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 brainMore converted modules
2006-03-08 brainThese modules were using deprecated Server::IsOnChannel...
2006-01-25 brainChanged to use InsertMode
2006-01-17 brainAdded support for part messages in the module API ...
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-30 brainRemoved old OnUserSync and OnChannelSync
2005-11-30 brainAdded OnSyncUser, OnSyncChannel, ProtoSendMode
2005-11-30 brainAdded a parameter to OnRehash for the rehash parameter
2005-10-01 brainFix to bug#82 reported by ashen - "the're" typo
2005-05-30 brainStarted on -Wall - safe compile
2005-05-25 brainChanged so that when the first in the channel gets...
2005-05-20 brain*** empty log message ***
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-05-15 brainMoved a ton of functions into helperfuncs.h to speed...
2005-05-03 brainFixed to remove privilages upon kick
2005-04-13 brainAdded Module::OnSendList
2005-04-07 brainTons of module versionflags stuff, and checks for it...
2005-04-07 brainAdded version flags
2005-04-03 brainMore secure checking in 005 handlers
2005-03-28 brainFixed to take away +q and +a when the user parts the...
2005-03-27 brainAdded 005 numeric handling to most of the modules
2004-05-16 brainUpdated header comments
2004-05-02 brainAdded oper-override module
2004-05-01 brainAdded hardcoded support for chanmodes +aq
2004-05-01 brainTidied the code to use Azhrarns new ConfigReader::ReadF...
2004-05-01 brainAdded comments
2004-05-01 brainProvided modules with the ability to sync data on a...
2004-05-01 brainAdded <options noservices> behaviour for m_chanprotect...
2004-05-01 brainAdded access checks.
2004-05-01 brainAdded module to support modes +q and +a