summary refs log tree commit diff
path: root/scripts-dev (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-02typoNeil Johnson1-1/+1
2018-08-02wip attempt at cachingNeil Johnson1-9/+47
2018-08-02do mau checks based on monthly_active_users tableNeil Johnson7-61/+97
2018-08-02remove unused count_monthly_usersNeil Johnson2-90/+0
2018-08-02fix test, update constructor callNeil Johnson1-1/+1
2018-08-02insertion into monthly_active_usersNeil Johnson5-11/+99
2018-08-02Revert "change monthly_active_users table to be a single column"Neil Johnson3-7/+13
2018-08-01self.db_conn unusedNeil Johnson1-1/+0
2018-08-01normalise reaping queryNeil Johnson1-3/+38
2018-08-01change monthly_active_users table to be a single columnNeil Johnson3-13/+7
2018-08-01count_monthly_users is now asyncNeil Johnson1-1/+2
2018-08-01improve clarityNeil Johnson2-5/+6
2018-08-02Python 3: Convert some unicode/bytes uses (#3569)Amber Brown17-67/+122
2018-08-01fix isortNeil Johnson1-1/+0
2018-08-01fix test for py3Neil Johnson1-0/+4
2018-08-01clean upNeil Johnson1-15/+3
2018-08-01fix commentNeil Johnson1-1/+1
2018-08-01fix known broken testNeil Johnson1-25/+20
2018-08-01count_monthly_users() asyncNeil Johnson1-4/+7
2018-08-01remove need to plot limit_usage_by_mauNeil Johnson2-7/+6
2018-08-01Update 2952.bugfixRichard van der Hoff1-1/+1
2018-08-01remove errant printNeil Johnson1-1/+0
2018-08-01make count_monthly_users async synapse/handlers/auth.pyNeil Johnson4-38/+46
2018-08-01only need to loop if mau limiting is enabledNeil Johnson1-1/+2
2018-07-31