summary refs log tree commit diff
path: root/synapse/storage/databases/main/appservice.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix error handling around when completing an AS transaction (#8693)Brendan Abolivier2020-10-301-1/+1
|
* Add type hints to application services. (#8655)Patrick Cloke2020-10-281-38/+60
|
* Fix get|set_type_stream_id_for_appservice store functions (#8648)Will Hunt2020-10-261-7/+22
|
* Send some ephemeral events to appservices (#8437)Will Hunt2020-10-151-9/+57
| | | Optionally sends typing, presence, and read receipt information to appservices.
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-1/+1
| | | | | | | This converts calls like super(Foo, self) -> super(). Generated with: sed -i "" -Ee 's/super\([^\(]+\)/super()/g' **/*.py
* Convert additional database code to async/await. (#8195)Patrick Cloke2020-08-281-9/+6
|
* Convert calls of async database methods to async (#8166)Patrick Cloke2020-08-271-4/+2
|
* Use the JSON encoder without whitespace in more places. (#8124)Patrick Cloke2020-08-201-3/+2
|
* Convert some of the general database methods to async (#8100)Patrick Cloke2020-08-171-1/+1
|
* Convert appservice, group server, profile and more databases to async (#8066)Patrick Cloke2020-08-121-21/+13
|
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+374