]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_chanprotect.cpp
First phase of conversion to dynamic limits on all the lengths, configured via the...
[user/henk/code/inspircd.git] / src / modules / m_chanprotect.cpp
2008-05-25 brainFirst phase of conversion to dynamic limits on all...
2008-05-19 brainConvert channel::name to std::string, this was a beastie!
2008-05-19 brainMore done
2008-05-05 peaveyfix some unitialised vectors and tidy up a bit.
2008-05-04 peaveyConvert a whole bunch more
2008-05-01 brainSome modules throw CoreException, this is wrong wrongit...
2008-04-21 w00tRemove OnRehash of m_chanprotect: bad idea, and it...
2008-04-16 brainChange that allows the m_override module to not announc...
2008-04-04 brainDont check APrefix both times :p
2008-04-04 brainBetter checks
2008-04-04 brainThrow exception if both the prefix chars are defined...
2008-04-02 brainFixes for bug #493, tidyups to clearing of channel...
2008-04-02 brainThis is better than using a const; Since 1.1 we don...
2008-04-02 w00tRemove unload_kludge: this still isn't handled in a...
2008-04-02 w00tJust use string literal instead of declaring a var...
2008-04-01 w00tConfigurable prefixes for chanmodes +qa: prefixes can...
2008-04-01 w00tAdd a required prefix of 0, this may fix problem encoun...
2008-03-24 brainFinally change all the Version() objects
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-02-18 w00tPhew. Fix a bunch of method sigs to stop warnings.
2008-01-17 w00tRemove a redundant method here, call the mode manager...
2008-01-17 w00tFix.. snomask O is already taken (ffs) so use A instead
2008-01-17 w00tRemove InspIRCd::WriteOpers in favour of snomask O
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-09 brainSame here, fix some minor memory leaks noticed by w00t
2007-11-04 brainFix these to use new hook system (u_listmode wasnt...
2007-11-04 brainHonking huge commit. Removal of DELETE() template that...
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-10-23 brainMore
2007-10-23 brainMore AddModes fixes
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-03 brainPROPAGATE this fix
2007-08-28 w00tRemove the last uses of localised fake clients. This...
2007-08-27 w00tRemove unnecessary header traffic
2007-08-16 specialFixed bug #390 (broken m_chanprotect noservices)
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...
next