0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-30 22:34:40 +02:00
construct/modules/client/rooms
2019-03-14 16:20:40 -07:00
..
ban.cc modules/client/rooms/ban: Implement 10.4.4.1 POST ban. 2019-03-08 09:43:30 -08:00
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 modules/client/rooms/forget: Implement 10.4.3.2 POST forget. 2019-03-07 16:26:04 -08:00
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:Ⓜ️:v1: Remove non-opts overloads; workaround g++-7 compiler bug. 2019-02-25 18:00:39 -08:00
kick.cc modules/client/rooms/kick: Simplify endpoint handler. 2019-03-08 09:45:50 -08:00
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 ircd:Ⓜ️🧾 Normalize module definition names / layout. 2019-02-11 15:57:01 -08:00
receipt.cc ircd:Ⓜ️🧾 Normalize module definition names / layout. 2019-02-11 15:57:01 -08:00
redact.cc ircd: Reverse arguments for url::encode()/decode(); minor reorg. 2018-12-06 16:41:47 -08:00
report.cc Implement client 14.26 Reporting Content. 2019-03-14 16:20:40 -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/client/rooms/send: Use vm.post hook site to save transaction_id before notifies. 2019-03-09 12:09:07 -08: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 ircd: Reverse arguments for url::encode()/decode(); minor reorg. 2018-12-06 16:41:47 -08:00
unban.cc modules/client/rooms/unban: Implement 10.4.4.2 POST unban. 2019-03-08 09:57:43 -08:00