1
0
Fork 0
mirror of https://codeberg.org/demostf/sync.git synced 2026-06-03 16:44:07 +02:00
Commit graph

48 commits

Author SHA1 Message Date
dependabot[bot]
d37c03ca3f
Merge 602a2b39f5 into 1fac177b91 2025-04-04 20:55:13 +00:00
dependabot[bot]
602a2b39f5
Bump openssl from 0.10.70 to 0.10.72
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.70 to 0.10.72.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.70...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:55:10 +00:00
1fac177b91
Merge pull request #5 from demostf/dependabot/cargo/openssl-0.10.70
Bump openssl from 0.10.68 to 0.10.70
2025-02-09 22:31:13 +01:00
dependabot[bot]
fda772c573
Bump openssl from 0.10.68 to 0.10.70
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.68 to 0.10.70.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.68...openssl-v0.10.70)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-03 18:50:50 +00:00
659cc0a1f1 better peer id 2024-11-29 20:11:28 +01:00
e3ca217ede clippy 2024-11-24 20:31:08 +01:00
2cc5e05e18 send client count to owners 2024-11-24 18:56:03 +01:00
608a4a1bde rewrite with tokio-tungstenite 2024-11-24 18:45:37 +01:00
b0ae2c7927 flake rework 2024-11-22 21:38:56 +01:00
82e79ef01d nix based setup 2024-03-17 20:01:38 +01:00
e5e1d71d3c cargo updates 2024-03-17 19:51:06 +01:00
7e2058fa5c prebuild dependencies in docker 2022-01-23 16:42:41 +01:00
55e4b34ea1 bumb dependencies 2022-01-23 16:34:56 +01:00
e08c4057da docker ci on dispatch 2022-01-23 16:33:17 +01:00
87804f5b48 bumb dependencies + docker ci 2021-07-31 16:18:10 +02:00
582287e8da switch to parity-ws 2020-09-27 22:38:30 +02:00
bfb03f2c30 bumb dependencies 2020-05-24 18:18:00 +02:00
cd938d0ef9 bumb dependencies 2019-11-09 22:07:29 +01:00
97abe21957 run ci on stable 2019-11-09 21:57:40 +01:00
8890358102 bumb dependencies 2019-10-27 19:47:26 +01:00
d193913153 add audit job 2019-10-27 19:42:50 +01:00
e6a024bb5b only send state to user that joined 2019-10-27 19:31:35 +01:00
972834080b remove old badges 2019-10-27 19:18:01 +01:00
083e9504bc remove unneeded clones 2019-10-27 19:09:27 +01:00
744fe16df5 switch to zero-copy deserialization for SyncCommand 2019-10-27 18:18:19 +01:00
f8b5a20664 require beta for now 2019-10-27 17:55:13 +01:00
26183042e0 initial integration tests 2019-10-27 17:54:48 +01:00
ac43f7c548 readme type 2019-10-27 16:12:37 +01:00
0afe30a057 switch to github actions 2019-10-27 16:07:58 +01:00
64913bd66c allow owner reconnecting 2019-09-05 12:19:31 +02:00
3df8ad9d80 add codecov badge 2019-06-14 17:02:45 +02:00
8f3609f5d3 install tarpaulin 2019-06-14 16:20:31 +02:00
b05b835b8a use two step dockerfile 2019-06-14 16:13:29 +02:00
8880c6b62c mocks are only for tests 2019-06-14 16:13:14 +02:00
cc4420241f use travis for testing 2019-06-14 15:55:07 +02:00
474c2beab8 add tests 2019-06-14 15:50:05 +02:00
b298c8d2d9 cleanup 2019-06-14 15:06:45 +02:00
1c251412de cleanup 2019-06-14 14:01:41 +02:00
17f189bf1e update dependencies and edition 2019-06-14 13:07:59 +02:00
a40d676c68 always rebuild docker image 2017-10-07 17:28:35 +02:00
2f59220df5 use a more maintained websocket library and cleanup on socket close 2017-10-07 17:24:44 +02:00
d5ed7520f0 remote unneeded clone 2017-10-05 23:53:24 +02:00
52be2fd70b send initial state to joining clients 2017-10-05 23:02:19 +02:00
1834184368 add travis config 2017-10-05 22:19:24 +02:00
b8ab582190 add readme 2017-10-05 22:06:00 +02:00
ee6583b8ab add makefile and dockerfile 2017-10-05 22:04:04 +02:00
3edc7acf2d make port configurable 2017-10-05 21:53:41 +02:00
5e853f76e2 initial rust version 2017-10-05 21:49:04 +02:00