freenet-core icon indicating copy to clipboard operation
freenet-core copied to clipboard

Declare your digital independence

Results 208 freenet-core issues
Sort by recently updated
recently updated
newest added

These should be documented in the user manual.

A-documentation
A-developer-xp

### Problem Right now, publishing a crate involves tagging and pushing manually. This opens us up to the risk of accidentally tagging broken code or pushing a tag without realizing...

Tracking issue for missing features re. delegates support and implementation. Related: - https://github.com/freenet/freenet-core/issues/1493 - https://github.com/freenet/freenet-core/issues/1488 - https://github.com/freenet/freenet-core/issues/1474

C-tracking-issue
E-hard
A-os-integration
C-tech-debt

After we merge the [fix-delegate-auth](https://github.com/freenet/freenet-core/tree/fix-delegate-auth) branch, the `HttpGateway::attested_contracts` HashMap doesn't currently remove old tokens which will lead to a (very slow) memory leak. One way to do this would be...

This doesn't appear to happen when freenet is running in `local` mode, only network. ``` 2025-04-12T21:30:13.980823Z DEBUG freenet::client_events::websocket: received client request, req: DelegateRequest::ApplicationMessages for `7tsMNDawNKQcHsfEzi5NaGeYqUnWg6PQ5u4PxJuCJJsc` with 1 messages at crates/core/src/client_events/websocket.rs:459...

Bumps [bincode](https://github.com/bincode-org/bincode) from 1.3.3 to 2.0.1. Release notes Sourced from bincode's releases. v2.0.1 What's Changed Update unty requirement from 0.0.3 to 0.0.4 by @​dependabot in bincode-org/bincode#753 Use qualified path for...

dependencies
rust

This will verify that [this PR](https://github.com/freenet/freenet-core/pull/1513) works as intended (it has been tested successfully with River).

C-tech-debt