0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-15 14:31:11 +01:00
construct/modules/client/rooms
2023-01-15 22:32:00 -08:00
..
aliases.cc Fix redundant moves (gcc-11). 2022-06-29 13:26:01 -07:00
ban.cc
context.cc modules/client/rooms/context: Fix -Wdangling-pointer to an unnamed temporary (gcc-12). 2023-01-15 22:32:00 -08:00
event.cc
forget.cc
hierarchy.cc Fix redundant moves (gcc-11). 2022-06-29 13:26:01 -07:00
initialsync.cc modules/client: Upgrade event::append::opts et al to designated init menus. 2022-07-01 22:21:10 -07:00
invite.cc
join.cc
kick.cc
leave.cc
members.cc Fix redundant moves (gcc-11). 2022-06-29 13:26:01 -07:00
messages.cc modules/client/rooms/messages: Relax limit value lex_cast prior to truncation. 2022-07-18 16:58:02 -07:00
read_markers.cc
receipt.cc modules/client/rooms/receipt: Add conf item to elide eye-track; optimize query pattern. 2021-02-04 21:13:42 -08:00
redact.cc
relations.cc modules/client/rooms/relations: Respond with newest relations first. (fixes #170) 2022-08-17 18:15:30 -07:00
report.cc modules/client/rooms/report: Use visible messages; add rich reply relation. 2021-02-05 23:39:17 -08:00
rooms.cc Merge branch 'rate_limited_resource_handlers' of https://github.com/kamathmanu/construct 2022-07-20 21:00:17 -07:00
rooms.h modules/client/rooms: Implement client 11.36.2 GET /hierarchy. 2022-06-19 19:55:02 -07:00
send.cc modules/m_command: Fix command and reply detection w/ proper room::message. 2022-08-16 21:20:32 -07:00
state.cc ircd:Ⓜ️ Implement matrix-org/matrix-spec-proposals#3316 timestamp massaging. 2022-07-12 08:41:40 -07:00
typing.cc
unban.cc
upgrade.cc