summary refs log tree commit diff
path: root/synapse/http (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-07Fix AS retriesErik Johnston2-5/+5
2016-06-06Fix a KeyError in the synchrotron presenceMark Haines1-1/+4
2016-06-06Yield on the sleeps intended to backoff replicationMark Haines2-2/+2
2016-06-06.values() returns list of setsErik Johnston1-1/+2
2016-06-06Fix typosErik Johnston1-32/+36
2016-06-06Fire after 30s not 8hErik Johnston1-1/+1
2016-06-06Add metric counter for number of persisted eventsErik Johnston1-0/+9
2016-06-06Add events to cache when we persist themErik Johnston1-0/+41
2016-06-03Don't rely on options when inserting event into cacheErik Johnston1-40/+43
2016-06-03Fix spellingMark Haines1-1/+1
2016-06-03Add get_presence_list_accepted to the broken caches in synchrotronMark Haines1-4/+9
2016-06-03Change the way we cache eventsErik Johnston1-39/+41
2016-06-03Remove event fetching from DB threadsErik Johnston7-200/+75
2016-06-033rd time lucky: we'd already calculated it aboveDavid Baker1-3/+1
2016-06-03Oops, we're using the dict formDavid Baker1-1/+3
2016-06-03Add substitutions to email notif FromDavid Baker1-1/+1
2016-06-03Note that v0.15.x was never released v0.16.0-rc1Erik Johnston1-0/+2
2016-06-03Bump changelog and versionErik Johnston2-1/+51
2016-06-03Clear the list of ongoing syncs on shutdownMark Haines1-0/+9
2016-06-03Appease flake8Mark Haines1-1/+1
2016-06-03Use ClientIpStore to record client ipsMark Haines1-3/+4
2016-06-03Move insert_client_ip to a separate classMark Haines2-45/+71
2016-06-03Send updates to the syncing users every ten seconds or immediately if they've...Mark Haines1-10/+43
2016-06-03Fix typoErik Johnston1