]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_sqllog.cpp
Majorly rewrite to totally funk up SQL logging module. Works well with both MySQL...
[user/henk/code/inspircd.git] / src / modules / extra / m_sqllog.cpp
2006-12-29 peaveyMajorly rewrite to totally funk up SQL logging module...
2006-12-29 peaveyForgot to init it, clean up mem leakage too and log...
2006-12-29 peaveyAlso using new interface methods, and maybe less crashage.
2006-12-15 w00tStill more massive commit fun. Headers in include/...
2006-10-19 brainInsert massive change here.
2006-10-01 brainNow with binary versioning goodness
2006-09-17 brainAdd const std::string &original_command to OnPreCommand...
2006-08-24 brainRemove OnPostConnect here, it was being used under...
2006-08-24 specialSpeaking of forgetting things, someone forgot to change...
2006-08-24 brainSomeone forgot another :p
2006-08-11 brainSomehow, IMPORTANT changes got reverted.
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainNow two types of log macro, log() and ilog(). log(...
2006-08-11 omNew API update
2006-08-10 brainNote: FOR THE MOMENT, this is BROKEN. It wont run right...
2006-08-10 brainPublishFeature, FindFeature, FindModule, PriorityBefore...
2006-08-10 brainRemoval of Server::Log -- not much ever used it anyway...
2006-08-10 brainFixes and removal of Server::GetServerName()
2006-07-23 omChange to use GetId() and ID rather than GetData()...
2006-07-22 brainAlter for Rows() == X, Cols() == 0 for 'X rows affected...
2006-07-22 brainI hate the fucking mysql devs. Craq smoking bastards.
2006-07-22 brainAllocate id properly
2006-07-22 brainThis compiles, dont expect it to work yet
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-04-24 braindelete operator tracking in debug mode (using a macro...
2006-04-06 w00tHoly christ that was a LOT OF SPACES. TABS, USE THEM...
2006-03-11 brainMore const ref fixes
2006-02-26 brainFixed Server* Srv stuff in these too, although by defau...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2006-01-12 brainI dont know what ive been told, but extra brackets...
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 brainAdded opertype to OnOper and added OnMode function
2005-11-29 brainAdded reason to OnUserQuit
2005-11-25 brainFixed OnMeshToken (deprecated)
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-04-26 brainMajor code tidyup (-W) - expect a few belches
2005-04-25 brainOptimised SQL
2005-04-24 brainChanged $ModDesc
2005-04-23 brainAdded global connect/oper logging
2005-04-23 brainFixed typo in OnKill
2005-04-23 brainFixed recursive 'splat' in the actors table
2005-04-23 brainAdded preliminary m_sqllog.cpp