]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_xline_db.cpp
fix some unitialised vectors and tidy up a bit.
[user/henk/code/inspircd.git] / src / modules / m_xline_db.cpp
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...