]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/usermanager.cpp
Rename `<bind:ssl>` to `<bind:sslprofile>`.
[user/henk/code/inspircd.git] / src / usermanager.cpp
2008-05-19 brainConvert connection::host
2008-05-19 w00tRemove outdated comment
2008-05-18 aquanightMake User:: nick/ident/dhost/fullname and some other...
2008-05-18 brainSame here
2008-04-09 w00tAddClient -> AddUser, to be consistant
2008-04-09 w00tMove QuitUser into UserManager class, and unstaticize...
2008-04-02 brainSquish a warning
2008-04-02 brainRemove MAXCLIENTS, this is supported at runtime by...
2008-04-02 brainAutomatic detection and allocation of max fds. No longe...
2008-03-24 brainPort bindings for gnutls now bind via ip:port, rather...
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