Sone icon indicating copy to clipboard operation
Sone copied to clipboard

Social Network Plugin for Freenet

Results 16 Sone issues
Sort by recently updated
recently updated
newest added

Several times in recent months I only saw IDs appear one week after they had written their first message. I think that this happens, because they have to solve a...

Importance of decentralized social media is that you can discover others without passing through a rigged algorithm and you disabled discovering other users all together!! For example a country/language filtered...

feedback required

I am new to Freenet so maybe doing something wrong, but it looks suspicious. I get the following message on Sone after having installed the WebOfTrust plugin and created some...

feedback required

with the new version: 0.9.5 from the wrapper.log --- snip --- INFO | jvm 1 | 2016/08/03 18:58:44 | Aug 03, 2016 6:58:44 PM com.google.common.eventbus.EventBus dispatch INFO | jvm 1...

``` $./gradlew clean build fatJar FAILURE: Build failed with an exception. * What went wrong: Could not initialize class org.codehaus.groovy.runtime.InvokerHelper * Try: Run with --stacktrace option to get the stack...

confirmed

``` $./gradlew clean build fatJar Downloading https://services.gradle.org/distributions/gradle-5.6.1-all.zip ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... Unzipping /home/bandura/.gradle/wrapper/dists/gradle-5.6.1-all/805usxkvhgx6e1wbo8o64g0tx/gradle-5.6.1-all.zip to /home/bandura/.gradle/wrapper/dists/gradle-5.6.1-all/805usxkvhgx6e1wbo8o64g0tx Set executable permissions for: /home/bandura/.gradle/wrapper/dists/gradle-5.6.1-all/805usxkvhgx6e1wbo8o64g0tx/gradle-5.6.1/bin/gradle Welcome to Gradle 5.6.1! Here are the highlights of this release: - Incremental...

confirmed

This is what I consider the low-risk fixes of compiler warnings for the code. It takes care of the half of the warnings. The other warnings does not have as...

In the freenet.ini there's the option to change the location to folders. when changing the `node.install.userDir=` option sone does not move it's folders along with it, instead it continues to...

accepted

This reduces memory requirement to O(N), with N the number of **active**, trusted IDs. Without this change, the memory requirement is O(M*t) with M the **total** number of IDs and...

Checking once per minute hits a slow path in WoT. Yes, we should fix WoT to make it cheap to check all IDs, or convert Sone to using the subscription-based...