0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-08 17:55:47 +02:00
construct/modules/client/rooms
2019-03-01 19:02:49 -08:00
..
ban.cc
context.cc modules/client/rooms/context: Allow a room_id as the event_id and fetch the room head. 2019-03-01 19:02:49 -08:00
event.cc modules/client/rooms: Add /event/ endpoint. 2019-02-18 09:59:14 -08:00
forget.cc
initialsync.cc modules/client/rooms: Implement 9.3.8 initialSync (for acquired rooms). 2019-03-01 18:25:37 -08:00
invite.cc modules/m_room_member: Fix improper hook match on local invites. 2019-02-04 22:50:51 -08:00
join.cc ircd:Ⓜ️:v1: Remove non-opts overloads; workaround g++-7 compiler bug. 2019-02-25 18:00:39 -08:00
kick.cc ircd:Ⓜ️ Demote membership from top-level key; remove from m::event tuple. 2019-01-24 12:52:26 -08:00
leave.cc ircd:Ⓜ️ Demote membership from top-level key; remove from m::event tuple. 2019-01-24 12:52:26 -08:00
members.cc
messages.cc modules/client/rooms/messages: Relax requirement for a ?from= parameter. 2019-02-18 09:59:14 -08: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
rooms.cc modules/client/rooms: Add /event/ endpoint. 2019-02-18 09:59:14 -08:00
rooms.h modules/client/rooms: Add /event/ endpoint. 2019-02-18 09:59:14 -08:00
send.cc ircd:Ⓜ️ Move the state/send event iov composer into m_room. 2019-02-04 13:59:01 -08:00
state.cc ircd:Ⓜ️:event: Add various size constants replacing magic numbers. 2019-02-18 13:42:25 -08:00
typing.cc
unban.cc