Commit Graph

13678 Commits

Author SHA1 Message Date
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
Yann Leboulanger 55de31205e require latest nbxmpp version 2014-07-02 18:03:40 +02:00
Yann Leboulanger ebe5da1d0a continue fixing gobject warnings 2014-06-21 10:41:13 +02:00
Yann Leboulanger cc8e49b212 fix gobject warning when hidding tooltips 2014-06-21 10:39:34 +02:00
Yann Leboulanger ffaa6efbc7 close FT port as soon as we know it won't be used for the transfer. 2014-06-16 21:32:01 +02:00
Yann Leboulanger d026f79428 don't allow empty string in new chat dialog entry completion. Fixes #7760 2014-06-01 22:32:44 +02:00
Yann Leboulanger e637d8ed15 correctly search for contact when doing pm 2014-06-01 16:51:51 +02:00
Yann Leboulanger 2e48120e0c correctly get account name 2014-06-01 15:42:28 +02:00
Yann Leboulanger f5e7b812bf add new function to close socket 2014-06-01 15:42:06 +02:00
Yann Leboulanger a170fd4b83 correctly compute hash when doing jingle FT 2014-06-01 15:40:17 +02:00
Denis Fomin 0a77bb574f Fix AcronymsExpander plugin 2014-05-31 11:46:47 +04:00
Yann Leboulanger 0b2f3b103d fix sending codecs 2014-05-30 20:37:19 +02:00
Yann Leboulanger e9dd691645 fix sending candidates and computing hash in jingle file transfer. Fixes #7669 2014-04-25 12:48:39 +02:00
Yann Leboulanger ee4e161dc8 make string translatable in filetranfer context menu. Fixes #7740 2014-04-23 21:53:40 +02:00
Yann Leboulanger 7d4277dfe4 fix Host resolver. Fixes #7729, #7750 2014-04-22 13:11:00 +02:00
Fedor Brunner 0a704d05d9 Defer the creation of XTLS until it's first time used.
This will make Gajim start a bit faster and more entropy can be
generated for key generation.
2014-04-15 14:01:55 +02:00
Fedor Brunner 7e183d4515 XTLS keys will be stored separate for each profile.
Fixes #7735.
2014-04-15 12:42:09 +02:00
Yann Leboulanger 3657642f58 don't print twice nbxmpp version error message. Fixes #7720 2014-04-09 18:02:30 +02:00