0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-26 19:49:01 +02:00
synapse/synapse/federation
Patrick Cloke fcf7a5759e
Send proper JSON POST data to /publicRooms (#16185)
The include_all_networks was previously sent in the JSON body as
string "true" and "false" instead of boolean true and false.
2023-08-25 12:11:40 -04:00
..
sender Regularly try to wake up dests instead of waiting for next PDU/EDU (#15743) 2023-06-16 10:15:12 +00:00
transport Send proper JSON POST data to /publicRooms (#16185) 2023-08-25 12:11:40 -04:00
__init__.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
federation_base.py Support room version 11 (#15912) 2023-07-18 08:44:59 -04:00
federation_client.py Support room version 11 (#15912) 2023-07-18 08:44:59 -04:00
federation_server.py Rename pagination&purge locks and add comments explaining them (#16112) 2023-08-16 16:19:54 +02:00
persistence.py Remove log_function and its uses (#11761) 2022-01-18 13:06:04 +00:00
send_queue.py Factor out an is_mine_server_name method (#15542) 2023-05-05 15:06:22 +01:00
units.py Convert Transaction and Edu object to attrs (#10542) 2021-08-06 09:39:59 -04:00