diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -10,7 +10,3 @@ Might need to #include <limits.h> in blabouncer.c to make some operating systems Send a PING to the server before assuming a timeout is definite. 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. |