Age | Commit message (Expand) | Author |
2008-10-16 | possible fix for bug #623, reported by MacGyver. Untested please test :D | peavey |
2008-09-07 | Move a socket sanity check into the generic listener handler, avoiding the ne... | w00t |
2008-09-07 | Merge the second interface for socket hooking into one, so it's all done by A... | w00t |
2008-07-29 | Remove last vestige of libircdfoo, by changing tag into a single identifier... | w00t |
2008-07-12 | Scary.. CIDR range clone checking for <connect> tags. | w00t |
2008-05-25 | First phase of conversion to dynamic limits on all the lengths, configured vi... | brain |
2008-05-23 | Fix this to not have the same issue | brain |
2008-05-23 | Fix user->host not being assigned correctly for new connections | aquanight |
2008-05-19 | Convert connection::host | brain |
2008-05-19 | Remove outdated comment | w00t |
2008-05-18 | Make User:: nick/ident/dhost/fullname and some other things std::string inste... | aquanight |
2008-05-18 | Same here | brain |
2008-04-09 | AddClient -> AddUser, to be consistant | w00t |
2008-04-09 | Move QuitUser into UserManager class, and unstaticize it. This prepares for s... | w00t |
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 |