0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-26 16:52:44 +01:00
construct/modules/client/rooms
2019-07-08 06:03:20 -07:00
..
ban.cc modules/client/rooms: Add pre-checks for membership on the convenience endpoints. 2019-06-21 16:53:26 -07:00
context.cc modules/client/rooms/context: Add non-spec param to disappear state entirely from response. 2019-07-08 06:03:20 -07:00
event.cc
forget.cc
initialsync.cc modules/client/rooms/initialsync: Add missing event_append_opts contextual data. 2019-06-29 19:16:20 -07:00
invite.cc
join.cc modules/client/rooms/join: Hard reset the room head after join completes. 2019-06-07 23:01:46 -07:00
kick.cc modules/client/rooms: Add pre-checks for membership on the convenience endpoints. 2019-06-21 16:53:26 -07:00
leave.cc modules/client/rooms: Add pre-checks for membership on the convenience endpoints. 2019-06-21 16:53:26 -07:00
members.cc modules/client/rooms/members: Implement c2s r0.5.0 query parameters. 2019-07-07 03:59:51 -07:00
messages.cc
read_markers.cc
receipt.cc
redact.cc
report.cc
rooms.cc modules: Disambiguations for clang. 2019-06-24 01:33:41 -07:00
rooms.h
send.cc ircd:Ⓜ️:fetch: Remove ambiguating event_id() util. 2019-07-05 23:45:00 -07:00
state.cc Misc fixes for clang. 2019-06-24 01:34:14 -07:00
typing.cc
unban.cc