summary refs log tree commit diff
path: root/CHANGES.md (unfollow)
Commit message (Expand)AuthorFilesLines
2021-12-01fix type hint; make AppServiceTransaction instantiation a bit easierAndrew Morgan3-9/+7
2021-12-01generalise sending application service transactions and allow to-deviceAndrew Morgan5-42/+108
2021-11-24Add comment on why we don't NOT NULL to_device_stream_idAndrew Morgan1-0/+5
2021-11-24Add some FIXME commentsAndrew Morgan1-0/+3
2021-11-24rename set_type_stream_id_for_appservice -> set_appservice_stream_type_posAndrew Morgan4-13/+13
2021-11-22Fix existing unit tests github/anoa/e2e_as anoa/e2e_asAndrew Morgan1-8/+5
2021-11-19Simplify registration of appservices in testsAndrew Morgan1-64/+51
2021-11-19Rename user1, user2 in tests to something more usefulAndrew Morgan1-30/+51
2021-11-19Rename ApplicationServiceEphemeralEventsTestCaseAndrew Morgan1-1/+5
2021-11-19_handle_to_device -> _get_to_device_messagesAndrew Morgan1-3/+7
2021-11-19Deduplicate ephemeral events to send conditionalAndrew Morgan3-28/+34
2021-11-19Broaden type hints; update commentAndrew Morgan2-5/+7
2021-11-19Move stream filter back into AppserviceHandlerAndrew Morgan2-17/+21
2021-11-19