0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-07 09:15:19 +02:00
construct/modules/client/rooms
2019-04-10 22:32:06 -07:00
..
ban.cc
context.cc modules/client/rooms/context: Minor cleanup extra; remove default token inits. 2019-03-31 00:44:34 -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 ircd:Ⓜ️:fetch: Add fetch+eval workers; start central interface; various. 2019-04-10 22:32:06 -07:00
kick.cc
leave.cc modules/client/rooms/leave: Simplify leave endpoint handler. 2019-03-08 10:07:17 -08:00
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 modules/client/rooms/read_markers: Reimplement client 14.6 /read_markers m.fully_read. 2019-03-27 16:54:10 -07:00
receipt.cc modules/client/rooms/receipt: Split m.read logic into subroutine. 2019-03-27 16:14:14 -07:00
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 modules: Add preliminary s_command; client command-message support. 2019-04-07 16:22:34 -07:00
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