Commit graph

13695 commits

Author SHA1 Message Date
Yann Leboulanger
28c1fac86d fix exception order. Fixes #7969 2015-02-15 21:29:06 +01:00
Yann Leboulanger
e504fc2001 fix indentation 2015-02-15 21:28:00 +01:00
Yann Leboulanger
0521df8edb fixes duplicate dict keys. Fixes #7964 2015-02-15 21:27:10 +01:00
Yann Leboulanger
a7d160364a don't mix tabs and spaces. Fixes #7966 2015-02-15 21:15:50 +01:00
Yann Leboulanger
b5dd3836ab fix typo. Fixes #7965 2015-02-15 21:14:42 +01:00
Yann Leboulanger
651d52560d update to latest gnupg.py 2015-01-24 16:09:44 +01:00
Yann Leboulanger
c2fe1c3bdf improve ipv6 connection with zeroconf 2015-01-03 20:51:41 +01:00
Yann Leboulanger
78b3fe0b20 don't show useless buttons in notifications. Fixes #7838 2015-01-03 15:24:58 +01:00
Yann Leboulanger
12949450e7 correctly cleanup handlers when disabling an account. Fixes #7711 2015-01-03 14:15:18 +01:00
Sam Whited
3bd4a26767 Fix search button / server entry in join groupchat dialog 2015-02-18 12:53:37 -05:00
Yann Leboulanger
c099d78d16 [SamWhited] fix some missing import. Fixes #7932, #7949 2015-01-19 13:39:11 +01:00
Yann Leboulanger
7edff79486 [SamWhited] fix jingleFT. Fixes #7931 2015-01-19 13:37:28 +01:00
Yann Leboulanger
662ff44cb5 [SamWhited] fix disco window. Fixes #7927 2015-01-14 22:18:04 +01:00
Yann Leboulanger
7b662595d9 [SamWhited] fix Gtk.MenuItem.new_with_label call. Fixes #7916 2015-01-05 22:34:37 +01:00
Yann Leboulanger
e694a9ad9b fix OpenSSL usage for py3. Fixes #7915 2015-01-05 21:45:42 +01:00
Yann Leboulanger
a5f50372c8 fix using change status dialog 2015-01-02 21:53:59 +01:00
Yann Leboulanger
2361212676 sort accounts in accounts window 2015-01-02 13:36:29 +01:00
Yann Leboulanger
70d6d4e033 fix account creation 2015-01-02 13:37:47 +01:00
Yann Leboulanger
8969c874ff fix mam implementation 2014-12-29 19:13:12 +01:00
Yann Leboulanger
44dc946d82 [misterX] update MAM implementation to V0.3 2014-12-27 16:44:05 +01:00
Yann Leboulanger
09bf2fbd64 Zeroconf doesn't support archiving 2014-11-26 21:41:09 +01:00
Yann Leboulanger
b8e991a990 enable carbons by default for newly created accounts 2014-11-11 16:11:26 +01:00
Yann Leboulanger
d3b1e006fb Add GUI option for message carbons 2014-11-11 16:03:26 +01:00
Yann Leboulanger
40a6665a65 add XEP-0313 (MAM) support. Fixes #7364 2014-11-11 15:32:10 +01:00
Yann Leboulanger
0a8af73650 add XEP-313 (MAM) support 2014-11-11 15:28:24 +01:00
Yann Leboulanger
e8277c0521 fix typo 2014-11-14 22:31:18 +01:00
Yann Leboulanger
55e2b7f006 fix showing self contact when mode is always 2014-11-09 15:39:26 +01:00
Yann Leboulanger
f42499acdb warn user when custom hostname is wrong. Fixes #7489 2014-11-09 14:03:01 +01:00
Yann Leboulanger
f087274f93 [bluec0re] Fix bug when server assign a contact to a group with empty name. Fixes #7865 2014-10-26 16:43:44 +01:00
Yann Leboulanger
818a403a3f [bluec0re] Make ipython_view compatible to version >= 1.0. Fixes #7868 2014-10-26 16:37:11 +01:00
Yann Leboulanger
89347ffdd9 Index: gajim/data/gajim.1
===================================================================
2014-10-18 21:58:04 +02:00
Yann Leboulanger
fefb37ae59 Index: gajim/data/gajim-remote.1
===================================================================
2014-10-18 21:58:04 +02:00
Yann Leboulanger
94cd506082 Description: Fix markup erros in manpages Manpages have lists that start with .Bl (begin list) but that have no matching .El (end list). This patch adds them.
Author: Tanguy Ortolo <tanguy+debian@ortolo.eu>
Forwarded: https://trac.gajim.org/ticket/7851
Last-Update: 2014-10-14
2014-10-18 21:58:04 +02:00
Yann Leboulanger
da5bfa74c6 fix sending zeroconf messages 2014-10-12 15:16:17 +02:00
Yann Leboulanger
7af365edda fix printing error 2014-10-09 22:10:16 +02:00
Yann Leboulanger
ee4bed8fb7 add release date to changelog 2014-10-04 23:37:23 +02:00
Yann Leboulanger
540f835ef0 prepare 0.16 release 2014-10-04 23:02:46 +02:00
Yann Leboulanger
d124d44f52 Gajim requires python-nbxmpp-0.5.1 2014-10-04 22:27:55 +02:00
Yann Leboulanger
9b3e2e03c9 don't allow to delete contacts from an offline account. Fixes #7822 2014-10-03 22:48:14 +02:00
Yann Leboulanger
a764cb5384 remove useless test 2014-09-15 14:03:52 +02:00
Yann Leboulanger
3cc708516e allow = char in option values. Fixes #7804 2014-09-14 14:47:03 +02:00
Yann Leboulanger
012f39174f display error messages even if they don't have a <body>. Fixes #7798, see #6756 2014-09-14 14:23:31 +02:00
Yann Leboulanger
a0d752b3ab [fschmaus] Improve XEP-0082 support. Fixes #7814 2014-09-07 21:51:06 +02:00
Yann Leboulanger
1b6550a0e3 add /ping command in groupchat to ping occupants 2014-08-22 15:44:07 +02:00
Yann Leboulanger
ae8c6a644e fix sending file without jingle when localcert is not yet generated. 2014-08-22 14:23:05 +02:00
Yann Leboulanger
a084cad22a handle XEP-191 (blocking command) in a better way: hability to block a contact when server doesn't support privacy lists, add / remove jid to blocked list only when we get the result from server, handle blocked / unblocked contacts by other resources 2014-08-13 22:46:18 +02:00
Yann Leboulanger
fae34e8be4 correctly detect when no name is provided for bookmarks 2014-08-11 22:16:11 +02:00
Yann Leboulanger
48eac87cea show first part of the JID in actions -> join group chat menu when there is no name. 2014-08-11 22:10:23 +02:00
Yann Leboulanger
735b2a6935 prevent some tracebacks 2014-07-10 20:30:20 +02:00
Yann Leboulanger
eb1db030cb prepare 0.16-rc2 2014-07-02 18:13:01 +02:00