0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-08-01 09:44:43 +02:00
dendrite/internal
kegsay b189edf4f4
Remove gmsl.HeaderedEvent (#3068)
Replaced with types.HeaderedEvent _for now_. In reality we want to move
them all to gmsl.Event and only use HeaderedEvent when we _need_ to
bundle the version/event ID with the event (seriailsation boundaries,
and even then only when we don't have the room version).

Requires https://github.com/matrix-org/gomatrixserverlib/pull/373
2023-04-27 12:54:20 +01:00
..
caching Remove gmsl.HeaderedEvent (#3068) 2023-04-27 12:54:20 +01:00
eventutil Remove gmsl.HeaderedEvent (#3068) 2023-04-27 12:54:20 +01:00
fulltext refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
hooks Remove gmsl.HeaderedEvent (#3068) 2023-04-27 12:54:20 +01:00
httputil Preparations for removing BaseDendrite (#3016) 2023-03-17 11:09:45 +00:00
pushgateway Add basic runtime tracing (#2996) 2023-03-13 16:45:14 +01:00
pushrules Implement new RoomVersionImpl API (#3062) 2023-04-21 17:06:29 +01:00
sqlutil Move every db.Prepare to sqlutil.Statementlist, remove trace driver (#3026) 2023-03-23 13:52:53 +01:00
transactions Scope transactions to endpoints (#2799) 2022-10-17 14:48:35 +02:00
log.go Remove polylith/API mode (#2967) 2023-02-14 12:47:47 +01:00
log_unix.go Remove polylith/API mode (#2967) 2023-02-14 12:47:47 +01:00
log_windows.go Remove polylith/API mode (#2967) 2023-02-14 12:47:47 +01:00
mutex.go Add a per-room mutex to federationapi when processing transactions (#1810) 2021-03-30 10:01:32 +01:00
tracing.go Add basic runtime tracing (#2996) 2023-03-13 16:45:14 +01:00
tracing_test.go Add basic runtime tracing (#2996) 2023-03-13 16:45:14 +01:00
transactionrequest.go Remove gmsl.HeaderedEvent (#3068) 2023-04-27 12:54:20 +01:00
transactionrequest_test.go Remove gmsl.HeaderedEvent (#3068) 2023-04-27 12:54:20 +01:00
validate.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
validate_test.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
version.go Version 0.12.0 (#3009) 2023-03-13 20:02:57 +01:00