Will Hunt
|
5cb3d237ae
|
Send EDUs over /transaction and drop device stuff
|
2020-10-01 14:14:10 +01:00 |
Will Hunt
|
f807c7291f
|
Add basic support for device list updates
|
2020-09-30 12:55:57 +01:00 |
Will Hunt
|
316ad09a64
|
Add support for device messages, start support for device lists
|
2020-09-22 11:31:59 +01:00 |
Patrick Cloke
|
8a4a4186de
|
Simplify super() calls to Python 3 syntax. (#8344)
This converts calls like super(Foo, self) -> super().
Generated with:
sed -i "" -Ee 's/super\([^\(]+\)/super()/g' **/*.py
|
2020-09-18 09:56:44 -04:00 |
Patrick Cloke
|
5c03134d0f
|
Convert additional database code to async/await. (#8195)
|
2020-08-28 07:54:27 -04:00 |
Patrick Cloke
|
9b7ac03af3
|
Convert calls of async database methods to async (#8166)
|
2020-08-27 13:38:41 -04:00 |
Patrick Cloke
|
dbc630a628
|
Use the JSON encoder without whitespace in more places. (#8124)
|
2020-08-20 10:32:33 -04:00 |
Patrick Cloke
|
050e20e7ca
|
Convert some of the general database methods to async (#8100)
|
2020-08-17 12:18:01 -04:00 |
Patrick Cloke
|
a3a59bab7b
|
Convert appservice, group server, profile and more databases to async (#8066)
|
2020-08-12 09:28:48 -04:00 |
Erik Johnston
|
a7bdf98d01
|
Rename database classes to make some sense (#8033)
|
2020-08-05 21:38:57 +01:00 |