| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add CXX11_OVERRIDE to overridden members that lack it.•••This fixes a ton of warnings when building on compilers that default to C++11 or newer. | 2017-07-12 | 1 | -1/+1 | |
| * | m_spanningtree Use uint64_t for the burst start time to avoid overflows | 2015-05-13 | 1 | -2/+2 | |
| * | m_spanningtree Rewrite PING logic to use Timers | 2015-01-25 | 1 | -24/+9 | |
| * | m_spanningtree Remove public TreeServer methods that are only called from Tre... | 2015-01-20 | 1 | -8/+0 | |
| * | m_spanningtree Get rid of some boilerplate•••Make methods const while at it | 2015-01-20 | 1 | -6/+6 | |
| * | m_spanningtree Change type of num_lost_* to be unsigned | 2014-07-28 | 1 | -2/+2 | |
| * | m_spanningtree Quit all split users in one go | 2014-07-28 | 1 | -2/+2 | |
| * | m_spanningtree Mark servers awaiting destruction after being lost in a netspl... | 2014-07-28 | 1 | -0/+9 | |
| * | m_spanningtree Remove now unused TreeServer::Tidy() | 2014-07-28 | 1 | -6/+0 | |
| * | m_spanningtree Remove split servers from the hash maps in TreeServer::SQuitIn... | 2014-07-28 | 1 | -3/+5 | |
| * | m_spanningtree Move squit logic into TreeServer from TreeSocket | 2014-07-28 | 1 | -0/+18 | |
| * | m_spanningtree Keep track of whether servers are behind a bursting server, us... | 2014-07-27 | 1 | -0/+13 | |
| * | m_spanningtree Add TreeServer::BeginBurst() that marks a server as bursting•••Don't mark servers as bursting in the constructor | 2014-07-27 | 1 | -0/+5 | |
| * | m_spanningtree Use the value of StartBurst to determine whether a server is b... | 2014-07-27 | 1 | -2/+1 | |
| * | m_spanningtree Replace direct access of TreeServer::bursting with IsBursting() | 2014-07-27 | 1 | -0/+5 | |
| * | m_spanningtree Share server description updates via SINFO desc | 2014-06-17 | 1 | -0/+6 | |
| * | m_spanningtree Add a field to TreeServer for storing full version strings | 2014-06-17 | 1 | -0/+15 | |
| * | Move server description field from TreeServer into Server; remove OnGetServer... | 2014-01-05 | 1 | -5/+0 | |
| * | Introduce Server class•••- Replaces std::string server in User - Replaces InspIRCd::ULine() and SilentULine() | 2014-01-05 | 1 | -6/+14 | |
| * | m_spanningtree Add TreeServer::GetChildren() that replaces ChildCount() and G... | 2013-08-22 | 1 | -6/+3 | |
| * | m_spanningtree Change TreeServer::GetSocket() to always return the socket tha...•••The only exception is the tree root (us) which has no associated socket (NULL) Add TreeServer::IsRoot() and IsLocal() helpers | 2013-08-22 | 1 | -1/+9 | |
| * | m_spanningtree Minor cleanup of functions | 2013-08-19 | 1 | -1/+1 | |
| * | m_spanningtree Remove SpanningTreeUtilities* fields and parameters | 2013-08-17 | 1 | -3/+2 | |
| * | m_spanningtree Change the type of TreeServer::ServerName to std::string | 2013-07-24 | 1 | -2/+2 | |
| * | m_spanningtree Cleanup TreeServer and TreeSocket construction/destruction | 2013-07-24 | 1 | -19/+9 | |
| * | m_spanningtree Remove encapsulation on UserCount/OperCount | 2013-04-12 | 1 | -18/+3 | |
| * | Tidy up source files:•••- Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues. | 2013-04-12 | 1 | -4/+1 | |
| * | m_spanningtree Return const references from several TreeServer getter functions | 2012-09-30 | 1 | -3/+3 | |
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -8/+16 | |
| * | Fix some of the include guard names (requested by SaberUK) | 2012-04-14 | 1 | -2/+2 | |
| * | Fixes for bug #12 | 2012-04-14 | 1 | -2/+2 | |
| * | Move lots of spanningtree items to commands•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12296 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-01-18 | 1 | -0/+2 | |
| * | Remove excessive gettimeofday system calls•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12293 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-01-18 | 1 | -1/+1 | |
| * | ...because every now and again, i have to do a massive commit.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-01-11 | 1 | -1/+1 | |
| * | Make User::uuid and User::server const•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11962 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-10-23 | 1 | -1/+2 | |
| * | Remove InspIRCd* parameters and fields•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11763 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-09-26 | 1 | -3/+2 | |
| * | Remove unneeded Extensible inheritance and remove "age" field from classbase•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11611 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-09-02 | 1 | -0/+1 | |
| * | Fix PingFlag not being set correctly for servers whose burst takes longer tha...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11324 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-04-22 | 1 | -5/+0 | |
| * | Update all wiki links to point to the new wiki. This was done automatically w...•••for file in $(find -type f -and -not -path '*/.svn/*' -and -not -name '*.so') ; do sed -e 's#http://www.inspircd.org/wiki#http://wiki.inspircd.org#' -e 's#http://wiki.inspircd.org/index.php/#http://wiki.inspircd.org/#' -i $file ; done git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11223 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-03-15 | 1 | -1/+1 | |
| * | Mark children of remote servers as bursting while their parent is bursting•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11217 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-03-14 | 1 | -0/+2 | |
| * | Fix crash when services (or a misbehaving remote server) introduces a server ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11171 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-03-05 | 1 | -5/+0 | |
| * | Nuke trailing spaces•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11105 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-02-14 | 1 | -3/+3 | |
| * | Update copyrights for 2009.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10932 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-01-02 | 1 | -1/+1 | |
| * | Propegate BURST and ENDBURST network-wide for timing of bursts, and to keep X...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8806 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-02-03 | 1 | -1/+6 | |
| * | Broken, but.. show how many milliseconds a burst takes. Someone care to tell ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8801 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-02-03 | 1 | -0/+4 | |
| * | Remove an obsolete value•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8800 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-02-03 | 1 | -4/+0 | |
| * | Header update: 2007 -> 2008•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8694 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-01-10 | 1 | -1/+1 | |
| * | Fix up some usercounts stuff.. to be tested.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8655 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-01-07 | 1 | -10/+10 | |
| * | Add bool TreeSocket::DuplicateID(), as its not safe to throw then try and squ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7922 e03df62e-2008-0410-955e-edbf42e46eb7 | 2007-08-27 | 1 | -0/+5 | |
| * | Move SID into TreeSocket constructor. w00t, search for "new TreeSocket" to se...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7920 e03df62e-2008-0410-955e-edbf42e46eb7 | 2007-08-27 | 1 | -7/+9 |
