diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2016-12-14 16:04:43 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2016-12-14 16:04:43 +0000 |
commit | 7d308fae0c97111ade6f17cdff0bfd136ba48fc3 (patch) | |
tree | 0c7d8f858022d8bc9cd8cfc24cf7b5a4cc620b5d /irc/Makefile | |
parent | 462423df9dfebed2a224af514e1309b2ab7ed54f (diff) | |
download | freebsd-ports-7d308fae0c97111ade6f17cdff0bfd136ba48fc3.zip |
FiSHLiM is a HexChat plugin for FiSH IRC encryption.
* Sending/receiving messages
* Topic decryption
* Using unecrypted keys / keys without a password from blow.ini
* Pure protocol-level filtering (works with highlighting, nick coloring etc)
* Partially encrypted messages (i.e. prefixed with nickname by a bouncer)
* CBC mode
WWW: http://fishlim.kodafritt.se/
Diffstat (limited to 'irc/Makefile')
-rw-r--r-- | irc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index 4ef47b4701e6..c7a7bedb51d9 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -29,6 +29,7 @@ SUBDIR += gruftistats SUBDIR += gseen.mod SUBDIR += hexchat + SUBDIR += hexchat-fish SUBDIR += hybserv SUBDIR += icbirc SUBDIR += ii |