summary refs log tree commit diff
path: root/MAP.rst (unfollow)
Commit message (Expand)AuthorFilesLines
2015-07-02Add basic impl for room history ACL on GET /messages client APIErik Johnston3-3/+95
2015-06-23Oops: underride rule had an identifier with override in it.David Baker1-1/+1
2015-06-23Batch SELECTs in _get_auth_chain_ids_txnErik Johnston1-3/+11
2015-06-19Fix typoErik Johnston1-1/+1
2015-06-19Add comment on cancellation of observersErik Johnston1-0/+3
2015-06-19Fix log context when sending requestsErik Johnston3-52/+68
2015-06-19Remove stale debug linesErik Johnston1-10/+0
2015-06-19Add site_tag to loggerErik Johnston1-2/+2
2015-06-19Add IDs to outbound transactionsErik Johnston1-53/+71
2015-06-19Add Eric Myhre to AUTHORSErik Johnston1-0/+4
2015-06-18Make upload dir a configurable path.Eric Myhre2-2/+6
2015-06-18PEP8Erik Johnston1-2/+3
2015-06-18DocumentationErik Johnston1-4/+11
2015-06-18Don't bother proxying lookups on _NotificationListener to underlying deferredErik Johnston1-10/+2
2015-06-18Refactor the notifier.wait_for_events code to be clearer. Add _NotifierUserSt...Erik Johnston3-70/+73
2015-06-18Fix notifier leakErik Johnston1-21/+20
2015-06-17Fix bug where synapse was sending AS user queries incorrectly.Kegan Dougal2-1/+44
2015-06-16Use another deferred listErik Johnston1-18/+27
2015-06-16Use DeferredListErik Johnston1-9/+9
2015-06-16Don't do unecessary db ops in presence.get_stateErik Johnston2-14/+15
2015-06-16Correct -H SERVER_NAME in config-missing complaint messagePaul "LeoNerd" Evans1-2/+2
2015-06-16Remove access_token from synapse.rest.client.v1.transactions {get,store}_resp...Erik Johnston1-3/+3
2015-06-15Disable twisted access logging. Move access logging to SynapseRequest objectErik Johnston2-75/+79
2015-06-15Log more when we hav