summary refs log tree commit diff
path: root/scripts-dev (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-03Add get_presence_list_accepted to the broken caches in synchrotronMark Haines1-4/+9
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 Johnsto