Skip to content

Releases: replit/rfbproxy

v0.1.2

27 Aug 17:50
fc4287a

Choose a tag to compare

[subrepls] Allow authentication (#51)

We want to be able to have subrepls, which share the same auth realm as the main Repl.

This adds that.

0.1.0

31 Aug 17:12
89c2212

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

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

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

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

Choose a tag to compare

Revert "Fix a small linting issue"

This reverts commit 7fb3ed43056a3d39f9500162ce480b36e084c927.

v0.1.1-7fb3ed4

25 Jun 19:16

Choose a tag to compare

Fix a small linting issue

v0.1.1-f64a12a

17 Jun 18:18
f64a12a

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

Choose a tag to compare

Add Cargo.lock (#18)

v0.1.1-c888349

29 Mar 21:01
c888349

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.