Age | Commit message (Expand) | Author |
2014-01-25 | Destroy Memberships of a quitting user in QuitUser() instead of in cull() | Attila Molnar |
2014-01-24 | Convert LocalUserList to an intrusively linked list | Attila Molnar |
2014-01-22 | Split IOHook into IOHook and IOHookProvider | Attila Molnar |
2014-01-05 | Improve UserManager::QuitUser() and related code | Attila Molnar |
2013-12-18 | Clean up CoreException | Attila Molnar |
2013-12-15 | Move stuff around a bit: | Peter Powell |
2013-08-10 | Rename <options:moronbanner> to <options:xlinemessage>. | Peter Powell |
2013-08-04 | Change the syntax of FOREACH macros to be less dumb. | Adam |
2013-07-19 | Replace hardcoded mode letters, part 3 | attilamolnar |
2013-07-02 | Allow for skipping clone checking before DNS is complete. | Daniel Vassdal |
2013-06-07 | Create IOHook interface (extracted from Module) | attilamolnar |
2013-06-06 | Move code between usermanager.(cpp|h), clarify comments | attilamolnar |
2013-06-06 | Move DoBackgroundUserStuff() and AllModulesReportReady() into UserManager | attilamolnar |
2013-06-06 | Merge insp20 | attilamolnar |
2013-05-21 | Merge pull request #545 from SaberUK/master+logging-cleanup | Attila Molnar |
2013-05-19 | Fix spacing in calls to LogManager::Log. | Peter Powell |
2013-05-18 | Replaced vsnprintf with VAFORMAT pretty much everywhere. | Daniel Vassdal |
2013-05-18 | Remove unused UserManager::ServerPrivmsgAll() | attilamolnar |
2013-05-18 | Initialize local_count | attilamolnar |
2013-05-16 | Workaround for std::list::size() having linear complexity on some implementat... | attilamolnar |
2013-05-15 | Replace some C-isms with C++-isms. | Peter Powell |
2013-05-14 | Add method for writing server notices. | Peter Powell |
2013-04-28 | Merge insp20 | attilamolnar |
2013-04-26 | Modularize DNS | Adam |
2013-04-21 | Log some internal errors on DEFAULT loglevel instead of DEBUG, log detected e... | attilamolnar |
2013-04-19 | Fix uuids getting truncated in the nick hash in UserManager::AddUser() if nic... | attilamolnar |
2013-04-12 | Add LOG_ prefix to the log level enum values. | Peter Powell |
2013-04-04 | Stop recreating hashmaps every hour, move garbage collection code related to ... | attilamolnar |
2013-04-04 | Make cmd_whowas act like a module, remove special handling | attilamolnar |
2013-04-01 | Change User::GetIPString() to return const std::string& | attilamolnar |
2013-03-11 | Stop user initialization when the user is marked as quitting after OnSetUserIP | attilamolnar |
2012-11-29 | Make LocalUserList an std::list | attilamolnar |
2012-11-29 | Add a typedef for LocalUserList | attilamolnar |
2012-11-29 | Reorder local user initialization steps | attilamolnar |
2012-11-24 | Simplify UserManager::AddLocalClone()/AddGlobalClone() | attilamolnar |
2012-10-21 | Make better use of User::GetFullRealHost() | attilamolnar |
2012-09-13 | Call OnUserSetIP() whenever the IP of a local user changes, set ident,host,dh... | attilamolnar |
2012-06-29 | Fix typo in log message. | Peter Powell |
2012-06-12 | Snomask qQ: Swap quit message and IP for easier parsing by bots or scripts | Robby- |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-03-19 | Add RAWIO log level which is more verbose than DEBUG | danieldg |
2010-03-06 | Fix logged error when user is denied by connect class | danieldg |
2010-03-02 | Move DNSBL and ident lookups after <connect deny>/bancache/Z:line checks | danieldg |
2010-03-02 | Fix m_ident deleting sockets that are still in use | danieldg |
2010-03-02 | DelFd should not fail, it will leave a bad dangling pointer in that case | danieldg |
2010-02-14 | m_dnsbl updates | danieldg |
2010-01-30 | Remove users from uuidlist on QuitUser, not during cull (allows UID reuse on ... | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2010-01-09 | Remove mode counter, not reliable and only used for umode +i | danieldg |
2009-11-06 | Move StreamSocket inheritance off of User | danieldg |