core: sync connections (#6345)

* core: sync subsbriptions

* sha map

* sync event

* should delete flag

* wip

* schema

* wip

* delete

* update simplexmq

* plans

* rename, adapt

* update

* plans

* option to show ids

* plans

* fix, test

* more tests

* postgres

* plans

* cleanup

* plans

---------

Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com>
This commit is contained in:
spaced4ndy
2025-10-10 06:27:50 +00:00
committed by GitHub
co-authored by Evgeny Poberezkin
parent 65e215509b
commit 37c8aca3b3
19 changed files with 478 additions and 12 deletions
+1
View File
@@ -440,6 +440,7 @@ undocumentedCommands =
"ReconnectAllServers",
"ReconnectServer",
"ResetAgentServersStats",
"ShowConnectionsDiff",
"ResubscribeAllConnections",
"SetAllContactReceipts",
"SetChatItemTTL",
+1
View File
@@ -199,6 +199,7 @@ undocumentedEvents =
"CEvtSndFileRedirectStartXFTP",
"CEvtSndFileStart", -- legacy SMP files
"CEvtSndStandaloneFileComplete",
"CEvtConnectionsDiff",
"CEvtSubscriptionEnd",
"CEvtTerminalEvent",
"CEvtTimedAction",
+1
View File
@@ -130,6 +130,7 @@ undocumentedResponses =
"CRChats",
"CRChatStarted",
"CRChatStopped",
"CRConnectionsDiff",
"CRChatTags",
"CRConnectionAliasUpdated",
"CRConnectionIncognitoUpdated",