From 6d183c02a50a42743c3031532f458ab5cea0685d Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Thu, 30 May 2019 21:23:44 +0100 Subject: Convert debugprint() from being to file/screen/disabled to always being to file with configurable verbosity. --- TODO | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 4fce189..8db66ba 100644 --- a/TODO +++ b/TODO @@ -9,4 +9,8 @@ Might need to #include in blabouncer.c to make some operating systems Send a PING to the server before assuming a timeout is definite. -Implement daemon (background) mode. +Implement daemon (background) mode with optional foreground mode. + +Replace exit(1)s with error handling without exiting where possible. + +Remove all possible stderr/stdout/perror after startup, everything goes to printdebug() unless critical. -- cgit v1.2.3