Age | Commit message (Expand) | Author |
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 |
2009-09-01 | Remove more text<->binary IP conversions, making code more IPv4/IPv6 independent | danieldg |
2009-09-01 | Change IP address storage in User to use more IPv4/IPv6 common code | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-02-14 | Nuke trailing spaces | peavey |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-11-01 | Simulate AF_INET addresses for 4in6 connections [danieldg] | w00t |
2008-05-20 | A few minor fixes, some copy constructor stuff, misnamed channelmanager const... | brain |
2008-04-21 | Merge in large patchset from GreenReaper, useful fixes for freeing a ton of d... | brain |