coyim / otr3

A Go implementation of the OTR 3 protocol, with libotr 4.1.0 feature parity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OTR3

Build Status Coverage Status Go Report Card

Implements version 3 of the OTR standard. Implements feature parity with libotr 4.1.0.

API Documentation

GoDoc

Developing

Before doing any work, if you want to separate out your GOPATH from other projects, install direnv

$ brew update
$ brew install direnv
$ echo 'eval "$(direnv hook bash)"' >> ~/.bashrc

Then, create a symbolic link to the OTR3 repository

ln -s /PathToMyGoPackages/.gopkgs/otr3/src/github.com/coyim/ .

Install all dependencies:

./deps.sh

About

A Go implementation of the OTR 3 protocol, with libotr 4.1.0 feature parity

License:GNU General Public License v3.0


Languages

Language:Go 98.5%Language:C 1.0%Language:Makefile 0.4%Language:AGS Script 0.1%