]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/cmd_oper.cpp
Add comments
[user/henk/code/inspircd.git] / src / cmd_oper.cpp
2007-05-21 brainReorder inspircd.h header to top
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-10 brainFix for bug #281, oper fail notices should be global
2007-02-02 w00tDon't set a user's oper host unless they are using...
2006-12-15 w00tJesus, look who's the commit whore today. More header...
2006-12-05 brainChange this a LOT.
2006-09-10 brainMove Spacify() into irc:: namespace as multiple modules...
2006-09-10 brainSpacify() the oper types
2006-09-10 brainTons more useful detail when failing to oper (and when...
2006-09-06 brainCommand result codes. This isnt finished yet, still...
2006-09-03 brainAuto loading of commands as shared objects via dlsym...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-29 brainSnomasks +k (kills) and +o (oper)
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 brainNow two types of log macro, log() and ilog(). log(...
2006-08-11 brainextern time_t TIME -> InspIRCd::Time()
2006-08-11 brainConfigReader and FileReader now take InspIRCd* to their...
2006-08-10 brainMass-tidyup of module global vars, theyre no longer...
2006-08-10 brainMove IsNick, IsIdent into class InspIRCd, update module...
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-09 brainGet rid of Server::GetUsers(chanrec) - a throwback...
2006-08-08 brainWHEEEEE!!!!!
2006-08-08 brainAddOper() and DeleteOper() -> userrec::Oper() and userr...
2006-08-06 brainAllow nick!ident@ and ident@ portions in a CIDR mask...
2006-08-06 brainSupport CIDR, CIDR zline, /oper and CIDR <connect>...
2006-08-01 brainComments, add more detail, remove dnsqueue.h include...
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-09 brainTidyup
2006-07-08 brainRefactored user modes to work like the channel modes...
2006-04-20 brainMove to new include path
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-04-06 w00tHoly christ that was a LOT OF SPACES. TABS, USE THEM...
2006-04-04 omAll new shiny config parser, there's probably some...
2006-04-04 omundo w00t's screwup
2006-04-04 w00tThis doesn't belong in userprocess.cpp. :P
2006-03-07 brainWhowas refactor - probably wont compile yet
2006-02-22 brainOh yae, Oh Yae, back in old days of yore, Ye Brain...
2006-02-16 brainChecking to prevent dodgy opertypes (opertypes must...
2006-02-15 brainFixed broken /oper
2006-02-15 brainRemoved a whole lot of strchr's looking for mode +o...
2006-02-05 omAdd .c_str()'s to m_sqloper in call to OneOfMatches...
2006-02-04 brainAllow space seperated hostlist in <oper:host> e.g....
2006-01-29 brainCreated OnPostOper that can be gauranteed to be called...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2006-01-11 brainChanged fd_ref_table from 65536 to more correct MAX_DES...
2005-12-26 brainAdding hook type checking to event calls to speed them up
2005-12-16 brainSplit all commands into seperate files and redid comman...