-
~~Hi! I just found this project recently and it seems super useful. The symmetric encryption scheme mentioned in https://github.com/dmotz/trystero#encryption looks very nice for preventing MITM attac…
-
Because it'd be a nice thing to do.
- [x] [cursive-multiplex](https://github.com/deinstapel/cursive-multiplex)
- [x] [cursive-tabs](https://github.com/deinstapel/cursive-tabs)
- [x] [cursive_buff…
-
- [ ] Build and validate docs
- [ ] Upload docs to saltyrtc.readthedocs.org (+instructions)
- [ ] Add a section for nginx configuration (mentioned in #17)
- [ ] Add type annotations
-
## Bug Description
The status bar on top keeps changing its status (might be a different issue why it keeps appearing and disappearing and changing color so often). But since it does not only chang…
-
From Protocol:
> A receiving client MUST delete all cached information about and for the other client with the identity of the id field (such as cookies and sequence numbers). The client MAY stay o…
ghost updated
5 years ago
-
In many Java projects, I'm using [gradle witness](https://github.com/WhisperSystems/gradle-witness) to keep a list of checksums of all dependencies. This makes sure that when building a project on a d…
dbrgn updated
8 years ago
-
The `send-error` message is not really helpful since it cannot reliably tell whether a message has been relayed. See [this comment](https://github.com/saltyrtc/saltyrtc-server-python/issues/77#issueco…
-
Currently, the spec provides 1-to-1 client communication only. There might be use cases for group communication with a shared secret key or multiple responders communicating with an initiator.
-
-
In an extern block, C symbols can be imported to Rust. When building Rust library into `dylib`, the symbols stay visible and can be used from C. However, when building into newly introduced `cdylib`, …