dendrite/federationapi
Kegan Dougal 17b42f7967 Use ProtoEvent where needed instead of EventBuilder
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.
2023-05-04 10:01:27 +01:00
..
api Use PDU in even more places (#3074) 2023-05-03 10:21:27 +01:00
consumers Use PDU not *Event in HeaderedEvent (#3073) 2023-05-02 15:03:16 +01:00
internal Use ProtoEvent where needed instead of EventBuilder 2023-05-04 10:01:27 +01:00
producers refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
queue Use PDU not *Event in HeaderedEvent (#3073) 2023-05-02 15:03:16 +01:00
routing Use ProtoEvent where needed instead of EventBuilder 2023-05-04 10:01:27 +01:00
statistics refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
storage Remove gmsl.HeaderedEvent (#3068) 2023-04-27 12:54:20 +01:00
types refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
federationapi.go Use PDU in even more places (#3074) 2023-05-03 10:21:27 +01:00
federationapi_keys_test.go Move fedclient interface over to gmsl (#3061) 2023-04-24 16:23:25 +00:00
federationapi_test.go Use ProtoEvent where needed instead of EventBuilder 2023-05-04 10:01:27 +01:00