Jason Volk
|
f5fe7977ff
|
modules/client/versions: Support r0.6.1.
|
2020-12-14 03:22:01 -08:00 |
|
Jason Volk
|
7645cd3e72
|
modules/client/rooms: Implement c2s r0.6.1 10.2.4 GET client/rooms/aliases.
|
2020-12-14 03:22:01 -08:00 |
|
Jason Volk
|
8d6bb31818
|
modules/client/sync/rooms/timeline: Improve skip/reflow conditions; add conf item.
|
2020-12-10 08:34:22 -08:00 |
|
Jason Volk
|
05242aaa90
|
modules/client/sync/rooms/state: Fix conditions for state inclusion during polylog/reflow.
|
2020-12-07 14:18:42 -08:00 |
|
Jason Volk
|
95d692d36a
|
modules/client/sync/rooms/timeline: Show just a few seconds of spinner for User Fixation.
|
2020-12-06 17:25:21 -08:00 |
|
Jason Volk
|
45409428e6
|
modules/client/sync/rooms: Assertions for membership query on membership event.
|
2020-12-06 17:25:21 -08:00 |
|
Jason Volk
|
1209705b04
|
modules/client/rooms/invite: Return better final event_id.
|
2020-12-06 17:25:21 -08:00 |
|
Jason Volk
|
dceac7f9fc
|
modules/client/sync: Fix longpoll causality violation; possible skipped or duplicated event.
|
2020-12-06 12:14:02 -08:00 |
|
Jason Volk
|
d1d34e58a6
|
modules/client/sync: Use better condition for room data available.
|
2020-12-06 10:27:27 -08:00 |
|
Jason Volk
|
df9637d3ce
|
modules/client/sync/rooms/timeline: Initialize the prev batch idx to head idx.
|
2020-12-03 12:51:30 -08:00 |
|
Jason Volk
|
f26f56d46d
|
modules/client/rooms/redact: Pass txnId path parameter through eval to client.
|
2020-11-21 02:34:22 -08:00 |
|
Jason Volk
|
58fb551a13
|
ircd:Ⓜ️:sync: Add inline sequence extraction logic from token.
modules/client: Update sites parsing since tokens.
|
2020-11-15 05:48:25 -08:00 |
|
Jason Volk
|
64a57ed4b0
|
modules/client/sync: Set no-cache on response.
|
2020-11-13 21:07:14 -08:00 |
|
Jason Volk
|
9d93d1e71b
|
modules/client/rooms/send: Use m::room::message for single pass.
|
2020-11-13 21:07:14 -08:00 |
|
Jason Volk
|
6fe770b4bf
|
ircd:Ⓜ️:room::head: Add fetch interface.
|
2020-11-05 22:10:54 -08:00 |
|
Jason Volk
|
9950876e09
|
modules/client/send_to_device: Ensure message_id is json::STRING type. (fixes #169)
|
2020-11-05 22:10:53 -08:00 |
|
Jason Volk
|
17ca084d45
|
modules/client/rooms/send: Add truncation workaround for m.new_content excesses.
|
2020-10-26 23:41:11 -07:00 |
|
Jason Volk
|
50cb49d558
|
modules/client/search: Move resources into namespace; add log facility.
|
2020-10-26 23:41:11 -07:00 |
|
Jason Volk
|
b7f2bd8e63
|
modules/client/rooms/send: Add payload size condition and exception.
|
2020-10-26 23:41:11 -07:00 |
|
Jason Volk
|
e0cc786a9d
|
modules/client/sync/rooms/timeline: Fix timeline limited flag condition; minor cleanup.
|
2020-10-17 21:06:05 -07:00 |
|
Jason Volk
|
93758a7238
|
modules/client/user/openid: Return something for request_token.
|
2020-10-16 03:40:14 -07:00 |
|
Jason Volk
|
3f6d90c7a8
|
ircd:Ⓜ️:fed: Move head fetch convenience to room::head interface.
|
2020-10-14 22:04:04 -07:00 |
|
Jason Volk
|
66525fd6f3
|
Revert "modules/client/sync/rooms/timeline: Fix polylog limited flag condition."
This reverts commit a5aac0eb1f .
|
2020-10-06 03:50:02 -07:00 |
|
Jason Volk
|
a5aac0eb1f
|
modules/client/sync/rooms/timeline: Fix polylog limited flag condition.
|
2020-10-06 00:02:29 -07:00 |
|
Jason Volk
|
eb3a09d5e2
|
modules/client/capabilities: Fix typo.
|
2020-10-03 07:29:47 -07:00 |
|
Jason Volk
|
9a15f712c5
|
modules/client/rooms/read_markers: Minor cleanup.
|
2020-09-24 02:58:31 -07:00 |
|
Jason Volk
|
992970bcd9
|
modules/client/sync/device_lists: Implement changed array for linear sync handler; stub polylog.
|
2020-09-05 16:51:28 -07:00 |
|
Jason Volk
|
5636ad543a
|
modules/client/user/account_data: Minor cleanup.
|
2020-08-23 02:32:54 -07:00 |
|
Jason Volk
|
e0d6c653f7
|
modules/client/sync: Remove cache control; fix empty response cache.
|
2020-08-21 06:20:26 -07:00 |
|
Jason Volk
|
1ab72aa258
|
modules/client/sync: Add response cache directive.
|
2020-08-10 03:41:06 -07:00 |
|
Jason Volk
|
3604e2d078
|
modules/client/groups: Convert joined_groups response stub to chunked json::stack.
|
2020-07-31 17:43:57 -07:00 |
|
Jason Volk
|
748c7730b1
|
modules/client/sync: Preliminary groups sync module stub.
|
2020-07-30 13:25:43 -07:00 |
|
Jason Volk
|
1877972828
|
ircd:Ⓜ️:groups: Start namespace, central lib; preliminary client resource module.
|
2020-07-30 10:24:10 -07:00 |
|
Jason Volk
|
9c3cd55639
|
ircd:Ⓜ️:groups: Preliminary stub for client/create_group.
|
2020-07-30 10:24:10 -07:00 |
|
Jason Volk
|
285b69f049
|
modules/client/user/rooms: Always return 200 for DELETE tags method.
|
2020-07-25 03:08:50 -07:00 |
|
Jason Volk
|
200e4c55cf
|
modules/client/register: Disable public registration by default.
|
2020-06-23 00:55:32 -07:00 |
|
Jason Volk
|
3a7bfdc54a
|
modules/client/rooms/messages: Increase postfetching readahead default; make conf item.
|
2020-06-18 07:11:40 -07:00 |
|
Jason Volk
|
4304ce1bc0
|
modules/client/rooms/members: Eliminate the content fetch dependency.
|
2020-06-13 20:36:21 -07:00 |
|
Jason Volk
|
7f377d6072
|
modules/client/room_keys/keys: Minor return event_id for trivial completeness.
|
2020-06-10 22:36:28 -07:00 |
|
Jason Volk
|
dc1e9a3c06
|
modules/client/room_keys/keys: Increase content maximum for PUT method.
|
2020-06-08 12:38:41 -07:00 |
|
Jason Volk
|
da43ac3d95
|
ircd:Ⓜ️:sync: Add flag to trigger re-request forcing focused full_state.
|
2020-06-03 23:26:08 -07:00 |
|
Jason Volk
|
1d45c9aecd
|
modules/client/sync: Fix unmatched debuglog message at polylog handler completion.
|
2020-06-03 23:26:08 -07:00 |
|
Jason Volk
|
9e96863922
|
ircd:Ⓜ️:sync: Add flags component to since token.
|
2020-06-03 22:36:58 -07:00 |
|
Jason Volk
|
fcd488b409
|
ircd:Ⓜ️:sync: Centralize all since token related into library suite.
|
2020-06-03 22:36:58 -07:00 |
|
Jason Volk
|
b8c4bf85e5
|
ircd:Ⓜ️:sync: Split up sync.h header into directory; move sync::data definition.
|
2020-06-03 19:39:55 -07:00 |
|
Jason Volk
|
96222340f8
|
modules/client/sync: Reorder/reorg definitions.
|
2020-06-03 19:39:55 -07:00 |
|
Jason Volk
|
89264ceff4
|
modules/client/capabilities: Indicate v6.
|
2020-05-30 16:45:28 -07:00 |
|
Jason Volk
|
d9cf74ebd6
|
modules/client/publicrooms: Convey search term to any federation query.
|
2020-05-29 01:39:25 -07:00 |
|
Jason Volk
|
b493b5e39c
|
ircd:Ⓜ️:sync: Assume no to bypass should_ignore() query on rooms prefetch iteration.
|
2020-05-28 21:55:07 -07:00 |
|
Jason Volk
|
c10036d824
|
modules/client/sync/rooms/state: Implement prefetch on initial phased polylog.
|
2020-05-28 21:32:54 -07:00 |
|