]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/commands/cmd_oper.cpp
Replace hardcoded mode letters, part 3
[user/henk/code/inspircd.git] / src / commands / cmd_oper.cpp
2013-06-05 attilamolnarMerge insp20
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-05-15 AdamMerge pull request #531 from SaberUK/master+snprintf...
2013-05-15 Peter PowellReplace some C-isms with C++-isms.
2013-04-27 attilamolnarMerge insp20
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2013-03-31 attilamolnarChange User::GetIPString() to return const std::string&
2012-10-21 attilamolnarMake better use of User::GetFullRealHost()
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-04 Attila MolnarMerge pull request #239 from alyx/insp20
2012-07-02 attilamolnarRemove leftover #ifdefs and #includes from cmd_*.cpp
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-15 danieldgFix failed oper snomask being sent to local oper sno...
2009-11-11 danieldgAdd fine-grained command flood controls
2009-10-23 danieldgChange to <type:vhost> and <oper:vhost> because <oper...
2009-10-21 danieldgChange User::oper to an OperInfo reference
2009-10-21 danieldgMove all local-only fields to LocalUser
2009-10-21 danieldgMove SetClass to LocalUser
2009-10-17 danieldgRewrite ConfigReader again
2009-09-16 danieldgAttempt to revert r11734
2009-09-16 danieldgMerge commands and modules in source, since they are...
2009-09-13 danieldgClean up Command constructor
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-07-01 danieldgMake rehash generate a new ServerInstance->Config object
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-14 peaveyNuke trailing spaces
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-07 w00tConvert necessary match calls to use ASCII casemap.
2008-08-27 w00tClean up opering a tiny bit.. pave the way for SVSOPER
2008-08-26 brainSomeone messed this up
2008-08-21 w00tmatch() is no longer a function+no header, now a static...
2008-05-25 brainFirst phase of conversion to dynamic limits on all...
2008-05-20 w00tchar -> std::string conversion
2008-05-19 brainConvert connection::host
2008-05-18 aquanightMake User:: nick/ident/dhost/fullname and some other...
2008-05-18 brainFix two occurances of match() on a const char* here
2008-05-05 w00tSnotice on failed oper.
2008-05-04 brainConversion of command handler params from "const char...
2008-04-17 w00tRemove use of SendSNONotice to send to remote servers...
2008-04-04 brainFix bad use of old event based api for spanningtree...
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-01-27 aquanightChange API OnOperCompare to OnPassCompare, password...
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-02 w00tAdd param 'opername' to event OnPostOper. This will...
2007-10-23 w00tSome more class stuff, blah. Now possible to move a...
2007-10-23 brainAll the core is now pedantic safe!
2007-10-22 w00tMove cmd_*.cpp to src/commands/. Not done in the nicest...