https://github.com/oxzi/weechat-xochimilco
Proof-of-concept xochimilco plugin for WeeChat, a rough implementation of Signal’s crypto
https://github.com/oxzi/weechat-xochimilco
signal-protocol weechat-plugin
Last synced: about 1 year ago
JSON representation
Proof-of-concept xochimilco plugin for WeeChat, a rough implementation of Signal’s crypto
- Host: GitHub
- URL: https://github.com/oxzi/weechat-xochimilco
- Owner: oxzi
- Created: 2021-03-22T09:58:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-22T10:17:46.000Z (about 5 years ago)
- Last Synced: 2023-03-10T07:45:13.459Z (over 3 years ago)
- Topics: signal-protocol, weechat-plugin
- Language: C
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/CC0-1.0.txt
Awesome Lists containing this project
README
# WeeChat Xochimilco
[](https://github.com/oxzi/weechat-xochimilco/actions/workflows/ci.yml)
[](https://api.reuse.software/info/github.com/oxzi/weechat-xochimilco)
A _proof-of-concept_ [WeeChat][weechat-main] plugin to encrypt `PRIVMSG`s with a variant of Signal's cryptography.
This [plugin][weechat-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.
[](https://asciinema.org/a/uc0FHddfKOXxczu8CVCGVvP3e)
## 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`.
```sh
# 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
```
[weechat-main]: https://weechat.org/
[weechat-plugin]: https://weechat.org/files/doc/stable/weechat_plugin_api.en.html
[xochimilco]: https://github.com/oxzi/xochimilco