]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/usermanager.cpp
Add stuff so that modules can hook users by altering a pointer in the User class...
[user/henk/code/inspircd.git] / src / usermanager.cpp
2008-03-24 brainAdd stuff so that modules can hook users by altering...
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-13 brainCommit patch from danieldg that makes a ton of stuff...
2008-02-02 w00tMove some stuff to usermanager, remove a little header...
2008-01-17 brainThe outer if (socket > -1) check in AddClient is obsole...
2008-01-17 w00tFix.. snomask O is already taken (ffs) so use A instead
2008-01-17 w00tRemove InspIRCd::WriteOpers in favour of snomask O
2008-01-17 w00tMove a number of methods from class InspIRCd to class...
2008-01-13 w00tUndo my constructor playing, I'm pretty sure it will...
2008-01-13 w00tMove User::AddClient to UserManager::AddClient. WARNING...
2008-01-13 w00tFirst UserManager overhaul: Move clone counts out of...
2008-01-13 w00tAdd usermanager.cpp