index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
usermanager.cpp
Age
Commit message (
Expand
)
Author
2008-04-02
Squish a warning
brain
2008-04-02
Remove MAXCLIENTS, this is supported at runtime by the softlimit anyway.
brain
2008-04-02
Automatic detection and allocation of max fds. No longer needs recompile to c...
brain
2008-03-24
Port bindings for gnutls now bind via ip:port, rather than on all ports for t...
brain
2008-03-24
Add stuff so that modules can hook users by altering a pointer in the User cl...
brain
2008-02-22
Convert remaining InspIRCd::Log() calls to new logging system
aquanight
2008-02-13
Commit patch from danieldg that makes a ton of stuff const-safe for latest wa...
brain
2008-02-02
Move some stuff to usermanager, remove a little header insanity, remove trace...
w00t
2008-01-17
The outer if (socket > -1) check in AddClient is obsolete and this is already...
brain
2008-01-17
Fix.. snomask O is already taken (ffs) so use A instead
w00t
2008-01-17
Remove InspIRCd::WriteOpers in favour of snomask O
w00t
2008-01-17
Move a number of methods from class InspIRCd to class UserManager
w00t
2008-01-13
Undo my constructor playing, I'm pretty sure it will break stuff. This will r...
w00t
2008-01-13
Move User::AddClient to UserManager::AddClient. WARNING: I assure you this is...
w00t
2008-01-13
First UserManager overhaul: Move clone counts out of InspIRCd & User.
w00t
2008-01-13
Add usermanager.cpp
w00t