summary refs log tree commit diff
path: root/synapse/util/async.py (unfollow)
<
Commit message (Collapse)AuthorFilesLines
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
`create_observer` takes a deferred and create a new deferred that *observers* the original deferred. Any callbacks added to the observing deferred will *not* affect the origin deferred.
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 Haines