]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_chanprotect.cpp
there were two.. yes, you're right Special
[user/henk/code/inspircd.git] / src / modules / m_chanprotect.cpp
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-03 pippijnRemoved superfluous semicolons
2007-06-17 w00tMore factory conversion
2007-06-14 brainMAXMODES+1 -> MAXMODES+2
2007-06-09 brainA ton more clear() and empty() stuff thats been lingeri...
2007-05-27 brainWhoops, ++it++? Thats gonna break :p
2007-05-27 brainAnother for bug #307
2007-05-21 brainHeader rearrangement, move inspircd.h to top, remove...
2007-05-19 brainSPACE INDENTING ACTION RANGERS -- ATTACK!
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-10 brainSmall api change with wide reaching effects in modules...
2007-05-03 brainFix broken modules (broken due to api change)
2007-04-16 brainAdded options:deprotectothers, this is like options...
2007-01-15 brainCrusade to remove debug from stable and tested parts...
2007-01-01 brainFix to allow for OnRehash to know what user initiated...
2006-12-28 brainReasonably sized fix - when adding modes in modules...
2006-12-26 peaveyFix deprotectself=no not working.
2006-12-15 w00tRemove global namespacing, makes modules compile FASTAH...
2006-12-12 brainMake FounderProtectBase::remove_own_privs a reference...
2006-12-12 brainSomeone forgot to do founder too :p
2006-12-12 specialFixed a pretty nasty bug that allowed users to +a thems...
2006-11-14 brainAnother couple of 'forgot to memset's
2006-10-28 brainAdd <options:deprotectself> which can allow a +qa user...
2006-10-27 brainWhen loading, dont try and free the qa modes, we havent...
2006-10-27 brainAllow changing of qaprefixes on the fly with REHASH...
2006-10-23 brainAdd $ModDep: special comment, similar to $CompileFlags...
2006-10-23 brainThis needs TESTING: use modestacker when unloading...
2006-10-22 brainMake +beIgqa be sent multiple per line, rather than...
2006-10-19 brainInsert massive change here.
2006-10-01 brainNow with binary versioning goodness
2006-09-24 brainDont send explicit FMODE +qa when qaprefixes is on...
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...
next