summaryrefslogtreecommitdiff
path: root/src/modes/umode_o.cpp
AgeCommit message (Expand)Author
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-01-11...because every now and again, i have to do a massive commit.brain
2010-01-09Remove mode counter, not reliable and only used for umode +idanieldg
2009-10-21Change User::oper to an OperInfo referencedanieldg
2009-10-08Add names for all modes (part 1 of named channel mode list)danieldg
2009-10-02Fix valgrind issues and crashes on exitdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-13Simplify ModeHandler constructordanieldg
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-01-31Fix compile errordanieldg
2009-01-31Fix for bug #695. For now, we cant be sure what parts of the code might still...brain
2009-01-02Update copyrights for 2009.w00t
2008-11-01Send remote de-oper to REMOTEOPER snomask.w00t
2008-08-25Fixes, this can't be taken directly from 1.1w00t
2008-08-24Forward-port r10257, fixes bug #599 reported by mixx941.w00t
2008-05-18Make User:: nick/ident/dhost/fullname and some other things std::string inste...aquanight
2008-02-18Someone please help me fix the warnings in modules caused by this change. All...brain
2008-02-02Move some stuff to usermanager, remove a little header insanity, remove trace...w00t
2008-01-10Header update: 2007 -> 2008w00t
2007-10-23Pedantic safebrain
2007-10-15In the grand tradition of huge fucking commits:w00t
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
2006-12-29Fix my whoopsiesbrain
2006-12-29Add counter system for umodes to get rid of some O(n)brain
2006-12-15Still more massive commit fun. Headers in include/ still to be done, else tha...w00t
2006-08-29FDSFDSACFasfcasbrain
2006-08-29Fix typosbrain
2006-08-29More snomask +o (unoper)brain
2006-08-10So much stuff changed in this one, i forgot most of it.brain
2006-08-08AddOper() and DeleteOper() -> userrec::Oper() and userrec::UnOper() (these do...brain
2006-07-08Add code to remove an opers opertype when they oper downbrain
2006-07-08Add usermode +o, with special checking so that an oper may only remove the mo...brain