summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-05-30 23:33:21 +0100
committerLuke Bratch <luke@bratch.co.uk>2019-05-30 23:33:21 +0100
commitd5ab728e85409b5074d4d61aaf5ba60862528e60 (patch)
tree4e2c9d687fb417668054a826bd30d1892bc3ea25 /TODO
parentfd33289346881b96841a598a1f8980212b0bab62 (diff)
Implement daemon (background) mode by default with optional foreground mode that can be specified on the command line.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 7d3fd57..81e62bc 100644
--- a/TODO
+++ b/TODO
@@ -9,4 +9,4 @@ 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.
+Capture Ctrl-C/kill and exit cleanly.