summary refs log tree commit diff
path: root/synctl (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-17Update README.rstMark Felder1-1/+1
2017-04-13Correct logic in is_event_afterLuke Barnard1-1/+1
2017-04-12Simplify is_event_after logicLuke Barnard2-12/+6
2017-04-12More null-guard changesLuke Barnard1-4/+4
2017-04-12Remove Unused ref to hsLuke Barnard1-1/+0
2017-04-12Move a spaceLuke Barnard1-2/+2
2017-04-12Only notify user, not entire roomLuke Barnard1-3/+1
2017-04-12Remove comment, simplify null-guardLuke Barnard1-4/+1
2017-04-12Add some commentsErik Johnston1-0/+15
2017-04-12Remove last reference to worker_replication_urlErik Johnston1-1/+2
2017-04-12CommentErik Johnston1-2/+1
2017-04-12Reuse get_interested_partiesErik Johnston2-19/+8
2017-04-12Handle no previous RMLuke Barnard1-1/+4
2017-04-11travis flake8..Luke Barnard1-0/+1
2017-04-11flake8Luke Barnard1-1/+0
2017-04-11Refactor event ordering check to events storeLuke Barnard2-28/+32
2017-04-11CopyrightLuke Barnard1-1/+1
2017-04-11Add a counter metric for successfully-sent transactionsPaul "LeoNerd" Evans1-0/+3
2017-04-11flake8Luke Barnard3-5/+4
2017-04-11Bail on where clause insteadErik Johnston1-3/+4
2017-04-11Don't bother with outer check for nowErik Johnston1-3/+0
2017-04-11Update replication docsErik Johnston1-22/+4
2017-04-11Update workers docsErik Johnston1-10/+5
2017-04-11Move get_presence_list_* to SlaveStoreErik Johnston3-24/+13
2017-04-11CommentErik Johnston2-1/+9
2017-04-11Move get_interested_partiesErik Johnston2-38/+36
2017-04-11CommentsErik Johnston2-9/+10
2017-04-11Move get_interested_remotes back to presence handlerErik Johnston2-38/+55
2017-04-11CommentsErik Johnston1-1/+14
2017-04-11Finish implementing RM endpointLuke Barnard5-48/+67
2017-04-11Initial commit of RM server-side impllukebarnard2-0/+153
2017-04-11Bump changelog release-v0.20.0Erik Johnston1-1/+1
2017-04-11Remove test of replication resourceErik Johnston1-204/+0
2017-04-11Fix getting latest device IP for user with no devicesErik Johnston1-0/+5
2017-04-11Remove HTTP replication APIsErik Johnston5-753/+0
2017-04-10trust a hypothetical future riot.im ISMatthew Hodgson1-0/+1
2017-04-10Use generatorsErik Johnston1-2/+2
2017-04-10Dedupe KeyedEdu and Devices federation repl trafficErik Johnston1-6/+9
2017-04-10Reduce federation presence replication trafficErik Johnston6-80/+139
2017-04-10TypoErik Johnston1-1/+1
2017-04-10Rename variableErik Johnston1-7/+7
2017-04-10Up replication ping timeoutErik Johnston1-2/+4
2017-04-10Revert to sending the same data type as beforeErik Johnston1-2/+2
2017-04-10Change nameErik Johnston1-2/+2
2017-04-10CommentsErik Johnston2-6/+8
2017-04-07When we do an invite rejection, save the signed leave event to the dbRichard van der Hoff1-4/+4
2017-04-07CommentErik Johnston1-0/+9
2017-04-07CommentErik Johnston1-2/+15
2017-04-07Add loggingErik Johnston1-0/+8
2017-04-07Fix up federation SendQueue and document typesErik Johnston2-91/+221
2017-04-07Speed up get_current_state_idsErik Johnston1-10/+17
2017-04-07Bump version and changelogErik Johnston2-1/+10
2017-04-06fix typo in synctl helpKim Brose1-1/+1
2017-04-06Use iteritemsErik Johnston1-2/+2
2017-04-06CommentErik Johnston1-1/+1
2017-04-06Document types of the replication streamsErik Johnston1-28/+76
2017-04-06DocsErik Johnston1-0/+7
2017-04-06Fix incorrect type when using InvalidateCacheCommandErik Johnston1-1/+1
2017-04-05Support authenticated SMTPDaniel Dent2-1/+21
2017-04-05Add log linesErik Johnston1-1/+2
2017-04-05Rearrange metricsErik Johnston2-19/+31
2017-04-05Fix typoErik Johnston1-2/+2
2017-04-05Fixup some metrics for tcp replErik Johnston2-0/+19
2017-04-05Don't immediately notify the master about users whose syncs have gone awayErik Johnston1-4/+36
2017-04-05Don't double json encode typing replication dataErik Johnston2-6/+2
2017-04-05Don't double json encode federation replication dataErik Johnston2-13/+10
2017-04-04Add commentErik Johnston1-0/+5
2017-04-04Deduplicate new deviceinbox rows for replicationErik Johnston1-4/+7
2017-04-04Add the appropriate amount of preserve_fnErik Johnston4-17/+19
2017-04-04Fiddle tcp replication loggingErik Johnston1-2/+2
2017-04-04Advance replication streams even if nothing is listeningErik Johnston3-6/+15
2017-04-04Remove unused worker config optionErik Johnston1-1/+0
2017-04-04Shuffle and comment synchrotron presenceErik Johnston1-9/+11
2017-04-04Move where we ack federationErik Johnston1-7/+16
2017-04-03Accept join events from all serversRichard van der Hoff2-5/+19
2017-04-03Remove spurious yieldRichard van der Hoff1-1/+1
2017-04-03Remove more spurious `PreserveLoggingContext`sRichard van der Hoff1-24/+19
2017-04-03Remove spurious PreserveLoggingContextRichard van der Hoff1-6/+5
2017-04-03preserve_fn some deferred-returning thingsRichard van der Hoff1-2/+5
2017-04-03Fix fixme in preserve_fnRichard van der Hoff1-5/+1
2017-04-03Update all the workers and master to use TCP replicationErik Johnston9-401/+259
2017-04-03Change slave storage to use new replication interfaceErik Johnston11-179/+128