Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-02-28 | Add stream_id index to device_lists_outbound_pokes | Erik Johnston | 2 | -1/+17 | |
As this is used for replication streaming | |||||
2017-02-28 | Fix up txn name | Erik Johnston | 1 | -1/+1 | |
2017-02-28 | Pop with default value to stop throwing | Erik Johnston | 1 | -1/+1 | |
2017-02-28 | merge in right archlinux package, thanks to @saram-kon from ↵ | Matthew Hodgson | 1 | -1/+1 | |
https://github.com/matrix-org/synapse/pull/1956 | |||||
2017-02-27 | Pop rather than del from dict | Erik Johnston | 1 | -1/+1 | |
2017-02-27 | Remove needless check | Erik Johnston | 1 | -2/+0 | |
2017-02-27 | It should be all | Erik Johnston | 1 | -1/+1 | |
2017-02-27 | Don't fetch current state in common case | Erik Johnston | 1 | -0/+17 | |
Currently we fetch the list of current state events whenever we send something in a room. This is overkill for the common case of persisting a simple chain of non-state events, so lets handle that case specially. | |||||
2017-02-27 | Cache get_user_devices_from_cache | Erik Johnston | 1 | -45/+73 | |
2017-02-27 | the aur package is no longer there, community package in arch does exist | Sean Enck | 1 | -3/+2 | |
2017-02-24 | Fix dynamic thumbnails aspect | Jurek | 1 | -0/+3 | |
2017-02-24 | Local changes 2017-02-27-before | Matrix | 7 | -7/+16 | |
2017-02-23 | Strip newlines from SQL queries | Erik Johnston | 1 | -0/+6 | |
2017-02-22 | Remove lock from rotate notifs | Erik Johnston | 1 | -3/+0 | |
2017-02-22 | Ensure we pass positive ints to delay function | Erik Johnston | 1 | -1/+2 | |
2017-02-21 | Don't limit count | Erik Johnston | 1 | -2/+2 | |
2017-02-21 | Store looping call | Erik Johnston | 1 | -1/+3 | |
2017-02-21 | Bump version and changelog github/release-v0.19.2 release-v0.19.2 | Erik Johnston | 2 | -1/+8 | |
2017-02-20 | Fix a race in transaction queue | Richard van der Hoff | 1 | -9/+21 | |
It was theoretically possible for a PDU to get queued and not sent for ages. On closer inspection I think there were bigger problems elsewhere, but we might as well fix this since it's easy. | |||||
2017-02-20 | Remove unused param | Erik Johnston | 2 | -2/+1 | |
2017-02-20 | Fix /context/ visibiltiy rules | Erik Johnston | 1 | -1/+4 | |
2017-02-20 | Remove unused param | Erik Johnston | 2 | -2/+1 | |
2017-02-20 | Fix /context/ visibiltiy rules | Erik Johnston | 1 | -1/+4 | |
2017-02-19 | Update metrics-howto.rst | Richard van der Hoff | 1 | -0/+2 | |
2017-02-19 | Update metrics-howto.rst | Richard van der Hoff | 1 | -12/+18 | |
2017-02-19 | Update metrics-howto.rst | Richard van der Hoff | 1 | -2/+4 | |