]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/mode.cpp
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / src / mode.cpp
2007-02-09 brainChange the constructor of ModeParser, make it just...
2007-01-20 brainBetter way even than suggested.
2007-01-15 brainCrusade to remove debug from stable and tested parts...
2007-01-15 brainMake this use true and false, not MODEACTION_DENY
2007-01-14 brainFix the code that nobody tested :p
2007-01-14 omAnd take the return out again to stop w00t throwing...
2007-01-14 omAdd return statement at the end of the special-case...
2007-01-14 brainFix this so that if the beforemode clears the parameter...
2007-01-14 brainFix BeforeMode to have the parameter available, if...
2007-01-08 brainTweaks to mode parser
2007-01-06 brainExtra check so that we dont get -O-s when doing:
2007-01-06 brainFix desync with halfop and voice when opped (this happe...
2007-01-03 brainFix lusers breakage introduced by latest set of optimiz...
2006-12-29 brainAdd counter system for umodes to get rid of some O(n)
2006-12-23 brainHash rehashing change
2006-12-22 brainReduce logging caused by mode changes
2006-12-18 w00tAvoid no such nick on non oper attempting to view modes...
2006-12-15 w00tJesus, look who's the commit whore today. More header...
2006-12-14 brainRefactor userrec::chans.
2006-12-03 w00tLOL INFINITE LOOPS IN IRCD ARE ROX
2006-12-02 w00tThat patch (TM) of controversy, plus a minor cleanup
2006-11-22 peaveyDisallow mode prefix # since it will mess up /whois...
2006-11-15 brainDon't allow a non-oper to view another users modes...
2006-11-12 brainShow chanrec::age in MODE #chan, not the deprecated...
2006-10-28 brain* Fix removal of user modes when unloading the mode...
2006-10-06 brain/me thwaps special for not reading comments :p
2006-10-04 brainExtra safety checking in ModeSet just to ensure we...
2006-10-01 omAdd an extra debug message and change two calls of...
2006-10-01 brainIt all came down to a >1 where we needed a >0. Things...
2006-09-10 brainTake some debug crap out of ModeParser::ModeString()
2006-09-10 brain* Fix ChanModes::ModeString to not try and set a key...
2006-09-09 brainReset LastParse string when we try to parse new modes
2006-09-09 brainTidier string building
2006-09-09 brainMake SAMODE oper output tidier
2006-09-09 brainAnd fix it so it doesnt go into an infinite loop when...
2006-09-09 brainAdd sane limiting to mode output, so we cant have more...
2006-09-09 brainm_override is now fixed, replaced AC_GENERAL_MODE OnAcc...
2006-09-03 brainAdd /RELOAD and move cmd_mode into its own command.
2006-09-02 brainAllow unloading of modules which implement modes!
2006-08-30 brainIn this instance find is faster than rfind
2006-08-30 brainAnd make it work here
2006-08-30 brainFix for parameters which contain a colon (which is...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-29 brainOnly send 008 when MODE Oper
2006-08-29 brainClarify message
2006-08-29 brainDon't silently drop modes that are oper only when a...
2006-08-29 brainauto-set +s when +n is set (as +n requires +s) - allow...
2006-08-25 brainAdd <options:cyclehosts> which allows a user to appear...
2006-08-24 brainWhen the mode sequence doesnt start with + or -, assume a +
2006-08-23 brainModeParser::InsertMode is no longer required -- this...
2006-08-23 brainCheck for illegal mode prefixes in AddMode (':' and...
2006-08-23 brainMulti-prefix FJOIN, and allowing module-defined prefixe...
2006-08-23 brainFix and finish 005 numeric. PREFIX= is now calculated...
2006-08-23 brainMore prefixchar stuff.
2006-08-23 brainMode handlers handling listmodes where a listmode item...
2006-08-18 brainThings are so much easier here (thanks to sts for the...
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 brainextern time_t TIME -> InspIRCd::Time()
2006-08-11 braincommands.cpp:extern InspIRCd* ServerInstance;
2006-08-10 brainSo much stuff changed in this one, i forgot most of it.
2006-08-10 brainMass-tidyup of module global vars, theyre no longer...
2006-08-10 brainMove InsertMode into ModeParser
2006-08-10 brainMove IsNick, IsIdent into class InspIRCd, update module...
2006-08-10 braincmode(), cflags(), cstatus() -> chanrec::GetStatusChar...
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-08 brainWHEEEEE!!!!!
2006-08-08 brainWriteChannel* functions and ChanExceptSender* functions...
2006-08-06 brainreturn statement in wrong place caused modes to be...
2006-08-04 brainAllow non-ops to view listmode lists
2006-08-03 brainDynamically generate 004 numeric from the modehandler...
2006-07-27 brainChange std::pair<bool,std::string> to neater typedef...
2006-07-27 brainMode merging during FJOIN with ourts==theirts. Only...
2006-07-27 brain* Fix Server::SendMode to actually work again.
2006-07-27 braincommit remainder of new mode bouncing stuff for TS...
2006-07-26 brainAdd extra method to mode handler, ModeHandler::ModeSet().
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-10 w00t- Add notice masks display to MODE nick, using a modifi...
2006-07-10 w00t- Add usermode +n for notice masks - our implementation...
2006-07-10 brainAdded ModeParser::AddModeWatcher() and ModeParser:...
2006-07-09 brainsend_mode event for spanningtree (this will be backport...
2006-07-09 brainTweak mode parser so that oper-only modes are only...
2006-07-08 brainFixed pointless dereference spotted by Foamy
2006-07-08 brainImplement DisplayList virtual method calls, and impleme...
2006-07-08 brainAdd usermode +o, with special checking so that an oper...
2006-07-08 brainForgot return;s
2006-07-08 brainAdded DisplayCurrentModes which will display the modes...
2006-07-08 brainFix typos
2006-07-08 brainAdd code to display umode changes when they occur
2006-07-08 brainAdded usermodes +swi.
2006-07-08 brainRemove comemnted-out GiveVoice and TakeVoice
2006-07-08 brainAdd cmode +v - that's all the RFC channel modes done now
2006-07-08 brainRemove the TakeHops and GiveHops from comments
2006-07-08 brainAdd support for cmode +h
2006-07-08 brainTidyup, and add numeric 472 "unknown mode char"
2006-07-08 brainFix for permissions :p
2006-07-08 brainPut back security checks so non-ops cant set modes...
next