Commit graph

11 commits

Author SHA1 Message Date
Neil Alexander 5530f16e3f Rely on EventBuilder in gmsl to generate the event IDs for us 2020-03-27 14:32:38 +00:00
Neil Alexander eedb355b57 Strip headers on federationapi endpoints 2020-03-26 09:40:46 +00:00
Neil Alexander c12b493b7a Lint tweaks 2020-03-24 15:11:49 +00:00
Neil Alexander a8c23426e7 Improvements to make_join send_join dance 2020-03-24 12:36:07 +00:00
Neil Alexander 55a54100db Don't generate event IDs unless needed 2020-03-23 10:51:15 +00:00
Neil Alexander 8060c5c388 Fix some more nil pointer exceptions hopefully 2020-03-20 10:53:54 +00:00
Neil Alexander c1c81afbf6 Fix nil pointer exception 2020-03-20 10:42:11 +00:00
Neil Alexander 139904f604 Room version 2 by default, other wiring updates, update gomatrixserverlib 2020-03-20 09:59:32 +00:00
Neil Alexander acb505b717
Implement gomatrixserverlib.HeaderedEvent in roomserver query API (#912)
* Implement gomatrixserverlib.HeaderedEvent, which should allow us to store room version headers along with the event across API boundaries and consumers/producers, and intercept unmarshalling to get the event structure right

* Add federationsender to previous
2020-03-16 17:29:52 +00:00
Behouba Manassé 9937c05bea
Pass cfg by reference around the codebase (#819)
* Pass cfg by reference around the codebase

* Merge branch 'master' into pass-cfg-by-ref

Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2020-02-11 11:18:12 +00:00
ruben 74827428bd use go module for dependencies (#594) 2019-05-21 21:56:55 +01:00
Renamed from src/github.com/matrix-org/dendrite/common/events.go (Browse further)