]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_sqloper.cpp
Just to mess with om's head, remove helperfuncs.h from everywhere
[user/henk/code/inspircd.git] / src / modules / extra / m_sqloper.cpp
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 omNew API update
2006-08-10 brainNote: FOR THE MOMENT, this is BROKEN. It wont run right...
2006-08-10 brainMass-tidyup of module global vars, theyre no longer...
2006-08-10 brainPublishFeature, FindFeature, FindModule, PriorityBefore...
2006-08-10 omUpdates to new API
2006-08-09 omFixes for API changes
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-09 brainGet rid of Server::GetUsers(chanrec) - a throwback...
2006-08-08 brainWHEEEEE!!!!!
2006-08-08 brainAddOper() and DeleteOper() -> userrec::Oper() and userr...
2006-08-06 brainSupport CIDR, CIDR zline, /oper and CIDR <connect>...
2006-07-23 omChange to use GetId() and ID rather than GetData()...
2006-07-23 omTidyups, optimisations and make the log messages make...
2006-07-23 omsimple logic error (check they already are +o before...
2006-07-23 omMostly updated to new API; Currently doesn't check...
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-08 brainRefactored user modes to work like the channel modes...
2006-05-30 brainApply mirq's optimization patches
2006-04-24 braindelete operator tracking in debug mode (using a macro...
2006-04-20 brainInclude paths change
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-03-13 brain*hits eggy with a stick*
2006-03-11 brainMore const ref fixes
2006-02-26 brainFixed Server* Srv stuff in these too, although by defau...
2006-02-22 brainOh yae, Oh Yae, back in old days of yore, Ye Brain...
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...