summary refs log tree commit diff
path: root/synapse/api (unfollow)
Commit message (Expand)AuthorFilesLines
2015-04-27Fix newlinesErik Johnston1-2/+1
2015-04-27Pull inner function out.Erik Johnston1-76/+77
2015-04-27Implement locks using create_observer for fetching media and server keysErik Johnston2-60/+82
2015-04-27Implement create_observer.Erik Johnston1-0/+19
2015-04-27pep8David Baker1-1/+1
2015-04-27pep8David Baker1-1/+0
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 config...David Baker2-0/+37
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 wr...David Baker1-21/+21
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 element...Paul "LeoNerd" Evans2-1/+38
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 offline...Paul "LeoNerd" Evans2-0/+59
2015-04-23Generate presence event-stream JSON structures directlyPaul "LeoNerd" Ev