Commit Graph

39 Commits

Author SHA1 Message Date
Weijia Wang
59a5a16b6b
Merge pull request #306906 from r-ryantm/auto-update/mystmd
mystmd: 1.1.55 -> 1.2.0
2024-05-04 15:57:33 +02:00
Nick Cao
5e23ddf1d3
Merge pull request #308841 from r-vdp/master
mycelium: 0.5.1 -> 0.5.2
2024-05-04 09:55:04 -04:00
r-vdp
489742ff2e
mycelium: 0.5.1 -> 0.5.2
Release notes: https://github.com/threefoldtech/mycelium/releases/tag/v0.5.2
2024-05-03 13:36:32 +02:00
R. Ryantm
11eec875cb mystmd: 1.1.55 -> 1.2.0 2024-05-02 21:02:54 +00:00
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
Mario Rodas
2becf6e837 maintainers: drop marsam 2024-04-24 04:20:00 +00:00
R. Ryantm
605be9e6da mystmd: 1.1.53 -> 1.1.55 2024-04-20 17:54:51 +00:00
r-vdp
7210dec792
mycelium: 0.5.0 -> 0.5.1
https://github.com/threefoldtech/mycelium/releases/tag/v0.5.1
2024-04-19 18:14:14 +02:00
rster2002
efd031124d myxer: init at 1.3.0
Myxer was previously included in Nixpkgs, but was removed after some build issues.
2024-04-18 12:06:49 +02:00
R. Ryantm
b8d10fa8b4 mystmd: 1.1.52 -> 1.1.53 2024-04-14 05:19:04 +00:00
R. Ryantm
c93bd6430b mystmd: 1.1.50 -> 1.1.52 2024-04-08 23:16:44 +00:00
Florian Klink
1fb00f1396 mycelium: 0.4.5 -> 0.5.0
Changed
 - Connection identifier is now included in the error log if we can't forward a
 - seqno request.
 - Garbage collection time for source entries has been increased from 5 to 30 minutes
 - for now.
 - The router implementation has been changed to use regular locks instead of an
 - always readable concurrency primitive for all but the actual routing table. This
 - should reduce the memory consumption a bit.
 - Public key and shared secret for a destination are now saved on the router, instead
 - of maintaining a separate mapping for them. This slightly reduces memory consumption
 - of the router, and ensures stale data is properly cleaned up when all routes to
 - a subnet are removed.
 - Hello packets now set the interval in which the next Hello will be sent properly
 - in centiseconds.
 - IHU packets now set the interval properly in centiseconds.
 - IHU packets now set an RX cost. For now this is the link cost, in the future
 - this will be set properly.
 - Route expiration time is now calculated from the interval received in updates.
 - Ip address derivation from public keys now uses the blake3 hash algorithm.

Fixed
 - Don't try to forward seqno requests to a peer if we know its connection is dead.
2024-04-04 12:44:23 +03:00
R. Ryantm
fcae6f8db8 mystmd: 1.1.48 -> 1.1.50 2024-04-03 08:49:58 +00:00
r-vdp
5c3f5d8fe3
nixos/mycelium: 0.4.3 -> 0.4.5
See:
  - https://github.com/threefoldtech/mycelium/releases/tag/v0.4.5
  - https://github.com/threefoldtech/mycelium/releases/tag/v0.4.4
2024-03-29 13:51:14 +01:00
Pol Dellaiera
f7a8b88715
Merge pull request #298449 from AdoPi/myanon
myanon: init at 0.5
2024-03-26 12:58:41 +01:00
Adonis
feb95b45f0 myanon: init at 0.5 2024-03-26 11:43:52 +01:00
R. Ryantm
7b58551e68 mystmd: 1.1.47 -> 1.1.48 2024-03-25 22:36:28 +00:00
R. Ryantm
e6da5bca80 mystmd: 1.1.46 -> 1.1.47 2024-03-18 06:31:28 +00:00
Florian Klink
6d5fedf9f7 mycelium: add flokli to maintainers 2024-03-16 10:44:53 +02:00
Florian Klink
bae9e55817 mycelium: 0.4.2 -> 0.4.3 2024-03-16 10:44:53 +02:00
R. Ryantm
6db58867a6 mystmd: 1.1.45 -> 1.1.46 2024-03-10 04:45:10 +00:00
R. Ryantm
667c1c39a1 mystmd: 1.1.44 -> 1.1.45 2024-03-05 07:46:42 +00:00
Florian Klink
6780926802
Merge pull request #288956 from MatthewCroughan/mc/mycelium
mycelium: init at 0.4.2
2024-02-28 13:52:49 +02:00
matthewcroughan
bd5bc4bcb6 mycelium: init at 0.4.2 2024-02-28 10:58:16 +00:00
R. Ryantm
520fdbee3f mystmd: 1.1.43 -> 1.1.44 2024-02-27 03:27:03 +00:00
R. Ryantm
74709b4a78 mystmd: 1.1.42 -> 1.1.43 2024-02-23 05:41:04 +00:00
D3vil0p3r
f42b16bb43 myrescue: init at 0.9.8 2024-02-18 12:50:43 +01:00
R. Ryantm
7904a6387f mystmd: 1.1.40 -> 1.1.42 2024-02-16 10:46:30 +00:00
R. Ryantm
267e5c7b85 mystmd: 1.1.38 -> 1.1.40 2024-02-13 01:40:04 +00:00
R. Ryantm
486f3f9dfc mystmd: 1.1.37 -> 1.1.38 2024-01-30 16:02:01 +00:00
Mario Rodas
f5ce587292 mystmd: 1.1.36 -> 1.1.37
Diff: https://github.com/executablebooks/mystmd/compare/mystmd@1.1.36...mystmd@1.1.37

Changelog: https://github.com/executablebooks/mystmd/blob/mystmd@1.1.37/packages/myst-cli/CHANGELOG.md
2023-12-23 04:20:00 +00:00
R. Ryantm
3db4657ba9 mystmd: 1.1.31 -> 1.1.36 2023-12-17 04:59:23 +00:00
Mario Rodas
b4b12bbb9d mystmd: 1.1.29 -> 1.1.31
Diff: https://github.com/executablebooks/mystmd/compare/mystmd@1.1.29...mystmd@1.1.31

Changelog: https://github.com/executablebooks/mystmd/blob/mystmd@1.1.31/packages/myst-cli/CHANGELOG.md
2023-11-24 04:20:00 +00:00
Mario Rodas
2702f8c004 mystmd: 1.1.27 -> 1.1.29
Diff: https://github.com/executablebooks/mystmd/compare/mystmd@1.1.27...mystmd@1.1.29

Changelog: https://github.com/executablebooks/mystmd/blob/mystmd@1.1.29/packages/myst-cli/CHANGELOG.md
2023-11-17 04:20:00 +00:00
Mario Rodas
e9ff157ef3 mystmd: 1.1.26 -> 1.1.27
Diff: https://github.com/executablebooks/mystmd/compare/mystmd@1.1.26...mystmd@1.1.27

Changelog: https://github.com/executablebooks/mystmd/blob/mystmd@1.1.27/packages/myst-cli/CHANGELOG.md
2023-11-10 04:20:00 +00:00
Mario Rodas
614e30495e mystmd: 1.1.23 -> 1.1.26
Diff: https://github.com/executablebooks/mystmd/compare/mystmd@1.1.23...mystmd@1.1.26

Changelog: https://github.com/executablebooks/mystmd/blob/mystmd@1.1.26/packages/myst-cli/CHANGELOG.md
2023-11-05 04:20:00 +00:00
Mario Rodas
b59a05ec89 mystmd: add version tester 2023-10-28 04:20:00 +00:00
Mario Rodas
15287929d3 mystmd: 1.1.22 -> 1.1.23
Diff: https://github.com/executablebooks/mystmd/compare/mystmd@1.1.22...mystmd@1.1.23

Changelog: https://github.com/executablebooks/mystmd/blob/mystmd@1.1.23/packages/myst-cli/CHANGELOG.md
2023-10-28 04:20:00 +00:00
Mario Rodas
9d57e6fcee mystmd: init at 1.1.22 2023-10-22 04:20:00 +00:00