Skip to content

FTL v1.9

Compare
Choose a tag to compare
@DL6ER DL6ER released this 02 Apr 22:11
· 4418 commits to master since this release
28caa6c

New features

  • Don't get silently killed on crashes by SIGSEGV. Instead, try to provide some self-debugging details and aks the user to file a bug report on our GitHub repository
  • Catch and handle SIGINT (Ctrl + C)
  • Detect name of user that is running pihole-FTL and include it in some warning and error messages
  • Re-parse logs when receiving SIGUSR1

Bugfixes

  • Some bug fixes for log files that are > 4 GB in size (corresponding to >~ 100 million queries)

Tweaks

  • Use the macros EXIT_SUCCESS and EXIT_FAILURE for the conventional status value for success and failure, respectively, for greater portability
  • Debug mode: Print at which time query had to be enlarged (kind of log parsing process display for humongous logs)