Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-06-25 | Comment and remove unused variable | Erik Johnston | 1 | -2/+10 | |
2015-06-25 | Remove debug logging | Erik Johnston | 1 | -3/+0 | |
2015-06-25 | Dedupe auth_chain + state | Erik Johnston | 1 | -4/+33 | |
2015-06-25 | PEP8 | Erik Johnston | 1 | -1/+0 | |
2015-06-25 | Parallelise key storage | Erik Johnston | 2 | -15/+25 | |
2015-06-25 | Don't parallelise persist_events | Erik Johnston | 1 | -25/+10 | |
2015-06-25 | Add unwrapFirstError | Erik Johnston | 1 | -4/+7 | |
2015-06-25 | Persist events in parrellel if possible | Erik Johnston | 1 | -8/+26 | |
2015-06-25 | Make _persist_event_txn call _persist_events_txn | Erik Johnston | 1 | -241/+11 | |
2015-06-25 | Typo | Erik Johnston | 1 | -2/+2 | |
2015-06-24 | Remove unused line | Erik Johnston | 1 | -3/+0 | |
2015-06-24 | Verify state and auth_chain in the same batch | Erik Johnston | 2 | -47/+54 | |
2015-06-24 | Add desc to store_server_keys_json _simple_upsert | Erik Johnston | 1 | -0/+1 | |
2015-06-24 | Fix backfill | Erik Johnston | 1 | -1/+4 | |
2015-06-24 | Only fail individular deferred for invalid signature | Erik Johnston | 1 | -8/+9 | |
2015-06-24 | Fix up process_v2_response | Erik Johnston | 1 | -35/+35 | |
2015-06-24 | Use correct arg | Erik Johnston | 1 | -1/+1 | |
2015-06-24 | Add missing items() | Erik Johnston | 1 | -1/+1 | |
2015-06-24 | Logging | Erik Johnston | 1 | -1/+2 | |
2015-06-24 | Make _check_sigs_and_hash_and_fetch use batch api for verify keys | Erik Johnston | 2 | -42/+48 | |
2015-06-24 | Implement a batch API for verify_json_objects_for_server | Erik Johnston | 4 | -175/+312 | |
2015-06-23 | Oops: underride rule had an identifier with override in it. | David Baker | 1 | -1/+1 | |
2015-06-23 | Batch SELECTs in _get_auth_chain_ids_txn | Erik Johnston | 1 | -3/+11 | |
2015-06-22 | Remove debug logging | Erik Johnston | 1 | -19/+0 | |
2015-06-22 | Batch outside transactions | Erik Johnston | 1 | -20/+13 | |
2015-06-22 | Don't update current_state_events for outliers | Erik Johnston | 2 | -10/+10 | |
2015-06-22 | Only persist a maximum of 100 events at a time | Erik Johnston | 1 | -0/+13 | |
2015-06-22 | Implement persist_event*s* | Erik Johnston | 6 | -187/+274 | |
2015-06-22 | Add a many version of _handle_prev_events | Erik Johnston | 2 | -0/+340 | |
2015-06-22 | Add a many version of store_state_groups_txn | Erik Johnston | 1 | -12/+24 | |
2015-06-22 | Use new store.persist_events function in federation handler | Erik Johnston | 2 | -70/+130 | |
2015-06-19 | Properly cache get_server_verify_keys | Erik Johnston | 2 | -33/+17 | |
2015-06-19 | Fix typo | Erik Johnston | 1 | -1/+1 | |
2015-06-19 | Ignore your own domain | Erik Johnston | 1 | -0/+6 | |
2015-06-19 | Remove unnecessary store.have_events call | Erik Johnston | 1 | -5/+15 | |
2015-06-19 | PEP8 | Erik Johnston | 1 | -1/+0 | |
2015-06-19 | Cache get_server_verify_key | Erik Johnston | 2 | -5/+28 | |
2015-06-19 | Add comment on cancellation of observers | Erik Johnston | 1 | -0/+3 | |
2015-06-19 | Fix log context when sending requests | Erik Johnston | 3 | -52/+68 | |
2015-06-19 | Remove stale debug lines | Erik Johnston | 1 | -10/+0 | |
2015-06-19 | Add site_tag to logger | Erik Johnston | 1 | -2/+2 | |
2015-06-19 | Add IDs to outbound transactions | Erik Johnston | 1 | -53/+71 | |
2015-06-19 | Add Eric Myhre to AUTHORS | Erik Johnston | 1 | -0/+4 | |
2015-06-18 | Make upload dir a configurable path. | Eric Myhre | 2 | -2/+6 | |
Fixes SYN-425. Signed-off-by: Eric Myhre <hash@exultant.us> | |||||
2015-06-18 | Don't bother storing things we don't need | Erik Johnston | 1 | -13/+13 | |
2015-06-18 | PEP8 | Erik Johnston | 1 | -2/+3 | |
2015-06-18 | Documentation | Erik Johnston | 1 | -4/+11 | |
2015-06-18 | Don't bother proxying lookups on _NotificationListener to underlying deferred | Erik Johnston | 1 | -10/+2 | |
2015-06-18 | Refactor the notifier.wait_for_events code to be clearer. Add ↵ | Erik Johnston | 3 | -70/+73 | |
_NotifierUserStream.new_listener that accpets a token to avoid races. | |||||
2015-06-18 | Fix notifier leak | Erik Johnston | 1 | -21/+20 | |
2015-06-17 | Fix bug where synapse was sending AS user queries incorrectly. | Kegan Dougal | 2 | -1/+44 | |
Bug introduced in 92b20713d7c6346aeb20dc09963081e472752bb5 which reversed the comparison when checking if a user existed in the users table. Added UTs to prevent this happening again. | |||||
2015-06-16 | Use another deferred list | Erik Johnston | 1 | -18/+27 | |
2015-06-16 | Use DeferredList | Erik Johnston | 1 | -9/+9 | |
2015-06-16 | Don't do unecessary db ops in presence.get_state | Erik Johnston | 2 | -14/+15 | |
2015-06-16 | Correct -H SERVER_NAME in config-missing complaint message | Paul "LeoNerd" Evans | 1 | -2/+2 | |
2015-06-16 | Remove access_token from synapse.rest.client.v1.transactions ↵ | Erik Johnston | 1 | -3/+3 | |
{get,store}_response logging | |||||
2015-06-15 | Disable twisted access logging. Move access logging to SynapseRequest object | Erik Johnston | 2 | -75/+79 | |
2015-06-15 | Log more when we have processed the request | Erik Johnston | 4 | -4/+23 | |
2015-06-15 | Create SynapseRequest that overrides __repr__ to not print access_token | Erik Johnston | 2 | -17/+46 | |
2015-06-15 | Changelog | Erik Johnston | 1 | -0/+5 | |
2015-06-15 | Bump version | Erik Johnston | 1 | -1/+1 | |
2015-06-15 | Make http.server request logging more verbose, but redact access_tokens | Erik Johnston | 1 | -2/+12 | |
2015-06-15 | Log requests and responses sent via http.client | Erik Johnston | 1 | -3/+15 | |
2015-06-15 | Remove redundant newline | Erik Johnston | 1 | -2/+1 | |
2015-06-15 | Document listener config. Remove deprecated config options | Erik Johnston | 2 | -36/+42 | |
2015-06-13 |