aboutsummaryrefslogtreecommitdiffstats
path: root/otr.c
diff options
context:
space:
mode:
authorSven Moritz Hallberg <sm@khjk.org>2008-02-17 03:05:23 +0100
committerSven Moritz Hallberg <sm@khjk.org>2008-02-17 03:05:23 +0100
commit37bff517e244def9f87a711a0154b182c89f07b3 (patch)
tree9eeafd0eed1faec36f6d17918d22ef4aa3dee8c2 /otr.c
parentd0faf626e98cf8a332afac5ac7d61c80dd8d3064 (diff)
add TODO note about erasing forgotten keys
Diffstat (limited to 'otr.c')
-rw-r--r--otr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/otr.c b/otr.c
index d69dffaf..e675dc25 100644
--- a/otr.c
+++ b/otr.c
@@ -904,6 +904,9 @@ void yes_forget_key(gpointer w, void *data)
OtrlPrivKey *key = (OtrlPrivKey *)data;
otrl_privkey_forget(key);
+ /* Hm, libotr doesn't seem to offer a function for explicitly /writing/
+ keyfiles. So the key will be back on the next load... */
+ /* TODO: Actually erase forgotten keys from storage? */
}
void cmd_otr_forget(irc_t *irc, char **args)