Skip to content

Releases: freepn/fpnd

draft docs and fixes

02 Sep 04:26
0.8.26
eda6536
Compare
Choose a tag to compare
draft docs and fixes Pre-release
Pre-release
  • remove silly ubuntu hack, restore sleep, add draft DNS privacy doc
  • flesh out DNS privacy doc, minor readme updates, reset a log level

route check args and cleanup

01 Sep 16:52
0.8.25
Compare
Choose a tag to compare
Pre-release
  • update route check args, force timeout/tries
  • add more temp file cleanup
  • fix yet another silly typo

net script updates

01 Sep 00:40
0.8.24
Compare
Choose a tag to compare
net script updates Pre-release
Pre-release

net script updates for multiple interfaces with a default route

  • occurs when eth0 and wlan0 are both UP but only one has an address (only on ubuntu so far)

test baseline routing/misc bug fixes

30 Aug 18:53
0.8.23
Compare
Choose a tag to compare
Pre-release
  • cleanup net scripts, use custom chains and keep "mixed" routing as default
  • remove dnscrypt traffic from routing, go back to snat/masq
  • switch route check from curl back to wget, update return codes
  • update moon list with new moon ID
  • add stunnel.fpnd to needs in openrc init
  • fix GUI policykit bug

test baseline update

16 Aug 21:03
0.8.22
Compare
Choose a tag to compare
test baseline update Pre-release
Pre-release

Mainly a quick maintenance update for service dependencies.

cfg messaging over stunnel

12 Aug 04:41
0.8.21
Compare
Choose a tag to compare
Pre-release
  • bin/fpn0-down.sh: cleanup any stale rules found on shutdown.
  • node_tools/node_funcs.py: fix addr fallback and typo, update tests.
  • make PKI the default config for ubuntu packages.
  • add tls msg changes and new/updated config files, update test scripts.

Evaluate state/timing tweaks

02 Aug 18:34
0.8.20
Compare
Choose a tag to compare
Pre-release
  • remove NONE msg on startup
  • fix edge state detection
  • set mbr node wait_cache to 65 sec

Evaluation release for custom state icons

28 Jul 23:27
0.8.19
Compare
Choose a tag to compare
  • Update tox/travis python versions, remove pep8/flake8 bits.
  • Bump version for packaging/testing.
  • Merge pull request #53 from freepn/state-testing.
    collect post-test state fixes/cleanup, push out new pkgs for testing
    • Test/test_mock_api_get.py: fix expected exception in do_cleanup()
    • Reduce message retrys, update initial NONE state.
    • Nodestate: remove trailing cfg handler, fix test cleanup.
    • Node_tools/nodestate.py: fix error state (and msgs).

desktop integration refactored

25 Jul 22:52
0.8.18
Compare
Choose a tag to compare
Pre-release
  • added update_mbr_data func to bootstrap, removed timing hacks
  • updated find/clean orphans, moved to exception handler
  • cleanup stale cfg msgs and refactor some msg queues
  • revert reconnect and refactor nodestate, update tests

desktop integration release for reconnect

17 Jul 02:01
2715985
Compare
Choose a tag to compare
  • initial test release for auto-reconnect on hard network error.