Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-02-13 | Update proxy | Erik Johnston | 1 | -0/+0 | |
2019-02-13 | Fix fetching media when using proxy | Erik Johnston | 1 | -1/+15 | |
2019-02-13 | Fix bug in DTG | Erik Johnston | 1 | -1/+1 | |
2019-02-13 | Reduce send invite request size | Erik Johnston | 2 | -1/+4 | |
2019-02-13 | Update proxy | Erik Johnston | 2 | -0/+1 | |
2019-02-13 | Update flate file | Erik Johnston | 1 | -0/+1 | |
2019-02-13 | Compress some client data | Erik Johnston | 2 | -8/+42 | |
2019-02-13 | Handle slow/lossy connections better when sending transactions | Erik Johnston | 4 | -36/+44 | |
2019-02-13 | pep8 | Erik Johnston | 1 | -1/+1 | |
2019-02-13 | Reduce transaction response size | Erik Johnston | 1 | -1/+4 | |
2019-02-13 | Actually fix exceptions | Erik Johnston | 1 | -6/+2 | |
2019-02-13 | Don't log ERROR when no profile exists | Erik Johnston | 2 | -28/+42 | |
2019-02-13 | Catch room profile errors and anything else that can go wrong | Travis Ralston | 1 | -25/+28 | |
Fixes an issue where things become unhappy when the room profile for a user is missing. | |||||
2019-02-13 | Reduce size of fed transaction IDs | Erik Johnston | 2 | -4/+24 | |
2019-02-13 | Update maps and proxy | Brendan Abolivier | 3 | -9/+18 | |
2019-02-13 | Make event_ids smaller | Erik Johnston | 4 | -5/+31 | |
2019-02-13 | Mangle some more PDU fields | Erik Johnston | 3 | -3/+21 | |
2019-02-13 | Update proxy maps | Brendan Abolivier | 2 | -8/+30 | |
2019-02-13 | Update proxy & maps | Brendan Abolivier | 2 | -0/+3 | |
2019-02-13 | Change access tokens to be base64'ed 4 bytes | Erik Johnston | 1 | -1/+5 | |
2019-02-13 | Update proxy | Brendan Abolivier | 1 | -0/+0 | |
2019-02-13 | Route full mesh if message contains 'mesh' | Erik Johnston | 1 | -54/+1 | |
2019-02-13 | Update proxy | Brendan Abolivier | 3 | -1/+9 | |
2019-02-13 | Use run_as_background_process | Travis Ralston | 1 | -1/+3 | |
2019-02-13 | Safer execution | Travis Ralston | 2 | -11/+16 | |
2019-02-13 | Preserve log contexts in the room_member_handler | Travis Ralston | 1 | -2/+9 | |
2019-02-13 | Proof of concept for auto-accepting invites | Travis Ralston | 2 | -2/+58 | |
This is for demonstration purposes only. In practice this would actually look up the right profile and use the right thing, not to mention be in a more reasonable location. | |||||
2019-02-13 |