dendrite/federationapi/internal
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
..
api.go Move fedclient interface over to gmsl (#3061) 2023-04-24 16:23:25 +00:00
federationclient.go Use PDU not *Event in HeaderedEvent (#3073) 2023-05-02 15:03:16 +01:00
federationclient_test.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
keys.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
perform.go Use ProtoEvent where needed instead of EventBuilder (#3075) 2023-05-04 11:17:42 +01:00
perform_test.go Move fedclient interface over to gmsl (#3061) 2023-04-24 16:23:25 +00:00
query.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00