Skip to content

Releases: schollz/croc

v8.0.9

01 May 14:02
Compare
Choose a tag to compare

Changelog

1740bda bump 8.0.9
189d1f7 update deps

v8.0.8

24 Apr 15:21
Compare
Choose a tag to compare

Changelog

3ed036b bug fix: increase deadline for reading in channels, addresses #211

v8.0.7

09 Apr 17:13
Compare
Choose a tag to compare

Changelog

f9f4f29 use debug instead of warn/error addresses #205
cb025ae Add systemd service
c058bcb relay: show version on startup

v8.0.6

09 Apr 15:07
Compare
Choose a tag to compare

Changelog

9bf470e bump 8.0.6
11d4fea update deps
9c0bc3e bug fix: two read deadlines to prevent memory leak

v8.0.5

31 Mar 20:44
Compare
Choose a tag to compare

Changelog

7237894 update progressbar to v3, show external ip on receiver
b60a841 bug fix: prevent crazy number of bytes getting into comm

v8.0.4

24 Mar 15:41
Compare
Choose a tag to compare

Changelog

44c3d43 bump 8.0.4
7a605dd update deps
aae5604 bug fix: lock the chunk map

v8.0.3

08 Mar 14:17
Compare
Choose a tag to compare

Changelog

09d35d2 bump 8.0.3

v8.0.2

06 Mar 15:16
Compare
Choose a tag to compare

Changelog

1dd75c4 better error messages
8b6500a hide most of the code phrase to use as authentication

v8.0.1

02 Mar 17:36
Compare
Choose a tag to compare

Changelog

2d6206b bump 8.0.1

v8.0.0

02 Mar 17:08
Compare
Choose a tag to compare

This version introduces a breaking change. Namely it fixes a mistake where the client connects to the relay and transmits information (the relay password, the relay ports) in plaintext over the connection. Now, this is fixed so that the relay and client use PAKE to establish a secure connection and then all further information is transmitted securely encrypted.

Changelog

5e37a30 throw error when submitting bad passphrase to relay
c3adc29 encrypt external ip
5fce2a2 encrypt external ip
d5846bc encrypt all communication with relay