Messenger GTK 0.10.2

Messenger GTK is a convergent GTK messaging application using the GNUnet Messenger service. The goal is to provide private and secure communication between any group of devices.

GNUnet 0.23.0 💾

GNUnet is a framework for secure and anonymous peer-to-peer networking that does not use any centralized or otherwise trusted services. Currently, the framework offers censorship-resistant file-sharing, messaging, VPN, GNS (a decentralized version of DNS), and much more. GNUnet is currently developed by a worldwide group of independent free software developers. GNUnet is a GNU package (http://www.gnu.org/).

major feature: Add GNUNET_CONFIGURATION_set_value_float. - util: Float configuration values are no longer locale-dependent, but instead must always be in LC_NUMERIC=C format. - GNUNET_DISK_internal_file_handle_ changed to always return int. - Reworkd ProjectData handling; Now required as input for various API calls.

Affero GPLv3 anonymity f2f file-sharing gns gnunet internet networking p2p vpn


GNUnet Worker 1.0.1

As it is often the case with network applications, GNUnet is built following a single-threaded event-driven model. This is an optimal model when dealing with high concurrency scenarios, but can be problematic in other contexts (like, for example, graphical user interfaces, which normally have their own event loop). To accomplish its event-driven flow, GNUnet uses a scheduler. Once such scheduler is started, it is not designed to be invoked by other threads, but can schedule only routines reques