summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_sqloper.cpp
AgeCommit message (Expand)Author
2006-08-08WHEEEEE!!!!!brain
2006-08-08AddOper() and DeleteOper() -> userrec::Oper() and userrec::UnOper() (these do...brain
2006-08-06Support CIDR, CIDR zline, /oper and CIDR <connect> tags. NOTE: With CIDR oper...brain
2006-07-23Change to use GetId() and ID rather than GetData() and dataom
2006-07-23Tidyups, optimisations and make the log messages make sense...om
2006-07-23simple logic error (check they already are +o before you set it), seems to fi...om
2006-07-23Mostly updated to new API; Currently doesn't check config o:lines (should be ...om
2006-07-16mass tidyup, change A LOT of stuff to const char** which was char** (such as ...brain
2006-07-08Refactored user modes to work like the channel modes - core and module data n...brain
2006-05-30Apply mirq's optimization patchesbrain
2006-04-24delete operator tracking in debug mode (using a macro -- live with it.)brain
2006-04-20Include paths changebrain
2006-04-08Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...om
2006-03-13*hits eggy with a stick*brain
2006-03-11More const ref fixesbrain
2006-02-26Fixed Server* Srv stuff in these too, although by default these arent availab...brain
2006-02-22Oh yae, Oh Yae, back in old days of yore, Ye Brain doth set the nick buffer a...brain
2006-02-05Add .c_str()'s to m_sqloper in call to OneOfMatches(), and change prototype o...om
2006-02-04Added support for space-seperated lists here, toobrain
2006-01-29Created OnPostOper that can be gauranteed to be called *after* opering (by AL...brain
2006-01-28Deleted the semicolon that had half the dev team wondering...om
2006-01-28A few tweaks here and therebrain
2006-01-28Missing externbrain
2006-01-28TESTME: Fix to this to make it work with newer OnPreCommand event (a paramete...brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2005-12-26Last set converted to 'Implements'brain
2005-12-07Changed behaviour of module API to pass Server* to the constructor, rather th...brain
2005-11-30Added a parameter to OnRehash for the rehash parameterbrain
2005-11-29Fixed for new OnOper syntaxbrain
2005-11-25Fixed to not use mesh stuffbrain
2005-05-30Started on -Wall - safe compilebrain
2005-05-25Operhosts are now optional (in the type tag)brain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-05-15Moved a ton of functions into helperfuncs.h to speed up recompilesbrain
2005-04-27Added explicit oper tracking in a vector of userrec* pointers, optimizes send...brain
2005-04-25Added hostname checkingbrain
2005-04-25Added m_sqloper, allows storage of opers within a mysql databasebrain