Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2016-02-16 | Some cleanup, some TODOs, more to do | Daniel Wagner-Hall | 1 | -68/+60 |
2016-02-16 | Some cleanup | Daniel Wagner-Hall | 2 | -23/+30 |
2016-02-16 | Tidy? up room creation event sending | Daniel Wagner-Hall | 1 | -63/+72 |
2016-02-16 | Add comment | Daniel Wagner-Hall | 1 | -1/+1 |
2016-02-15 | Branch off member and non member sends | Daniel Wagner-Hall | 5 | -74/+99 |
2016-02-15 | Simplify room creation code | Daniel Wagner-Hall | 2 | -52/+28 |
2016-02-15 | Simplify room creation code | Daniel Wagner-Hall | 2 | -55/+31 |
2016-02-15 | Use update_membership for profile updates | Daniel Wagner-Hall | 2 | -20/+12 |
2016-02-15 | Use update_membership to kick guests | Daniel Wagner-Hall | 2 | -16/+19 |
2016-02-15 | Reuse update_membership from /join | Daniel Wagner-Hall | 2 | -19/+14 |
2016-02-15 | Inline _do_local_membership_update | Daniel Wagner-Hall | 1 | -18/+7 |
2016-02-15 | Inline _do_join as it now only has one caller | Daniel Wagner-Hall | 1 | -48/+47 |
2016-02-15 | Merge implementation of /join by alias or ID | Daniel Wagner-Hall | 5 | -70/+71 |
2016-02-15 | Merge some room joining codepaths | Daniel Wagner-Hall | 2 | -5/+11 |
2016-02-12 | Revert "Merge two of the room join codepaths" | Daniel Wagner-Hall | 5 | -73/+69 |
2016-02-12 | Merge two of the room join codepaths | Daniel Wagner-Hall | 5 | -69/+73 |
2016-02-12 | Catch the exceptions thrown by twisted when you write to a closed connection | Mark Haines | 5 | -11/+33 |
2016-02-11 | Enforce user_id exclusivity for AS registrations | Daniel Wagner-Hall | 1 | -5/+12 |
2016-02-11 | Bump version and changelog | Erik Johnston | 2 | -1/+6 |
2016-02-11 | Fix SYN-627, events are in incorrect room in /sync | Erik Johnston | 1 | -1/+1 |
2016-02-11 | Bump version and changelog | Erik Johnston | 2 | -1/+7 |
2016-02-11 | Return events in correct order for /events | Erik Johnston | 2 | -8/+12 |
2016-02-11 | Add some paranoia logging | Erik Johnston | 1 | -0/+10 |
2016-02-10 | 0.13.1 v0.13.1 | Matthew Hodgson | 1 | -1/+1 |
2016-02-10 | bump for 0.13.1 | Matthew Hodgson | 1 | -0/+7 |
2016-02-10 | try to bump syweb to 0.6.8 | Matthew Hodgson | 1 | -1/+1 |
2016-02-10 | Update CHANGES | Erik Johnston | 1 | -2/+4 |
2016-02-10 | Bump version and changelog | Erik Johnston | 2 | -1/+23 |
2016-02-10 | Batch fetch _get_state_groups_from_groups | Erik Johnston | 1 | -32/+34 |
2016-02-10 | Use _simple_select_many for _get_state_group_for_events | Erik Johnston | 2 | -17/+11 |
2016-02-10 | Only calculate initial sync for 10 rooms at a time | Erik Johnston | 1 | -24/+29 |
2016-02-10 | Remove comment | Erik Johnston | 1 | -1/+1 |
2016-02-10 | s/parent_context/previous_context/ | Erik Johnston | 1 | -9/+9 |
2016-02-10 | Set parent context on instansiation | Erik Johnston | 1 | -2/+7 |
2016-02-10 | Rename functions | Erik Johnston | 2 | -4/+4 |
2016-02-09 | Typo | Erik Johnston | 1 | -1/+1 |
2016-02-09 | Atomically persit push actions when we persist the event | Erik Johnston | 6 | -65/+49 |
2016-02-09 | Pass in current state to push action handler | Erik Johnston | 3 | -27/+20 |
2016-02-09 | Fix test | Erik Johnston | 1 | -9/+1 |
2016-02-09 | Fix test | Erik Johnston | 1 | -3/+4 |
2016-02-09 | Change a log from debug to info | Erik Johnston | 1 | -1/+1 |
2016-02-09 | Remove dead code | Erik Johnston | 1 | -12/+0 |
2016-02-09 | Invalidate get_last_receipt_event_id_for_user cache | Erik Johnston | 1 | -0/+5 |
2016-02-09 | Don't load all ephemeral state for a room on every sync | Erik Johnston | 2 | -14/+20 |
2016-02-09 | Fix unit tests | Erik Johnston | 2 | -5/+9 |
2016-02-09 | Remove pyc files before running tests | Daniel Wagner-Hall | 1 | -1/+1 |
2016-02-09 | Revert "Reject additional path segments" | Daniel Wagner-Hall | 3 | -6/+6 |
2016-02-09 | Measure some /sync related things | Erik Johnston | 2 | -150/+162 |
2016-02-09 | Revert to putting it around the entire block | Erik Johnston | 1 | -124/+124 |
2016-02-09 | Don't create new logging context | Erik Johnston | 1 | -12/+15 |
2016-02-09 | Don't bother copying records on parent context | Erik Johnston | 1 | -8/+0 |
2016-02-09 | Fix bug in util.metrics.Measure | Erik Johnston | 1 | -1/+3 |
2016-02-09 | Create new context when measuring | Erik Johnston | 1 | -2/+5 |
2016-02-09 | Don't measure across event stream call, as it lasts for a long time. | Erik Johnston | 1 | -124/+124 |
2016-02-09 | Change logcontext warns to debug | Erik Johnston | 1 | -3/+3 |
2016-02-08 | Derive macaroon_secret_key from signing key. | Erik Johnston | 2 | -16/+30 |
2016-02-08 | Fix up logcontexts | Erik Johnston | 31 | -229/+356 |
2016-02-08 |