]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_sqloper.cpp
Extra checks to not set the ssl marker twice on re-handshake (nonfatal but wasteful)
[user/henk/code/inspircd.git] / src / modules / extra / m_sqloper.cpp
2006-02-05 omAdd .c_str()'s to m_sqloper in call to OneOfMatches...
2006-02-04 brainAdded support for space-seperated lists here, too
2006-01-29 brainCreated OnPostOper that can be gauranteed to be called...
2006-01-28 omDeleted the semicolon that had half the dev team wonder...
2006-01-28 brainA few tweaks here and there
2006-01-28 brainMissing extern
2006-01-28 brainTESTME: Fix to this to make it work with newer OnPreCom...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-12-26 brainLast set converted to 'Implements'
2005-12-07 brainChanged behaviour of module API to pass Server* to...
2005-11-30 brainAdded a parameter to OnRehash for the rehash parameter
2005-11-29 brainFixed for new OnOper syntax
2005-11-25 brainFixed to not use mesh stuff
2005-05-30 brainStarted on -Wall - safe compile
2005-05-25 brainOperhosts are now optional (in the type tag)
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-05-15 brainMoved a ton of functions into helperfuncs.h to speed...
2005-04-27 brainAdded explicit oper tracking in a vector of userrec...
2005-04-25 brainAdded hostname checking
2005-04-25 brainAdded m_sqloper, allows storage of opers within a mysql...