0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-28 09:29:02 +01:00
construct/modules/client/rooms
2018-02-28 21:25:25 -08:00
..
ban.cc
context.cc
forget.cc
initialsync.cc modules/client/rooms/initialsync: Checkpoint what's here for now. 2018-02-28 21:25:25 -08:00
invite.cc
join.cc
kick.cc
leave.cc ircd:Ⓜ️ Move leave() definition to modules/client/rooms/leave. 2018-02-22 20:32:10 -08:00
members.cc
messages.cc modules/client/rooms/messages: Implement pagination tokens. 2018-02-24 01:14:26 -08:00
read_markers.cc
receipt.cc
redact.cc ircd:Ⓜ️ Move redact() definition to modules/client/rooms/redact 2018-02-22 20:32:10 -08:00
rooms.cc modules/client/rooms: Stub initialSync handler for room previews in Riot. 2018-02-25 04:19:37 -08:00
rooms.h modules/client/rooms: Stub initialSync handler for room previews in Riot. 2018-02-25 04:19:37 -08:00
send.cc ircd:Ⓜ️ Move and relink all the state/non-state sends()/message(); 2018-02-22 20:32:10 -08:00
state.cc ircd:Ⓜ️ Move and relink all the state/non-state sends()/message(); 2018-02-22 20:32:10 -08:00
typing.cc
unban.cc