From a99fe11e6ad7263923f23d0402f5bca75b8a43ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=C3=A6r=C3=B8y?= Date: Sat, 17 Dec 2016 00:40:14 +0100 Subject: [PATCH] Remove OTR specific README file. --- README.otr | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 README.otr diff --git a/README.otr b/README.otr deleted file mode 100644 index 9eac89a3..00000000 --- a/README.otr +++ /dev/null @@ -1,34 +0,0 @@ -README for the OTR Merge Project -================================ - -This file is used to track the progress of merging Irssi-OTR into the Irssi -source code tree. - -## Testing - - 1. Install the requirements listed at https://github.com/cryptodotis/irssi-otr - 2. git clone https://github.com/ahf/irssi.git irssi-native-otr - 3. cd irssi-native-otr - 4. git checkout native-otr - 5. ./autogen.sh --with-otr && make - 6. Start irssi using: ./src/fe-text/irssi --home=~/.irssi-otr-native/ -! - 8. Use the OTR support like you'd normally and report any issues and crashes - here on Github or to ahf on IRC (in #irssi on freenode or #otr on OFTC). - -## TODO - -1. Add setting: autolog_ignore_otr (default: true) and required API in the - autolog subsystem. We want to ensure that by default Irssi shouldn't log - anything between users using OTR. - -2. Fuzzy matching of fingerprints in OTR commands that accepts a fingerprint. -3. Bring OTR statusbar back to life. -4. Make '/otr' context sensitive: '/otr' is an alias for '/otr init' in an insecure query window, otherwise it's an alias for '/otr info'. - -## Notes from #OTR @ OFTC - -1. so first to authq, how do you handle a secret with spaces? -2. for the fp token, good idea, more usable that way and if collision, you present the FPs -3. also would be great to be able to do like "/otr trust dgoulet@irc.freenode.net" you know ;) -4. have a /otr msg , which would be like /query but with an /otr init before. -5. to that extent, having an option to specify the key you want to use would be useful, like "/otr init --key dgoulet@mynetwork"