SimpleX-Chat/scripts/nix
Evgeny 45e395d35a
core, ui: short connection links with stored data (#5824)
* core, ui: optionally use short links (#5799)

* core: optionally use short links

* update test

* update simplexmq, short group links

* fix query

* fix parser for _connect

* ios: use short links

* shorten links to remove fingerprint and onion hosts from known servers

* fix parser

* tests

* nix

* update query plans

* update simplexmq, simplex: schema for short links

* simplexmq

* update ios

* fix short links in ios

* android: use short links

* fix short group links, test short link connection plans

* core: fix connection plan to recognize own short links

* update simplexmq

* space

* all tests

* relative symlinks in simplexmq to fix windows build

* core: improve connection plan for short links (#5825)

* core: improve connection plan for short links

* improve connection plans

* update UI

* update simplexmq

* ios: add preset server domains to entitlements, add short link paths to .well-known/apple-app-site-association

* update simplexmq

* fix group short link in iOS, fix simplex:/ scheme saved to database or used for connection plans

* update simplexmq

* ios: delay opening URI from outside until the app is started

* update simplexmq
2025-04-14 21:25:32 +01:00
..
basement-pr-573.patch core: switch to GHC 9.6.3 (#3307) 2023-11-06 11:43:43 +00:00
direct-sqlcipher-2.3.27-win.patch core: switch to GHC 9.6.3 (#3307) 2023-11-06 11:43:43 +00:00
direct-sqlcipher-2.3.27.patch nix: direct-sqlcipher patch, openssl flag for android (#1011) 2022-09-02 22:03:53 +01:00
direct-sqlcipher-android-log.patch nix: patch out android logging from sqlcipher 2022-09-13 08:38:31 +01:00
memory-pr-99.patch core: switch to GHC 9.6.3 (#3307) 2023-11-06 11:43:43 +00:00
README.md Export & import storage archive (#726) 2022-06-06 16:23:47 +01:00
sha256map.nix core, ui: short connection links with stored data (#5824) 2025-04-14 21:25:32 +01:00
update-sha256.awk core: switch to GHC 9.6.3 (#3307) 2023-11-06 11:43:43 +00:00

Updating nix package config

  1. Install nix, gawk and jq.

  2. Start nix-shell from repo root:

nix-shell -p nix-prefetch-git
  1. Run in nix shell:
gawk -f ./scripts/nix/update-sha256.awk cabal.project > ./scripts/nix/sha256map.nix