Age | Commit message (Expand) | Author |
2021-02-26 | Update copyright headers. | InspIRCd Robot |
2020-12-20 | Hide the server name/desc better when <options:hideserver> is set. | Sadie Powell |
2020-03-12 | Implement support for the SERVLIST command. | Sadie Powell |
2020-01-11 | Update copyright headers. | InspIRCd Robot |
2019-12-28 | Ignore clients on ulined servers when reporting stats in LUSERS. | Peter Powell |
2019-11-16 | Close connections when an I/O hook is configured but not loaded. | Peter Powell |
2019-07-21 | Allow modules to prevent a failed connection from being closed. | Peter Powell |
2019-06-24 | Add OnUserPreQuit event to allow modules to change quit messages (#1629). | iwalkalone |
2019-04-04 | Document OnUserInit properly and add OnUserPostInit. | Peter Powell |
2019-02-15 | Rename User::nping to nextping for consistency with lastping. | Peter Powell |
2019-02-15 | Refactor UserManager::DoBackgroundUserStuff(). | Peter Powell |
2019-01-20 | Call the OnUserInit hook from earlier in UserManager::AddUser. | Peter Powell |
2019-01-09 | Improve X-line text consistency. | Matt Schatz |
2018-12-12 | Fix a crash when the core_oper module is not loaded. | Peter Powell |
2018-11-07 | Merge tag 'v2.0.27' into master. | Peter Powell |
2018-11-04 | Fix exposing the ban reason when an xline is found in the bancache. | Peter Powell |
2018-08-13 | Implement IRCv3 message tag support. | Peter Powell |
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 |