Skip to content
/ otr3 Public
forked from coyim/otr3

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

License

Notifications You must be signed in to change notification settings

otrv4/otr3

This branch is 2 commits ahead of, 56 commits behind coyim/otr3:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

29f298c · Oct 30, 2019
Oct 2, 2017
Jan 7, 2019
Jul 10, 2015
Jul 20, 2015
Oct 30, 2019
Aug 8, 2017
Oct 30, 2019
Jul 3, 2015
Oct 30, 2019
Oct 30, 2019
Jul 3, 2015
Oct 30, 2019
Oct 2, 2017
Sep 6, 2015
Oct 30, 2019
Oct 30, 2019
Oct 30, 2019
Oct 30, 2019
Aug 8, 2017
Aug 8, 2017
Aug 5, 2015
Jul 10, 2015
Jul 19, 2015
Sep 6, 2015
Aug 5, 2015
Sep 24, 2016
Nov 19, 2015
Oct 30, 2019
Aug 8, 2017
Sep 1, 2016
Dec 4, 2015
Aug 8, 2019
Jul 31, 2015
Jul 7, 2015
Sep 24, 2016
Aug 14, 2015
Feb 17, 2018
Oct 23, 2015
Oct 23, 2015
Aug 8, 2017
Jul 28, 2015
Oct 30, 2019
Nov 19, 2015
Nov 19, 2015
Aug 13, 2015
Aug 13, 2015
Aug 8, 2019
Dec 4, 2015
Nov 19, 2015
Aug 16, 2015
Oct 30, 2019
Aug 6, 2015
Oct 30, 2019
Nov 19, 2015
Oct 30, 2019
Oct 15, 2016
Sep 1, 2016
Sep 1, 2016
Aug 5, 2015
Aug 5, 2015
Oct 30, 2019
Oct 30, 2019
Oct 30, 2019
Aug 15, 2015
Oct 30, 2019
Aug 13, 2015
Aug 13, 2015
Aug 11, 2015
Aug 15, 2015
Aug 10, 2019
May 20, 2019
Aug 14, 2015
Aug 4, 2015
Mar 31, 2016
Nov 19, 2015
Jan 24, 2017
Sep 1, 2016
Aug 14, 2015
Aug 14, 2015
Sep 1, 2016
Sep 1, 2016
Oct 30, 2019
Aug 11, 2015
Aug 14, 2015
Aug 14, 2015
Nov 19, 2015
Aug 3, 2015
Nov 19, 2015
Aug 3, 2015
Nov 19, 2015
Aug 3, 2015
Nov 19, 2015
Aug 3, 2015
Jul 29, 2015
Aug 8, 2019
Aug 8, 2017
Aug 8, 2017
Nov 19, 2015
Aug 6, 2015
Aug 14, 2015
Aug 14, 2015
Oct 30, 2019
Oct 30, 2019
Nov 19, 2015
Dec 16, 2015
Nov 19, 2015
Nov 19, 2015
Aug 17, 2015

Repository files navigation

OTR3 Build Status

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.4%
  • Other 1.6%