mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-11 04:07:10 +00:00
bd8ba4d5c6
* core: chat relays protocol wip * types, notes * remove file * removal protocol * schema * status * update * recovery * update * formatting * rename * more types * comment * more docs * decrease number of steps * format * correct * update * update protocol * update * typo * todo * update doc * update * update * remove added * update * update * XGrpRelayReady * link to chat relays * update * remove from protocol * update * json * wip * remove comment * wip * update * wip * wip * update * wip * wip * plans * better view * fix * fix * relay acceptance * rework api * add relays to link * comment * active on con, fix send * comments * direct in group plan * prepare * member connection wip * comments * member connection wip * fix forwarding * introduce moderators to new member * enable relay tests * plans * security objectives * refactor * add to threat model * stress test wip * stress test wip * Revert "stress test wip" This reverts commitacde8a1fb3. * Revert "stress test wip" This reverts commit6435808438. * remove stress test * improve output * invert relay fkey * postgres schema * comments * group in progress, remove auto-select relays commented code * comments * corrections * comment * lint * redundant import * core: chat relay request worker (#6509) * update plans * strict tables * core: update group link asynchronously with relay link (#6548) * update simplexmq * docs: connection to chat relays rfc (#6554) * add test for 2 relays (doesn't pass) * create unknown member in same transaction as checking * fix relays choosing different memberId (XContactRelay) * plans, api * use same incognito profile for relays, connect concurrently, save correct link for plan * test * don't duplicate items on group connection * check relay record exists when joining * use mapConcurrently when adding relays, update schemas * fix multi-relay join for postgres (savepoint) * core: async retry connection to chat relays (#6584) * update simplexmq * fix api tests * prefer throwing temp error on connection * check group relays when deleting from configuration * relay_request_err_reason * relay role * rename, fix syntax * plans * rename, style --------- Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com>
66 lines
1.9 KiB
Plaintext
66 lines
1.9 KiB
Plaintext
packages: .
|
|
-- packages: . ../simplexmq
|
|
-- packages: . ../simplexmq ../direct-sqlcipher ../sqlcipher-simple
|
|
|
|
index-state: 2023-12-12T00:00:00Z
|
|
|
|
package cryptostore
|
|
flags: +use_crypton
|
|
|
|
constraints: zip +disable-bzip2 +disable-zstd
|
|
|
|
source-repository-package
|
|
type: git
|
|
location: https://github.com/simplex-chat/simplexmq.git
|
|
tag: 89b81d151fa0378196d923c5d7fa0aea08462136
|
|
|
|
source-repository-package
|
|
type: git
|
|
location: https://github.com/simplex-chat/hs-socks.git
|
|
tag: a30cc7a79a08d8108316094f8f2f82a0c5e1ac51
|
|
|
|
source-repository-package
|
|
type: git
|
|
location: https://github.com/simplex-chat/direct-sqlcipher.git
|
|
tag: f814ee68b16a9447fbb467ccc8f29bdd3546bfd9
|
|
|
|
source-repository-package
|
|
type: git
|
|
location: https://github.com/simplex-chat/sqlcipher-simple.git
|
|
tag: a46bd361a19376c5211f1058908fc0ae6bf42446
|
|
|
|
source-repository-package
|
|
type: git
|
|
location: https://github.com/simplex-chat/aeson.git
|
|
tag: aab7b5a14d6c5ea64c64dcaee418de1bb00dcc2b
|
|
|
|
source-repository-package
|
|
type: git
|
|
location: https://github.com/simplex-chat/haskell-terminal.git
|
|
tag: f708b00009b54890172068f168bf98508ffcd495
|
|
|
|
source-repository-package
|
|
type: git
|
|
location: https://github.com/simplex-chat/android-support.git
|
|
tag: 9aa09f148089d6752ce563b14c2df1895718d806
|
|
|
|
-- TODO this fork is only needed to compile with GHC 8.10.7 - it allows previous base version
|
|
source-repository-package
|
|
type: git
|
|
location: https://github.com/simplex-chat/zip.git
|
|
tag: 2eff156c3aac389e35d38bf10a52733d7061640a
|
|
|
|
-- waiting for published warp-tls-3.4.7
|
|
source-repository-package
|
|
type: git
|
|
location: https://github.com/yesodweb/wai.git
|
|
tag: ec5e017d896a78e787a5acea62b37a4e677dec2e
|
|
subdir: warp-tls
|
|
|
|
-- backported fork due http-5.0
|
|
source-repository-package
|
|
type: git
|
|
location: https://github.com/simplex-chat/wai.git
|
|
tag: 2f6e5aa5f05ba9140ac99e195ee647b4f7d926b0
|
|
subdir: warp
|