gajim: enable carbons by default for newly created accounts

2014-11-11 Thread Gajim
changeset a4e0dc06996f in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=a4e0dc06996f description: enable carbons by default for newly created accounts diffstat: src/common/config.py | 2 +- 1 files

gajim: remove all icons for all menus

2014-11-11 Thread Gajim
changeset a631e38063b4 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=a631e38063b4 description: remove all icons for all menus diffstat: data/gui/account_context_menu.ui| 111 + data/gui

gajim: prepare 0.16-rc2

2014-11-14 Thread Gajim
changeset 94c925d854e5 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=94c925d854e5 description: prepare 0.16-rc2 diffstat: ChangeLog | 1 + autogen.sh | 2 +- src/common/defs.py | 2 +- 3

gajim: don't traceback when we try to open a remembered chat win...

2014-11-14 Thread Gajim
changeset ada1a31b497b in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=ada1a31b497b description: don't traceback when we try to open a remembered chat window from a contact not in roster diffstat: src

gajim: Fix AcronymsExpander plugin

2014-11-14 Thread Gajim
changeset 4807f93f1f26 in /home/hg/repos/gajim author: Denis Fomin fomi...@gmail.com branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=4807f93f1f26 description: Fix AcronymsExpander plugin diffstat: plugins/acronyms_expander/acronyms_expander.py | 3 +++ 1 files changed, 3

gajim: fix sending codecs

2014-11-14 Thread Gajim
changeset e768f450374d in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=e768f450374d description: fix sending codecs diffstat: src/common/jingle_rtp.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions

gajim: fix gobject warning when hidding tooltips

2014-11-14 Thread Gajim
changeset 8d1329041439 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=8d1329041439 description: fix gobject warning when hidding tooltips diffstat: src/conversation_textview.py | 7 +-- src/disco.py

gajim: Description: Fix markup erros in manpages Manpages have l...

2014-11-14 Thread Gajim
changeset e3fa9afaf2bf in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=e3fa9afaf2bf description: Description: Fix markup erros in manpages Manpages have lists that start with .Bl (begin list) but that have

gajim: add /ping command in groupchat to ping occupants

2014-11-14 Thread Gajim
changeset 0446dbae707d in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=0446dbae707d description: add /ping command in groupchat to ping occupants diffstat: src/chat_control.py | 14

gajim: Gajim requires python-nbxmpp-0.5.1

2014-11-14 Thread Gajim
changeset c00e9337228c in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=c00e9337228c description: Gajim requires python-nbxmpp-0.5.1 diffstat: src/gajim.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions

gajim: don't allow to delete contacts from an offline account. F...

2014-11-14 Thread Gajim
changeset 8a6efa324723 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=8a6efa324723 description: don't allow to delete contacts from an offline account. Fixes #7822 diffstat: src/roster_window.py | 4 1

gajim: add release date to changelog

2014-11-14 Thread Gajim
changeset 859c076f5fe3 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=859c076f5fe3 description: add release date to changelog diffstat: ChangeLog | 2 +- 1 files changed, 1 insertions(+), 1 deletions

gajim: fix Host resolver. Fixes #7729, #7750

2014-11-14 Thread Gajim
changeset 28f7c471eabd in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=28f7c471eabd description: fix Host resolver. Fixes #7729, #7750 diffstat: src/common/resolver.py | 2 +- 1 files changed, 1 insertions

gajim: correctly get account name

2014-11-14 Thread Gajim
changeset 7ff6503a0455 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=7ff6503a0455 description: correctly get account name diffstat: src/common/protocol/bytestream.py | 2 +- 1 files changed, 1 insertions

gajim: correctly compute hash when doing jingle FT

2014-11-14 Thread Gajim
changeset 2d3ae551c740 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=2d3ae551c740 description: correctly compute hash when doing jingle FT diffstat: src/gui_interface.py | 2 +- 1 files changed, 1

gajim: prepare 0.16 release

2014-11-14 Thread Gajim
changeset 934916e72853 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=934916e72853 description: prepare 0.16 release diffstat: autogen.sh | 2 +- debian/changelog | 42

gajim: Index: gajim/data/gajim-remote.1

2014-11-14 Thread Gajim
changeset 6dff5df34550 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=6dff5df34550 description: Index: gajim/data/gajim-remote.1

gajim: require latest nbxmpp version

2014-11-14 Thread Gajim
changeset 0190104f1259 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=0190104f1259 description: require latest nbxmpp version diffstat: src/gajim.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions

gajim: show first part of the JID in actions - join group chat ...

2014-11-14 Thread Gajim
changeset 79e2b01a9cab in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=79e2b01a9cab description: show first part of the JID in actions - join group chat menu when there is no name. diffstat: src

gajim: Only Jingle RTP functions depend on Farstream library.

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

gajim: prevent some tracebacks

2014-11-14 Thread Gajim
changeset e35390f7ae37 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=e35390f7ae37 description: prevent some tracebacks diffstat: src/common/connection.py | 6 ++ 1 files changed, 6 insertions(+), 0

gajim: close FT port as soon as we know it won't be used for the...

2014-11-14 Thread Gajim
changeset 3c14a927ee34 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=3c14a927ee34 description: close FT port as soon as we know it won't be used for the transfer. diffstat: src/common/jingle_ft.py | 3

gajim: make string translatable in filetranfer context menu. Fix...

2014-11-14 Thread Gajim
changeset 9c3e121af11f in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=9c3e121af11f description: make string translatable in filetranfer context menu. Fixes #7740 diffstat: data/gui/filetransfers.ui | 8

gajim: don't allow empty string in new chat dialog entry complet...

2014-11-14 Thread Gajim
changeset bfcd83790200 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=bfcd83790200 description: don't allow empty string in new chat dialog entry completion. Fixes #7760 diffstat: src/common/helpers.py | 2

gajim: fix sending zeroconf messages

2014-11-14 Thread Gajim
changeset 346cb322c9b6 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=346cb322c9b6 description: fix sending zeroconf messages diffstat: src/common/zeroconf/connection_zeroconf.py | 36

gajim: correctly search for contact when doing pm

2014-11-14 Thread Gajim
changeset defa204ca64a in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=defa204ca64a description: correctly search for contact when doing pm diffstat: src/common/connection.py | 4 +++- 1 files changed, 3

gajim: Index: gajim/data/gajim.1

2014-11-14 Thread Gajim
changeset ba8b1172707f in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=ba8b1172707f description: Index: gajim/data/gajim.1 === diffstat

gajim: fix printing error

2014-11-14 Thread Gajim
changeset 5efde4467299 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=5efde4467299 description: fix printing error diffstat: src/common/connection_handlers_events.py | 2 +- 1 files changed, 1 insertions

gajim: XTLS keys will be stored separate for each profile.

2014-11-14 Thread Gajim
changeset 198e8a642c7e in /home/hg/repos/gajim author: Fedor Brunner fedor.brun...@azet.sk branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=198e8a642c7e description: XTLS keys will be stored separate for each profile. Fixes #7735. diffstat: src/common/configpaths.py

gajim: correctly detect when no name is provided for bookmarks

2014-11-14 Thread Gajim
changeset 4754b56ec030 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=4754b56ec030 description: correctly detect when no name is provided for bookmarks diffstat: src/config.py| 2 +- src

gajim: prevent some GTK3 warning

2014-11-14 Thread Gajim
changeset ae93640b7612 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=ae93640b7612 description: prevent some GTK3 warning diffstat: src/dialogs.py | 6 +++--- src/plugins/gui.py | 8 +++- src

gajim: handle XEP-191 (blocking command) in a better way: habili...

2014-11-14 Thread Gajim
changeset c588b95587c5 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=c588b95587c5 description: handle XEP-191 (blocking command) in a better way: hability to block a contact when server doesn't support privacy

gajim: Overwrite the original random number generator seed file.

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

gajim: Defer the creation of XTLS until it's first time used.

2014-11-14 Thread Gajim
changeset 24d7a00c68db in /home/hg/repos/gajim author: Fedor Brunner fedor.brun...@azet.sk branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=24d7a00c68db description: Defer the creation of XTLS until it's first time used. This will make Gajim start a bit faster and more

gajim: add XEP-0313 (MAM) support. Fixes #7364

2014-11-14 Thread Gajim
changeset 61b1a4500470 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=61b1a4500470 description: add XEP-0313 (MAM) support. Fixes #7364 diffstat: ChangeLog | 6 ++ 1 files changed, 6 insertions(+), 0

gajim: fix typo

2014-11-14 Thread Gajim
changeset dfbc6186a090 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=dfbc6186a090 description: fix typo diffstat: src/gajim.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines

gajim: Add GUI option for message carbons

2014-11-14 Thread Gajim
changeset 306ec49ae6d4 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=306ec49ae6d4 description: Add GUI option for message carbons diffstat: data/gui/accounts_window.ui | 18 +- src/config.py

gajim: allow = char in option values. Fixes #7804

2014-11-14 Thread Gajim
changeset a19603a11f64 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=a19603a11f64 description: allow = char in option values. Fixes #7804 diffstat: src/common/optparser.py | 2 +- 1 files changed, 1

gajim: [fschmaus] Improve XEP-0082 support. Fixes #7814

2014-11-14 Thread Gajim
changeset 2a25e5d9d68a in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=2a25e5d9d68a description: [fschmaus] Improve XEP-0082 support. Fixes #7814 diffstat: src/common/connection_handlers_events.py | 13

gajim: display error messages even if they don't have a body. ...

2014-11-14 Thread Gajim
changeset 8cf84966ffe9 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=8cf84966ffe9 description: display error messages even if they don't have a body. Fixes #7798, see #6756 diffstat: src/common

gajim: fix sending candidates and computing hash in jingle file ...

2014-11-14 Thread Gajim
changeset 6b496ce3bb49 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=6b496ce3bb49 description: fix sending candidates and computing hash in jingle file transfer. Fixes #7669 diffstat: src/common

gajim: add new function to close socket

2014-11-14 Thread Gajim
changeset 431190e7f461 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=431190e7f461 description: add new function to close socket diffstat: src/common/socks5.py | 71

gajim: [bluec0re] Fix bug when server assign a contact to a grou...

2014-11-14 Thread Gajim
changeset eea8dc540ea5 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=eea8dc540ea5 description: [bluec0re] Fix bug when server assign a contact to a group with empty name. Fixes #7865 diffstat: src/common

gajim: fix sending file without jingle when localcert is not yet...

2014-11-14 Thread Gajim
changeset 7c677497ea8c in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=7c677497ea8c description: fix sending file without jingle when localcert is not yet generated. diffstat: src/common/socks5.py | 4

gajim: add XEP-313 (MAM) support

2014-11-14 Thread Gajim
changeset 7fa2cdcbcdaa in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=7fa2cdcbcdaa description: add XEP-313 (MAM) support diffstat: src/chat_control.py |2 +- src/common/config.py

gajim: continue fixing gobject warnings

2014-11-14 Thread Gajim
changeset 80c4fa3d55f2 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=80c4fa3d55f2 description: continue fixing gobject warnings diffstat: src/filetransfers_window.py | 5 +++-- src/groupchat_control.py

gajim: enable carbons by default for newly created accounts

2014-11-14 Thread Gajim
changeset e7d472055988 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=e7d472055988 description: enable carbons by default for newly created accounts diffstat: src/common/config.py | 2 +- 1 files changed, 1

gajim: [misterX] update MAM implementation to V0.3

2014-12-27 Thread Gajim
changeset b935d0950064 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=b935d0950064 description: [misterX] update MAM implementation to V0.3 diffstat: src/common/config.py| 2 +- src

gajim: fix mam implementation

2014-12-29 Thread Gajim
changeset 2dc6bce0eddc in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=2dc6bce0eddc description: fix mam implementation diffstat: src/common/connection_handlers.py | 3 ++- 1 files changed, 2

gajim: sort accounts in accounts window

2015-01-02 Thread Gajim
changeset ef153a5700d3 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=ef153a5700d3 description: sort accounts in accounts window diffstat: src/config.py | 4 +++- 1 files changed, 3 insertions

gajim: Zeroconf doesn't support archiving

2015-01-02 Thread Gajim
changeset 779bad37cde6 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=779bad37cde6 description: Zeroconf doesn't support archiving diffstat: src/common/connection.py | 2 ++ 1 files changed, 2 insertions

gajim: [misterX] update MAM implementation to V0.3

2015-01-02 Thread Gajim
changeset 942be189562d in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=942be189562d description: [misterX] update MAM implementation to V0.3 diffstat: src/common/config.py| 2 +- src/common

gajim: fix account creation

2015-01-02 Thread Gajim
changeset 1bd0a83809ff in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=1bd0a83809ff description: fix account creation diffstat: data/gui/account_creation_wizard_window.ui | 81

gajim: fix mam implementation

2015-01-02 Thread Gajim
changeset aa62e3e9 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=aa62e3e9 description: fix mam implementation diffstat: src/common/connection_handlers.py | 3 ++- 1 files changed, 2 insertions(+), 1

gajim: sort accounts in accounts window

2015-01-02 Thread Gajim
changeset b1aa3a4d5b29 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=b1aa3a4d5b29 description: sort accounts in accounts window diffstat: src/config.py | 4 +++- 1 files changed, 3 insertions(+), 1

gajim: fix using change status dialog

2015-01-02 Thread Gajim
changeset 96ab9c5e925b in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=96ab9c5e925b description: fix using change status dialog diffstat: data/gui/change_status_message_dialog.ui | 12 ++-- src/common

gajim: correctly cleanup handlers when disabling an account. Fix...

2015-01-03 Thread Gajim
changeset 50aa83946a3e in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=50aa83946a3e description: correctly cleanup handlers when disabling an account. Fixes #7711 diffstat: src/config.py | 1 + 1

gajim: don't show useless buttons in notifications. Fixes #7838

2015-01-03 Thread Gajim
changeset 7208aa30689f in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=7208aa30689f description: don't show useless buttons in notifications. Fixes #7838 diffstat: src/gui_interface.py | 4 ++-- src

gajim: improve ipv6 connection with zeroconf

2015-01-03 Thread Gajim
changeset 81a8581bfed4 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=81a8581bfed4 description: improve ipv6 connection with zeroconf diffstat: src/common/zeroconf/client_zeroconf.py | 2 +- 1

gajim: [SamWhited] fix disco window. Fixes #7927

2015-01-14 Thread Gajim
changeset 2a21b97baa30 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=2a21b97baa30 description: [SamWhited] fix disco window. Fixes #7927 diffstat: data/gui/account_creation_wizard_window.ui | 1 + data/gui

gajim: [SamWhited] fix some missing import. Fixes #7932, #7949

2015-01-19 Thread Gajim
changeset 757a8517669e in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=757a8517669e description: [SamWhited] fix some missing import. Fixes #7932, #7949 diffstat: src/atom_window.py | 1 + src

gajim: [SamWhited] fix jingleFT. Fixes #7931

2015-01-19 Thread Gajim
changeset e84cdbb65d58 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=e84cdbb65d58 description: [SamWhited] fix jingleFT. Fixes #7931 diffstat: src/chat_control.py | 6 +++--- src/common/helpers.py

gajim: Fix search button / server entry in join groupchat dialog

2015-02-18 Thread Gajim
changeset be295ef9643c in /home/hg/repos/gajim author: Sam Whited s...@samwhited.com branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=be295ef9643c description: Fix search button / server entry in join groupchat dialog diffstat: data/gui/join_groupchat_window.ui | 3 ++- 1 files

gajim: Use bare JID when checking MAM message recipient. Fixes #...

2015-02-16 Thread Gajim
changeset e4b211e92f94 in /home/hg/repos/gajim author: Holger Weiss hol...@zedat.fu-berlin.de branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=e4b211e92f94 description: Use bare JID when checking MAM message recipient. Fixes #7973 diffstat: src/common

gajim: update to latest gnupg.py

2015-01-24 Thread Gajim
changeset 11ae397e6cc1 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=11ae397e6cc1 description: update to latest gnupg.py diffstat: src/common/gnupg.py | 431

gajim: [SamWhited] fix Gtk.MenuItem.new_with_label call. Fixes #...

2015-01-05 Thread Gajim
changeset a067244c9ff8 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=a067244c9ff8 description: [SamWhited] fix Gtk.MenuItem.new_with_label call. Fixes #7916 diffstat: src/groupchat_control.py | 3 ++- 1

gajim: fix indentation

2015-02-15 Thread Gajim
changeset 17038c2a00de in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=17038c2a00de description: fix indentation diffstat: src/disco.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions

gajim: don't mix tabs and spaces. Fixes #7966

2015-02-15 Thread Gajim
changeset 24b81a4115d7 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=24b81a4115d7 description: don't mix tabs and spaces. Fixes #7966 diffstat: src/common/zeroconf/zeroconf_avahi.py | 4 ++-- 1

gajim: fix typo. Fixes #7965

2015-02-15 Thread Gajim
changeset e4353526cdef in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=e4353526cdef description: fix typo. Fixes #7965 diffstat: src/roster_window.py | 2 +- 1 files changed, 1 insertions(+), 1

gajim: fix exception order. Fixes #7969

2015-02-15 Thread Gajim
changeset 404acc5097c9 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=404acc5097c9 description: fix exception order. Fixes #7969 diffstat: src/common/logger.py | 4 ++-- 1 files changed, 2

gajim: don't use mutable arguments as default value. Fixes #7971

2015-02-16 Thread Gajim
changeset f72456b0e7e2 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=f72456b0e7e2 description: don't use mutable arguments as default value. Fixes #7971 diffstat: src/common/socks5.py

gajim: correctly use getter / setter. Fixes #7970

2015-02-16 Thread Gajim
changeset 4c997d752bae in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=4c997d752bae description: correctly use getter / setter. Fixes #7970 diffstat: src/disco.py | 12 ++-- 1 files changed

gajim: fix OpenSSL usage for py3. Fixes #7915

2015-01-05 Thread Gajim
changeset 0b6012f288fe in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=0b6012f288fe description: fix OpenSSL usage for py3. Fixes #7915 diffstat: src/gajim.py | 5 - 1 files changed, 4 insertions(+), 1

gajim: prevent traceback. Fixes #7960

2015-03-07 Thread Gajim
changeset 4b6ab138eb75 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=4b6ab138eb75 description: prevent traceback. Fixes #7960 diffstat: src/roster_window.py | 3 +++ 1 files changed, 3 insertions

gajim: don't request privacy lists when connecting if server doe...

2015-03-07 Thread Gajim
changeset 06f40d177c27 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=06f40d177c27 description: don't request privacy lists when connecting if server doesn't support that. Fixes #7990 diffstat: src

gajim: fix translation typo

2015-03-10 Thread Gajim
changeset dcad0e19d3b8 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=dcad0e19d3b8 description: fix translation typo diffstat: po/fr.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions

gajim: prevent error when converting idn to ascii strings. Fixes...

2015-03-25 Thread Gajim
changeset e0e36580b786 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=e0e36580b786 description: prevent error when converting idn to ascii strings. Fixes #7995 diffstat: src/common/helpers.py | 5

gajim: improve pasting xmpp uri in join groupchat dialogs. Fixes...

2015-03-29 Thread Gajim
changeset a5065b1c7a5a in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=a5065b1c7a5a description: improve pasting xmpp uri in join groupchat dialogs. Fixes #7905 diffstat: src/dialogs.py | 5 + 1

gajim: fix missing import

2015-02-28 Thread Gajim
changeset 552893d68798 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=552893d68798 description: fix missing import diffstat: src/htmltextview.py | 4 ++-- 1 files changed, 2 insertions(+), 2

gajim: clean corretly opened window dict. Fixes #7983

2015-02-28 Thread Gajim
changeset e65be8537323 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=e65be8537323 description: clean corretly opened window dict. Fixes #7983 diffstat: src/dialogs.py | 7 +-- 1 files changed

gajim: punyencode only the host part of the URL. Fixes #7981

2015-02-28 Thread Gajim
changeset a18b3e4ca46d in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=a18b3e4ca46d description: punyencode only the host part of the URL. Fixes #7981 diffstat: src/common/helpers.py| 9

gajim: gtk-spell-check icon is not available under windows

2015-02-28 Thread Gajim
changeset 65ca00adf9d3 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=65ca00adf9d3 description: gtk-spell-check icon is not available under windows diffstat: icons/hicolor/16x16/actions/gajim

gajim: update debian folder

2015-02-28 Thread Gajim
changeset 33a5521fed87 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=33a5521fed87 description: update debian folder diffstat: debian/changelog | 6 ++ 1 files changed, 6 insertions(+), 0

gajim: Added tag gajim-0.16.1 for changeset 33a5521fed87

2015-02-28 Thread Gajim
changeset 3ea8b4238200 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=3ea8b4238200 description: Added tag gajim-0.16.1 for changeset 33a5521fed87 diffstat: .hgtags | 1 + 1 files changed, 1

gajim: prepare 0.16.1 release

2015-02-28 Thread Gajim
changeset 2a13c86246f0 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=2a13c86246f0 description: prepare 0.16.1 release diffstat: ChangeLog | 3 ++- autogen.sh | 2 +- src/common

gajim: fix seclabel. see #7010

2015-03-01 Thread Gajim
changeset 0b4f8f6bfcdc in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=0b4f8f6bfcdc description: fix seclabel. see #7010 diffstat: src/common/connection_handlers.py | 2 +- 1 files changed, 1

gajim: Don’t crash when the config file is malformed.

2015-03-26 Thread Gajim
changeset 7ff6c8bcae13 in /home/hg/repos/gajim author: Emmanuel Gil Peyrot linkma...@linkmauve.fr branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=7ff6c8bcae13 description: Don’t crash when the config file is malformed. diffstat: src/common/optparser.py | 9

gajim: make urgency hint work correctly in one message window mo...

2015-05-06 Thread Gajim
changeset 3bce5506df4c in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=3bce5506df4c description: make urgency hint work correctly in one message window mode. Fixes #7806 diffstat: src

gajim: [Nathan Follens] updated Dutch translation

2015-05-04 Thread Gajim
changeset b311fd4f2983 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=b311fd4f2983 description: [Nathan Follens] updated Dutch translation diffstat: po/nl.po | 7928

gajim: some cleanup

2015-05-10 Thread Gajim
changeset b6baa323cad3 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=b6baa323cad3 description: some cleanup diffstat: src/common/zeroconf/connection_handlers_zeroconf.py | 3 --- src/common

gajim: stop sending chatstates when we get an error message from...

2015-05-10 Thread Gajim
changeset 593282487ba4 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=593282487ba4 description: stop sending chatstates when we get an error message from a contact. Fixes #8010 diffstat: src

gajim: link-local: adjust Windows/Bonjour support to new data fo...

2015-05-09 Thread Gajim
changeset 4916254b34b7 in /home/hg/repos/gajim author: Fabian Pietsch fab...@canvon.de branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=4916254b34b7 description: link-local: adjust Windows/Bonjour support to new data format. Fixes #8025 diffstat: src/common/zeroconf

gajim: link-local: on error after connect(), try next address

2015-05-09 Thread Gajim
changeset ee4655523955 in /home/hg/repos/gajim author: Fabian Pietsch fab...@canvon.de branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=ee4655523955 description: link-local: on error after connect(), try next address diffstat: src/common/zeroconf/client_zeroconf.py

gajim: link-local: track multiple service resolved infos (curren...

2015-05-09 Thread Gajim
changeset f9dbf7888107 in /home/hg/repos/gajim author: Fabian Pietsch fab...@canvon.de branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=f9dbf7888107 description: link-local: track multiple service resolved infos (currently one for each browsing protocol) diffstat: src

gajim: link-local: try to connect to each collected address in turn

2015-05-09 Thread Gajim
changeset 079c551ff9ff in /home/hg/repos/gajim author: Fabian Pietsch fab...@canvon.de branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=079c551ff9ff description: link-local: try to connect to each collected address in turn diffstat: src/common/zeroconf

gajim: update python-gnupg version. Fixes #8051

2015-05-17 Thread Gajim
changeset 6bfa0d9196b4 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=6bfa0d9196b4 description: update python-gnupg version. Fixes #8051 diffstat: src/common/gnupg.py | 14 +++--- 1 files

gajim: [Darlan] updated hebrew translation

2015-05-17 Thread Gajim
changeset aea1c67bffab in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=aea1c67bffab description: [Darlan] updated hebrew translation diffstat: po/he.po | 2383

gajim: [noonien] Fix using receiver candidate when sending a fil...

2015-04-05 Thread Gajim
changeset 7e6386987471 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=7e6386987471 description: [noonien] Fix using receiver candidate when sending a file via jingle. Fixes #7987 diffstat: src

gajim: bind session to a resource when negociating e2e encryptio...

2015-04-05 Thread Gajim
changeset 91357cbaf125 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=91357cbaf125 description: bind session to a resource when negociating e2e encryption. Fixes #7993 diffstat: src/chat_control.py

gajim: update control.contact when we get a message from another...

2015-05-17 Thread Gajim
changeset a6560ca0a485 in /home/hg/repos/gajim author: Yann Leboulanger aste...@lagaule.org branches: gajim_0.16 details:http://hg.gajim.org/gajim?cmd=changeset;node=a6560ca0a485 description: update control.contact when we get a message from another resource. Fixes #7919 diffstat: src

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