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