summaryrefslogtreecommitdiff
path: root/src/commands/cmd_oper.cpp
AgeCommit message (Expand)Author
2012-10-21Make better use of User::GetFullRealHost()attilamolnar
2012-07-02Remove leftover #ifdefs and #includes from cmd_*.cppattilamolnar
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
2009-11-15Fix failed oper snomask being sent to local oper sno on remote serversdanieldg
2009-11-11Add fine-grained command flood controlsdanieldg
2009-10-23Change to <type:vhost> and <oper:vhost> because <oper:host> is taken.danieldg
2009-10-21Change User::oper to an OperInfo referencedanieldg
2009-10-21Move all local-only fields to LocalUserdanieldg
2009-10-21Move SetClass to LocalUserdanieldg
2009-10-17Rewrite ConfigReader againdanieldg
2009-09-16Attempt to revert r11734danieldg
2009-09-16Merge commands and modules in source, since they are already merged in installdanieldg
2009-09-13Clean up Command constructordanieldg
2009-09-03Change cmd_*.so to use the Module object APIdanieldg
2009-07-01Make rehash generate a new ServerInstance->Config objectdanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-02-14Nuke trailing spacespeavey
2009-01-02Update copyrights for 2009.w00t
2008-12-07Convert necessary match calls to use ASCII casemap.w00t
2008-08-27Clean up opering a tiny bit.. pave the way for SVSOPERw00t
2008-08-26Someone messed this upbrain
2008-08-21match() is no longer a function+no header, now a static method of InspIRCd cl...w00t
2008-05-25First phase of conversion to dynamic limits on all the lengths, configured vi...brain
2008-05-20char -> std::string conversionw00t
2008-05-19Convert connection::hostbrain
2008-05-18Make User:: nick/ident/dhost/fullname and some other things std::string inste...aquanight
2008-05-18Fix two occurances of match() on a const char* herebrain
2008-05-05Snotice on failed oper.w00t
2008-05-04Conversion of command handler params from "const char* const* parameters, int...brain
2008-04-17Remove use of SendSNONotice to send to remote servers, this is done automagic...w00t
2008-04-04Fix bad use of old event based api for spanningtree (this is mostly gone now)brain
2008-03-22Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...brain
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-20Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...brain
2008-01-27Change API OnOperCompare to OnPassCompare, password hashing is now available ...aquanight
2008-01-10Header update: 2007 -> 2008w00t
2008-01-02Add param 'opername' to event OnPostOper. This will help make a (slightly nic...w00t
2007-10-23Some more class stuff, blah. Now possible to move a user to a different class...w00t
2007-10-23All the core is now pedantic safe!brain
2007-10-22Move cmd_*.cpp to src/commands/. Not done in the nicest of ways yet, but ah w...w00t