Age | Commit message (Expand) | Author |
2017-10-28 | Hide User#host and User#dhost and use accessors to modify them. | Peter Powell |
2016-08-24 | Update UserManager documentation and comments | Attila Molnar |
2016-08-24 | Check for errors after calling IOHookProvider::OnAccept() | Attila Molnar |
2016-08-24 | Call IOHookProviders after the socket has been added to the SocketEngine in U... | Attila Molnar |
2016-08-24 | Add socket into the SocketEngine as soon as possible in UserManager::AddUser() | Attila Molnar |
2016-08-17 | Merge insp20 | Attila Molnar |
2016-08-10 | Initialize more User and LocalUser fields using the init list | Attila Molnar |
2016-08-08 | Keep multiple IOHookProvider references in class ListenSocket | Attila Molnar |
2016-06-13 | Stop processing the new connection in UserManager::AddUser() when an internal... | Attila Molnar |
2016-02-25 | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... | Attila Molnar |
2015-11-03 | Remove UserManager::GarbageCollect() | Attila Molnar |
2015-11-03 | Move already sent id rollover handling and static LocalUser::already_sent_id ... | Attila Molnar |
2015-11-03 | Add UserManager::NextAlreadySentId() and convert all code to use it | Attila Molnar |
2015-11-02 | Rewrite invite system | Attila Molnar |
2015-05-22 | Remove dead code from UserManager::AddUser() | Attila Molnar |
2015-05-22 | Fix some oversights | Attila Molnar |
2015-04-20 | Merge insp20 | Attila Molnar |
2015-03-21 | Rebuild clone counts on rehash | Adam |
2015-02-05 | Merge pull request #971 from SaberUK/master+numeric-xline | Attila Molnar |
2015-01-24 | Implement User::WriteCommonQuit() using ForEachNeighbor() in UserManager | Attila Molnar |
2015-01-24 | Use ERR_YOUREBANNEDCREEP instead of NOTICE when a user is banned. | Peter Powell |
2014-12-30 | Fix signon time of clients being off by dns_timeout seconds | Attila Molnar |
2014-08-04 | Fix off by one in ping timeout. | md-5 |
2014-07-19 | Move and rename typedef LocalUserList to UserManager::LocalList | Attila Molnar |
2014-07-19 | Erase local users from UserManager::local_list in QuitUser() | Attila Molnar |
2014-06-13 | Change allocation of InspIRCd::BanCache to be physically part of the object c... | Attila Molnar |
2014-06-13 | Pull in bancache.h from inspircd.h | Attila Molnar |
2014-06-07 | Relax fd bounds checking | Attila Molnar |
2014-03-17 | Rewrite clone counting to use one map instead of two | Attila Molnar |
2014-03-15 | Change allocation of UserManager::clientlist to be physically part of the obj... | Attila Molnar |
2014-03-14 | Change allocation of UserManager::uuidlist to be physically part of the objec... | Attila Molnar |
2014-02-08 | Change all socketengine methods to be static | Attila Molnar |
2014-02-04 | Fix ping timeout message seconds vs second | Adam |
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 |