Skip to content

oxzi/weechat-xochimilco

Repository files navigation

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

About

Proof-of-concept xochimilco plugin for WeeChat, a rough implementation of Signal’s crypto

Topics

Resources

Stars

Watchers

Forks

Languages