Skip to content

Releases: netbirdio/netbird

v0.0.5

12 May 06:38
74f7da6
Compare
Choose a tag to compare

Changelog

74f7da6 Merge pull request #5 from wiretrustee/signal-docker
123687c removed uncertain roadmap items.
bbf57b0 Building docker images for signal service
8c1cf88 docs: readme formatting
d08b61b docs: add Restart Wiretrustee step to the installation guide
48659ff docs: README formatting
6b84658 chore: use config.json in teh service definition instead of wiretrustee.json
06ca085 docs: add readme

Docker images

  • docker pull ghcr.io/wiretrustee/wiretrustee:signal-0.0.5
  • docker pull ghcr.io/wiretrustee/wiretrustee:signal-latest

v0.0.4

06 May 10:21
Compare
Choose a tag to compare

Changelog

54e4e74 feat: add signal Docker
682049b chore: add a bit more logs to the init command

v0.0.3

05 May 09:02
Compare
Choose a tag to compare

Changelog

19e43c6 fix: go mod tidy
0ffc075 fix: dependencies
a15c8c9 Merge pull request #3 from wiretrustee/signal-encrypt
f171f67 fix: signal message encryption
4e348b7 fix: message type in the signal implementation
6cd44f1 feat: add encryption of the payload exchanged via signal
4f3799a feat: add addpeer cmd to add a remote Wireguard peer
550698c chore: remove unnecessary config prop init
6b5fe4f fix: go dependencies
ff225a4 feat: add wiretrustee init cmd to initialize config
2b77da4 project init

v0.0.2

22 Apr 22:49
Compare
Choose a tag to compare

Changelog

9c494e6 Added service files for gorelease packaging

v0.0.1

22 Apr 08:53
760d85e
Compare
Choose a tag to compare

Changelog

760d85e add arm release support

v0.0.0

21 Apr 22:54
Compare
Choose a tag to compare

Changelog

94328a3 push go.sum
51507a5 enable release publish on tag
75519d4 added go mod tidy
164b5e7 added simple goreleaser configuration and ci/cd
41c0de2 feat: improve signal server reconnect logic
08554a0 feat: improve signal server reconnect logic
dd04cba refactor: minor code cleanup
2a8198c refactor: improve logging and reorganize code
3c52326 fix: reconnects
ac871a5 feat: add timeout while initiating conenction
e71c623 feat: add timeout while initiating conenction
c96b63b fix: add reconnect when connection closes
72435c7 fix: retries on network switch
b6f4566 chore: add a single message to signal server
88f495a chore: add a single message to signal server
f366915 chore: add a single message to signal server
44cbfa1 chore: add a single message to signal server
8ca77fa chore: add a single message to signal server
3a02cc3 fix: add connection state to handle reconnects
7d7417c fix: add connection state to handle reconnects
801ce07 feat: add retry on connection restart
ead16a3 feat: introduce config file
63febbd fix: wrong peer key addressing
e1d7294 feat: add basic connection restart
b86c0c7 fix: do Connection.Open() in goroutine to avoid blocking other peers
3d82330 refactor: reimplement the general flow
6fa4077 refactor: move answer and offer handling to peer agent
4ba9c95 chore: init Wireguard connection of a peer on creation
d3454eb fix: flow order - wireguard proxy goes first
2cfafe9 chore: remove unused libs
b72fcea feat: add signal cmd
303f955 fix: signal key transfer
cb60efe chore: wiring startup with the flow [IN PROGRESS]
675358c fix: engine flow on ASNWER/OFFER
d9b06bd fix: paltform depended iface
d99e3c0 refactor: simplify iface package
5844c69 refactor: simplify iface package
028a860 refactor: remove unused code
a820d83 chore: run cmd
6b3ba0f feat: first project flow