0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-27 17:09:09 +01:00
construct/modules/client/rooms
2019-03-17 13:41:33 -07:00
..
ban.cc
context.cc modules/m_event: Add option to toggle query for txnid; disable query for non-timeline appends. 2019-03-13 17:08:35 -07:00
event.cc modules/client/rooms/event: Respond with zero-copy/zero-alloc. 2019-03-14 14:29:59 -07:00
forget.cc
initialsync.cc modules: Replace individual client event appending with m::append(). 2019-03-11 16:02:48 -07:00
invite.cc ircd:Ⓜ️:room: Augment m::invite() convenience interface for custom content. 2019-03-14 15:32:06 -07:00
join.cc
kick.cc
leave.cc
members.cc modules/client/rooms/members: Upgrade /members and /joined_members to streamed responses. 2019-03-14 13:55:44 -07:00
messages.cc modules: Replace individual client event appending with m::append(). 2019-03-11 16:02:48 -07:00
read_markers.cc
receipt.cc
redact.cc
report.cc modules/client/rooms/report: Provide missing error string in log message. 2019-03-17 13:41:33 -07:00
rooms.cc Implement client 14.26 Reporting Content. 2019-03-14 16:20:40 -07:00
rooms.h Implement client 14.26 Reporting Content. 2019-03-14 16:20:40 -07:00
send.cc
state.cc modules/client/rooms/state: Refactor GET handlers for chunk streaming and spec behavior. 2019-03-14 14:25:37 -07:00
typing.cc
unban.cc