]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/cmd_oper.cpp
Support CIDR, CIDR zline, /oper and CIDR <connect> tags. NOTE: With CIDR oper, ident...
[user/henk/code/inspircd.git] / src / cmd_oper.cpp
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...