summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_sqloper.cpp
AgeCommit message (Expand)Author
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