Jason Volk
|
76148e2971
|
modules/client/events: Fix condition; use minmax/minor cleanup.
|
2019-07-12 19:29:50 -07:00 |
|
Jason Volk
|
b5219750be
|
modules/vm: Move the room_id append up the stack.
|
2019-07-11 19:34:20 -07:00 |
|
Jason Volk
|
d837753d29
|
modules/console: Fix an event construction.
|
2019-07-11 18:58:18 -07:00 |
|
Jason Volk
|
e0ff0dfd3c
|
modules/m_keys: Improve cache::get query.
|
2019-07-11 18:58:17 -07:00 |
|
Jason Volk
|
88bd487d5d
|
modules/client/events: Fix regression from aebfd8d9ff .
|
2019-07-11 16:57:41 -07:00 |
|
Jason Volk
|
f53112217f
|
modules/console: Fix unwrapped prev_events iteration.
|
2019-07-11 16:29:07 -07:00 |
|
Jason Volk
|
3b088e8bc1
|
modules/federation/get_missing_events: Fix unwrapped prev_events iteration.
|
2019-07-11 16:24:43 -07:00 |
|
Jason Volk
|
f6f71fbbce
|
modules/m_receipt: Make event_id in content required.
|
2019-07-11 16:20:26 -07:00 |
|
Jason Volk
|
673da4df1f
|
modules/console: Improve the console eval file cmd.
|
2019-07-11 15:51:09 -07:00 |
|
Jason Volk
|
f9bd97f8c3
|
modules/m_vm: Fix hashes addition to the event iov for compat for now.
|
2019-07-11 15:51:09 -07:00 |
|
Jason Volk
|
d53744b3f8
|
ircd: Rename gmatch/gequals.
|
2019-07-11 15:51:09 -07:00 |
|
Jason Volk
|
6032331bf2
|
ircd:Ⓜ️ Move breadcrumb_rooms interface down one out from m::user::.
|
2019-07-11 15:51:09 -07:00 |
|
Jason Volk
|
c0402f08f4
|
ircd::util: Improve the test trigger prototype.
|
2019-07-10 21:39:47 -07:00 |
|
Jason Volk
|
1b65cc36c8
|
modules/console: Fix unwrapped prev event iteration.
ircd:Ⓜ️:v1: Fix unwrapped prev event reference.
|
2019-07-10 07:39:37 -07:00 |
|
Jason Volk
|
4a2b64fe0f
|
modules/client/capabilities: Update capabilities.
closes #27
|
2019-07-10 07:24:20 -07:00 |
|
Jason Volk
|
c39aad4d3f
|
ircd:Ⓜ️:vm: Factor room_version into eval.
|
2019-07-10 06:52:56 -07:00 |
|
Jason Volk
|
329972ed01
|
ircd:Ⓜ️:event: Update the make_id() suite.
|
2019-07-10 03:50:37 -07:00 |
|
Jason Volk
|
aebfd8d9ff
|
modules/client/events: Pass the event_id on side-channel.
|
2019-07-10 03:50:37 -07:00 |
|
Jason Volk
|
43d66420cd
|
Update incompatible uses of event_id.
|
2019-07-10 03:50:37 -07:00 |
|
Jason Volk
|
9d5edac0b9
|
modules/federation: Employ check_id() at endpoints claiming event_id path param.
|
2019-07-10 02:12:16 -07:00 |
|
Jason Volk
|
975e3d8700
|
modules/client/sync: Fix/improve longpoll behavior as a fallback.
|
2019-07-09 19:53:25 -07:00 |
|
Jason Volk
|
62ede2f954
|
modules/client/sync: Update some comments/docs.
|
2019-07-09 19:22:15 -07:00 |
|
Jason Volk
|
a2177dd096
|
modules/m_vm: Stop generating empty prev_state in our events; thanks https://github.com/matrix-org/synapse/pull/4837
|
2019-07-09 17:23:58 -07:00 |
|
Jason Volk
|
6b16bdd76c
|
modules/net_dns: More catch block.
|
2019-07-09 02:33:27 -07:00 |
|
Jason Volk
|
719a965d9f
|
ircd:Ⓜ️:event: Remove prev_state from top level.
|
2019-07-09 02:33:27 -07:00 |
|
Jason Volk
|
e0655229c5
|
ircd::room::auth: Improve make_refs and cleanup interface related.
|
2019-07-09 02:03:03 -07:00 |
|
Jason Volk
|
aa78f6f85c
|
ircd:Ⓜ️:event::conforms: Update event_id related conditions.
|
2019-07-08 18:57:45 -07:00 |
|
Jason Volk
|
de97c688cc
|
modules/client/sync: Increase default main buffers.
|
2019-07-08 06:03:20 -07:00 |
|
Jason Volk
|
5258ffb964
|
modules/client/sync/rooms/state: Minor simplification.
|
2019-07-08 06:03:20 -07:00 |
|
Jason Volk
|
d5c035693c
|
ircd:Ⓜ️:user: Add interface to im.vector.riot.breadcrumb_rooms.
|
2019-07-08 06:03:20 -07:00 |
|
Jason Volk
|
c718d348cb
|
modules/webhook: Minor use literal hasher for case statements.
|
2019-07-08 06:03:20 -07:00 |
|
Jason Volk
|
61fcc07fcf
|
modules/client/sync: Refactor longpoll handler.
|
2019-07-08 06:03:20 -07:00 |
|
Jason Volk
|
cbb39105e1
|
ircd:Ⓜ️:sync: Add next_batch_token to args struct for direct view.
|
2019-07-08 06:03:20 -07:00 |
|
Jason Volk
|
7dc5d30405
|
ircd:Ⓜ️:sync: Move data ctor to module.
|
2019-07-08 06:03:20 -07:00 |
|
Jason Volk
|
11dd47a8aa
|
ircd:Ⓜ️:sync: Add pointer to struct args in struct data.
|
2019-07-08 06:03:20 -07:00 |
|
Jason Volk
|
9007f651ed
|
modules/console: Add an intuitive sync command.
|
2019-07-08 06:03:20 -07:00 |
|
Jason Volk
|
39164d94b8
|
modules/console: Minor cleanup / comments. [skip ci]
|
2019-07-08 06:03:20 -07:00 |
|
Jason Volk
|
dfbc6a136f
|
modules/console: Move client sync cmd to synchron.
|
2019-07-08 06:03:20 -07:00 |
|
Jason Volk
|
021823ec6d
|
modules/client/rooms/context: Add non-spec param to disappear state entirely from response.
|
2019-07-08 06:03:20 -07:00 |
|
Jason Volk
|
f21fccbbd7
|
modules/client/rooms/context: Support filter; respect lazy-loading members in returned state.
|
2019-07-07 22:06:11 -07:00 |
|
Jason Volk
|
c38b7b583b
|
modules/client/sync/rooms/state: Add proper member events at phase 0.
|
2019-07-07 06:04:55 -07:00 |
|
Jason Volk
|
b2ced7aea5
|
modules/client/sync/rooms/state: No need to fetch the creator member on phase 0.
|
2019-07-07 04:00:48 -07:00 |
|
Jason Volk
|
68ec7b1c5d
|
modules/client/versions: Add the earlier versions.
|
2019-07-07 03:59:51 -07:00 |
|
Jason Volk
|
bd09a9aba2
|
modules/client/rooms/members: Implement c2s r0.5.0 query parameters.
|
2019-07-07 03:59:51 -07:00 |
|
Jason Volk
|
ec6651d76d
|
modules/client/user/filter: Use b64url filter ID's.
|
2019-07-07 01:11:24 -07:00 |
|
Jason Volk
|
2bd3a8f021
|
modules/client/sync/rooms/ephemeral/receipt: Make the search depth a conf item.
|
2019-07-06 23:20:43 -07:00 |
|
Jason Volk
|
3816d4104a
|
ircd:Ⓜ️:sync: Fix loghead/console formatting.
|
2019-07-06 22:27:51 -07:00 |
|
Jason Volk
|
6fb6f096de
|
modules/client/sync: Pack the upper-bound into the phased polylog since token.
|
2019-07-06 22:25:16 -07:00 |
|
Jason Volk
|
5c8425d047
|
modules/client/sync: Add comments to main frame.
|
2019-07-06 22:25:16 -07:00 |
|
Jason Volk
|
18f07b6378
|
ircd:Ⓜ️:sync: Move definitions to module.
ircd:Ⓜ️:sync: Give sync::data an instance_list.
|
2019-07-06 22:25:12 -07:00 |
|