Age | Commit message (Expand) | Author |
2020-04-24 | Update copyright headers. | InspIRCd Robot |
2020-04-21 | Fixes by misspell-fixer | InspIRCd Robot |
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-02-15 | Refactor UserManager::DoBackgroundUserStuff(). | Peter Powell |
2017-08-26 | Fix a bunch of Doxygen warnings. | Peter Powell |
2016-08-24 | Update UserManager documentation and comments | 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-04-20 | Merge insp20 | Attila Molnar |
2015-03-21 | Rebuild clone counts on rehash | Adam |
2014-08-30 | Move the intrusive list containers into the insp namespace | Attila Molnar |
2014-07-19 | Access local user list via new UserManager::GetLocalUsers() and make local_us... | Attila Molnar |
2014-07-19 | Move and rename typedef LocalUserList to UserManager::LocalList | Attila Molnar |
2014-06-24 | Change allocation of InspIRCd::Users to be physically part of the object cont... | Attila Molnar |
2014-03-25 | Change storage of UserManager::all_opers to be a vector | Attila Molnar |
2014-03-25 | Add typedef OperList to UserManager for use with all_opers | 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-15 | Add UserManager::GetUsers() | Attila Molnar |
2014-03-14 | Change allocation of UserManager::uuidlist to be physically part of the objec... | Attila Molnar |
2014-01-24 | Convert LocalUserList to an intrusively linked list | Attila Molnar |
2014-01-05 | Improve UserManager::QuitUser() and related code | Attila Molnar |
2013-07-19 | Replace hardcoded mode letters, part 3 | 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-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-04-12 | Tidy up source files: | Peter Powell |
2013-04-04 | Stop recreating hashmaps every hour, move garbage collection code related to ... | attilamolnar |
2012-11-29 | Make LocalUserList an std::list | attilamolnar |
2012-11-29 | Add a typedef for LocalUserList | attilamolnar |
2012-07-05 | Fix Doxygen syntax errors. | Peter Powell |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2012-04-14 | Fixes for bug #12 | Justin Crawford |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-11-03 | Move MODENOTICE command to a command module | danieldg |
2009-10-24 | Create irc::sockets::cidr_mask | danieldg |
2009-10-21 | Kill ListenSocketBase, use OnAcceptConnection for all new connections | danieldg |
2009-10-21 | Split LocalUser and RemoteUser | danieldg |
2009-10-18 | Remove more classbase | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-02 | Change OnHookUserIO to OnHookIO, making it usable for more than User* and les... | danieldg |
2009-09-02 | Route whois notices using ENCAP WHOISNOTICE to properly fix remote user PrivP... | danieldg |
2009-09-02 | Valgrind cleanup: deallocate RFC modes, clientlist, and uuidlist | danieldg |