]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_sqllog.cpp
kick_channel -> chanrec::KickUser(), server_kick_channel -> chanrec::ServerKickUser()
[user/henk/code/inspircd.git] / src / modules / extra / m_sqllog.cpp
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