Georgios Kontaxis
Georgios Kontaxis
In sendicmp.c the sequence number header field of ICMP echo requests is set to _icmp_seq which is a counter. However in little-endian architectures (x86) we need to change the byte...
Command-line argument --icmp-ipid updates variable icmp_ip_id which is never used to set the identifier field in the ICMP header of echo requests (icmp type 8). Instead, in sendicmp.c getpid() is...
### Describe the bug The publish-to dropdown menu (when writing a new post) does not render correctly on iOS Safari. Specifically, it appears empty and is therefore unusable, i.e., cannot...
### First Check - [x] This is not a feature request. - [x] I added a very descriptive title to this issue (title field is above this). - [x] I...
If `FLATNOTES_SESSION_EXPIRY_DAYS` is set to 0 or a negative integer authentication stops working because issued tokens are immediately invalid since their expiration date is already in the past. Not sure...
When `FLATNOTES_AUTH_TYPE` is `totp` the user cannot log in, log out, and log back in within 30 seconds. This change address the issue. How to reproduce the issue: 1. Confirm...