| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | m_spanningtree Remove now unused TreeServer::Tidy() | 2014-07-28 | 2 | -25/+0 | ||
| * | | m_spanningtree Add the TreeServer that split to the cull list and destroy eve... | 2014-07-28 | 2 | -7/+15 | ||
| * | | m_spanningtree Remove split servers from the hash maps in TreeServer::SQuitIn... | 2014-07-28 | 2 | -3/+9 | ||
| * | | m_spanningtree Move squit logic into TreeServer from TreeSocket | 2014-07-28 | 8 | -112/+84 | ||
| * | | m_spanningtree Remove now needless TreeSocket::ConnectionFailureShown | 2014-07-28 | 3 | -13/+8 | ||
| * | | m_spanningtree Ensure that TreeSocket::Close() only runs once | 2014-07-28 | 1 | -2/+4 | ||
| * | | m_spanningtree Keep track of whether servers are behind a bursting server, us... | 2014-07-27 | 4 | -6/+28 | ||
| * | | m_spanningtree Only mark one server as finished bursting on ENDBURST (or PONG... | 2014-07-27 | 1 | -3/+6 | ||
| * | | m_spanningtree Sync bursting state of servers in SERVER•••Also send the time when they started bursting | 2014-07-27 | 3 | -3/+14 | ||
| * | | m_spanningtree Parse additional information present in SERVER messages•••Format: <key>[=<value>] | 2014-07-27 | 2 | -0/+24 | ||
| * | | m_spanningtree Add TreeServer::BeginBurst() that marks a server as bursting•••Don't mark servers as bursting in the constructor | 2014-07-27 | 4 | -5/+18 | ||
| * | | m_spanningtree Use the value of StartBurst to determine whether a server is b... | 2014-07-27 | 2 | -6/+6 | ||
| * | | m_spanningtree Replace direct access of TreeServer::bursting with IsBursting() | 2014-07-27 | 6 | -5/+10 | ||
| * | | m_spanningtree Remove post-handshake BURST handler | 2014-07-27 | 3 | -15/+1 | ||
| * | | m_spanningtree Don't send needless BURST after introducing a server•••Synthesize a BURST after SERVER for 1202 protocol servers if we are not bursting | 2014-07-27 | 2 | -2/+14 | ||
| * | | m_spanningtree Keep track of whether we've sent our burst, to be used for tra... | 2014-07-27 | 3 | -2/+10 | ||
| * | | m_spanningtree Add TreeSocket::WriteLineNoCompat() to send a line without doi... | 2014-07-27 | 2 | -6/+14 | ||
| * | | m_spanningtree Translate the new SERVER message for 1202 protocol servers | 2014-07-27 | 1 | -0/+26 | ||
| * | | m_spanningtree Remove unused parameters from the server introduction message•••This does not affect the initial SERVER message containing the password | 2014-07-27 | 4 | -8/+3 | ||
| * | | m_spanningtree Add newly created TreeServers to the parent's list in the cons... | 2014-07-27 | 3 | -2/+1 | ||
| * | | m_spanningtree Don't pointlessly copy strings in SERVER handlers | 2014-07-27 | 1 | -7/+7 | ||
| * | | m_spanningtree Deduplicate server auth code | 2014-07-27 | 2 | -55/+37 | ||
| * | | m_spanningtree Deduplicate auth finish code | 2014-07-27 | 3 | -22/+28 | ||
| * | | m_spanningtree Remove duplicated code from TreeSocket::Outbound_Reply_Server()•••This is implemented in CheckDuplicate() | 2014-07-27 | 1 | -14/+1 | ||
| * | | m_spanningtree Set the TS of the uuid nick to the same value on collision | 2014-07-26 | 5 | -4/+13 | ||
| * | | m_spanningtree Warn instead of sending SAVE if we change the nick of a non-lo... | 2014-07-26 | 1 | -5/+2 | ||
| * | | m_spanningtree Only accept uuids in SAVE | 2014-07-26 | 1 | -1/+1 | ||
| * | | m_spanningtree Don't accept NICK with 0 TS | 2014-07-26 | 1 | -2/+2 | ||
| * | | m_spanningtree Return a bool from DoCollision()•••The return value is true if the remote user or both have to change, false if only we have to change | 2014-07-26 | 4 | -15/+9 | ||
| * | | m_spanningtree Replace WriteLine() call with Unicast() in DoCollision() | 2014-07-26 | 1 | -2/+1 | ||
| * | | m_spanningtree Replace #defines with references in DoCollision() | 2014-07-26 | 1 | -5/+3 | ||
| * | | m_spanningtree Update comments around collision handling | 2014-07-26 | 3 | -22/+15 | ||
| * | | m_spanningtree Let the NICK handler change the nick of the incoming user on c...•••Don't change it in DoCollision() | 2014-07-26 | 2 | -13/+5 | ||
| * | | m_spanningtree Update nick overrule on UID code to make sense on master | 2014-07-25 | 1 | -2/+2 | ||
| * | | Merge insp20 | 2014-07-25 | 7 | -17/+39 | ||
| |\| | ||||||
| | * | Update example configuration files, fix typos and case•••Mention m_regex_stdlib in the list of regex providers after m_filter | 2014-07-24 | 1 | -1/+1 | ||
| | * | m_spanningtree Always treat the remote client as the winner on nick collision... | 2014-07-24 | 2 | -4/+15 | ||
| | * | m_spanningtree Forward NICK messages when they cause a collision with the new...•••Suppressing these messages meant that we relied on an appropriate NICK to come from the direction the SAVE was sent to; this left all servers behind us uninformed until the target server of the SAVE reacted with a nick change to uuid. This was problematic because someone can legitimately change nick to the past nick of the SAVEd user on a server that already has the SAVEd user with the uuid nick and that nick change message can reach servers that haven't yet seen the nick change to uuid of the SAVEd user. | 2014-06-06 | 1 | -7/+7 | ||
| | * | m_spanningtree Fix cleanup of connections when unloading a module that provid... | 2014-06-06 | 1 | -0/+3 | ||
| | * | Update server.cpp•••Rewrote "invalid credentials" error message to remove confusion regarding "server snomask", which some users interpreted as "I must make sure the snomask on each server is identical" (which makes no sense), when really the intention is basically "look at the logs on the other server". | 2014-05-21 | 1 | -2/+2 | ||
| | * | m_spanningtree Advertise the availability of m_globops in CAPAB CAPABILITIES | 2014-04-29 | 1 | -0/+6 | ||
| | * | m_spanningtree Set the bursting flag in the FJOIN handler based on whether th...•••Previously the flag was true if our route to the source was bursting, which resulted in m_joinflood incorrectly registering netjoins when a remote server was bursting Fixes issue #839 reported by @joshtek0 | 2014-04-26 | 1 | -2/+3 | ||
| * | | m_spanningtree Remove the MAP ISUPPORT token•••No other servers send this token and sending it has little to no benefit | 2014-07-20 | 2 | -6/+0 | ||
| * | | Say "SSL certificate fingerprint" instead of "SSL fingerprint" everywhere | 2014-07-19 | 3 | -5/+5 | ||
| * | | Access local user list via new UserManager::GetLocalUsers() and make local_us... | 2014-07-19 | 2 | -3/+3 | ||
| * | | Move and rename typedef LocalUserList to UserManager::LocalList | 2014-07-19 | 1 | -4/+4 | ||
| * | | Erase local users from UserManager::local_list in QuitUser() | 2014-07-19 | 1 | -0/+2 | ||
| * | | Move typedef OperIndex to ServerConfig::OperIndex | 2014-07-16 | 1 | -1/+1 | ||
| * | | Rename UserChanList to User::ChanList, remove UCListIter | 2014-07-14 | 1 | -1/+1 | ||
| * | | Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator instead | 2014-07-14 | 2 | -2/+2 | ||
