Posts

Showing posts from May, 2026

GNUnet Messenger API: May 2026

Image
Hi again, besides a few minor fixes in libgnunetchat that I missed before the last release of version 0.7.0 in March, I worked on the GTK4 interface of the Messenger application again. For example the decryption of files didn’t function properly since my last code abstraction in libgnunetchat and I noticed that while testing the file sharing in the GTK interface. I fixed multiple segmentation faults and synchronization issues inside the application that I noticed during testing and adjusting minor GUI components as well. Screenshot of the account creation dialog Big improvements are the following: The messages won’t take too much horizontal space anymore but try to fit as little space in the window as possible (this had to be ported from GTK3 to GTK4). The send and record button will allow short and long press interactions that enable a new context menu for sending delayed messages. The voice recording is much more consistent with toggling logic via button interaction and ...