diff options
author | Samuel Lidén Borell <samuel@slbdata.se> | 2011-08-10 15:22:36 +0200 |
---|---|---|
committer | Samuel Lidén Borell <samuel@slbdata.se> | 2011-08-10 15:25:19 +0200 |
commit | c8970fc325a8bcecb455c5217a625ac2800c2d09 (patch) | |
tree | c8f52628a0ed5080833c17eeecca8dcb5cca7d25 /README | |
parent | 671f62eb5fd35e3b9cf4598f534f331a0a33f2be (diff) | |
download | fishlim-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-- | README | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -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 - - |