0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-21 10:28:55 +02:00
dendrite/federationapi/routing
kegsay 2b34f88fde
Use ProtoEvent where needed instead of EventBuilder (#3075)
They are fundamentally different concepts, so should be represented as
such. Proto events are exchanged in /make_xxx calls over federation, and
made as "fledgling" events in /createRoom and general event sending.
*Building* events is a reasonably complex VERSION SPECIFIC process which
needs amongst other things, auth event providers, prev events, signing
keys, etc.

Requires https://github.com/matrix-org/gomatrixserverlib/pull/379
2023-05-04 11:17:42 +01:00
..
backfill.go Use PDU not *Event in HeaderedEvent (#3073) 2023-05-02 15:03:16 +01:00
devices.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
eventauth.go Remove gmsl.HeaderedEvent (#3068) 2023-04-27 12:54:20 +01:00
events.go Use PDU not *Event in HeaderedEvent (#3073) 2023-05-02 15:03:16 +01:00
invite.go Use PDU not *Event in HeaderedEvent (#3073) 2023-05-02 15:03:16 +01:00
join.go Use ProtoEvent where needed instead of EventBuilder (#3075) 2023-05-04 11:17:42 +01:00
keys.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
leave.go Use ProtoEvent where needed instead of EventBuilder (#3075) 2023-05-04 11:17:42 +01:00
missingevents.go Remove gmsl.HeaderedEvent (#3068) 2023-04-27 12:54:20 +01:00
openid.go Define component interfaces based on consumers (2/2) (#2425) 2022-05-05 19:30:38 +01:00
peek.go Use PDU not *Event in HeaderedEvent (#3073) 2023-05-02 15:03:16 +01:00
profile.go Add user profile tests, refactor user API methods (#3030) 2023-04-03 20:19:26 +02:00
profile_test.go Use PDU in even more places (#3074) 2023-05-03 10:21:27 +01:00
publicrooms.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
query.go Move fedclient interface over to gmsl (#3061) 2023-04-24 16:23:25 +00:00
query_test.go Use PDU in even more places (#3074) 2023-05-03 10:21:27 +01:00
routing.go Use PDU in even more places (#3074) 2023-05-03 10:21:27 +01:00
send.go Use PDU in even more places (#3074) 2023-05-03 10:21:27 +01:00
send_test.go Use PDU in even more places (#3074) 2023-05-03 10:21:27 +01:00
state.go Remove gmsl.HeaderedEvent (#3068) 2023-04-27 12:54:20 +01:00
threepid.go Use ProtoEvent where needed instead of EventBuilder (#3075) 2023-05-04 11:17:42 +01:00
version.go Version imprint (#1383) 2020-09-02 16:18:08 +01:00