From 03b2c117d0cad4c5cb0e4137b3d79f94a22c4fb5 Mon Sep 17 00:00:00 2001 From: Sean Hinchee Date: Wed, 16 Jan 2019 18:51:31 -0600 Subject: [PATCH] even more documentation updates --- README.md | 2 -- TODO | 20 ++++++-------------- 2 files changed, 6 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 26694bce4dfd98f1b4f2b54e866cff896297d127..2599c3f92baf11abbccd3993ce744277fea95182 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,6 @@ go install bitbucket.org/henesy/disco ## Problems -* PM's are temporarily disabled - * Does not create accounts for you, this still needs to be done in a browser/app * Does not support 2FA (Discord API explicitly does not allow this) diff --git a/TODO b/TODO index 6999643c80b3b9138576b3f2bb16ae1d2f8db255..80dd6985d7daf745184d29f20954165525232e5c 100644 --- a/TODO +++ b/TODO @@ -4,32 +4,24 @@ Commands: :d [n] file -- dump backlog of last 'n' msgs to a file 'file' -:? to list commands +:m needs fixed Features: * read $home/lib/discord.face for profile picture (or just face?) -* delete disco.ndb on failure to log in for 400 bad request: password does not match - * runtime verify proper permissions -rw------- 0600 for discord.ndb -* [done] if ``` entered, allow multi-line message (composition) - -* flag for larger backlog loading +* flag for larger backlog loading (similar to :m, which is broken atm) * CAPTCHA solution -- http-proxy is a bad one -* [done-ish] fix pm's - * when opening a pm, drops back to channel dialogue - -* [done] aux/statusmsg backgrounds and doesn't steal input +* refine :p and its menu + * when leaving a pm, drops back to channel dialogue from last guild (feature?) * fix :m not displaying more than loaded backlog -* fix ctrl+d not closing out cleanly - -* add [b] go back to pm's menu from within pm's +* fix ctrl+d not closing out cleanly (treat the same as :q) -* [done] fix :n printing to chat +* add [b] go back to pm's menu from within pm's rather than the :c menu for last guild