This project was already merged into the Hexchat code, the main objective of it to exist, please go to the official repository to get support
Adds FiSHLiM support to HexChat with with steroids!
Based on FiSHLiM plugin of HexChat.
- gio
- openssl
- hexchat
- meson
You must deactivate the original FiSHLiM version of the HexChat core before using this version
meson builddir -Dlocal_install=true
ninja -C builddir test
ninja -C builddir install
meson builddir
ninja -C builddir
ninja -C builddir test
sudo ninja -C builddir install
We offer AUR repo: https://aur.archlinux.org/packages/hexchat-fishlim-reloaded-git/
- Backward compatibility with the database file addon_fishlim.conf from original HexChat module
- CBC mode on SETKEY and KEYX commands
- Store keys in CBC mode (addon_fishlim.conf)
- Detect context in DELKEY command
- Encrypted flag for incoming and outgoing messages
- SETKEY command
- for CBC mode -> /setkey cbc:key
- for ECB mode -> /setkey ecb:key
- for ECB mode -> /setkey key
This project is intended to provide users with the new features until they are merged into the HexChat core: hexchat/hexchat#2347