summaryrefslogtreecommitdiff
path: root/src/cmd_oper.cpp
AgeCommit message (Expand)Author
2006-12-15Jesus, look who's the commit whore today. More header updates, and removal of...w00t
2006-12-05Change this a LOT.brain
2006-09-10Move Spacify() into irc:: namespace as multiple modules use it nowbrain
2006-09-10Spacify() the oper typesbrain
2006-09-10Tons more useful detail when failing to oper (and when successfully opering t...brain
2006-09-06Command result codes. This isnt finished yet, still got to do most of the mod...brain
2006-09-03Auto loading of commands as shared objects via dlsym (very lightweight interf...brain
2006-08-30Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include listsbrain
2006-08-29Snomasks +k (kills) and +o (oper)brain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11CamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInspIRCdSoThatItAllLooksNeat.brain
2006-08-11Move remaining functions:brain
2006-08-11Change to using Instance->Log (InspIRCd::Log) rather than log() macrobrain
2006-08-11Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec...brain
2006-08-11extern time_t TIME -> InspIRCd::Time()brain
2006-08-11ConfigReader and FileReader now take InspIRCd* to their constructorsbrain
2006-08-10Mass-tidyup of module global vars, theyre no longer global vars.brain
2006-08-10Move IsNick, IsIdent into class InspIRCd, update modules that use it.brain
2006-08-10FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ...brain
2006-08-09ServerConfig extern moved into class InspIRCdbrain
2006-08-09Get rid of Server::GetUsers(chanrec) - a throwback to before chanrec could do...brain
2006-08-08WHEEEEE!!!!!brain
2006-08-08AddOper() and DeleteOper() -> userrec::Oper() and userrec::UnOper() (these do...brain
2006-08-06Allow nick!ident@ and ident@ portions in a CIDR mask if given, use match() wi...brain
2006-08-06Support CIDR, CIDR zline, /oper and CIDR <connect> tags. NOTE: With CIDR oper...brain
2006-08-01Comments, add more detail, remove dnsqueue.h include from tons of placesbrain
2006-07-16mass tidyup, change A LOT of stuff to const char** which was char** (such as ...brain
2006-07-09Tidyupbrain
2006-07-08Refactored user modes to work like the channel modes - core and module data n...brain
2006-04-20Move to new include pathbrain
2006-04-08Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...om
2006-04-06Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T...w00t
2006-04-04All new shiny config parser, there's probably some bugs there somewhere but h...om
2006-04-04undo w00t's screwupom
2006-04-04This doesn't belong in userprocess.cpp. :Pw00t
2006-03-07Whowas refactor - probably wont compile yetbrain
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