Florian Bach

Results 37 issues of Florian Bach

All the tooltips that start with "Set to ..." in English all start with different translations in German, some of which just sound weird and some of which have an...

I'm trying to set up FlashHax myself, but where do I get a working payload SWF file from? The Readme in the Pull Request states that as of V2.1 I...

**Plugin informations (please complete the following information):** - OS: Ubuntu 20.04 - Chesser version: 0.2.1 - Obsidian version: 0.13.33 **Describe the bug** I'm displaying a simple chess board with the...

bug

**Plugin informations (please complete the following information):** - OS: Ubuntu 20.04 - Chesser version: 0.2.1 - Obsidian version: 0.13.33 **Describe the bug** In "Reading Mode", the chess board is displayed...

bug

This should hopefully fix #5 in all cases, by almost completely rewriting getsockname and getpeername It does fix the issue with AF_NETLINK I had with my application in particular. It...

This PR fixes a couple small bugs I've noticed: - The IPv4 subnet in the config file - which previously had to be entered like `192.168.0.0/255.255.0.0` can now also just...

Sorry, yet another bug report :/ In your implementation of `getsockname` and `getpeername` there's the following code to abort if the sockaddr buffer is too small: ```c struct sockaddr_in *...