diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-06 14:07:22 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-06 14:07:22 -0300 |
commit | 298f0b65e1f8fdffef6265219e554f74635e1fc8 (patch) | |
tree | 1065cd7c6b919d3b21dfca9afe921624143ad571 | |
parent | 8e4e3e5e1b0ffaf86627543e9d58dc69c6f22aac (diff) | |
download | keyringer-298f0b65e1f8fdffef6265219e554f74635e1fc8.tar.gz keyringer-298f0b65e1f8fdffef6265219e554f74635e1fc8.tar.bz2 |
Canary TODO update
-rwxr-xr-x | lib/keyringer/actions/check | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/keyringer/actions/check b/lib/keyringer/actions/check index c80fa8f..a90419a 100755 --- a/lib/keyringer/actions/check +++ b/lib/keyringer/actions/check @@ -27,3 +27,4 @@ source "$LIB" || exit 1 # This should be done here: # TODO: Check canaries' timestamps, warning by mail if configured by user preferences. +# TODO: if an URL argument is given, check that as a third-party canary. |