aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSamuel Lidén Borell <samuel@slbdata.se>2011-08-10 15:22:36 +0200
committerSamuel Lidén Borell <samuel@slbdata.se>2011-08-10 15:25:19 +0200
commitc8970fc325a8bcecb455c5217a625ac2800c2d09 (patch)
treec8f52628a0ed5080833c17eeecca8dcb5cca7d25 /README
parent671f62eb5fd35e3b9cf4598f534f331a0a33f2be (diff)
downloadfishlim-c8970fc325a8bcecb455c5217a625ac2800c2d09.tar.gz
fishlim-c8970fc325a8bcecb455c5217a625ac2800c2d09.tar.bz2
fishlim-c8970fc325a8bcecb455c5217a625ac2800c2d09.zip
Use pure protocol-level filtering and implement topic decryption
Protocol-level filtering is better because it means that any high-level filtering is sees the unecrypted text (for example highlighting and most plugins).
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 3 insertions, 7 deletions
diff --git a/README b/README
index 7c44d10..8a3f489 100644
--- a/README
+++ b/README
@@ -16,18 +16,14 @@ Features
Working:
* Sending/receiving messages
+ * Topic decryption
* Using unecrypted keys / keys without a password from blow.ini
- * Nickname coloring is not broken!
+ * Pure protocol-level filtering (works with highlighting, nick coloring etc)
* Partially encrypted messages (i.e. prefixed with nickname by a bouncer)
Not working:
* Key exchange and /setkey
* Password-protected key storage
- * Topic encryption/decryption
+ * Topic encryption
* Remote exploitation (hopefully!)
-Known issues:
- * Highlighting of extra words (other than the nick) does not work with
- encrypted channels
-
-