]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_chanlog.cpp
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / src / modules / m_chanlog.cpp
2009-09-26 danieldgRemove InspIRCd* parameters and fields
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-08-25 w00tChange module versions to use a string instead of fixed...
2008-08-23 w00tMove unused code to the bottom of the file
2008-08-23 w00tFix bug that would cause tags to be ignored (etc),...
2008-08-23 w00tConvert m_chanlog from using logfile output (dangerous...
2008-05-19 brainConvert channel::name to std::string, this was a beastie!
2008-04-04 brainZap printfs
2008-04-04 w00tAttempt to avoid infinite loops
2008-04-04 w00tFix chanlog (NOTE: previous commit will require a FULL...
2008-04-04 w00tRemove two useless methods, chanlog is b0rked at the...
2008-04-04 w00tModify chanlog to send message remotely, too. Logging...
2008-03-24 brainAnd more of them
2008-02-17 aquanightImplement logtype exclusion (ie: '* -USERINPUT -USEROUT...
2008-02-17 aquanightMake log targets in config space-seperated (ie: 'USERIN...
2008-02-15 aquanightMake -nofork work properly with logging now.
2008-02-14 aquanightMore <log> stuff
2008-02-10 aquanightFix m_chanlog crashing.
2008-02-10 aquanightPer-logstream loglevels.
2008-02-09 w00tFix a bug in new logging API (global logstreams weren...