summary refs log tree commit diff
path: root/synapse/handlers/admin.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-04-27Run database check before daemonizing, at the cost of database hygiene.David Baker3-27/+18
2015-04-27rename db method to be more informativeDavid Baker2-5/+5
2015-04-24pep8David Baker1-2/+2
2015-04-24Check users in our table aren't on a different domain to the one we're ↵David Baker2-0/+37
configured with to try & fix SYN-266
2015-04-24Add note about updating your signing keys (ie. "the auto thing")David Baker1-0/+9
2015-04-24Matrix ID server is now HTTPSDavid Baker1-1/+1
2015-04-24Remove ancient historyDavid Baker1-4/+0
2015-04-24Pedant: OS X has a spaceDavid Baker1-1/+1
2015-04-24Make one-to-one rule an underride otherwise bings don't work in one-to-one ↵David Baker1-21/+21
wrooms. Likewise a couple of other rules.
2015-04-24Fix spellingMark Haines1-1/+1
2015-04-24Call the super classes when generating configMark Haines1-0/+1
2015-04-24Copyright noticesMark Haines6-0/+84
2015-04-24No commas here, otherwise our error string constants become tuples.David Baker1-2/+2
2015-04-23Remove users from the remote_offline_serials list (and clean up empty ↵Paul "LeoNerd" Evans2-1/+38
elements) when they go online again
2015-04-23Don't let the remote offline serial list grow arbitrarily largePaul "LeoNerd" Evans1-0/+5
2015-04-23Store a list of the presence serial number at which remote users went ↵Paul "LeoNerd" Evans2-0/+59
offline, so that when we delete them from the cachemap, we can still synthesize OFFLINE events for them (SYN-261)
2015-04-23Generate presence event-stream JSON structures directlyPaul "LeoNerd" Evans1-8/+9
2015-04-23Mumble ReST mumble ``fixed-width`` mumblePaul "LeoNerd" Evans1-5/+5
2015-04-23