Skip to content

Releases: hyphanet/fred

Freenet / Hyphanet 1498 pre1

14 Oct 22:29
838c5cd
Compare
Choose a tag to compare
Pre-release

⚠ The Windows installer is currently not signed!

  • Shorten description of sharesite freesite for english
  • gzip: replace test workaround by fixing the output of the compressor — thanks to Bombe for the SingleOffsetReplacingOutputStream!
  • replace GregorianCalendar with java.time.OffsetDateTime in CurrentTimeUTC — thanks to Veniamin Fernandes
  • CSS: Support word-wrap: anywhere
  • Move UPnP2 to normal plugins. It does not seem broken, but UPnP does
  • Move Library plugin to advanced plugins because new users tend to get lost with it
  • html-filter: allow summary and details html element. Thanks to naejadu
  • 💄 Add a bit of styling to the plugin list (for winterfacey) — thanks to Bombe
  • 🔥 Remove option that to load plugins from central server — thanks to Bombe!
  • fix: invalid max store size showed bytes with GiB suffix
  • polish: show datastore size warning with GiB suffix
  • Refine ClientRequestSelectorTest, PersistentJobRunnerImplTest, SplitFileFetcherStorageTest, and SplitFileInserterStorageTest — thanks to Veniamin Fernandes
  • Change deprecated jcenter() maven repo to mavenCentral() — thanks to Veniamin Fernandes
  • 🐛 Fix JarClassLoader’s ability to work with ServiceLoader — thanks to Bombe!
  • refactor the browser warning wizard page
  • fix the flag size of nepal — thanks to Percept0r@NYZkOs7eQ…!
  • Switch swiss flag to civil and state ensign — thanks to Percept0r@NY
  • bookmarks: Add Opennet SeedNodes stats site
  • Reorder starting bookmarks: FFS → clean spider → Index of Indexes
  • Re-order default software bookmarks by ease of use from fproxy
  • Add generate media site to the default bookmarks
  • Show the noderef in basic-mode: it is now robust enough
  • Added tests for PebbleUtils — thanks to Bombe!
  • 🐛 Fix NPE when subsets are not initialized — thanks to Bombe
  • reduce logging for too many excluded sub-arrays thanks to Hiina
  • disable setting for new-load-management (NLM broke nodes)
  • add utility to disable a config option, thanks to Bombe
  • merge debian package as default build action thanks to DC*/desyncr! This resolves one of our high impact tasks.

build01497: 2023-02-28

04 Mar 19:57
build01497
e3bb502
Compare
Choose a tag to compare

Freenet 0.7.5 build 1497 is now available. [overview]

This release fixes a severe vulnerability in path folding that allowed
to distinguish between downloaders and forwarders with an adapted
node that is directly connected via opennet.

This vulnerability was reported to the Project by Prof. Ming Yang and
Prof. Zhen Ling from the School of Computer Science and Engineering,
Southeast University, Prof. Xinwen Fu from the Miner School of
Computer & Information Sciences, University of Massachusetts Lowell,
and Yonghuan Xu from School of Cyber Science and Engineering,
Southeast university.

Yonghuan also provided support in fixing the vulnerability. Thank you
very much!

To reduce the probability of hitting other problems in path folding,
we also merged the pull-request to completely avoid path folding at
HTL 17 or higher.

Thank you for using Freenet!

  • AB
Developer changelog:

2023-02-28

Changes in 1497:

This release fixes a severe vulnerability in path folding that allowed
to distinguish between downloaders and forwarders with an adapted
node that is directly connected via opennet.

This vulnerability was reported to the Project by Prof. Ming Yang and
Prof. Zhen Ling from the School of Computer Science and Engineering,
Southeast University, Prof. Xinwen Fu from the Miner School of
Computer & Information Sciences, University of Massachusetts Lowell,
and Yonghuan Xu from School of Cyber Science and Engineering,
Southeast university.

Yonghuan also provided support in fixing the vulnerability. Thank you
very much!

To reduce the probability of hitting other problems in path folding,
we also merged the pull-request to completely avoid path folding at
HTL 17 or higher.

Due to changes in the infrastructure, this release has to re-use the
Windows Installer from 1496, so newly installed nodes on Windows will
still be vulnerable for a few minutes after installation until they
auto-update. This should get fixed in 1498.

Besides this change, there’s a German translation fix by an anonymous
contributor: Email → E-Mail.

And a fix for a test that points towards the need to check the
compression code on newer JDKs.

- AB

[include shortlogs of any installer or plugin changes]

---
Arne Babenhauserheide (3):
      Fix l10n: Email → E-Mail. Anonymous contribution - thank you!
      re-add delay; check noderef to match RequestHandler.finishOpennetInner
      Do not send a duplicate Ack on path folding — thanks to Yonghuan

Arne Babenhauserheide (freenet releases) (2):
      Update default bookmark editions
      Build 1497

Matthew Toseland (5):
      Don't relay noderefs at high HTL
      Don't accept noderefs either at high HTL
      Missing return, oops
      Comments
      Replace outdated comment with an assertion

Veniamin Fernandes (1):
      Fix compression result comparison in the GzipCompressorTest for newer JDKs

build01496

07 Jan 01:45
build01496
8b4a699
Compare
Choose a tag to compare
2023-01-07

Freenet 0.7.5 build 1496 is now available.

Fix keepalive
-------------

This fixes breakage in keepalive by ignoring a negative maxsize.
This was broken by a fix to the client
to actually honor the maxsize which was ignored before,
so ignoring invalid values provides a compatibility layer
for old plugins.

Update translations
-------------------

Imported updated translations from transifex.

The biggest changes were done by the Russian team,
adding or updating almost 200 translations.

The German team changed over 70 translations.

And 1 to 7 changes were done by teams
es, fa, fi, fr, hu, it, ja, nb-no,
nl, pt (br and PT), sv, zh-cn and zh-tw.

A big thank you for your work!

Bookmark curation
-----------------

Replaced the unmaintained freemail site in the default bookmarks
by a maintained one — thanks to Cynthia!

Further changes
---------------

- add meta charset tests
- add missing test annotations — thanks to vwoodzell!

Thank you for using Freenet!

- AB

Developer changelog:

2023-01-07

Changes in 1496:

- fix keepalive regression — thanks to PlantEater for tracking it down and fixing it!
    - fix negative maxsize per new fetch override
    - also override maxTempLength
    - LowLevelGetException also return the throwable because the error doesnt help, the real gets hidden
- update translations, thanks to the translators on transifex, especially the Russian ones!
- add meta charset tests
- replace unmaintained freemail site by maintained one — thanks to Cynthia!
- add missing test annotations — thanks to vwoodzell!

- AB

---
Arne Babenhauserheide (5):
      Add meta Charset tests
      bookmarks: replace unmaintained freemail site by maintained one — thanks to Cynthia!
      fix: actually detect charset
      de-horrify test :-)
      CONTRIBUTING.md with easy to work with rule

Arne Babenhauserheide (freenet releases) (5):
      update translations
      remove more references to Frost from translations
      update news
      Update default bookmark editions
      Build 1496

PlantEater (1):
      - fix negative maxsize per new fetch override - also override maxTempLength - LowLevelGetException also return the throwable because the error doesnt help, the real gets hidden

Vaughan Woodzell (1):
      Add missing test annotations

Freenet 0.7.5 build 1495

03 Dec 13:40
build01495
623e592
Compare
Choose a tag to compare

2022-12-29

Freenet 0.7.5 build 1495 is now available with many improvements.

New users

There is a new firsttime wizard for single-step setup, contributed
by redwerk and finally merged after resolving dependency-requirements.

To further ease the start, the bookmarks are re-organized with
"starting points" at the top.

User experience

For integration in browser extensions, TheSeeker added support for
the schemes web+freenet and ext+freenet which do not need further
allow-listing by browsers to use.

CometZ@6DtYG~ created a new theme sky-dark-static, a clean dark scheme,
simpler than Winterfacey.

To enable more beautiful Freesites, Spider Admin, naejadu and vwoodzell
extended the CSS filter to enable sticky, transition, and word-wrap.

The m3u-player is now only inserted into sites which contain at least
one video or audio tag. When a part of a stream fails, it is now skipped,
allowing for continuous playback without user-intervention.

Performance

For better lifetime of larger files, the healing size is increased
from 16 to 256 MiB, so a 512 MiB file will keep working if accessed
once every 10 days. To keep alive files explicitly, you can use the
keepalive plugin.

And the pending keys optimizations by Eleriseth should reduce the CPU
load on very fast nodes with many peers.

Further technical improvements

  • finally merged the HashingAPI by unixninja92, a GSoC project that had
    gotten lost in the pull requests. This provides an easy and
    well-tested way to create and verify different types of Hashes from byte
    arrays, including Sha256 and TigerTree.
    #258
  • old announcement fixes by toad were finally merged
  • unit tests were upgraded to junit4, thanks to vwoodzell!
  • the client getter method now honors the max size argument

Thank you for using Freenet!

build01494: 2022-06-25

24 Jun 23:29
build01494
684b47a
Compare
Choose a tag to compare

Freenet 0.7.5 build 1494 is now available.

This build improves four broad areas:

  • streaming on demand,
  • configuration,
  • security, and
  • bugfixes.

Streaming provides improved video and audio:
Video sizes are more robust when the size changes between subsequent videos.
Audio tags no longer try to display the overlay.
This finally enables convenient Samizdat Radio

To help modernize the configuration of existing nodes,
Freenet now shows a user alert once every Freenet update if the datastore is
below 10% of available space with a link to the store size wizard page
to make it easy to increase the store. Thanks to Trivuele!

Also the bandwidth settings now parse the bit suffix correctly
(lowercase b in kbps is bit, not byte).

The security received improvements both for friend to friend mode,
for opennet, and to tools for Freesites:

Friend-to-Friend mode now randomizes pitch black defense times
and waits at least 12 hours between pitch black mitigations
to prevent timing attacks.

Opennet is hardened by disabling the write local to datastore
functionality when opennet is enabled; it can be useful on a
small darknet, but on opennet it makes it easier to find downloaders.
Thanks to Trivuele!

Also a FOAF mitigation was fixeb that wasn't operational, because it lacked
a conversion to percent. Thanks to freedom-of-depression!

The /imagecreator/ tool, among other changes, now ensures
that requested image sizes are sane — thanks to Oleh from Redwerk

Finally it’s now easier to build fred without network access. Thanks to Trivuele!

In addition to these improvements, bugs got fixed:

  • fix build with modern Java: add opens jvmargs on java 17.
  • remove Frost on ChatForumsToadlet from non-updated translations
    (removed 2019 from the original english).
  • fix parts of the German translation.
  • Do not store blocks in the cache, if they are eligible for the store
    (should increase usable cache size). Thanks to Trivuele!

A big thank you to all contributors and reviewers
for getting this release in shape!

And thank you for using Freenet!

  • AB

Developer changelog:

2022-06-24

Changes in 1494:

  • Show a user alert (once every Freenet update) if the datastore is
    below 10% of available space with a link to the store size wizard page
    to make it easy to increase the store ― thanks to Trivuele

  • Do not store blocks in the cache, if they are eligible for the store
    (should increase usable cache size) thanks to Trivuele

  • m3u-player: more robust sizes, do not use overlay for audio. This
    finally enables convenient Samizdat Radio

  • randomize pitch black defense times and wait at least 12 hours
    between pitch black mitigations to prevent timing attacks

  • bandwidth settings: parse bit suffix correctly

  • improve /imagecreator/ thanks to Oleh from Redwerk

  • Disable write local to datastore functionality when opennet is
    enabled; it can be useful on a small darknet, but on opennet it
    makes it easier to find downloaders. thanks to Trivuele

  • make it easier to build fred without network access thanks to Trivuele

  • fix build with modern Java: add opens jvmargs on java 17

  • fix: a FOAF mitigation wasn t operational, because it lacked a
    conversion to percent. thanks to freedom-of-depression

  • remove Frost on ChatForumsToadlet from non-updated translations
    (removed 2019 from the original english)

  • fix parts of the German translation

  • AB


Arne Babenhauserheide (12):
randomize pitch black defense times
remove unnecessary import
remove more unnecessary imports
use UTC clock
wait at least 12 hours between pitch black mitigations
bandwidth: parse bit suffix correctly
fix parts of de-translation
remove Frost on ChatForumsToadlet from non-updated translations (removed 2019 from the original english)
add opens jvmargs on java 17
m3u-player: more robust sizes, do not use overlay for audio.
remove old unconditional logging line that has been ignored for a decade now and pollutes the log
change misleading naming — thanks to Steve for the review!

Arne Babenhauserheide (freenet releases) (4):
Update default bookmark editions
updated NEWS
updated NEWS
Build 1494

Oleh Shklyar (12):
allow /imagecreator/?width=200&height=100&text=200x100 url from freesites
Path availability Fix (using link filter)
Validate image size
Optimization of maximum font size algorithm
Validate image size
Clean
Clean
Timestamp
ImageCreatorToadletTest
Removed alignment using spaces
To date, there is no reason to open access
Reducing opened API

Trivuele (6):
Make it easier to build without network access
Allow only doing a single wizard step
User alert if datastore is below 10% of available space -- rebased without new datastore settings
Disable write local to datastore functionality when opennet enabled
Nothing ever triggers onAbortDownstreamTransfers()
Stop storing blocks twice

freedom-of-depression (1):
fix FOAFMitigationHack

What's Changed

Full Changelog: build01493...build01494

testing 1494 pre-1: optimization and safety

18 Jun 17:59
e6877ef
Compare
Choose a tag to compare

1494 Testing release

build01493: 2022-03-28

29 Mar 06:03
build01493
95b91d6
Compare
Choose a tag to compare

Freenet 0.7.5 build 1493 is now available. [overview]

This build provides four core improvements:

  1. Curated default bookmarks, including an actively maintained index and Shoeshop for sneakernet
  2. Better peer scaling for very fast nodes
  3. Updated defaults to adapt to the higher capacities of modern systems.
  4. Compatibility with Java 17, first in the installers, with the following update for all nodes

The curated default bookmarks provide a much better first-start
experience. Previously new users saw mostly outdated sites in
inactive indexes.

Adding Shoeshop to enable sneakernet which can connect separate
Freenet networks even if no internet connection can be established
now provides all the tools for selfpublishing, not only in the
style of publishing an online blog (which is already easy with
Sharesite) or sending a file to an independent printer, but in the
much more self-reliant style, resourcefulness and rebellious spirit
of classical samizdat.

Adjusted peer-scaling fixes a conceptual problem: Fast nodes could
not utilize their bandwidth well enough, because the previous
peer-scaling did not take the aggregated bandwidth limit of the
peers into account. Now very fast nodes have linearly scaling
peer-counts to make it more likely that the capacity of their peers
added together matches the capacity of the fast node. The absolute
upper limits stay in place, because they are needed to preserve
privacy. There are also no changes to the peer-scaling of slower
nodes.

The fixed scaling should improve the performance of the whole
network because it avoids creating artificial bottlenecks.

Changes to the defaults are a doubled thread limit of newly
installed nodes (increased from 500 to 1000), with the stack size
per thread reduced by half to avoid higher memory consumption, the
datastore size is increased from 20GiB to 100GiB, because SSDs are
much faster and more resilient than before, and the default
bandwidth to offer if the actual speed cannot be found is doubled
to 32KiB/s.

These newer defaults should also improve the first-time user
experience.

Compatibility with Java 17 took longer than we hoped, because it
required deploying a newer wrapper and changes to the classpath.
This makes it easier to support packages for modern Linux, and it
should avoid losing nodes when Java updates itself (starting from
the next update this also applies to existing nodes; we have to
deploy the update code in 1493 so it can run during the update to
1494).

All together these changes should improve the user experience for
new people, give sneakernet the visibility it deserves, and
increase the performance of the network as a whole.

And last, but definitely not least, our translation team at
transifex updated enough of the the German, Persian, Finnish,
Italian, Japanese, Norwegian, Portuguese, Russian, and Swedish
texts in Freenet that we can ship the new versions. Thank you
very much!

That Freenet can keep moving forward and help people worldwide to
exercise their basic rights and freedoms is the work of amazing
volunteers, both contributors and people running Freenet nodes.
Thank you for your contributions, and thank you for using Freenet!

  • AB

Developer changelog:

2022-03-28

Changes in 1493:

  • Update the wrapper files in dependencies.properties to 3.5.30
    This change sets a consistent wrapper-version for Windows, *Nix, and
    also OSX, thanks to operhiem1 for the review

  • Pseudonymous people found found a bug in our splitfile inserter that
    TheSeeker tracked down to its source. It threw an exception if the
    checksum was exactly [0,0,0,0], thanks to operhiem1 for the review

  • Update default bookmarks: Replace inactive indexes, add Shoeshop,
    show active sites first. Thanks to AC4BB21B for the review!

  • Fix FreenetURI intern() to not forget edition of USK — thanks to
    debbiedub!

  • Replace Pointer.SIZE with Native.POINTER_SIZE for JNA 5.x — thanks
    to Leo3418 and Bombe

  • fix peer scaling for very fast peers:
    Very fast nodes have more peers to fix a conceptual mistake
    (did not take the aggregated bandwidth limit of the peers into account).
    Thanks to TheSeeker for the review!

  • more resilient noderef parsing for easier friend-to-friend connections
    try replacing spaces by newlines in noderefs when parsing fails

  • Accept FreenetURI in add peer field; only try regular url on failure
    — thanks to desyncr for the review

  • Add warning about surveillance through voice recognition tech

  • Updater changes to add Java 17 support for existing nodes to
    wrapper.conf (required module opens for Java 17 to wrapper.conf)
    during the following update (to 1494)

  • add output of filtered file to the OggFilterTest

  • Installer changes:

    • Java 17 support
    • increase default datastore size to 100GiB, because SSDs are much
      faster today
    • Set standard thread limit to 1000
    • decrease default thread stack size for reduced memory usage
      (512KiB)
    • Increase default bandwidth to 32KiB/s. This should improve
      performance for new nodes where UPnP does not give the speed.
      thanks to operhiem1 for the review
  • AB


Changes in the installers:

java-installer:

Arne Babenhauserheide (8):
wrapper.conf: open the modules required for Java 16 and Java 17
wrapper.conf: increase count for commented out args, too
decrease per-thread stacksize to 256k
Get and load sharesite by default instead of ThawIndexBrowser
increase default max memory limit to 768 for computers with more than 4GiB of memory
fix: no equal sign after Xss
512k thread stack
update wrapper.jar, binaries and libs to upstream version 3.5.30
update jna on classpath when run without wrapper to 4.5.2

Arne Babenhauserheide (freenet releases) (3):
Merge branch 'TheSeeker-patch-1' into next
Merge branch 'next' of github.com:freenet/java_installer into next
detect Java 9 to 18

TheSeeker (1):
update jna dependency versions

wininstaller-innosetup:

Arne Babenhauserheide (8):
Update wrapper.conf
decrease per-thread stacksize to 256k
fix: no equal sign after Xss
only set Java 9+ options on w64
also lookup java 64 under non-explicit 64 key
allow 1024 MiB of memory on a machine with more than 4GiB
update the wrapper to the build with Java 9+ support created by Steve in 2018
remove 32bit note for Java installer (because it is no longer correct)

Arne Babenhauserheide (freenet releases) (11):
Update bundled JRE to 10.0.2 for Windows x64
reference zip, not exe
declare var
{tmp}\ so this is not empty
note why zip
Merge branch 'innosetup-windows-x64-support' of https://github.com/desyncr/wininstaller-innosetup
Merge branch 'desyncr-innosetup-windows-x64-support'
end line with carriage return newline
update FreenetTray.exe to version from cc614654fe8a4ae1a22db9b67b7bdf012268590c support-java-registry-with-JRE
Merge branch 'master' of github.com:freenet/wininstaller-innosetup
note that gh actions runs can be retriggerd

DC* (6):
Reference bundled zip for extraction
Fix syntax error
Simplify command and remove unnecessary compression
Mistakenly removed fred_deps.iss
Pre-unpack jre zip before creating installer
Merge remote-tracking branch 'origin/master' into innosetup-windows-x64-support


Changes in fred:

Arne Babenhauserheide (33):
add output of filtered file to the OggFilterTest
fix peer scaling for very fast peers:
correctly mark bytes with uppercase b
fix: apply max peers after increasing targetPeers for fast nodes
add voice recognition warning
try replacing spaces by newlines in noderefs when parsing fails.
Accept FreenetURI in add peer field; only try regular url on failure
note effectively published field
actually replace instead of doing the wrong thing
actually working more liberal noderef parsing
add max size to the fetched noderef
add required module opens for Java 17 to wrapper.conf
increase default datastore size to 100GiB, because SSDs are much faster today
Set standard thread limit to 1000
Use Logger instead of System.out.println
make the 50% slow fraction assumption explicit
break long line
log after setting limit for consistency
update NEWS
update default bookmarks.
update NEWS
Increase default upload bandwidth if none detected to 32KiB/s
remove options with duplicated upload bandwidths.
delete l10n for no longer existing bookmarks
Add fetchpullstats to the bookmarks
Move inactive flogs to the end of the flog list
fix: this threw an exception if the checksum was exactly [0,0,0,0].
Update the wrapper files in dependencies.properties to 3.5.30
1493 NEWS
1493 NEWS
fix: NEWS structure was broken
typo
cleaner NEWS description and remove duplicate entry

Arne Babenhauserheide (freenet releases) (7):
Update default bookmark editions
Update default bookmark editions
Update default bookmark editions
Update default bookmark editions
NEWS changes
Update default bookmark editions
Build 1493

Debora Wöpcke (2):
Add test to verify that intern() does not modify an USK
Correct so that FreenetURI intern() doesn't forget suggestedEdition

Yuan Liao (1):
Replace Pointer.SIZE with Native.POINTER_SIZE for JNA 5.x

build01493-pre1

20 Mar 18:47
9182aa4
Compare
Choose a tag to compare
build01493-pre1 Pre-release
Pre-release
Merge branch 'next' of github.com:freenet/fred into next

Freenet build 1492: video, diagnostics, pitch black mitigation, and plugin updates

27 Oct 22:39
build01492
e3089e8
Compare
Choose a tag to compare

Freenet 0.7.5 build 1492 is now available. [overview]

This release finalizes the mitigation of the pitch black attack
with a test that shows that the mitigation is effective at
reducing the impact of the attack and recovering from it.
This mitigation was sponsored by nlnet as part of the
Horizon 2020 program of the EU: https://nlnet.nl/project/Freenet-Routing/

The video-player was optimized to prevent most visual flickering.

To help performance analysis, there is now a diagnostics component
with thread runtime information. You can activate it in the advanced core settings of your node.
Thanks to DC*.

And several plugins received updates:

  • KeyUtils got bugfixes from TheSeeker
  • Library now searches all indexes if you just hit search — thanks to redwerk.
  • Library now also allows setting a custom link suffic (docname) — thanks to TheSeeker.
  • Spider got bugfixes from redwerk and juiceman.
  • FlogHelper provides simple clickable audio and video tags.
    Just put a m3u link into the video tag to have video-on-demand.

Included Bugfixes if fred (the Freenet Reference Daemon):

  • skip in support.io.SkipShieldingInputStream must return
    non-negative. Thanks to dennisnez.
  • NodeConfig was reading a particular config from default on every
    start up. Thanks to desyncr.
  • OpenJDK 16+ compat: add wrapper.conf argument to allow access to
    internal openjdk modules.
  • Correct "current size" option in Wizard => datastore size.
    Thanks to AC4BB21B.

Sidenote: What is the pitch black attack?

On Freenet, every node has a location on a circle.

To optimize routing, pure friend-to-friend nodes (no opennet)
swap these locations (without changing connections).
The pitch black attack steals the locations one by one
and replaces them with a single one,
so that after a while all nodes are at the same location.

Then no sensible routing is possible anymore.

The mitigation detects when parts of the circle are devoid of routing nodes
and fills up the holes by switching there.

If you want to help us get better, please help us get the current
pending pull-requests in shape for merging, by reviewing and/or by
improving already reviewed but inactive pull-requests
(only on clearnet, because the pull-requests are there):
https://github.com/freenet/wiki/wiki/Large-Pull-requests-that-need-work

We now also have a list of high-impact tasks:
USK@xPkwhS3czAr5oi6yNgLQ7Ld7RbUZuY6eGniS0n5FZtc,WXVIZrZyLlZugJgJKYvbF9SPfKAUAQX9gAX6g7FGNVE,AQACAAE/high-impact-tasks/0

That said: If someone asks you "what is Freenet", you could for example answer:

Freenet is a peer-to-peer platform for
censorship-resistant and privacy-respecting
publishing and communication.

or

Freenet is a communication system that covers the needs for protection
expected from a secure data broker for Multi-Party Data Exchange in IoT for Health.
(source: https://www.igi-global.com/chapter/using-freenet-as-a-broker-for-multi-party-data-exchange-in-iot-for-health/257911 )

This is what Freenet already accomplished.

And we could only get this far together, because without users,
it is hard for sofware to make a difference.

Thank you for using Freenet!

  • Arne Babenhauserheide

Developer changelog:

2021-10-27

Changes in 1492:

Fred:

  • The diagnostics component provides thread runtime statistics. Thanks to DC*.
    #727

  • The multi-node test to show that the mitigation against the pitch
    black attack works.
    #736

  • The m3u-player for video on demand over Freenet now prevents most
    visual flickering.
    #734

  • Clickable labels for checkboxes. Thanks to AC4BB21B.
    #741

  • Fix: skip in support.io.SkipShieldingInputStream must return
    non-negative. Thanks to dennisnez.
    #737

  • Fix: NodeConfig was reading a particular config from default on every
    start up. Thanks to desyncr.
    #739

  • OpenJDK 16+ compat: add wrapper.conf argument to allow access to
    internal openjdk modules.
    #740

  • Fix: Correct "current size" option in Wizard => datastore size. Thanks to
    AC4BB21B.
    #742

Plugins:

related: Florent fixed our website build (Thank you!), so we can release
there again. I polished our theme and the messaging on the index-page.
https://freenetproject.org/

  • Arne Babenhauserheide

Arne Babenhauserheide (20):
Update FlogHelper to version 36
m3u-player: prevent flickering on track-transitions by keeping the size fixed and overlaying an image of the video
Add real node pitch black mitigation test
pitch-black-mitigation: prevent undamped oscillations of the pitch-black-mitigation
document pitch black node test
fix error-prone clock usage
OpenJDK 16+ compat: add wrapper.conf argument to allow access to internal openjdk modules
wrapper.conf: only add --illegal-access=permit on java 9+
refactor (pull out function) and fix the width for even less flickering
make size preservation robust and flexible
use real sizes for canvas
simplify fixing the size during updates
alwag, always divide by explicit floats
add error handling
fix: supports modules should be true when the threshold version (9) is smaller or equal to the current version
Add note about RealNodePitchBlackMitigationTest.java to the simulator/readme.txt
add a SECURITY.md
note that there are no known unfixable identification attacks against F2F-mode, note sybil and restructure a bit
improve SECURITY.md
SECURITY.md: typo: tipps -> tips

Arne Babenhauserheide (freenet releases) (7):
update KeyUtils to 0.5.6 v5028 from commit 4c0b6e11ac66e781dbcb5a9a1ddabf351629c6b6
update Library to 37 from commit cd45f9a5634c82e693d5fe1a870ad6120b9fe980
update Library to 53 from commit c5367b4ceffb2f9a011d68cae0bb205933fe6033
update FlogHelper to actual 36 from commit 085e4edff9d96c344168bf983c27056a869f5770
Update default bookmark editions
Update default bookmark editions
Build 1492

DC* (56):
Add thread cpu to diagnostics
Add NodeDiagnostic module with NodeThreadDiagnostics
Don't use single class imports
Fix indentation
Don't use single class imports
Create Diagnostics component to be able to scale to support multiple diagnostics easily
Add license headers to new files
Move thread info building into its own method
Make NodeDiagnostics field private
Flatten NodeDiagnostics interface
Flatten NodeDiagnostics interface
Create NodeDiagnostics and ThreadDiagnostics interfaces and default implementations
Reduce visibility for fields in ThreadDiagnostics
Use atomicReference for nodeThreadInfo list
Use thread interval to build data points
Fix calculation CPU time percentage
Use NodeDiagnostics type interface rather than default implementation
Use DefaultNodeDiagnostics implementation
Remove unnecessary finals in contructor
Remove unnecessary throw exception
Remove unnecessary copy
Fix CPU time percentaje calculation
Use Comparator class to simplify threads sorting
Use single loop to calculate delta and display
Rename private field to follow convention
Show percentage cpu time between process threads
Separate presentation from actual data for NodeThreadInfo
Compute % CPU by calculate the total CPU time from all threads, not only nodestat's
Renaming internal variables
Re-introduce delta CPU Time and simplify code structure
Output formatting in DiagnosticToadlet
Handle case when thread.getThreadGroup returns null
Remove long -> double coercion Purge inactive threads from threadsCpu list
Use NodeThreadSnapshot to hold thread list, total CPU and interval
Update ConfigToadlet to support enabling/disabling node diagnostics module
Avoid unnecessary casting to double for getCpuTimeDelta
Declare interface rather than implementation
Clean up nodeConfig callback
Update configuration description
Check thread snapshot is available when displaying
Simplify description and normalize names
Clean up unnecessary space
Correct language and simplify terms
Fix grammar mistake on translation for DiagnosticsDescription
Calculate CPU time as % of wall time
Avoid possible race condition on start up
Add docblock to threadStats method
Fix tab vs space mix up
Remove unneccessary code style fixes
newline at end of line
Create threadSnapshot inner class to avoid pooler executor messing thread'...

build01492-pre1: update FlogHelper to actual 36 from commit 085e4edff9d96c344168bf983c…

24 Oct 20:46
83d0564
Compare
Choose a tag to compare