0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-27 07:54:05 +01:00
construct/modules/client
2019-06-11 14:51:20 -07:00
..
account
directory ircd: Fix ambiguous references to BSD stringops. 2019-06-06 03:49:54 -07:00
keys modules/client/keys/query: Eliminate head-of-line timeout; stream results to client as they arrive. 2019-04-18 19:47:33 -07:00
rooms modules/client/rooms/join: Hard reset the room head after join completes. 2019-06-07 23:01:46 -07:00
sync modules/client/sync: Update README. 2019-06-11 14:51:20 -07:00
thirdparty
user modules/client/users/openid: Return a better http code here. 2019-03-08 14:33:54 -08:00
voip modules/client/voip/turnserver: Add conf items for voip turnserver response. 2019-03-14 14:49:04 -07:00
capabilities.cc
createroom.cc modules/client/createroom: More descriptive error propagation here. 2019-04-27 18:33:23 -07:00
delete_devices.cc modules/client: Remove 308 redirects for unstable endpoints. 2019-03-11 10:43:06 -07:00
devices.cc modules/client: Remove 308 redirects for unstable endpoints. 2019-03-11 10:43:06 -07:00
events.cc modules/client/events: Use the proper m::append event appender. 2019-06-07 02:49:25 -07:00
initialsync.cc modules/vm: Add sequencing points. 2019-03-19 16:31:05 -07:00
join.cc
joined_groups.cc
login.cc modules/client/login: Fix loss of value data during device tuple assimilation. 2019-03-28 21:31:22 -07:00
logout.cc
notifications.cc modules/client: Stub 14.13.1.3 notifications handler. 2019-03-31 14:03:21 -07:00
presence.cc
profile.cc modules/client/profile: Optimize the user profile iteration. 2019-03-08 11:25:38 -08:00
publicised_groups.cc
publicrooms.cc ircd:Ⓜ️:rooms: Consolidate / refine the rooms iteration interface. 2019-04-17 20:47:50 -07:00
pushers.cc
pushrules.cc
register.cc modules/client/login: Fix loss of value data during device tuple assimilation. 2019-03-28 21:31:22 -07:00
register_available.cc
search.cc
send_to_device.cc modules/client: Remove 308 redirects for unstable endpoints. 2019-03-11 10:43:06 -07:00
sync.cc modules/client/sync: Minor reorg; increase default timeout conf items. 2019-06-07 21:56:17 -07:00
sync.h ircd:Ⓜ️:sync: Introduce phased polylogarithmic initial sync. 2019-04-08 02:46:49 -07:00
versions.cc