fred icon indicating copy to clipboard operation
fred copied to clipboard

Freenet REference Daemon

Results 109 fred issues
Sort by recently updated
recently updated
newest added

Better documentation for the bouncy castle, change the defaults to build submodules.

For consideration. This would improve security (e.g. no possibility of attacker data source getting directly connected to request originator just by path folding), but it may have negative performance impacts,...

forReviewDontMerge

For review and careful testing. Two changes: 1) Always commit before sending InsertReply, just like we do in CHKInsertHandler (this is IMHO needed for consistency but it's also relevant to...

forReviewDontMerge

This makes RequestSender responsible for actually sending node references (and acknowledgements) to the data source. It should make opennet behave more consistently. It needs careful testing.

I need this for my simulations: Don't request the revocation key if auto-update is turned off. Low priority, careful testing needed. In particular, it's essential that after the revocation certificate...

Simplifies disconnection code and fixes minor concurrency issues. Not urgent, consider for 1472. Old but still valid.

More bitrot. This should be an improvement. Please delete the branch of the same name in the official repository, this is after merging.

Please consider for 1472, low priority.

More archaeology! Adds more load management info in advanced mode, efficiently/atomically. This allows testing theories such as "my peers are all bouncing around 50% load". This touches (and slightly tidies...

Should improve recovery behaviour: We were recovering old requests from the .crypt file when it exists, but not using the .bak.crypt when we needed it. Not tested, will look into...