Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2017-05-08 | Don't update event cache hit ratio from get_joined_users | Erik Johnston | 3 | -5/+21 |
2017-05-08 | Increase client_ip cache size | Erik Johnston | 1 | -0/+1 |
2017-05-08 | Revert "Remove unused import" | Erik Johnston | 1 | -0/+1 |
2017-05-08 | Revert "We don't care about forgotten rooms" | Erik Johnston | 1 | -0/+12 |
2017-05-08 | Revert "Speed up filtering of a single event in push" | Erik Johnston | 4 | -24/+40 |
2017-05-05 | Comment | Erik Johnston | 1 | -0/+6 |
2017-05-05 | Use preserve_fn and add logs | Erik Johnston | 1 | -1/+3 |
2017-05-05 | Remove redundant reset of destination timers | Erik Johnston | 1 | -7/+0 |
2017-05-05 | Remember how twisted works | Kegan Dougal | 1 | -2/+2 |
2017-05-05 | Add comment and TODO | Erik Johnston | 1 | -0/+6 |
2017-05-05 | Include the clock | Kegan Dougal | 1 | -0/+1 |
2017-05-05 | Rewrite SimpleHttpClient.request to include timeouts | Kegan Dougal | 1 | -13/+19 |
2017-05-05 | Always mark remotes as up if we receive a signed request from them | Erik Johnston | 1 | -0/+7 |
2017-05-05 | Handle exceptions thrown in handling remote device list updates | Erik Johnston | 1 | -1/+16 |
2017-05-05 | Fixes | Erik Johnston | 1 | -3/+4 |
2017-05-04 | Revert "Prefill state caches" | Erik Johnston | 3 | -27/+9 |
2017-05-04 | Add comment | Erik Johnston | 1 | -0/+3 |
2017-05-04 | Intern host strings | Erik Johnston | 1 | -1/+2 |
2017-05-04 | Make caches bigger | Erik Johnston | 1 | -1/+1 |
2017-05-04 | Fix comment and num args | Erik Johnston | 2 | -2/+2 |
2017-05-04 | Add new storage functions to slave store | Erik Johnston | 1 | -0/+3 |
2017-05-04 | Optimise caches with single key | Erik Johnston | 1 | -9/+33 |
2017-05-04 | Reduce size of get_users_in_room | Erik Johnston | 1 | -2/+2 |
2017-05-03 | Appease the flake8 gods | Luke Barnard | 1 | -5/+10 |
2017-05-03 | Make get_joined_users faster | Erik Johnston | 1 | -16/+38 |
2017-05-03 | Implement username availability checker | Luke Barnard | 1 | -0/+36 |
2017-05-03 | No need for the exception variable | David Baker | 1 | -1/+1 |
2017-05-03 | List caught expection types | David Baker | 1 | -1/+1 |
2017-05-03 | Merge together redundant calculations/logging | Erik Johnston | 1 | -9/+2 |
2017-05-03 | Update comment | Erik Johnston | 1 | -1/+2 |
2017-05-03 | Comments | Erik Johnston | 2 | -3/+6 |
2017-05-02 | Add more granular event send metrics | Erik Johnston | 7 | -5/+32 |
2017-05-02 | Instantiate DeferredTimedOutError correctly | Richard van der Hoff | 1 | -1/+1 |
2017-05-02 | Prefill state caches | Erik Johnston | 3 | -6/+18 |
2017-05-02 | Add cache for get_current_hosts_in_room | Erik Johnston | 3 | -5/+50 |
2017-04-28 | Fixup | Erik Johnston | 1 | -10/+4 |
2017-04-28 | Remove unncessary call in _get_missing_events_for_pdu | Erik Johnston | 1 | -13/+11 |
2017-04-28 | Don't fetch state for missing events that we fetched | Erik Johnston | 1 | -0/+6 |
2017-04-28 | Remove unused import | Erik Johnston | 1 | -1/+0 |
2017-04-28 | We don't care about forgotten rooms | Erik Johnston | 1 | -12/+0 |
2017-04-28 | Speed up filtering of a single event in push | Erik Johnston | 4 | -40/+37 |
2017-04-27 | Comment and remove spurious logging | Erik Johnston | 2 | -1/+3 |
2017-04-27 | Fix bgupdate error if index already exists (#2167) | Richard van der Hoff | 1 | -30/+53 |
2017-04-27 | Typo | Erik Johnston | 1 | -1/+1 |
2017-04-27 | Add some extra logging for edge cases of federation | Erik Johnston | 1 | -2/+22 |
2017-04-26 | Fix tests | Erik Johnston | 1 | -3/+3 |
2017-04-26 | Fix invite state to always include all events | Erik Johnston | 3 | -7/+24 |
2017-04-26 | Remove debugging | David Baker | 1 | -2/+1 |
2017-04-26 | Revert accidental commit | David Baker | 1 | -4/+4 |
2017-04-26 | Fix get_json | David Baker | 1 | -5/+4 |
2017-04-25 | Use CodeMessageException subclass instead | David Baker | 4 | -61/+51 |
2017-04-25 | document how to make IPv6 work (#2088) | Matthew Hodgson | 1 | -0/+19 |
2017-04-25 | Make state caches cache in ascii | Erik Johnston | 1 | -2/+3 |
2017-04-25 | fix up | Erik Johnston | 1 | -1/+2 |
2017-04-25 | Don't specify default as dict | Erik Johnston | 1 | -1/+1 |
2017-04-25 | Comment | Erik Johnston | 1 |