]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_operlog.cpp
In the grand tradition of huge fucking commits:
[user/henk/code/inspircd.git] / src / modules / m_operlog.cpp
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-15 w00tclass command_t -> class Command. Whey :D
2007-09-08 w00tForward port r8021: fixes bug #408 reported and patched...
2007-08-27 w00tRemove unnecessary header traffic
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-07-03 pippijnRemoved superfluous semicolons
2007-06-17 w00tConversions
2007-06-09 brainA ton more clear() and empty() stuff thats been lingeri...
2007-05-21 brainHeader rearrangement, move inspircd.h to top, remove...
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-12 w00tThe commit that should have been r7000: src/modules...
2006-12-17 brainFix this (at last) to only log commands which are operonly
2006-12-15 w00tRemove global namespacing, makes modules compile FASTAH...
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-25 brainRemove On005Numeric event from a ton of modules which...
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-10 brainLast of Server:: methods moved to InspIRCd::. Server...
2006-08-10 brainNote: FOR THE MOMENT, this is BROKEN. It wont run right...
2006-08-09 braindo_log -> static void InspIRCd::Log() (with vararg...
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-06-16 brainNow only logs commands from local opers, that are oper...
2006-05-06 brainFixed char* -> std::string typo
2006-05-06 brainOper logging module -- this still needs test compiling...