Skip to content

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

Notifications You must be signed in to change notification settings

oxzi/weechat-xochimilco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a186ed0 · Mar 22, 2021

History

6 Commits
Mar 22, 2021
Mar 16, 2021
Mar 16, 2021
Mar 16, 2021
Mar 16, 2021
Mar 21, 2021
Mar 22, 2021
Mar 16, 2021
Mar 16, 2021
Mar 21, 2021
Mar 21, 2021
Mar 21, 2021
Mar 16, 2021

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