Statistics
| Branch: | Tag: | Revision:

keysync / otrapps @ master

Name Size Revision Age Author Comment
__init__.py 1.64 KB 686381ca over 3 years Jochen Hein Initial conversion to and from kopete keys (clo...
adium.py 3.93 KB bcd1f313 about 4 years Hans-Christoph Steiner fix all "Relative import" problems from pylint,...
chatsecure.py 6.29 KB 20d6b856 over 3 years Jeremy B. Merrill support decrypting otr_keystore.ofcaes file and...
errors.py 2.22 KB 39a524b9 over 5 years Hans-Christoph Steiner clean up formatting using python's python2.7/To...
gajim.py 6.96 KB 3a7ecf3a almost 3 years Ralf Jung fix detection of public keys
gnupg.py 2.43 KB 0aef09c5 about 4 years Hans-Christoph Steiner fix pylint complaints about style * Missing do...
irssi.py 1.97 KB d777abc5 about 4 years Hans-Christoph Steiner standardize shebang on: /usr/bin/env python Pa...
jitsi.py 9.47 KB 7a912ea5 over 3 years Timothy Redaelli switch from BeautifulSoup 3 to 4 (closes #24)
kopete.py 3.11 KB 686381ca over 3 years Jochen Hein Initial conversion to and from kopete keys (clo...
otr_fingerprints.py 2.21 KB d777abc5 about 4 years Hans-Christoph Steiner standardize shebang on: /usr/bin/env python Pa...
otr_private_key.py 5.48 KB c0306207 over 3 years Hans-Christoph Steiner fix pyflakes warnings for otrapps/*.py This en...
pidgin.py 4.22 KB 7a912ea5 over 3 years Timothy Redaelli switch from BeautifulSoup 3 to 4 (closes #24)
util.py 21.4 KB 96990dc7 over 2 years Hans-Christoph Steiner psutil removed get_pid_list() in v3.0
xchat.py 1.97 KB d777abc5 about 4 years Hans-Christoph Steiner standardize shebang on: /usr/bin/env python Pa...

Latest revisions

# Date Author Comment
96990dc7 09/17/2015 02:15 pm Hans-Christoph Steiner

psutil removed get_pid_list() in v3.0

3a7ecf3a 04/03/2015 03:18 pm Ralf Jung

fix detection of public keys

37eb4857 11/10/2014 07:55 pm Ralf Jung

implement writing gajim keys

20d6b856 06/24/2014 05:35 pm Jeremy B. Merrill

support decrypting otr_keystore.ofcaes file and turn it into pidgin format

closes #22
fixes #2430 https://dev.guardianproject.info/issues/2430

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

switch from BeautifulSoup 3 to 4 (closes #24)

686381ca 06/24/2014 04:42 pm Jochen Hein

Initial conversion to and from kopete keys (closes #27)

c0306207 06/23/2014 03:39 pm Hans-Christoph Steiner

fix pyflakes warnings for otrapps/*.py

This enables pyflakes checks on otrapps/*.py but not yet keysync and
keysync-gui because those have warnings which are hard to fix.
Unfortunately, pyflakes does not have a way to ignore issues.

a83494a8 05/01/2014 04:05 pm martin-v

Fix forgotten settingsdir=None in gajim.py (closes #26)

Causes:
Traceback (most recent call last):
File "./keysync", line 110, in <module>
main()
File "./keysync", line 87, in main
otrapps.util.merge_keydicts(keydict, properties.parse())
TypeError: parse() takes exactly 1 argument (0 given)

d577220c 03/21/2014 11:26 am Abel Luck

gajim: fix tests by using the same settings dir during tests

when parse() is run without arguments, the real config location will be used.

cfb2e34b 03/18/2014 05:39 pm Abel Luck

gajim: use prpl-jabber protocol internally

View revisions

Also available in: Atom