Age | Commit message (Expand) | Author |
2014-07-28 | Allow fast sid reuse by erasing fake users from UserManager::uuidlist when th... | Attila Molnar |
2014-07-28 | m_spanningtree Remove the now needless SplitInProgress workaround | Attila Molnar |
2014-07-28 | m_spanningtree Change type of num_lost_* to be unsigned | Attila Molnar |
2014-07-28 | m_spanningtree Quit all split users in one go | Attila Molnar |
2014-07-28 | m_spanningtree Mark servers awaiting destruction after being lost in a netspl... | Attila Molnar |
2014-07-28 | m_spanningtree Remove now unused TreeServer::Tidy() | Attila Molnar |
2014-07-28 | m_spanningtree Add the TreeServer that split to the cull list and destroy eve... | Attila Molnar |
2014-07-28 | m_spanningtree Remove split servers from the hash maps in TreeServer::SQuitIn... | Attila Molnar |
2014-07-28 | m_spanningtree Move squit logic into TreeServer from TreeSocket | Attila Molnar |
2014-07-27 | m_spanningtree Keep track of whether servers are behind a bursting server, us... | Attila Molnar |
2014-07-27 | m_spanningtree Only mark one server as finished bursting on ENDBURST (or PONG... | Attila Molnar |
2014-07-27 | m_spanningtree Sync bursting state of servers in SERVER | Attila Molnar |
2014-07-27 | m_spanningtree Add TreeServer::BeginBurst() that marks a server as bursting | Attila Molnar |
2014-07-27 | m_spanningtree Use the value of StartBurst to determine whether a server is b... | Attila Molnar |
2014-07-27 | m_spanningtree Add newly created TreeServers to the parent's list in the cons... | Attila Molnar |
2014-07-19 | Access local user list via new UserManager::GetLocalUsers() and make local_us... | Attila Molnar |
2014-06-17 | m_spanningtree Add a field to TreeServer for storing full version strings | Attila Molnar |
2014-06-14 | m_spanningtree Initialize TreeServer::UserCount for TreeRoot in its constructor | Attila Molnar |
2014-03-15 | Add UserManager::GetUsers() | Attila Molnar |
2014-01-08 | Read uline state in spanningtree; remove ConfigReader::ulines | Attila Molnar |
2014-01-05 | Move server description field from TreeServer into Server; remove OnGetServer... | Attila Molnar |
2014-01-05 | Introduce Server class | Attila Molnar |
2014-01-05 | m_spanningtree Remove vector from TreeServer::QuitUsers() | Attila Molnar |
2014-01-05 | Improve UserManager::QuitUser() and related code | Attila Molnar |
2013-08-22 | m_spanningtree Add TreeServer::GetChildren() that replaces ChildCount() and G... | attilamolnar |
2013-08-22 | m_spanningtree Change TreeServer::GetSocket() to always return the socket tha... | attilamolnar |
2013-08-19 | m_spanningtree Minor cleanup of functions | attilamolnar |
2013-08-17 | m_spanningtree Remove SpanningTreeUtilities* fields and parameters | attilamolnar |
2013-08-15 | Remove $ModDep comments | attilamolnar |
2013-08-04 | Change modules to use the MODNAME constant when logging. | Peter Powell |
2013-07-24 | m_spanningtree Change the type of TreeServer::ServerName to std::string | attilamolnar |
2013-07-24 | m_spanningtree Cleanup TreeServer and TreeSocket construction/destruction | attilamolnar |
2013-05-19 | Fix spacing in calls to LogManager::Log. | Peter Powell |
2013-04-12 | m_spanningtree Remove unneeded #includes | attilamolnar |
2013-04-12 | m_spanningtree Remove encapsulation on UserCount/OperCount | attilamolnar |
2013-04-12 | Tidy up source files: | Peter Powell |
2013-04-12 | Add LOG_ prefix to the log level enum values. | Peter Powell |
2012-10-02 | m_spanningtree Use iterators in CAPAB handler and when generating reply to sp... | attilamolnar |
2012-09-30 | m_spanningtree Return const references from several TreeServer getter functions | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-01-18 | Remove excessive gettimeofday system calls | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-10-24 | Properly cull TreeServer objects when quitting several of them | danieldg |
2009-10-23 | Make User::uuid and User::server const | danieldg |
2009-10-08 | Update Event and Request APIs | danieldg |
2009-10-02 | Fix valgrind issues and crashes on exit | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-15 | Make end of netburst SNOMASK REMOTELINK unless servers are directly linked [j... | danieldg |
2009-09-03 | Change cmd_*.so to use the Module object API | danieldg |
2009-09-02 | Remove now-unused quitmsg/operquitmsg fields from User | danieldg |