fred
fred copied to clipboard
Freenet REference Daemon
[Compiler daemon](https://docs.gradle.org/current/userguide/performance.html#compiler_daemon). The Gradle Java plugin allows you to run the compiler as a separate process by setting `options.fork = true`. This feature can lead to much less garbage collection...
sendReplyHeadersFproxy() is for filtered content on freenet. sendReplyHeaders() is for toadlets like plugins. we were denying iframes for local toadlets while potentially allowing them for freesites - depending which overloaded...
Old changes by toad for https://freenet.mantishub.io/view.php?id=5613 Note that this enables new attacks, so it should not be merged as is.
First commit addresses this Mantis ticket https://freenet.mantishub.io/view.php?id=6742 Then I looked for more unused strings. The 3rd commit removes strings related to removed default bookmarks. The other 2 remove strings in...
[email protected] posted this patch set: > This is a respin of forgotten two year old branch, pending-keys (6b30ce888c66c9ecca9e019d870559950e2df5c1). > > After two years of keeping using my variant, I finally...
addresses https://freenet.mantishub.io/view.php?id=6363 based on the patch therein. For review and testing.
Hashing API
Here is the Hashing API I have written as part of my GSoC project. Also added a check of policy files for JCE in JCELoader.
This will likely need significant refactoring. The main goals are to enable fast unit tests involving multiple actual nodes and to demo load management simulations; to this end I implemented...
Eleriseth has a patch set to address [bug 6376](https://bugs.freenetproject.org/view.php?id=6376). Quoting from FMS: > Avoiding repeated calls at higher levels and related refactoring was too complex > to me, so I...
This removes a lot of unused method parameters. Due to plugins being exposed to _everything_, this might theoretically break an unknown number of plugins.