summaryrefslogtreecommitdiff
path: root/src/modes/cmode_o.cpp
AgeCommit message (Expand)Author
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-10-24Get rid of ModePairdanieldg
2009-10-08Add names for all modes (part 1 of named channel mode list)danieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-13Simplify ModeHandler constructordanieldg
2009-09-13Replace OnAccessCheck with OnPreMode to remove a number of redundant checksdanieldg
2009-09-13Membership* changesdanieldg
2009-09-02ModResult conversion: Change return type of all module functionsdanieldg
2009-09-02Remove "servermode" parameter, replace with IS_FAKE() which is more reliabledanieldg
2009-09-02Add Module* creator to Command and ModeHandlerdanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-03-06Construct explicit parameter type list for MODE parametersdanieldg
2009-01-02Update copyrights for 2009.w00t
2008-05-19Convert channel::name to std::string, this was a beastie!brain
2008-05-18Make User:: nick/ident/dhost/fullname and some other things std::string inste...aquanight
2008-05-04Conversion of command handler params from "const char* const* parameters, int...brain
2008-04-14Set the required prefix for ops to @, thanksbrain
2008-04-02Fixes for bug #493, tidyups to clearing of channel modes on losing FJOIN. Mod...brain
2008-02-18Someone please help me fix the warnings in modules caused by this change. All...brain
2008-02-11Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ...w00t
2008-01-10Header update: 2007 -> 2008w00t
2007-10-23Pedantic safebrain
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-08-28Remove some fake client stuff, make it use the global recordw00t
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-05-21All non-commands part of the core are now warning clean on vs8brain
2007-05-10Small api change with wide reaching effects in modules - Allows modification ...brain
2007-02-07Remove some debugbrain
2006-12-15Still more massive commit fun. Headers in include/ still to be done, else tha...w00t
2006-09-09Changes to m_overridebrain
2006-09-02Actually make +ovhk removable with DelMode (just in case somebody wants to, o...brain
2006-08-30Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include listsbrain
2006-08-25Add <options:cyclehosts> which allows a user to appear to have quit when thei...brain
2006-08-23Mode handlers handling listmodes where a listmode item is a nickname can now ...brain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11CamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInspIRCdSoThatItAllLooksNeat.brain
2006-08-11Move remaining functions:brain
2006-08-11Change to using Instance->Log (InspIRCd::Log) rather than log() macrobrain
2006-08-11extern time_t TIME -> InspIRCd::Time()brain
2006-08-10So much stuff changed in this one, i forgot most of it.brain
2006-08-10Move IsNick, IsIdent into class InspIRCd, update modules that use it.brain
2006-08-10cmode(), cflags(), cstatus() -> chanrec::GetStatusChar(), chanrec::GetStatusF...brain
2006-08-10FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ...brain
2006-08-09ServerConfig extern moved into class InspIRCdbrain
2006-08-08WHEEEEE!!!!!brain
2006-08-07Extra debug all over the place, which maybe we should keepbrain
2006-07-27Change std::pair<bool,std::string> to neater typedef "ModePair"brain
2006-07-26Add extra method to mode handler, ModeHandler::ModeSet().brain
2006-07-08Add cmode +o (op/deop) and in the process change a lot of char* to const char...brain