dendrite/clientapi/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
..
account_data.go Private read receipts (#2789) 2022-10-11 12:27:21 +01:00
admin_whois.go Define component interfaces based on consumers (1/2) (#2423) 2022-05-05 13:17:38 +01:00
admin.go Remove PerformError (#3066) 2023-04-28 17:46:01 +02:00
aliases.go Use PDU not *Event in HeaderedEvent (#3073) 2023-05-02 15:03:16 +01:00
auth_fallback_test.go Remove BaseDendrite (#3023) 2023-03-22 09:21:32 +01:00
auth_fallback.go Add clientapi tests (#2916) 2022-12-23 14:11:11 +01:00
capabilities.go Use IRoomVersion (#3064) 2023-04-24 11:50:37 +01:00
createroom.go Use ProtoEvent where needed instead of EventBuilder (#3075) 2023-05-04 11:17:42 +01:00
deactivate.go Add CS API device tests (#3029) 2023-03-31 10:15:01 +02:00
device.go Add CS API device tests (#3029) 2023-03-31 10:15:01 +02:00
directory_public_test.go refactor: use latest GMSL which splits fed client from matrix room logic (#3051) 2023-04-06 09:55:01 +01:00
directory_public.go Move fedclient interface over to gmsl (#3061) 2023-04-24 16:23:25 +00:00
directory.go Use PDU not *Event in HeaderedEvent (#3073) 2023-05-02 15:03:16 +01:00
joined_rooms.go Filter /members, return members at given point (#2827) 2022-10-25 12:39:10 +02:00
joinroom_test.go Add some roomserver UTs (#3067) 2023-04-27 08:07:13 +02:00
joinroom.go Remove PerformError (#3066) 2023-04-28 17:46:01 +02:00
key_backup.go Add key backup tests (#3071) 2023-04-28 17:49:38 +02:00
key_crosssigning.go Merge keyserver & userapi (#2972) 2023-02-20 14:58:03 +01:00
keys.go Merge keyserver & userapi (#2972) 2023-02-20 14:58:03 +01:00
leaveroom.go Remove polylith/API mode (#2967) 2023-02-14 12:47:47 +01:00
login_test.go refactor: use latest GMSL which splits fed client from matrix room logic (#3051) 2023-04-06 09:55:01 +01:00
login.go Add clientapi tests (#2916) 2022-12-23 14:11:11 +01:00
logout.go Define component interfaces based on consumers (1/2) (#2423) 2022-05-05 13:17:38 +01:00
membership.go Use ProtoEvent where needed instead of EventBuilder (#3075) 2023-05-04 11:17:42 +01:00
notification.go Virtual hosting schema and logic changes (#2876) 2022-11-11 16:41:37 +00:00
openid.go Initial support for multiple server names (#2829) 2022-10-26 12:59:19 +01:00
password.go Add clientapi tests (#2916) 2022-12-23 14:11:11 +01:00
peekroom.go Remove PerformError (#3066) 2023-04-28 17:46:01 +02:00
presence.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
profile.go Use ProtoEvent where needed instead of EventBuilder (#3075) 2023-05-04 11:17:42 +01:00
pusher.go Virtual hosting schema and logic changes (#2876) 2022-11-11 16:41:37 +00:00
pushrules.go Add pushrules tests (#3044) 2023-04-14 12:35:27 +01:00
receipt.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
redaction.go Use ProtoEvent where needed instead of EventBuilder (#3075) 2023-05-04 11:17:42 +01:00
register_secret_test.go Handle DisplayName field in admin user registration endpoint (#2935) 2023-01-10 18:09:25 +00:00
register_secret.go Handle DisplayName field in admin user registration endpoint (#2935) 2023-01-10 18:09:25 +00:00
register_test.go Add user profile tests, refactor user API methods (#3030) 2023-04-03 20:19:26 +02:00
register.go Fix flaky test in clientapi 2023-05-03 18:21:10 -06:00
room_tagging.go Make the User API responsible for sending account data output events (#2592) 2022-07-25 17:30:07 +01:00
routing.go Remove PerformError (#3066) 2023-04-28 17:46:01 +02:00
sendevent.go Use ProtoEvent where needed instead of EventBuilder (#3075) 2023-05-04 11:17:42 +01:00
sendtodevice.go Scope transactions to endpoints (#2799) 2022-10-17 14:48:35 +02:00
sendtyping.go Add tests for CSAPI membership changes (#3034) 2023-04-03 21:21:06 +02:00
server_notices_test.go Implement server notices (#2180) 2022-02-18 16:05:03 +01:00
server_notices.go Use PDU not *Event in HeaderedEvent (#3073) 2023-05-02 15:03:16 +01:00
state.go Use PDU in more places (#3072) 2023-04-28 16:00:22 +01:00
thirdparty.go Return empty JSON if we don't have any protocols to return (#2892) 2022-11-28 11:26:03 +01:00
threepid.go refactor: use latest GMSL which splits fed client from matrix room logic (#3051) 2023-04-06 09:55:01 +01:00
upgrade_room.go Remove PerformError (#3066) 2023-04-28 17:46:01 +02:00
userdirectory.go Move fedclient interface over to gmsl (#3061) 2023-04-24 16:23:25 +00:00
voip.go Fix linter issues (#2624) 2022-08-05 11:12:41 +02:00
whoami.go Update /whoami response to match Spec v1.2 (#2201) 2022-02-18 11:28:02 +00:00