Commit Graph

1101 Commits

Author SHA1 Message Date
spaced4ndy
7e002d784b Merge branch 'master' into f/files-tests 2023-07-17 20:30:18 +04:00
spaced4ndy
f0302e9d35 cleanup 2023-07-17 20:29:59 +04:00
Evgeny Poberezkin
de95119ca6 5.3.0.0 v5.3.0-beta.0 2023-07-15 13:35:09 +01:00
Evgeny Poberezkin
4fae7dcaee server: control port (#804)
* server: control port

* do not remove messages when saving via control port

* remove unused record fields

* fix tests
2023-07-15 13:33:00 +01:00
Evgeny Poberezkin
d989d11478 server: refactor restoring store log (#803) 2023-07-15 10:37:08 +01:00
Evgeny Poberezkin
1901e96ecc server: make main SMP server queues unbounded (#802) 2023-07-14 21:07:45 +01:00
Evgeny Poberezkin
3fee468051 agent: expire messages on quota errors (#801) 2023-07-14 18:13:54 +01:00
spaced4ndy
6dc7db25fe empty 2023-07-14 14:25:11 +04:00
spaced4ndy
80556d4c89 empty 2023-07-14 14:25:05 +04:00
spaced4ndy
42e06a54f5 empty 2023-07-14 14:24:59 +04:00
spaced4ndy
ae2b4eb002 empty 2023-07-14 14:24:54 +04:00
spaced4ndy
591775d31a empty 2023-07-14 14:24:46 +04:00
spaced4ndy
1807a26c4a empty 2023-07-14 14:24:41 +04:00
spaced4ndy
3af9b3eac7 empty 2023-07-14 14:24:36 +04:00
spaced4ndy
a1c34c36a5 empty 2023-07-14 14:24:22 +04:00
spaced4ndy
2bb75c673e empty 2023-07-14 14:24:18 +04:00
spaced4ndy
5c7129419d empty 2023-07-14 14:24:09 +04:00
spaced4ndy
1250342170 empty 2023-07-14 14:23:50 +04:00
spaced4ndy
d4b758a171 remove do 2023-07-14 14:23:15 +04:00
spaced4ndy
f1843db462 less prints 2023-07-14 14:22:33 +04:00
spaced4ndy
51273152a5 empty 2023-07-14 14:05:48 +04:00
spaced4ndy
305656dae5 empty 2023-07-14 14:05:44 +04:00
spaced4ndy
79e9da7998 empty 2023-07-14 14:05:40 +04:00
spaced4ndy
86bd07cd3f empty 2023-07-14 14:05:27 +04:00
spaced4ndy
32050caee6 empty 2023-07-14 14:05:21 +04:00
spaced4ndy
6dab069a3f empty 2023-07-14 14:05:16 +04:00
spaced4ndy
b2a1617a61 empty 2023-07-14 14:05:12 +04:00
spaced4ndy
0dc3463aae empty 2023-07-14 14:05:07 +04:00
spaced4ndy
9c2e6e4369 empty 2023-07-14 14:05:02 +04:00
spaced4ndy
0afeb53054 add delay 2023-07-14 14:04:46 +04:00
spaced4ndy
57fba538e2 empty 2023-07-14 13:29:54 +04:00
spaced4ndy
b5b7e7d730 empty 2023-07-14 13:29:50 +04:00
spaced4ndy
1773ce7446 empty 2023-07-14 13:29:43 +04:00
spaced4ndy
34a09f2cc3 empty 2023-07-14 13:29:38 +04:00
spaced4ndy
fe452a0398 empty 2023-07-14 13:29:34 +04:00
spaced4ndy
14cf55a79b empty 2023-07-14 13:29:29 +04:00
spaced4ndy
64575482a8 empty 2023-07-14 13:29:22 +04:00
spaced4ndy
1e4137594b empty 2023-07-14 13:13:30 +04:00
spaced4ndy
fa442066e1 empty 2023-07-14 13:13:22 +04:00
spaced4ndy
0cd8212ea3 empty 2023-07-14 13:12:57 +04:00
spaced4ndy
68fdaaf01c empty 2023-07-14 13:12:44 +04:00
spaced4ndy
e5cdec58fc empty 2023-07-14 13:12:32 +04:00
spaced4ndy
85c013365e empty 2023-07-14 13:12:25 +04:00
spaced4ndy
021b3f4d28 files tests prints 2023-07-14 12:50:47 +04:00
Evgeny Poberezkin
58cb2855d2 agent: delivery receipts (#752)
* rfc: delivery receipts

* update doc

* update rfc

* implementation plan, types, schema

* migration, update types

* update types

* rename migration

* export MsgReceiptStatus, JSON encoding

* update rfc, schema

* correction

Co-authored-by: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com>

* skeleton of the implementation

* more implementation (some tests fail)

* more code, 1 test fails

* fix encoding

* refactor

* refactor

* test, fix

* only send receipts in v3+, test

* flip condition

Co-authored-by: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com>

* flip condition

Co-authored-by: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com>

* agent version 4 required to send receipts

* fix test

---------

Co-authored-by: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com>
2023-07-13 22:33:48 +01:00
Evgeny Poberezkin
745a144e0c 5.2.1 (ntf 1.5.1, xftp 1.0.1) (#799) v5.2.1 2023-07-13 19:23:06 +01:00
Evgeny Poberezkin
4c6c436e7f resubscribe in batches in Client.Agent (#798)
* resubscribe in batches in Client.Agent

* fix test
2023-07-12 07:35:38 +01:00
Evgeny Poberezkin
b61e3b5f95 server: disable transport timeout (#793) 2023-07-11 19:43:31 +01:00
Evgeny Poberezkin
58dbc197ce increase TCP timeout for clients (#797) 2023-07-11 18:54:14 +01:00
spaced4ndy
1afcefa5e7 db error busy treatments (#796) 2023-07-11 20:19:20 +04:00