0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-08-20 00:24:44 +02:00
construct/modules/client/rooms
2019-05-31 14:21:41 -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/client/rooms/context: Fix missing unsigned/transaction_id on returned event. 2019-04-23 15:26:44 -07:00
event.cc modules/client/rooms/event: Respond with zero-copy/zero-alloc. 2019-03-14 14:29:59 -07:00
forget.cc ircd:Ⓜ️ Add a membership string size constant. 2019-04-27 18:32:45 -07:00
initialsync.cc ircd:Ⓜ️ Add a membership string size constant. 2019-04-27 18:32:45 -07:00
invite.cc modules/client/rooms/invite: Move the foreign invite hook here; do namespace modernizations. 2019-05-31 14:21:41 -07:00
join.cc modules/s_fetch: Improve recursive eval. 2019-04-26 05:30:21 -07:00
kick.cc modules/client/rooms/kick: Simplify endpoint handler. 2019-03-08 09:45:50 -08:00
leave.cc modules/client/rooms/leave: Call m::leave() to handle POST /leave/. 2019-04-22 14:27:12 -07: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/client/rooms/messages: Fix pagination token related. 2019-04-18 15:11: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 ircd: Reverse arguments for url::encode()/decode(); minor reorg. 2018-12-06 16:41:47 -08:00
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/m_room: Move m::send impl back to client/rooms. 2019-04-22 14:27:12 -07:00
state.cc modules/m_room: Move m::send impl back to client/rooms. 2019-04-22 14:27:12 -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