Yann Leboulanger
|
edccb053a8
|
fix roster handling with zeroconf. Fixes #5820
|
2010-10-26 11:25:30 +02:00 |
|
Yann Leboulanger
|
96de172951
|
Fix running Gajim under windows for users with non-ascii char in account name. Fixes #5852
|
2010-09-10 21:31:25 +02:00 |
|
Yann Leboulanger
|
50653e2a10
|
[Zash] fix traceback when sending messages over zeroconf. Fixes #5784.
|
2010-06-18 07:45:07 +02:00 |
|
Yann Leboulanger
|
25d251b455
|
add new ad-hoc command to forward unread messages then disconnect. Thanks Geobert.
|
2010-04-27 11:31:36 +02:00 |
|
Yann Leboulanger
|
2be53c4aac
|
update my copyright to 2010
|
2010-03-11 16:52:36 +01:00 |
|
Éric Araujo
|
fedd7dc8e2
|
convert tabs to spaces in source code thanks to reindent.py
holy diff batman!
|
2010-02-08 15:08:40 +01:00 |
|
Yann Leboulanger
|
9cdbf9814e
|
make zeroconf connections is_zeroconf attribute True. Fixes #5538
|
2010-01-02 22:33:25 +01:00 |
|
Alexander Cherniuk
|
99472b1702
|
Yet more doc-string refactoring
|
2009-11-26 14:27:47 +02:00 |
|
Yann Leboulanger
|
3aa07f485e
|
refactor connection_handlers_zeroconf.py
|
2009-11-25 16:29:33 +01:00 |
|
Yann Leboulanger
|
4671f62d2f
|
fix ConnectionZeroconf initialization
|
2009-11-18 11:16:15 +01:00 |
|
Yann Leboulanger
|
88f3104c4e
|
refactor normal and zeroconf Connection objects with a CommonConnection class
|
2009-11-18 11:06:09 +01:00 |
|
Stephan Erb
|
a3ea00f4ea
|
Remove different dicts for tune, activity and mood and from now on only use the common 'pep' dict.
The pep dict contacts the different UserPEP classes.
|
2009-11-15 23:52:43 +01:00 |
|
Stephan Erb
|
3665c99800
|
Wrap global gajim.handlers with a dispatch method.
|
2009-10-18 20:53:15 +02:00 |
|
Benjamin Richter
|
7378efcb21
|
Improve group renaming efficiency. Fixes #4212
|
2009-09-26 20:23:59 +02:00 |
|
Yann Leboulanger
|
d51102112d
|
fix sending message to zeroconf from XML console. Fixes #5050
|
2009-07-16 17:23:05 +02:00 |
|
Yann Leboulanger
|
7bfcf169e4
|
fix zeroconf
|
2009-07-10 16:15:09 +02:00 |
|
Yann Leboulanger
|
9bc7c4aa95
|
add missing var to connection_zeroconf.py
|
2009-03-25 06:56:39 +00:00 |
|
Yann Leboulanger
|
e0123f0c24
|
encrypt and decrypt GPG messages in a thread, and call a callback when it's finished (sending a message is now asyncronous). Fixes #4445
|
2009-02-06 19:01:36 +00:00 |
|
Yann Leboulanger
|
b317ffcdae
|
merge BOSH branch to trunk
|
2008-12-15 21:06:08 +00:00 |
|
Yann Leboulanger
|
df1e5ee990
|
better handling of sessions in zeroconf. Fixes #4529
|
2008-11-28 15:34:56 +00:00 |
|
Yann Leboulanger
|
73e4e000b9
|
fix typo. Fixes #4525
|
2008-11-26 08:50:33 +00:00 |
|
Stephan Erb
|
239d041b08
|
Fix IndentationError.
|
2008-11-25 14:02:24 +00:00 |
|
Yann Leboulanger
|
d155b90c3c
|
fix zeroconf to handle parameters of send_message (xhtml, forward_from, delayed). Fixes #4514
|
2008-11-25 12:51:31 +00:00 |
|
Yann Leboulanger
|
158538b81c
|
[thorstenp] rename some var to not hide builts-in functions (list -> list_, ...)
|
2008-10-11 10:22:04 +00:00 |
|
Yann Leboulanger
|
73aee40542
|
[thorstenp] replace none equality test with identity test
|
2008-10-11 09:44:12 +00:00 |
|
Yann Leboulanger
|
84e717c8df
|
[thorstenp] use startswith and endswith instead of array indices on strings
|
2008-10-11 09:32:59 +00:00 |
|
Yann Leboulanger
|
9d7c80d522
|
[thorstenp] replace has_key by key in dict. Fixes #4392
|
2008-10-07 20:41:59 +00:00 |
|
tomk
|
ed7dd84cfe
|
fixed zeroconf to work with refactored dispatcher
|
2008-08-18 14:34:09 +00:00 |
|
tomk
|
2712786383
|
Corrected return values of zeroconf client in order to return true-evaluable values. related to #4051
|
2008-08-18 14:20:03 +00:00 |
|
Yann Leboulanger
|
fa2d983354
|
better transltion strings. see #4166
|
2008-08-01 09:30:36 +00:00 |
|
js
|
8605cd3f38
|
For historical reasons, we have a tab width of 3. This is strange, but
we have that in all files. To at least lesser the confusion a bit, add
vim tags for that.
Additionally, fix wrong #! in a few files.
|
2008-07-29 19:49:31 +00:00 |
|
Brendan Taylor
|
fad6d2ef7e
|
pass session when dispatching MSGNOTSENT
|
2008-05-19 00:17:39 +00:00 |
|
Brendan Taylor
|
517d962221
|
fixed link-local messaging (broken by session-centric) and removed a ton of duplicated/unused code
|
2008-05-17 02:23:46 +00:00 |
|
Yann Leboulanger
|
1a2f60186a
|
Don't fail on windows if bonjour is not installed. fixes #3861
socket module doesn't have AI_ADDRCONFIG attribute under windows
|
2008-04-15 15:58:07 +00:00 |
|
Yann Leboulanger
|
92690da36b
|
fix zeroconf to be ablt to use IPv6. Fixes #3683
|
2008-03-21 16:55:39 +00:00 |
|
Yann Leboulanger
|
7c49600135
|
use timeout_add_seconds instead of timeout_add (when it's available), more efficient. fixes #3734, #3736
|
2008-02-14 19:18:07 +00:00 |
|
Jean-Marie Traissard
|
894e752292
|
Sadly, timeout_add_seconds is only availaible since gtk 2.14. It's quite recent. I have 2.10.
Reverting [9324]. Reopen #3734.
|
2008-02-13 18:03:29 +00:00 |
|
Yann Leboulanger
|
ad3935d9e9
|
[Goedson] use timeout_add_seconds instead of timeout_add, more efficient. fixes #3734
|
2008-02-13 07:14:06 +00:00 |
|
Yann Leboulanger
|
17e7c02374
|
remove useless spaces and tabs
|
2008-01-30 11:01:08 +00:00 |
|
Stephan Erb
|
30ad68a26c
|
Backport some fixes to zeroconf: don't fail on special characters, don't allow gpg usage when it is not secure or even possible
Be more verbose when there is a key missmatch.
Mind that presence in zeroconf are not signed, gpg keys have to be assigned manually therefore.
|
2007-12-31 01:19:08 +00:00 |
|
Stephan Erb
|
fef742c863
|
Refactor the way we decide whether GPG is usable or not: Ability to change keys when no valid passphrase could be entered.
See #1210. Workaround for unavailable keys.
Remove useless except block: import of GnuPGInterface is the same on Debian and non Debian systems.
|
2007-12-28 18:49:28 +00:00 |
|
Yann Leboulanger
|
19761f081f
|
[js & I] show pep info in account tooltip, fix a bug in create_contact()
|
2007-12-13 20:26:13 +00:00 |
|
Yann Leboulanger
|
75ee2169d7
|
fix the ability to choose GPG key before we connect
remove useless config option usegpg
|
2007-11-30 15:18:26 +00:00 |
|
Stefan Bethge
|
1f818a04e9
|
fix link-local problems when reconnecting vie network-manager
|
2007-11-19 03:29:10 +00:00 |
|
Yann Leboulanger
|
605caae2b8
|
My name has changed
|
2007-10-22 11:33:50 +00:00 |
|
Yann Leboulanger
|
22c1aeda29
|
next release will be GPL v3. fixes #3290
|
2007-10-22 11:13:13 +00:00 |
|
Brendan Taylor
|
3c936682dc
|
fixed ZeroConf and gave it E2E support
|
2007-10-09 03:46:51 +00:00 |
|
Yann Leboulanger
|
fe0a1b9b1b
|
redraw actions menu when zeroconf account connects.
|
2007-08-22 12:19:30 +00:00 |
|
Yann Leboulanger
|
722988f5d4
|
zeroconf don't support private storage
|
2007-08-22 11:33:37 +00:00 |
|
Yann Leboulanger
|
5350afa8e2
|
integrate pybonjour support to Gajim. see #2883. need a fix when sending messages
|
2007-08-06 21:46:51 +00:00 |
|