AboutSummaryRefsLogTreeCommitDiffStats
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 7 insertions, 3 deletions
diff --git a/TODO b/TODO
index 5f61fcf..b3ca4aa 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,5 @@
+ -*-text-*-
+
Maybe in the near future...
* Logging.
@@ -16,8 +18,9 @@ There are no plans to actually do the following any time soon...
* Full security audit for Vixie mode.
- * Move internal functions into a namespace such that configuration files
- cannot interfere with mcron itself.
+ * Move internal functions into a namespace, or provide alternative
+ environments, such that configuration files cannot interfere with mcron
+ itself.
@@ -28,7 +31,8 @@ Quite likely to happen if version 2.0 ever materializes...
* UNIX or TCP socket will allow interrogation and control of a running
daemon (should be more reliable, efficient and useful than using the
- SIGHUP-/var/cron/update method).
+ SIGHUP-/var/cron/update method). (I did already try this but, as with
+ processes, Guile's use of threads falls over.)