synapse/synapse
Patrick Cloke 6258730ebe
Consider the origin_server_ts of the m.space.child event when ordering rooms. (#10730)
This updates the ordering of the returned events from the spaces
summary API to that defined in MSC2946 (which updates MSC1772).

Previously a step was skipped causing ordering to be inconsistent with
clients.
2021-09-01 12:59:52 -04:00
..
_scripts
api Populate rooms.creator field for easy lookup (#10697) 2021-09-01 16:27:58 +01:00
app Skip the final GC on shutdown to improve restart times (#10712) 2021-09-01 11:55:31 +01:00
appservice
config Allow configuration of the oEmbed URLs. (#10714) 2021-08-31 18:37:07 -04:00
crypto
events Validate new m.room.power_levels events (#10232) 2021-08-26 17:07:58 +01:00
federation Split FederationHandler in half (#10692) 2021-08-26 21:41:44 +01:00
groups Merge pull request from GHSA-jj53-8fmw-f2w2 2021-08-31 11:24:09 +01:00
handlers Consider the origin_server_ts of the m.space.child event when ordering rooms. (#10730) 2021-09-01 12:59:52 -04:00
http Additional type hints for the proxy agent and SRV resolver modules. (#10608) 2021-08-18 13:53:20 -04:00
logging Fix PeriodicallyFlushingMemoryHandler inhibiting application shutdown (#10517) 2021-08-03 14:28:30 +01:00
metrics
module_api Merge branch 'release-v1.41' into develop 2021-08-18 17:02:47 +01:00
push Correctly include room avatars in email notifications (#10658) 2021-09-01 13:48:41 +01:00
replication Split FederationHandler in half (#10692) 2021-08-26 21:41:44 +01:00
res Allow configuration of the oEmbed URLs. (#10714) 2021-08-31 18:37:07 -04:00
rest Additional type hints for client REST servlets (part 4) (#10728) 2021-09-01 11:59:32 -04:00
server_notices Improve ServerNoticeServlet to avoid duplicate requests (#10679) 2021-08-27 09:16:40 +00:00
spam_checker_api
state
static Display an error page during failure of fallback UIA. (#10561) 2021-08-18 08:13:35 -04:00
storage Populate rooms.creator field for easy lookup (#10697) 2021-09-01 16:27:58 +01:00
streams
util Manhole: wrap coroutines in defer.ensureDeferred automatically (#10602) 2021-08-16 18:11:48 +01:00
__init__.py 1.42.0rc1 2021-09-01 11:47:24 +01:00
event_auth.py Support MSC3289: Room version 8 (#10449) 2021-08-09 10:46:39 +02:00
notifier.py
python_dependencies.py Validate new m.room.power_levels events (#10232) 2021-08-26 17:07:58 +01:00
server.py Split FederationHandler in half (#10692) 2021-08-26 21:41:44 +01:00
types.py Add get_userinfo_by_id method to ModuleApi (#9581) 2021-08-04 10:40:25 +00:00
visibility.py