fred
fred copied to clipboard
Freenet REference Daemon
Changes proposed in this pull request: ## Announcer.Java This PR refactors the enoughPeers method by extracting the logic for shutting down the announcement into a separate method. Changes: - Created...
The test was using the wrong translation file, i.e. the production translation. By forcing it to use the translation file used in tests of the translation system, any key that...
I'm so sorry this bug was introduced, and the tests are completely unable to catch it.
Simplify MultiHashInputStream and MultiHashOutputStream by extracting their common multi-digest hashing code into a separate class. Additionally, ensure that MultiHashInputStream does not advertise or implement mark/reset support (default delegated to the...
I’ve heard the argument "I don’t want stuff stored on my disk" so often now that if "it’s only in memory" suffices it may just be worth to have a...
The `ArchiveManager` is keeping track of cached entries in all kinds of different ways, with a lot of code paths being effectively unused. * It would try to keep track...
This is just a copy of https://github.com/hyphanet/fred/pull/396 with the merge errors fixed. This needs careful review, though, because it merges changes from 2016 into the 2024 codebase. I did not...