]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/mode.cpp
Replace std::deque with std::vector in spanningtree and related modules
[user/henk/code/inspircd.git] / src / mode.cpp
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...
2006-07-08 brainIntegrate +o into handlers
2006-07-08 brainAdd cmode +o (op/deop) and in the process change a...
2006-07-08 brainAdd channelmode +l
2006-07-08 brainAdd chmode +k, cut down includes in use in mode.cpp
2006-07-08 brainComments
2006-07-07 brainAdd support for channelmode +i
2006-07-07 brainAdd cmode_n and cmode_t
2006-07-07 brainSave ourselves 3 dereferences
2006-07-07 brainRemove the transposition of @ and ! stuff, doesnt work...
2006-07-07 brainAvoid throwing a std::out_of_range exception when given...
2006-07-07 brainFix to check for colon (accidentally typed pos_of_dot)
2006-07-07 brainMask cleaning.
2006-07-07 brainStarted work on ModeParser::CleanMask()
2006-07-07 brainA bit more debugging
2006-07-07 brain'Activate' +m by putting it in the constructor
2006-07-07 brainGCC defines and <hash_map> -> "hash_map.h"
2006-07-07 brainFix listmodes and modes with params
next