Commit graph

4451 commits

Author SHA1 Message Date
Yann Leboulanger
21b2448d14 fix arguments of request_voice() function 2011-07-29 17:34:53 +02:00
Yann Leboulanger
c5c169ca15 call load_pkcs12 with empty string passphrase instead of None passphrase 2011-07-28 22:42:03 +02:00
Jefry Lagrange
af9d304c52 add initiator to every jingle stanza 2011-07-27 22:01:49 -04:00
Jefry Lagrange
d5ffbf8834 include ibb and bytestream, jingle transports in feature disco 2011-07-27 16:47:55 -04:00
Jefry Lagrange
d2fddc2562 initiator on transport-info 2011-07-27 14:45:10 -04:00
Yann Leboulanger
94644a2ee3 ability to connect to a host that require a PCKS certificate that is encrypted. 2011-07-26 22:44:11 +02:00
Yann Leboulanger
611eb69e73 add an option to allow hidding roster even if systray is not shown. Fixes #6930 2011-07-24 10:54:43 +02:00
Jefry Lagrange
6402505983 fix candidate-error 2011-07-22 18:00:29 -04:00
Jefry Lagrange
11f1c8c275 fix candidate-error 2011-07-22 17:03:56 -04:00
Jefry Lagrange
d21b091471 fix session-initiate 2011-07-22 16:44:28 -04:00
Jefry Lagrange
d92d86e6bc connecting to candidates in session-accept 2011-07-22 16:15:34 -04:00
Yann Leboulanger
3a84a5de26 correctly close file when we cancel a transfer. Fixes #7281 2013-01-24 21:23:57 +01:00
Yann Leboulanger
92f3898a3e [Daniel Aleksandersen] Use encrypted Google search. Fixes #7289 2013-01-14 20:13:45 +01:00
Yann Leboulanger
4e4b88cb5b remove <ping> child in ping reply. Fixes #7286 2013-01-10 17:21:05 +01:00
Jefry Lagrange
b223d8c99f Cancel an IBB transfer 2012-12-26 18:41:31 -04:00
Yann Leboulanger
6aca316b7e don't crash when cacerts.pem file doesn't exists 2013-02-10 11:29:14 +01:00
Denis Fomin
bc3e7d0606 cleaning 2013-01-29 23:07:25 +04:00
Yann Leboulanger
f82dfed644 support min_gajim_version and max_gajim_version in plugins 2013-01-26 22:31:17 +01:00
Denis Fomin
67e7d7f718 fix change font in html, wrong import 2013-01-11 16:37:10 +04:00
Denis Fomin
8c6b68d35e fix caps 2013-01-11 13:34:49 +04:00
Denis Fomin
520665a6cc fix html 2013-01-11 01:53:09 +04:00
Yann Leboulanger
8079736493 fix traceback 2013-01-10 19:47:57 +01:00
Denis Fomin
99c62442bb [Asterix] Fix caps 2013-01-08 13:17:09 +04:00
Denis Fomin
ea8a1b3241 fix missing import 2013-01-08 01:59:12 +04:00
Denis Fomin
b6ff150282 fix tracebacks 2013-01-07 18:33:41 +04:00
Denis Fomin
6e278b40fc fix gajim version 2013-01-06 22:07:16 +04:00
Yann Leboulanger
d20dcfccea fix connecting with python3 internal ssl implementation 2013-01-06 13:47:23 +01:00
Denis Fomin
379fb0c515 Fix PEP 2013-01-06 15:41:26 +04:00
Yann Leboulanger
94168c01ae fix encoding issue 2013-01-05 23:06:59 +01:00
Emmanuel Gil Peyrot
ab7ce2b42e Use log.warning instead of the deprecated log.warn. 2013-01-05 11:26:22 +01:00
Denis Fomin
98abd4f4d2 fix exec commands and avatar in popups 2013-01-05 20:08:07 +04:00
Yann Leboulanger
e0b63d4a40 fix gnomekeyring import 2013-01-05 10:58:51 +01:00
Yann Leboulanger
936d538eba correctly open / close file when computing hash 2013-01-05 10:09:15 +01:00
Yann Leboulanger
db06bddb81 correctly close file after it's opened 2013-01-05 10:07:35 +01:00
Yann Leboulanger
7b82ab7b5d close files after they are opened 2013-01-05 09:54:17 +01:00
Yann Leboulanger
0312b6275a itervalues / iterkeys doesn't exist anymore 2013-01-05 09:52:09 +01:00
Yann Leboulanger
e03b3c35b6 fix traceback handling
fix struc and sha1 usage (use bytes instead of string)
2013-01-05 00:03:36 +01:00
Yann Leboulanger
89540b0c2e fix registering an account 2013-01-04 23:11:07 +01:00
Yann Leboulanger
078abc9b7a fix __import__ calls 2013-01-04 14:12:35 +01:00
Yann Leboulanger
11a357351d partly fix hmac usage 2013-01-03 19:01:18 +01:00
Denis Fomin
35355e1fa2 fix get os info 2013-01-03 20:50:01 +04:00
Denis Fomin
3911c72ba9 fix set avatar 2013-01-03 17:02:14 +04:00
Denis Fomin
3c4a63e97e fix gettext 2013-01-03 13:41:52 +04:00
Denis Fomin
c4d5ccf4e0 fix error handling 2013-01-03 11:47:34 +04:00
Denis Fomin
ce1a785484 fix generator and range 2013-01-03 04:08:07 +04:00
Yann Leboulanger
689fe31710 handle nbxmpp logging with -l option (-l .nbxmpp.client_nb=INFO for example) 2012-12-30 18:54:49 +01:00
Yann Leboulanger
ed21564970 fix some dict.keys() 2013-01-02 18:23:38 +01:00
Yann Leboulanger
3fdefe20b7 xrange() -> list(range()) 2013-01-02 18:17:51 +01:00
Yann Leboulanger
2c21353a8b remove has_key()
fix base64 calls (requires and returns bytes, not str)
2013-01-02 17:53:42 +01:00
Yann Leboulanger
912f0e921d fix imports and many py3 changements 2013-01-02 13:54:02 +01:00