gajim: don't override assigned GPG key. Fixes #7111

2012-02-22 Thread Yann Leboulanger
changeset 710c1ada0cdf in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=710c1ada0cdf description: don't override assigned GPG key. Fixes #7111 diffstat: src/common/connection_handlers.py | 8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diffs (18

gajim: fix some string

2012-02-22 Thread Yann Leboulanger
changeset 117e6ac5081a in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=117e6ac5081a description: fix some string diffstat: src/common/connection.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (21 lines): diff -r 710c1ada0cdf -r 117e6ac5081a

gajim: do not duplicate messages in the room when the connection...

2012-02-22 Thread Fomin Denis
changeset 1290feb6745c in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=1290feb6745c description: do not duplicate messages in the room when the connection is lost diffstat: src/common/connection.py | 7 ++- src/groupchat_control.py | 4 ++-- 2 files changed,

gajim: simplify code to compute how many logs do we request when...

2012-02-22 Thread Yann Leboulanger
changeset 715310a136e2 in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=715310a136e2 description: simplify code to compute how many logs do we request when we re-join a room diffstat: src/common/connection.py | 6 +- 1 files changed, 1 insertions(+), 5

gajim: Quick fix [6de66f624e71]. print last message in room then...

2012-02-22 Thread Fomin Denis
changeset caa4a9bb69bf in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=caa4a9bb69bf description: Quick fix [6de66f624e71]. print last message in room then reconnect diffstat: src/common/connection.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs