summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_sqllog.cpp
AgeCommit message (Expand)Author
2006-10-19Insert massive change here.brain
2006-10-01Now with binary versioning goodnessbrain
2006-09-17Add const std::string &original_command to OnPreCommand and OnPostCommand, wh...brain
2006-08-24Remove OnPostConnect here, it was being used under the assumption that it sti...brain
2006-08-24Speaking of forgetting things, someone forgot to change the name of the functionspecial
2006-08-24Someone forgot another :pbrain
2006-08-11Somehow, IMPORTANT changes got reverted.brain
2006-08-11Change to using Instance->Log (InspIRCd::Log) rather than log() macrobrain
2006-08-11Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec...brain
2006-08-11New API updateom
2006-08-10Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done.brain
2006-08-10PublishFeature, FindFeature, FindModule, PriorityBefore, PriorityAfter -> Ins...brain
2006-08-10Removal of Server::Log -- not much ever used it anyway with the ability to us...brain
2006-08-10Fixes and removal of Server::GetServerName()brain
2006-07-23Change to use GetId() and ID rather than GetData() and dataom
2006-07-22Alter for Rows() == X, Cols() == 0 for 'X rows affected' queriesbrain
2006-07-22I hate the fucking mysql devs. Craq smoking bastards.brain
2006-07-22Allocate id properlybrain
2006-07-22This compiles, dont expect it to work yetbrain
2006-07-16mass tidyup, change A LOT of stuff to const char** which was char** (such as ...brain
2006-04-24delete operator tracking in debug mode (using a macro -- live with it.)brain
2006-04-06Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T...w00t
2006-03-11More const ref fixesbrain
2006-02-26Fixed Server* Srv stuff in these too, although by default these arent availab...brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2006-01-12I dont know what ive been told, but extra brackets are mighty cold *singing m...brain
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-29Added opertype to OnOper and added OnMode functionbrain
2005-11-29Added reason to OnUserQuitbrain
2005-11-25Fixed OnMeshToken (deprecated)brain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-04-26Major code tidyup (-W) - expect a few belchesbrain
2005-04-25Optimised SQLbrain
2005-04-24Changed $ModDescbrain
2005-04-23Added global connect/oper loggingbrain
2005-04-23Fixed typo in OnKillbrain
2005-04-23Fixed recursive 'splat' in the actors tablebrain
2005-04-23Added preliminary m_sqllog.cppbrain