Statistics
| Branch: | Tag: | Revision:

keysync / README.md @ master

History | View | Annotate | Download (14 KB)

# Date Author Comment
079aac41 09/17/2015 01:45 pm Hans-Christoph Steiner

add links to the README

7a912ea5 06/24/2014 04:54 pm Timothy Redaelli

switch from BeautifulSoup 3 to 4 (closes #24)

b077837e 03/18/2014 05:29 pm Abel Luck

gajim: implement full account reading

Exporting public and private keys from Gajim now works.

fe6419cc 03/11/2014 04:13 pm Abel Luck

readme: Add missing build deps for Fedora 20

d2dd9c20 10/16/2013 12:40 am Hans-Christoph Steiner

python-potr has been released, so special instructions are no longer needed

2eeaa615 10/10/2013 10:53 pm Hans-Christoph Steiner

added note that keysync does not address OTR issues with multi-party (closes #20)

Added some language to further clarify what syncing OTR identity and trust
relationships means, and added language to clarify what KeySync is not
meant to do.

thanks to the.solipsist for contributing to this.

a08a892e 10/10/2013 12:26 pm Abel Luck

readme: reference windows build instructions

also change ~/ -> APPDATA for pidgin on windows

100f78d7 10/08/2013 06:50 pm Hans-Christoph Steiner

implement MTP detection and syncing for Mac OS X, which has no MTP support

pymtp/libmtp provide the MTP support, we also have to think about Google's
Android File Transfer app, since its also a libmtp app, and it will
conflict with KeySync.

refs #1939, #1967, #1968, #1870

3f4999a4 10/08/2013 03:25 pm Hans-Christoph Steiner

document dependencies in README and setup.py

631e7fa1 10/07/2013 07:54 pm Hans-Christoph Steiner

update Mac OS X build instructions

refs #1870

4f308725 09/20/2013 09:54 pm Hans-Christoph Steiner

create pip+virtual+py2app build environment for making a Mac OS X .app

This also lays the groundwork for an easily repeatable py2exe setup.

bce26963 09/20/2013 09:54 pm Hans-Christoph Steiner

switch to setuptools and add dependencies to automate them elsewhere

Using setuptools means setup.py can have install_requires, and that is then
used as the canonical list of dependencies for pip and the debian package.

322b22b8 09/20/2013 09:54 pm Hans-Christoph Steiner

rename Gibberbot to ChatSecure everywhere in the code and documentation

Its official: Gibberbot is now ChatSecure for Android!

2b5ef994 09/20/2013 09:54 pm Hans-Christoph Steiner

detect which supported apps might be currently running

If an IM app is running, then KeySync cannot safely write new OTR files for
that app. This check will be used to detect what apps are running, and
prompt the user to quit them if they want to sync with those apps.

d7bd52bb 09/16/2013 10:01 pm Hans-Christoph Steiner

jitsi: carefully target specific service cases when writing out (closes #19)

The existing patterns were too broad, for example, this code:
elif 'gmail' in key['name'].split('@')[1]
would also trigger a match if the domain name was "enigmail.com".

73730aec 09/16/2013 06:09 pm duy

added support for xchat (closes #17)

8e69a295 09/14/2013 04:45 am Hans-Christoph Steiner

fixed listing of Debian packages needed to be installed (closes #15)

e5c4888f 09/14/2013 04:43 am Hans-Christoph Steiner

update description of KeySync and how to use it

6f6d181d 09/14/2013 04:43 am Hans-Christoph Steiner

move README to markdown format