Skip to content

Releases: replit/rfbproxy

0.1.0

31 Aug 17:12
89c2212
Compare
Choose a tag to compare
Make clippy happy (#28)

Not sure why this wasn't causing problems before, but it is now.

All clippy warnings are gone.

v0.1.1-b81eb2f

06 Jul 20:53
b81eb2f
Compare
Choose a tag to compare
Add Nix flake (#22)

* Add nix flake

* Ignore result

* Add missing deps and format rfbproxy.nix

v0.1.1-c01ea7c

30 Jun 16:55
c01ea7c
Compare
Choose a tag to compare
[refactor] Add a nix build github action to run the default.nix file …

v0.1.1-fc8ac18

25 Jun 19:28
fc8ac18
Compare
Choose a tag to compare
Allow passing a version arg to bypass the dynamic versioning (#20)

* Allow passing a version arg to bypass the dynamic versioning

This added parameter will override the dynamic versioning system if the .git folder is missing. This is very useful when fetching this repo as a tarbar rather than as a clone with tools like niv or through other derivations.

* Added apt-get update to try to fix CI

* Fix a small linting issue

v0.1.1-c58256c

25 Jun 19:18
Compare
Choose a tag to compare
Revert "Fix a small linting issue"

This reverts commit 7fb3ed43056a3d39f9500162ce480b36e084c927.

v0.1.1-7fb3ed4

25 Jun 19:16
Compare
Choose a tag to compare
Fix a small linting issue

v0.1.1-f64a12a

17 Jun 18:18
f64a12a
Compare
Choose a tag to compare
Add nix build files (#19)

* Add nix build files

This PR adds the files from https://github.com/replit/nixpkgs-replit/tree/main/pkgs/rfbproxy directly to rfbproxy to reduce the number of repositories we have to update to push changes.

* Switch to local files rather than fetch

* Add support for dynamic version from the commit sha

* Implement improvements to the code to make it look and behave better

* Update the function to a callable derivation

v0.1.1-90b68e1

14 Apr 01:52
90b68e1
Compare
Choose a tag to compare
Add Cargo.lock (#18)

v0.1.1-c888349

29 Mar 21:01
c888349
Compare
Choose a tag to compare
Fix a Denial-of-Service (#17)

This change handles failing to upgrade a WebSocket connection gracefully
instead of causing the whole process to (cleanly) shut down.

v0.1.1-ddc2c69

27 Mar 01:15
ddc2c69
Compare
Choose a tag to compare
Allow authentication with the "runner" username (#16)

This change lets folks connect using stock noVNC by using the "runner"
username instead of a goval token. This _only_ works if a password is
explicitly provided for both the VNC server and the connection.