gajim: force sending muc invitation to the jid/resource if we're...

2014-01-13 Thread Gajim
changeset 2ba669552014 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=2ba669552014 description: force sending muc invitation to the jid/resource if we're chatting with a specific resource. Fixes #7582

gajim: Set parent for server error dialog in disco

2014-01-17 Thread Gajim
changeset 771502176807 in /home/hg/repos/gajim author: Denis Fomin fomi...@gmail.com branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=771502176807 description: Set parent for server error dialog in disco diffstat: src/disco.py | 3 ++- 1 файлов изменено, 2 вставок

gajim: Remove the set of default CA certificates, use only the s...

2014-01-21 Thread Gajim
changeset 09ddc6b18704 in /home/hg/repos/gajim author: Fedor Brunner fedor.brun...@azet.sk branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=09ddc6b18704 description: Remove the set of default CA certificates, use only the system CA certificates /etc/ssl/certs

gajim: Support for sha256 fingerprint.

2014-01-21 Thread Gajim
changeset d790ebd8d1b9 in /home/hg/repos/gajim author: Fedor Brunner fedor.brun...@azet.sk branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=d790ebd8d1b9 description: Support for sha256 fingerprint. Fixes #7628 diffstat: src/common/config.py

gajim: correcting typo.

2014-01-21 Thread Gajim
changeset 1241e6efcb38 in /home/hg/repos/gajim author: Fedor Brunner fedor.brun...@azet.sk branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=1241e6efcb38 description: correcting typo. Fixes #7628 diffstat: src/common/connection_handlers_events.py | 2 +- 1

gajim: make search button insensitive before we get the search f...

2014-01-26 Thread Gajim
changeset 3bb56ed3cd4f in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=3bb56ed3cd4f description: make search button insensitive before we get the search form. Fixes #7631 diffstat: src

gajim: include HTMLParser module in windows build for OTR plugin

2014-01-26 Thread Gajim
changeset 83e9630fc543 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=83e9630fc543 description: include HTMLParser module in windows build for OTR plugin diffstat: setup_win32.py | 2 +- 1 files

gajim: Add ability to configure TLS protocol version.

2014-01-27 Thread Gajim
changeset b5831b64e5d2 in /home/hg/repos/gajim author: Fedor Brunner fedor.brun...@azet.sk branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=b5831b64e5d2 description: Add ability to configure TLS protocol version. add configuration option tls_version

gajim: Backed out changeset 4ba5c2f6386e

2014-01-29 Thread Gajim
changeset c1f88dc9e4d0 in /home/hg/repos/gajim author: Fedor Brunner fedor.brun...@azet.sk branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=c1f88dc9e4d0 description: Backed out changeset 4ba5c2f6386e I have submitted the 'tls_version' to the incorrect default branch

gajim: Backed out changeset c1f88dc9e4d0 of backed out changeset...

2014-01-29 Thread Gajim
changeset 77d4c5bf1993 in /home/hg/repos/gajim author: Fedor Brunner fedor.brun...@azet.sk branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=77d4c5bf1993 description: Backed out changeset c1f88dc9e4d0 of backed out changeset 4ba5c2f6386e diffstat: src/common/config.py | 1

gajim: fix receiving highlighted corrected message. Fixes #7431

2014-01-29 Thread Gajim
changeset 65b506a4086d in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=65b506a4086d description: fix receiving highlighted corrected message. Fixes #7431 diffstat: src/conversation_textview.py | 6

gajim: Update entropy gathering for interface changes of pyOpenSSL.

2014-01-30 Thread Gajim
changeset 028705b6a08f in /home/hg/repos/gajim author: Fedor Brunner fedor.brun...@azet.sk branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=028705b6a08f description: Update entropy gathering for interface changes of pyOpenSSL. Fixes: #7642 diffstat: src/common

gajim: 4096-bit MODP Group from RFC3526, Section 5.

2014-01-31 Thread Gajim
changeset 6892eee71437 in /home/hg/repos/gajim author: Fedor Brunner fedor.brun...@azet.sk branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=6892eee71437 description: 4096-bit MODP Group from RFC3526, Section 5. The prime is: 2^4096 - 2^4032 - 1 + 2^64 * { [2^3966

gajim: don't allow to do ctrl+r when roster is hidden. See #7315

2014-02-05 Thread Gajim
changeset 94a426dcbee4 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=94a426dcbee4 description: don't allow to do ctrl+r when roster is hidden. See #7315 diffstat: data/gui/roster_window.ui | 1

gajim: some gtk3 fixes in plugins window

2014-02-15 Thread Gajim
changeset e4de73d0d9b7 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gtk3 details:http://hg.gajim.org/gajim?cmd=changeset;node=e4de73d0d9b7 description: some gtk3 fixes in plugins window diffstat: src/plugins/gui.py | 16 ++-- 1 files changed, 6

gajim: prevent traceback. Fixes #7592

2014-02-15 Thread Gajim
changeset 99b682334b2b in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=99b682334b2b description: prevent traceback. Fixes #7592 diffstat: src/tooltips.py | 2 +- 1 files changed, 1 insertions(+), 1

gajim: copy big_brother_groups correctly when making metcontacts...

2014-02-16 Thread Gajim
changeset afa463034d75 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=afa463034d75 description: copy big_brother_groups correctly when making metcontacts. Fixes #7574 diffstat: src/roster_window.py

gajim: Old pyOpenSSL is missing get_signature_algorithm. Use the...

2014-02-16 Thread Gajim
changeset dd81001e73f0 in /home/hg/repos/gajim author: fedor.brunner branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=dd81001e73f0 description: Old pyOpenSSL is missing get_signature_algorithm. Use the default sha256 signature algorithm for old pyOpenSSL

gajim: Syntax correction for Python3

2014-02-16 Thread Gajim
changeset 3779e7f5909b in /home/hg/repos/gajim author: fedor.brunner branches: gtk3 details:http://hg.gajim.org/gajim?cmd=changeset;node=3779e7f5909b description: Syntax correction for Python3 diffstat: src/common/configpaths.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs

gajim: Enable use of 2048, 3072, 4096 bit DH groups in ESessions...

2014-02-17 Thread Gajim
changeset 5bcb7b9bba74 in /home/hg/repos/gajim author: Fedor Brunner fedor.brun...@azet.sk branches: gtk3 details:http://hg.gajim.org/gajim?cmd=changeset;node=5bcb7b9bba74 description: Enable use of 2048, 3072, 4096 bit DH groups in ESessions. The 3072-bit DH group is prefered

gajim: New set of CA certificates is in cacert.pem, used only on...

2014-02-17 Thread Gajim
changeset e4e598d633d3 in /home/hg/repos/gajim author: Fedor Brunner fedor.brun...@azet.sk branches: gtk3 details:http://hg.gajim.org/gajim?cmd=changeset;node=e4e598d633d3 description: New set of CA certificates is in cacert.pem, used only on Windows. These CA certificates were copied

gajim: 4096-bit MODP Group from RFC3526, Section 5.

2014-02-17 Thread Gajim
changeset c5405ee71751 in /home/hg/repos/gajim author: Fedor Brunner fedor.brun...@azet.sk branches: gtk3 details:http://hg.gajim.org/gajim?cmd=changeset;node=c5405ee71751 description: 4096-bit MODP Group from RFC3526, Section 5. The prime is: 2^4096 - 2^4032 - 1 + 2^64 * { [2^3966 pi

gajim: remove fuzzy tag

2014-02-17 Thread Gajim
changeset c7cc7d2725c3 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=c7cc7d2725c3 description: remove fuzzy tag diffstat: po/es.po | 1807

gajim: Disable TLS tickets (RFC 5077) in OpenSSL Context for XTLS.

2014-02-17 Thread Gajim
changeset 424f244a3725 in /home/hg/repos/gajim author: Fedor Brunner fedor.brun...@azet.sk branches: gtk3 details:http://hg.gajim.org/gajim?cmd=changeset;node=424f244a3725 description: Disable TLS tickets (RFC 5077) in OpenSSL Context for XTLS. More on the effect of TLS tickets

gajim: updated french translation

2014-02-17 Thread Gajim
changeset b01f49d73ae9 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=b01f49d73ae9 description: updated french translation diffstat: po/fr.po | 2567

gajim: fix typo

2014-02-17 Thread Gajim
changeset ae6b6f66f9c3 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=ae6b6f66f9c3 description: fix typo diffstat: src/common/connection.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions

gajim: [guybrush88] updated italian translation

2014-02-24 Thread Gajim
changeset 65c0d54660a5 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=65c0d54660a5 description: [guybrush88] updated italian translation diffstat: po/it.po | 710

gajim: fix using transport sid in jingle IBB instead of jingle sid

2014-02-24 Thread Gajim
changeset d7d8cb266c79 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=d7d8cb266c79 description: fix using transport sid in jingle IBB instead of jingle sid fix double iq-result sending

gajim: fix file xmlns for jingleFT

2014-02-24 Thread Gajim
changeset 23b26bc36b11 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=23b26bc36b11 description: fix file xmlns for jingleFT diffstat: src/common/jingle_content.py | 2 +- 1 files changed, 1

gajim: get xid for windows correctly

2014-02-28 Thread Gajim
changeset 744f04e46576 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=744f04e46576 description: get xid for windows correctly diffstat: src/chat_control.py | 15 --- src/dialogs.py

gajim: New option 'authentication_mechanisms'

2014-03-01 Thread Gajim
changeset ed16c3055b3a in /home/hg/repos/gajim author: Fedor Brunner fedor.brun...@azet.sk branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=ed16c3055b3a description: New option 'authentication_mechanisms' Fixes #7671 diffstat: src/common/config.py | 1

gajim: use sys.stderr.isatty() to decide if we use colors in log...

2014-03-08 Thread Gajim
changeset ba7b1db9ad7d in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=ba7b1db9ad7d description: use sys.stderr.isatty() to decide if we use colors in log output or not. diffstat: src/gajim.py | 2

gajim: catch errors that could appear when running plugins gui e...

2014-03-09 Thread Gajim
changeset de9353e7061b in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=de9353e7061b description: catch errors that could appear when running plugins gui extention points diffstat: src/plugins

gajim: make audio work under windows

2014-03-09 Thread Gajim
changeset 50d442d512b5 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=50d442d512b5 description: make audio work under windows diffstat: gajim.nsi | 24

gajim: ignore attention (XEP-224) when messages is delayed

2014-03-10 Thread Gajim
changeset b8b9eba64513 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=b8b9eba64513 description: ignore attention (XEP-224) when messages is delayed diffstat: src/common/connection_handlers_events.py

gajim: update changelog

2014-03-15 Thread Gajim
changeset 663b71252916 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=663b71252916 description: update changelog diffstat: ChangeLog | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs

gajim: prepare rc1 release

2014-03-15 Thread Gajim
changeset 5afc28419df6 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=5afc28419df6 description: prepare rc1 release diffstat: autogen.sh | 2 +- debian/changelog | 6 ++ src/common

gajim: remove outdated autopackage files

2014-03-15 Thread Gajim
changeset f4acdfbbe30b in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=f4acdfbbe30b description: remove outdated autopackage files diffstat: autopackage/@dnspython.org/dnspython/skeleton.1

gajim: GLib.get_current_time is deprecated

2014-03-23 Thread Gajim
changeset df7f0c0fee10 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gtk3 details:http://hg.gajim.org/gajim?cmd=changeset;node=df7f0c0fee10 description: GLib.get_current_time is deprecated diffstat: src/cell_renderer_image.py | 6 +++--- 1 files changed, 3

gajim: better way to handle close button in about dialog

2014-03-23 Thread Gajim
changeset 5021a4d523dd in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gtk3 details:http://hg.gajim.org/gajim?cmd=changeset;node=5021a4d523dd description: better way to handle close button in about dialog diffstat: src/dialogs.py | 10 ++ 1 files changed

gajim: fix banner color

2014-03-23 Thread Gajim
changeset 8bd765b36c4b in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gtk3 details:http://hg.gajim.org/gajim?cmd=changeset;node=8bd765b36c4b description: fix banner color diffstat: src/chat_control.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions

gajim: GLib.threads_init is no more needed

2014-03-23 Thread Gajim
changeset c33bad2056b2 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gtk3 details:http://hg.gajim.org/gajim?cmd=changeset;node=c33bad2056b2 description: GLib.threads_init is no more needed diffstat: src/gajim.py | 1 - 1 files changed, 0 insertions(+), 1

gajim: make buttons in dialog work

2014-03-23 Thread Gajim
changeset b6b6bd8047ed in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=b6b6bd8047ed description: make buttons in dialog work diffstat: src/dialogs.py | 81

gajim: merge GTK3 branch in default

2014-03-23 Thread Gajim
changeset c394704d2ea3 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=c394704d2ea3 description: merge GTK3 branch in default diffstat: README.html| 7 +- build.bat

gajim: rename goojim iconset files

2014-03-25 Thread Gajim
changeset 3c85815fade8 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=3c85815fade8 description: rename goojim iconset files diffstat: data/iconsets/goojim/16x16/not_in_roster.png | Bin data/iconsets

gajim: fix logic

2014-03-25 Thread Gajim
changeset 3511d26b1676 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=3511d26b1676 description: fix logic diffstat: src/gtkgui_helpers.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diffs (12

gajim: rename goojim iconset images

2014-03-25 Thread Gajim
changeset ca9f2d4ffdc5 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=ca9f2d4ffdc5 description: rename goojim iconset images diffstat: data/iconsets/goojim/16x16/not_in_roster.png | Bin data

gajim: don't crash when Farstream is not installed

2014-03-26 Thread Gajim
changeset 816e8c24c6db in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=816e8c24c6db description: don't crash when Farstream is not installed diffstat: src/common/gajim.py | 2 +- 1 files changed, 1 insertions

gajim: send jabber:iq:last to bare jid when contact is offline. ...

2014-03-27 Thread Gajim
changeset 4a28b4224af1 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=4a28b4224af1 description: send jabber:iq:last to bare jid when contact is offline. Fixes #7610 diffstat: src/vcard.py | 2 +- 1 files

gajim: Support for sha256 fingerprint.

2014-03-27 Thread Gajim
changeset 21e37fe416a6 in /home/hg/repos/gajim author: Fedor Brunner fedor.brun...@azet.sk branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=21e37fe416a6 description: Support for sha256 fingerprint. Fixes #7628 diffstat: src/common/config.py | 1

gajim: change variable name

2014-03-27 Thread Gajim
changeset 4ce454f980c5 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=4ce454f980c5 description: change variable name diffstat: src/common/helpers.py | 24 1 files changed, 12

gajim: Reformat the servers.xml using HTML Tidy tool

2014-03-27 Thread Gajim
changeset 1218cf009513 in /home/hg/repos/gajim author: Fedor Brunner fedor.brun...@azet.sk branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=1218cf009513 description: Reformat the servers.xml using HTML Tidy tool http://tidy.sourceforge.net/ diffstat: data/other

gajim: fix var name. Fixes #7668

2014-03-27 Thread Gajim
changeset 4687645c49bc in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=4687645c49bc description: fix var name. Fixes #7668 diffstat: src/common/connection_handlers_events.py | 4 ++-- 1 files changed, 2

gajim: catch errors that could appear when running plugins gui e...

2014-03-27 Thread Gajim
changeset b126752c304b in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=b126752c304b description: catch errors that could appear when running plugins gui extention points diffstat: src/plugins/pluginmanager.py

gajim: include HTMLParser module in windows build for OTR plugin

2014-03-27 Thread Gajim
changeset 43fa61ed5fb7 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=43fa61ed5fb7 description: include HTMLParser module in windows build for OTR plugin diffstat: setup_win32.py | 2 +- 1 files changed, 1

gajim: fix some typos

2014-03-27 Thread Gajim
changeset 3cd8c331000b in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=3cd8c331000b description: fix some typos diffstat: src/common/gajim.py | 2 +- src/common/jingle_content.py | 2 +- src/common

gajim: fix file xmlns for jingleFT

2014-03-27 Thread Gajim
changeset 0dc84e7d723a in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=0dc84e7d723a description: fix file xmlns for jingleFT diffstat: src/common/jingle_content.py | 2 +- 1 files changed, 1 insertions(+), 1

gajim: don't crash when we cannot connect to avahi. Fixes #7607

2014-03-27 Thread Gajim
changeset 8b2649920d66 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=8b2649920d66 description: don't crash when we cannot connect to avahi. Fixes #7607 diffstat: src/common/zeroconf/connection_zeroconf.py

gajim: force sending muc invitation to the jid/resource if we're...

2014-03-27 Thread Gajim
changeset 2a3a84d4a33d in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=2a3a84d4a33d description: force sending muc invitation to the jid/resource if we're chatting with a specific resource. Fixes #7582 diffstat

gajim: make search button insensitive before we get the search f...

2014-03-27 Thread Gajim
changeset 147a9657cf34 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=147a9657cf34 description: make search button insensitive before we get the search form. Fixes #7631 diffstat: src/search_window.py | 3

gajim: get xid for windows correctly

2014-03-27 Thread Gajim
changeset b4648e4208c1 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=b4648e4208c1 description: get xid for windows correctly diffstat: src/chat_control.py | 8 ++-- src/dialogs.py | 16

gajim: don't fail to receive a jingle FT request with no securi...

2014-03-27 Thread Gajim
changeset 4a1ff28d8ca9 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=4a1ff28d8ca9 description: don't fail to receive a jingle FT request with no security tag diffstat: src/common

gajim: require nbxmpp 0.3.1

2014-03-27 Thread Gajim
changeset bb651151e276 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=bb651151e276 description: require nbxmpp 0.3.1 diffstat: src/gajim.py | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diffs

gajim: remove outdated autopackage files

2014-03-27 Thread Gajim
changeset 38c9e5472304 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=38c9e5472304 description: remove outdated autopackage files diffstat: autopackage/@dnspython.org/dnspython/skeleton.1 | 22

gajim: print message to console in correct encoding. Fixes #7652

2014-03-27 Thread Gajim
changeset 6cf0b3311453 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=6cf0b3311453 description: print message to console in correct encoding. Fixes #7652 diffstat: src/gajim.py | 5 +++-- 1 files changed, 3

gajim: update windows build script for win7

2014-03-27 Thread Gajim
changeset b1724179fb73 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=b1724179fb73 description: update windows build script for win7 diffstat: build.bat | 2 +- 1 files changed, 1 insertions(+), 1 deletions

gajim: add a private element to message stanza when message ca...

2014-03-27 Thread Gajim
changeset b133c7299af2 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=b133c7299af2 description: add a private element to message stanza when message carbons is enabled and message is encrypted. Fixes #7616

gajim: add a new event that is sent just before changing status....

2014-03-27 Thread Gajim
changeset 0cb55c12b4b0 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=0cb55c12b4b0 description: add a new event that is sent just before changing status. Fixes #7593 diffstat: src/common/connection.py

gajim: Add new entries from https://xmpp.net/services.xml

2014-03-27 Thread Gajim
changeset 984466d47cec in /home/hg/repos/gajim author: Fedor Brunner fedor.brun...@azet.sk branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=984466d47cec description: Add new entries from https://xmpp.net/services.xml diffstat: data/other/servers.xml | 15 +++ 1

gajim: Old pyOpenSSL is missing get_signature_algorithm. Use the...

2014-03-27 Thread Gajim
changeset 9719058efd38 in /home/hg/repos/gajim author: fedor.brunner branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=9719058efd38 description: Old pyOpenSSL is missing get_signature_algorithm. Use the default sha256 signature algorithm for old pyOpenSSL. Fixes

gajim: active plugin installer plugin by default if it's availab...

2014-03-27 Thread Gajim
changeset eac993c50375 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=eac993c50375 description: active plugin installer plugin by default if it's available. Fixes #7655 diffstat: src/gui_interface.py | 4

gajim: fix receiving highlighted corrected message. Fixes #7431

2014-03-27 Thread Gajim
changeset 3450c48ddb75 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=3450c48ddb75 description: fix receiving highlighted corrected message. Fixes #7431 diffstat: src/conversation_textview.py | 6

gajim: Add ability to configure TLS protocol version.

2014-03-27 Thread Gajim
changeset 78c793ed087b in /home/hg/repos/gajim author: Fedor Brunner fedor.brun...@azet.sk branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=78c793ed087b description: Add ability to configure TLS protocol version. add configuration option tls_version Related

gajim: use sys.stderr.isatty() to decide if we use colors in log...

2014-03-27 Thread Gajim
changeset bcd3a4356f13 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=bcd3a4356f13 description: use sys.stderr.isatty() to decide if we use colors in log output or not. diffstat: src/gajim.py | 2 +- 1

gajim: fix using transport sid in jingle IBB instead of jingle sid

2014-03-27 Thread Gajim
changeset fdc9369f188f in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=fdc9369f188f description: fix using transport sid in jingle IBB instead of jingle sid fix double iq-result sending diffstat: src

gajim: Copyright 20132014

2014-03-27 Thread Gajim
changeset 1b1d2c5425a0 in /home/hg/repos/gajim author: Denis Fomin fomi...@gmail.com branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=1b1d2c5425a0 description: Copyright 20132014 diffstat: setup_win32.py | 2 +- src/adhoc_commands.py

gajim: we now require python-nbxmpp 0.3.3

2014-03-27 Thread Gajim
changeset b95ba89c5076 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=b95ba89c5076 description: we now require python-nbxmpp 0.3.3 diffstat: src/gajim.py | 6 +++--- 1 files changed, 3 insertions(+), 3

gajim: New option 'authentication_mechanisms'

2014-03-27 Thread Gajim
changeset b5f267679cbe in /home/hg/repos/gajim author: Fedor Brunner fedor.brun...@azet.sk branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=b5f267679cbe description: New option 'authentication_mechanisms' Fixes #7671 diffstat: src/common/config.py | 1 + src/common

gajim: prevent traceback. Fixes #7592

2014-03-27 Thread Gajim
changeset 727011dd6180 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=727011dd6180 description: prevent traceback. Fixes #7592 diffstat: src/tooltips.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions

gajim: ignore attention (XEP-224) when messages is delayed

2014-03-27 Thread Gajim
changeset a9d3aa50bddd in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=a9d3aa50bddd description: ignore attention (XEP-224) when messages is delayed diffstat: src/common/connection_handlers_events.py | 5

gajim: make audio work under windows

2014-03-27 Thread Gajim
changeset 8898f392acb2 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=8898f392acb2 description: make audio work under windows diffstat: gajim.nsi | 24 +++- setup_win32.py

gajim: keep treeview consistent when connecting. Fixes #7434

2014-03-28 Thread Gajim
changeset 71ff18f209f0 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=71ff18f209f0 description: keep treeview consistent when connecting. Fixes #7434 diffstat: src/roster_window.py | 2 +- 1 files

gajim: rename some icons so we don't need to check in code if in...

2014-03-28 Thread Gajim
changeset ce8b4918ebd3 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=ce8b4918ebd3 description: rename some icons so we don't need to check in code if installed iconset has it. Fixes #7445 diffstat

gajim: minimize groupchats before closing message window

2014-03-29 Thread Gajim
changeset d3c3c850f292 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=d3c3c850f292 description: minimize groupchats before closing message window diffstat: src/message_window.py | 3 +++ 1 files

gajim: rename gajim-security_high / low to security-high / low. ...

2014-03-29 Thread Gajim
changeset 604f0c6a3edc in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=604f0c6a3edc description: rename gajim-security_high / low to security-high / low. see #7445 diffstat: icons/hicolor/16x16

gajim: change icon of certificate Dialog. see #7445

2014-03-29 Thread Gajim
changeset 62df6d94b68d in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=62df6d94b68d description: change icon of certificate Dialog. see #7445 diffstat: icons/hicolor/32x32/mimetypes/application

gajim: fix preference window expand properties

2014-03-30 Thread Gajim
changeset 2d63b8c238c0 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=2d63b8c238c0 description: fix preference window expand properties diffstat: data/gui/preferences_window.ui | 93

gajim: correctly find gnupg module

2014-03-30 Thread Gajim
changeset 608d9baae029 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=608d9baae029 description: correctly find gnupg module diffstat: src/common/gajim.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions

gajim: don't try to create certificates if PyOpenSSL is not avai...

2014-03-30 Thread Gajim
changeset 5517e2bb884f in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=5517e2bb884f description: don't try to create certificates if PyOpenSSL is not available diffstat: src/common/check_paths.py | 4 ++-- 1

gajim: update contact instance in chat window when we talk to an...

2014-03-30 Thread Gajim
changeset 697d10622571 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=697d10622571 description: update contact instance in chat window when we talk to another resource. Fixes #7700 diffstat: src/common

gajim: keep treeview consistent when connecting. Fixes #7434

2014-03-30 Thread Gajim
changeset 3e88b9a62b75 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=3e88b9a62b75 description: keep treeview consistent when connecting. Fixes #7434 diffstat: src/roster_window.py | 2 +- 1 files changed, 1

gajim: minimize groupchats before closing message window

2014-03-30 Thread Gajim
changeset c4a01c109add in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=c4a01c109add description: minimize groupchats before closing message window diffstat: src/message_window.py | 3 +++ 1 files changed, 3

gajim: rename gajim-security_high / low to security-high / low. ...

2014-03-30 Thread Gajim
changeset 77cb0856ddf0 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=77cb0856ddf0 description: rename gajim-security_high / low to security-high / low. see #7445 diffstat: icons/hicolor/16x16/status/gajim

gajim: Only Jingle RTP functions depend on Farstream library.

2014-04-04 Thread Gajim
changeset 7fc52707e3b8 in /home/hg/repos/gajim author: Fedor Brunner fedor.brun...@azet.sk branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=7fc52707e3b8 description: Only Jingle RTP functions depend on Farstream library. Jingle File Transfers work without

gajim: Overwrite the original random number generator seed file.

2014-04-04 Thread Gajim
changeset 8cb6a1d99647 in /home/hg/repos/gajim author: Fedor Brunner fedor.brun...@azet.sk branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=8cb6a1d99647 description: Overwrite the original random number generator seed file. After the random number generator seed

gajim: don't creash when receive unicode object from nbxmpp (whi...

2014-04-06 Thread Gajim
changeset 6c3053fc7a12 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=6c3053fc7a12 description: don't creash when receive unicode object from nbxmpp (which is the case in python23 branch diffstat

gajim: fix typo

2014-04-08 Thread Gajim
changeset 182aaa7fab1a in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=182aaa7fab1a description: fix typo diffstat: src/common/jingle_xtls.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs

gajim: remove wrong .decode()

2014-04-08 Thread Gajim
changeset 9dbca6d480c4 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=9dbca6d480c4 description: remove wrong .decode() diffstat: src/common/jingle_xtls.py | 3 +-- 1 files changed, 1 insertions(+), 2

gajim: use host to resolve DNS if it's available.

2014-04-09 Thread Gajim
changeset b3debc7bde94 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=b3debc7bde94 description: use host to resolve DNS if it's available. diffstat: src/common/resolver.py | 147

gajim: [Davide Pizzetti] updated italian translation

2014-04-09 Thread Gajim
changeset 21c576b271a2 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=21c576b271a2 description: [Davide Pizzetti] updated italian translation diffstat: po/it.po | 792

<    1   2   3   4   5   6   7   8   9   10   >