0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-26 16:52:44 +01:00
construct/modules/client
2019-08-16 22:18:30 -07:00
..
account
directory modules/client/directory/room: Implement Client 10.2.3 DELETE roomAlias. 2019-08-13 22:12:48 -07:00
keys modules/client/keys/upload: Properly implement one_time_keys upload. (Fixes #9) 2019-08-09 23:34:20 -07:00
rooms modules/client/rooms/relations: Improve w/ chunked encoding; visibility checks; event append. (#126) 2019-08-14 23:56:24 -07:00
sync modules/client/sync/presence: Elide offline presence events on initial sync. 2019-08-16 06:35:18 -07:00
thirdparty modules/client/thirdparty/protocols: Update the URL to shut R!ot up. [skip ci] 2019-08-13 00:08:32 -07:00
user ircd:Ⓜ️:user::filter: Move remaining to module. 2019-08-16 22:18:30 -07:00
voip
capabilities.cc ircd:Ⓜ️:create: Add a central room_version default conf item. 2019-08-16 02:19:48 -07:00
createroom.cc ircd:Ⓜ️:create: Cleanup/Comments for m.room.create/room create related. 2019-08-16 02:19:49 -07:00
delete_devices.cc
devices.cc modules/client: Remove 308 redirects for unstable endpoints. 2019-03-11 10:43:06 -07:00
events.cc ircd:Ⓜ️:room: Reorg / slim the class member function interface. 2019-08-14 01:09:34 -07:00
initialsync.cc
join.cc
joined_groups.cc
login.cc
logout.cc
notifications.cc modules/client/notifications: Add stub array. (#87) 2019-08-12 04:26:22 -07:00
presence.cc modules/client/presence: Remove presence lists stub. (matrix-org/matrix-doc#1817) 2019-08-16 02:19:48 -07:00
profile.cc modules/client/profile: Ensure there's an eptr before calling rethrow. 2019-08-16 02:19:49 -07:00
publicised_groups.cc
publicrooms.cc ircd:Ⓜ️:rooms: Refactor interface; split rooms::summary; split module. 2019-08-12 23:55:07 -07:00
pushers.cc
pushrules.cc
register.cc
register_available.cc
register_email.cc modules/client: Start a register/email module; stub requestToken. (#106) 2019-08-07 15:03:50 -07:00
search.cc
send_to_device.cc
sync.cc modules/client/sync: Increase the linear buffer size. 2019-08-12 01:39:16 -07:00
sync.h
versions.cc