summary refs log tree commit diff
path: root/scripts-dev (unfollow)
<
Commit message (Expand)AuthorFilesLines
2017-03-16Don't recreate so many setsErik Johnston10-51/+42
2017-03-16Implement no op for room stream in syncErik Johnston1-4/+47
2017-03-15CommentErik Johnston1-1/+3
2017-03-15Modify test_user_sync so it doesn't look at last_active_ts over last_user_syn...Will Hunt1-1/+1
2017-03-15Cache set of users whose presence the other user should seeErik Johnston1-13/+27
2017-03-15Add a great comment to handle_timeout for active vs sync times.Will Hunt1-0/+2
2017-03-15Add fallback to last_active_ts if it beats the last sync time.Will Hunt1-1/+2
2017-03-15CommentErik Johnston2-0/+6
2017-03-15Remove unused importErik Johnston1-1/+0
2017-03-15Format presence events on the edges instead of reformatting them multiple timesErik Johnston7-39/+80
2017-03-15Fix assertion to stop transaction queue getting wedgedRichard van der Hoff6-5/+29
2017-03-15Add some metrics on notifierErik Johnston1-0/+6
2017-03-14Reduce spurious calls to generate syncErik Johnston1-13/+31
2017-03-14Address review commentsRichard van der Hoff2-20/+31
2017-03-14re-refactor exception heirarchyRichard van der Hoff1-16/+14
2017-03-14Handle PartialDownloadError in CAS loginDavid Baker1-1/+8
2017-03-14Fix current_state_events table to not lieErik Johnston1-3/+28
2017-03-14Use extend instead of +=David Baker1-4/+4
2017-03-14Oops, remove printDavid Baker1-1/+0
2017-03-13Implement _simple_delete_many_txn, use it to delete devicesLuke Barnard4-11/+101
2017-03-13Fix registration for broken clientsDavid Baker1-4/+22
2017-03-13Support registration / login with phone numberDavid Baker9-50/+395
2017-03-13FlakeLuke Barnard1-0/+2
2017-03-13Implement delete_devices APILuke Barnard1-0/+47
2017-03-13Fix routing loop when fetching remote mediaRichard van der Hoff4-14/+102
2017-03-13Add new storage function to slave storeErik Johnston1-0/+4
2017-03-13Bring example log config into line with defaultRichard van der Hoff1-2/+4
2017-03-13Add helpful texts to logger config optionsRichard van der Hoff1-5/+7
2017-03-13CommentsErik Johnston1-0/+12
2017-03-13Revert "Support registration & login with phone number"Erik Johnston9-395/+50
2017-03-13Assume rooms likely haven't changedErik Johnston2-8/+14
2017-03-10Get current state by using current_state_events tableErik Johnston5-31/+52
2017-03-10Add an option to disable stdio redirectRichard van der Hoff1-1/+12
2017-03-10Refactor logger config for workersRichard van der Hoff9-13/+26
2017-03-10Reread log config on SIGHUPRichard van der Hoff1-10/+19
2017-03-10Fix it for the workersErik Johnston1-0/+8
2017-03-10Noop repated delete device inbox calls from /syncErik Johnston2-4/+38
2017-03-10Add setdefault key to ExpiringCacheErik Johnston1-0/+7
2017-03-09Move FederationServer._handle_new_pdu to FederationHandlerRichard van der Hoff2-198/+198
2017-03-09Move sig check out of _handle_new_pduRichard van der Hoff1-12/+36
2017-03-09Factor _get_missing_events_for_pdu out of _handle_new_pduRichard van der Hoff1-62/+82
2017-03-09Fix docstringRichard van der Hoff1-2/+1
2017-03-08Comment when our 3pids would be incompleteDavid Baker1-0/+2
2017-03-08DocsDavid Baker1-0/+13