summaryrefslogtreecommitdiff
path: root/src/usermanager.cpp
AgeCommit message (Expand)Author
2009-04-16Convert snomask 'A' into snomask 'a' for local announcements, add snomask 'A'...w00t
2009-03-18Fix for bug #788, set user->quitting before writing error to users socket, an...brain
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-03-10Fix fast quit/connect by changing nick to UID on QuitUserdanieldg
2009-02-14Nuke trailing spacespeavey
2009-01-25Format this message a little nicer.w00t
2009-01-02Update copyrights for 2009.w00t
2008-11-17Fix recursion in QuitUserw00t
2008-11-01Simulate AF_INET addresses for 4in6 connections [danieldg]w00t
2008-10-16possible fix for bug #623, reported by MacGyver. Untested please test :Dpeavey
2008-09-07Move a socket sanity check into the generic listener handler, avoiding the ne...w00t
2008-09-07Merge the second interface for socket hooking into one, so it's all done by A...w00t
2008-07-29Remove last vestige of libircdfoo, by changing tag into a single identifier...w00t
2008-07-12Scary.. CIDR range clone checking for <connect> tags.w00t
2008-05-25First phase of conversion to dynamic limits on all the lengths, configured vi...brain
2008-05-23Fix this to not have the same issuebrain
2008-05-23Fix user->host not being assigned correctly for new connectionsaquanight
2008-05-19Convert connection::hostbrain
2008-05-19Remove outdated commentw00t
2008-05-18Make User:: nick/ident/dhost/fullname and some other things std::string inste...aquanight
2008-05-18Same herebrain
2008-04-09AddClient -> AddUser, to be consistantw00t
2008-04-09Move QuitUser into UserManager class, and unstaticize it. This prepares for s...w00t
2008-04-02Squish a warningbrain
2008-04-02Remove MAXCLIENTS, this is supported at runtime by the softlimit anyway.brain
2008-04-02Automatic detection and allocation of max fds. No longer needs recompile to c...brain
2008-03-24Port bindings for gnutls now bind via ip:port, rather than on all ports for t...brain
2008-03-24Add stuff so that modules can hook users by altering a pointer in the User cl...brain
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-13Commit patch from danieldg that makes a ton of stuff const-safe for latest wa...brain
2008-02-02Move some stuff to usermanager, remove a little header insanity, remove trace...w00t
2008-01-17The outer if (socket > -1) check in AddClient is obsolete and this is already...brain
2008-01-17Fix.. snomask O is already taken (ffs) so use A insteadw00t
2008-01-17Remove InspIRCd::WriteOpers in favour of snomask Ow00t
2008-01-17Move a number of methods from class InspIRCd to class UserManagerw00t
2008-01-13Undo my constructor playing, I'm pretty sure it will break stuff. This will r...w00t
2008-01-13Move User::AddClient to UserManager::AddClient. WARNING: I assure you this is...w00t
2008-01-13First UserManager overhaul: Move clone counts out of InspIRCd & User.w00t
2008-01-13Add usermanager.cppw00t