summary refs log tree commit diff
path: root/synapse/app/federation_sender.py (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-13Update proxyErik Johnston1-0/+0
2019-02-13Fix fetching media when using proxyErik Johnston1-1/+15
2019-02-13Fix bug in DTGErik Johnston1-1/+1
2019-02-13Reduce send invite request sizeErik Johnston2-1/+4
2019-02-13Update proxyErik Johnston2-0/+1
2019-02-13Update flate fileErik Johnston1-0/+1
2019-02-13Compress some client dataErik Johnston2-8/+42
2019-02-13Handle slow/lossy connections better when sending transactionsErik Johnston4-36/+44
2019-02-13pep8Erik Johnston1-1/+1
2019-02-13Reduce transaction response sizeErik Johnston1-1/+4
2019-02-13Actually fix exceptionsErik Johnston1-6/+2
2019-02-13Don't log ERROR when no profile existsErik Johnston2-28/+42
2019-02-13Catch room profile errors and anything else that can go wrongTravis Ralston1-25/+28
2019-02-13Reduce size of fed transaction IDsErik Johnston2-4/+24
2019-02-13Update maps and proxyBrendan Abolivier3-9/+18
2019-02-13Make event_ids smallerErik Johnston4-5/+31
2019-02-13Mangle some more PDU fieldsErik Johnston3-3/+21
2019-02-13Update proxy mapsBrendan Abolivier2-8/+30
2019-02-13Update proxy & mapsBrendan Abolivier2-0/+3
2019-02-13Change access tokens to be base64'ed 4 bytesErik Johnston1-1/+5
2019-02-13Update proxyBrendan Abolivier1-0/+0
2019-02-13Route full mesh if message contains 'mesh'Erik Johnston1-54/+1
2019-02-13Update proxyBrendan Abolivier3-1/+9
2019-02-13Use run_as_background_processTravis Ralston1-1/+3
2019-02-13