]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_xline_db.cpp
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / src / modules / m_xline_db.cpp
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-14 danieldgIntroduce "X" snomask for remote *:line messages [patch...
2009-09-02 danieldgRemove calls to strdup() in core, it is not better...
2009-09-02 danieldgMore deallocation-at-exit cleanup
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-06-11 pippijnfixed some indentation and spacing in modules
2008-04-13 w00tCast these to shut up compiler
2008-03-24 brainFinally change all the Version() objects
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-09 w00tAdd OnExpireLine hook to xline db stuff
2008-01-09 w00tRemove useless debug from here (finished with it),...
2008-01-08 w00tFix problem #2 (this means that xlinedb is essentially...
2008-01-08 w00tFix problem #1 by setting a lock on writes when we...
2008-01-08 w00txline.db reading. Two things I notice are funky in...
2008-01-08 w00tCode to write xline.db.. reading is not yet handled.
2008-01-08 w00tVery early on version of xline database module, doesn...