Commit graph

4044 commits

Author SHA1 Message Date
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
Yann Leboulanger
d27591076f fix exception handling 2013-01-01 23:18:36 +01:00
Yann Leboulanger
069bddbbcb remove call to unicode() 2013-01-01 21:06:16 +01:00
Yann Leboulanger
414e349345 python uses unicode internally 2013-01-01 19:44:25 +01:00
Yann Leboulanger
e71188a6fa print -> print() 2013-01-01 19:36:56 +01:00
Yann Leboulanger
e8dab6e41c fix one more unicode error 2012-12-30 23:49:05 +01:00
Yann Leboulanger
b6b3bcb552 [Dicson and I] fix some unicode issues 2012-12-30 23:47:31 +01:00
Yann Leboulanger
7ebde173bc use gobject introspection to access gupnp-igd 2012-12-26 23:39:22 +01:00
Yann Leboulanger
ad2f2eada6 une GnomeKeyring vi gobject introspections 2012-12-26 11:19:59 +01:00
Yann Leboulanger
4554b85922 fix config names. Fixes #7276 2012-12-25 18:56:05 +01:00
Yann Leboulanger
71aa8d1950 correctly get SSL certificate from nbxmpp. Fixes #7283 2012-12-25 18:18:39 +01:00
Yann Leboulanger
da75bf846b correctly handle SSL errors. Fixes #7252 2012-12-23 17:48:11 +01:00
Yann Leboulanger
8f71d9f219 start porting Gajim to gobject introspection and GTK3 2012-12-23 16:23:43 +01:00
Yann Leboulanger
cae8faf0ed fix module name 2012-12-16 23:53:32 +01:00
Yann Leboulanger
ebb901045a fix module name 2012-12-16 18:29:59 +01:00
Yann Leboulanger
34163e508b keep in config file room.JID.muc_restore_*. Fixes #7276 2012-12-13 10:07:51 +01:00
Yann Leboulanger
d1adec53be don't reconnect a disabled account. Fixes #7265 2012-12-12 22:03:13 +01:00
Yann Leboulanger
12cf1eba1f fix module name 2012-12-12 20:34:02 +01:00
Yann Leboulanger
77775cf0af Gajim now uses python-nbxmpp library instead of embedding it. 2012-12-09 21:37:51 +01:00
Yann Leboulanger
0c6117a778 ability to store muc_restore_* per room JID. Fixes #7276 2012-12-09 17:07:50 +01:00
Yann Leboulanger
0a8b9af93d prevent traceback 2012-12-07 17:05:20 +01:00
Jefry Lagrange
a4fc916ab2 prevent connection to be called when there is no connection 2012-11-23 21:38:36 -04:00
Denis Fomin
9fa880cc36 prevent traceback 2012-11-18 23:46:43 +04:00
Denis Fomin
2384e99900 Make Location information translatable 2012-11-15 14:44:48 +04:00
Denis Fomin
f112615aae typo 2012-11-15 14:19:02 +04:00
Denis Fomin
6485517447 coding style. 2012-11-15 14:05:10 +04:00
Yann Leboulanger
6adec9b8e3 trunk is now 0.15.2.0 2012-11-11 10:05:23 +01:00