Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.36 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.36 KB

WeeChat Xochimilco

CI REUSE status

A proof-of-concept WeeChat plugin to encrypt PRIVMSGs with a variant of Signal's cryptography. This plugin (not a script) is written in both Golang and C and is based on my xochimilco library for encryption. It is mostly an experiment. So please do not use it for anything serious.

asciicast

Install

To build the plugin, at least a recent Go compiler and a GCC must be installed. If you are using the Nix package manager, please enter a nix-shell.

# Create the plugin, xochimilco.so
make

# Now, you might wanna copy this shared object to your WeeChat's plugin dir.
# For the default location, ~/.weechat/, there is:
make install

# For testing, a temporary and preconfigured WeeChat can be launched:
make test-instance