]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_sqllog.cpp
Describe module purpose in /MODULES output
[user/henk/code/inspircd.git] / src / modules / extra / m_sqllog.cpp
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-11-01 w00tSecond attempt at time() -> SI->Time(), now problems...
2008-10-23 w00tRevert earlier time() -> SI->Time() diff for now, this...
2008-10-23 w00tPatch from Namegduf converting all instances (where...
2008-10-04 brainHeader tidyups. Apart from module to module API stuff...
2008-09-05 brainmysql's windows build is utter hell to get working...
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-06-06 brainAllow changing of command string and parameter vector...
2008-05-05 peaveyConvert even more
2008-03-24 brainAnd more of them
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-13 brainCommit patch from danieldg that makes a ton of stuff...
2008-02-12 aquanight-Wshadow fixes for some modules in extra/
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-04 brainRemove Implements() method from every module. booya.
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-10-24 brainRemove variadic macros from sqlv2 api, removing the...
2007-10-24 brainPedantic clean
2007-10-23 brainAll of insp now builds with -pedantic (theres some...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-08-28 omMove everything module-related out of InspIRCd and...
2007-08-11 peaveyFix a typo so it compiles.
2007-08-10 brainFix possible sqllog crash (working blind here!) where...
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-06-17 brainMore
2007-05-22 peaveyModule class has a member ServerInstance, so remove...
2007-05-21 brainHeader rearrangement, move inspircd.h to top, remove...
2007-03-15 brainAdd third parameter to OnUserQuit (quit reason for...
2007-01-17 brainMass comment removal.
2007-01-01 brainFix to allow for OnRehash to know what user initiated...
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