Commit graph

23 commits

Author SHA1 Message Date
dependabot[bot]
bedf834374
chore(deps): bump openssl from 0.10.71 to 0.10.72
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.71 to 0.10.72.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.71...openssl-v0.10.72)

---
updated-dependencies:
- dependency-name: openssl
  dependency-version: 0.10.72
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-04 20:56:11 +00:00
8bcdaef657
chore(deps): bump openssl from 0.10.66 to 0.10.71 (#1) 2025-03-23 12:20:09 +00:00
dependabot[bot]
6ab8b16c3b
chore(deps): bump openssl from 0.10.66 to 0.10.71
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.66 to 0.10.71.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.66...openssl-v0.10.71)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-22 15:21:09 +00:00
a93fc137e8 fix: set notification timeout to 60s 2025-03-22 15:20:18 +00:00
1fddaa2a25 docs: running without sudo section 2025-03-22 15:19:52 +00:00
e0932fc033 fix: add native-tls feature to tungstenite 2025-03-22 15:19:36 +00:00
c21bd06cf1 refactor: rename key_presses to keys 2025-03-22 14:20:37 +00:00
c7c2a10f59 fix: keys and clicks not counting correctly 2025-03-22 13:50:37 +00:00
cff4c435d2 fix: replace left_clicks and right_clicks with generic clicks 2025-03-22 12:39:06 +00:00
cd63b0c670 docs: update README.md 2025-03-21 19:40:38 +00:00
af8633f447 chore: update packages 2025-03-21 19:40:31 +00:00
db9505548b feat: left and right mouse clicks 2025-03-21 17:53:43 +00:00
ddb5c9aea6 fix: expect instead of unwrap on websocket 2025-03-21 17:43:23 +00:00
d06617e367 feat: key press counter 2025-03-21 17:43:10 +00:00
trafficlunar
8d84c99979 fix: add authorization to websocket 2024-11-29 19:45:36 +00:00
trafficlunar
b9c7be71ae docs: add README.md 2024-11-29 15:39:46 +00:00
trafficlunar
6e942e8a6f docs: add LICENSE 2024-11-29 15:39:46 +00:00
trafficlunar
34e591cb00 fix: print when sending websocket message for debug 2024-11-29 15:39:46 +00:00
trafficlunar
f18ec348cb feat: add fetching computer statistics 2024-11-29 15:36:43 +00:00
trafficlunar
ce32c1a67e feat: add notifications when errors 2024-11-29 15:27:58 +00:00
trafficlunar
8950e16e70 feat: add websocket implementation 2024-11-29 15:16:58 +00:00
trafficlunar
f2145c34b2 feat: add dotenvy 2024-11-29 15:00:21 +00:00
trafficlunar
dbf616ab18 feat: initial commit 2024-11-29 14:58:40 +00:00