freenet-core
freenet-core copied to clipboard
Declare your digital independence
> yaml-rust is unmaintained. | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `yaml-rust` | | Version | `0.4.5` | | URL...
it is currently complicated to do GET/UPDATE/SUBSCRIBE requests in freenet library. For example, fdev had to reimplement everything https://github.com/freenet/freenet-core/blob/main/crates/fdev/src/main.rs#L58 I suggest to exposed a struct to do: - request.get -...
fixes : https://github.com/freenet/freenet-core/issues/1031
freenet is a fork of hyphanet. it is made in order to split hosting and networking anonymisation. It is better because it is more modular. Could we create a non-web...
### Rendezvous System for Device Pairing #### Purpose: Rendezvous is a proposed decentralized system built on Freenet, designed to enable the creation of a temporary secure communication channel through a...
> serde_cbor is unmaintained | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `serde_cbor` | | Version | `0.11.2` | | URL...
This line was introduced in #1138. WithExportConfig is not used anywhere.
# Goal A proof-of-concept of a simple decentralized group chat system on Freenet that could potentially replace the Freenet Matrix channel. # Features - Initially, a simple command-line client interface...