summaryrefslogtreecommitdiff
path: root/src/cmd_oper.cpp
AgeCommit message (Expand)Author
2006-02-22Oh yae, Oh Yae, back in old days of yore, Ye Brain doth set the nick buffer a...brain
2006-02-16Checking to prevent dodgy opertypes (opertypes must follow the same syntax as...brain
2006-02-15Fixed broken /operbrain
2006-02-15Removed a whole lot of strchr's looking for mode +o where we can do if *user-...brain
2006-02-05Add .c_str()'s to m_sqloper in call to OneOfMatches(), and change prototype o...om
2006-02-04Allow space seperated hostlist in <oper:host> e.g. <oper host="foo@bar baz@qu...brain
2006-01-29Created OnPostOper that can be gauranteed to be called *after* opering (by AL...brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2006-01-11Changed fd_ref_table from 65536 to more correct MAX_DESCRIPTORSbrain
2005-12-26Adding hook type checking to event calls to speed them upbrain
2005-12-16Split all commands into seperate files and redid command system to take class...brain