]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_sqllog.cpp
Remove spanningtree override of /LUSERS
[user/henk/code/inspircd.git] / src / modules / m_sqllog.cpp
2010-01-02 danieldgFix counting error in r12237
2010-01-02 danieldgFix sqllog compile error
2009-12-31 w00tHook OnUserRegister instead of OnUserConnect so that...
2009-11-16 danieldgUse ServiceProvider for inter-module dependencies
2009-10-21 danieldgChange module API to use LocalUser* where correct
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-10-14 danieldgFix module unmapping with culled Module objects
2009-10-08 danieldgUpdate Event and Request APIs
2009-10-03 danieldgGet rid of a bunch of memory-wasting C-style strings
2009-09-28 danieldgFix compilation of some extras modules