Stefan Bethge
|
7dd8a27b39
|
fix #3186 (thanks dkirov)
|
2007-07-27 18:19:09 +00:00 |
|
Stefan Bethge
|
68f5401213
|
set zeroconf hostname on every connection. fix: #3117
|
2007-07-27 16:00:29 +00:00 |
|
Yann Leboulanger
|
52fdd458d7
|
fix typo. see #2149
|
2007-07-25 23:06:33 +00:00 |
|
Yann Leboulanger
|
3b9966960d
|
add --config-path option so that we can specify the root folder of config files. see #2149
|
2007-07-25 23:04:15 +00:00 |
|
Yann Leboulanger
|
85158665d4
|
fix traceback when receiving a file
|
2007-07-25 23:02:55 +00:00 |
|
Yann Leboulanger
|
85e040e574
|
fix traceback when not using gnome keyring. fixes #3319
|
2007-07-24 08:20:06 +00:00 |
|
Yann Leboulanger
|
5040656f3e
|
update password in connection instance when we modify it and we use gnome keyring. fixes #3318
|
2007-07-23 21:35:01 +00:00 |
|
Yann Leboulanger
|
c131a04df8
|
request last_status_time and os_info to real jid if we know it. fixes #3304
|
2007-07-22 18:25:43 +00:00 |
|
Yann Leboulanger
|
bca61b7400
|
show jid in search result with non data forms result. see #3304
|
2007-07-21 19:39:45 +00:00 |
|
Yann Leboulanger
|
fb3eeb4a40
|
add a limit to the number of lines displayed in conversation textview.
|
2007-07-21 14:58:56 +00:00 |
|
Julien Pivotto
|
0314f23aa4
|
Add notification of Configuration Changes in MUC. See #3270.
http://www.xmpp.org/extensions/xep-0045.html#roomconfig-notify
|
2007-07-19 10:06:59 +00:00 |
|
Julien Pivotto
|
015ee132ae
|
XEP-0045: Multi-User Chat
* Handle Multiple status code in MUC.
* Warn the user if room logging is enabled (
http://www.xmpp.org/extensions/xep-0045.html#enter-logging ). Fix #3270.
|
2007-07-19 09:27:33 +00:00 |
|
Brendan Taylor
|
fdef1c3d72
|
shared retained secrets
|
2007-07-17 08:08:27 +00:00 |
|
Brendan Taylor
|
0ae43eab4e
|
per-profile srs storage
|
2007-07-17 08:08:01 +00:00 |
|
Julien Pivotto
|
ecc54114f7
|
[misc] handle gnome-heyring DeniedError. Fix #3300.
|
2007-07-14 13:24:27 +00:00 |
|
Brendan Taylor
|
9d04cd0a82
|
a file for pickling retained secrets
|
2007-07-13 22:52:23 +00:00 |
|
Tomasz Melcer
|
4ce9d89077
|
caps: Real fix for [3295] -- changing separator from ' ' to '\0'.
|
2007-07-13 14:44:01 +00:00 |
|
Julien Pivotto
|
3875388496
|
[davux] correct a loop in logger.py. Fix #3295.
|
2007-07-13 13:02:42 +00:00 |
|
Julien Pivotto
|
5c36dd8e78
|
[Lukas and I] use 'event' instead of 'message' as icons names ans
states. Fix #2755.
|
2007-07-13 10:11:49 +00:00 |
|
Yann Leboulanger
|
2af509d005
|
reverting [8388] for the moment
|
2007-07-12 20:45:43 +00:00 |
|
Yann Leboulanger
|
ec2ff7a684
|
compute metacontact big brother by comparing them instead of computing an absolute score for each one. fixes #2781 and #2156
|
2007-07-12 11:15:59 +00:00 |
|
Brendan Taylor
|
8af883e852
|
refactored and corrected identity testing, prompt user when a session is initiated by an unsubscribed jid
|
2007-07-12 06:25:05 +00:00 |
|
Julien Pivotto
|
9994643247
|
Added my own copyright :-P
|
2007-07-11 21:39:27 +00:00 |
|
Yann Leboulanger
|
3f5327dc6f
|
[mrk] handle Google Apps For Your Domain. fixes #3163
|
2007-07-11 16:32:18 +00:00 |
|
Yann Leboulanger
|
53d68c9c7f
|
copy old gtk+ theme to new default one
|
2007-07-11 10:09:31 +00:00 |
|
Stephan Erb
|
5f1eaeb312
|
Ability to disable message previews in notify popups. Fixes #3088
|
2007-07-10 21:57:56 +00:00 |
|
Brendan Taylor
|
d32e8352d5
|
proper error handling
|
2007-07-10 05:41:43 +00:00 |
|
Tomasz Melcer
|
5a5ed1530c
|
formatting errors
|
2007-07-09 22:41:53 +00:00 |
|
Tomasz Melcer
|
6c1858224e
|
caps: data stored and retrieved
|
2007-07-09 21:24:47 +00:00 |
|
Yann Leboulanger
|
952e6d96e3
|
catch disk full errors. fixes #2937
|
2007-07-09 16:01:19 +00:00 |
|
Brendan Taylor
|
29c44d8a5e
|
interface for SAS
|
2007-07-04 18:55:53 +00:00 |
|
Yann Leboulanger
|
1656ea452b
|
rename gt+ theme to default. fixes #2794
|
2007-07-04 16:50:54 +00:00 |
|
Yann Leboulanger
|
039bf1e10e
|
use get_contact() when we give the resource. see #3275
|
2007-07-04 16:33:40 +00:00 |
|
Yann Leboulanger
|
dc2dd87a31
|
prevent message spoofing. Thanks Misc. Fixes #3281
|
2007-07-04 13:29:06 +00:00 |
|
Yann Leboulanger
|
8abd062365
|
[Lukas] split get_contact into get_contacts and get_contact. get_contact_from_full_jid uses get_contact. Maybe could be merged with optional argument, but it's clearer this way. Fixes #3275
|
2007-07-04 13:23:16 +00:00 |
|
Brendan Taylor
|
2bed6a522a
|
fixed a traceback
|
2007-07-03 18:00:09 +00:00 |
|
Yann Leboulanger
|
33946aeeef
|
remove useless function get_contcats_from_jid (same as get_contact). see #3275
|
2007-07-03 10:22:41 +00:00 |
|
Yann Leboulanger
|
20965b9ba5
|
[lukas and I] improve tooltip to show info about pending events. fixes #1971
|
2007-07-03 09:31:43 +00:00 |
|
Tomasz Melcer
|
1c0aa7ad10
|
Caps: caps are queried, results are stored in cache.
|
2007-06-30 17:31:27 +00:00 |
|
Yann Leboulanger
|
31f3e2f44a
|
redo substitution when we get resource from config. fixes #3060
|
2007-06-30 08:40:14 +00:00 |
|
Travis Shirk
|
270c956db3
|
Handle malformed timestamps (which would cause an unhandled exception and hork the connection)
and XEP-82 (dashes in timestamps).
|
2007-06-29 21:21:08 +00:00 |
|
Travis Shirk
|
6ca2d76cba
|
Fixed a traceback. Not sure how correct the contact=contact[0] is, but it handles the multiple return types from get_contact_from_full_jid
|
2007-06-29 21:19:47 +00:00 |
|
Yann Leboulanger
|
fd03586f2c
|
use helper function. fixes #3263
|
2007-06-29 16:25:05 +00:00 |
|
Brendan Taylor
|
6fe668d863
|
disable logs in encrypted sessions.
|
2007-06-29 04:12:08 +00:00 |
|
Brendan Taylor
|
4bd805cf07
|
new option for whether encrypted sessions should be logged by default
|
2007-06-28 19:15:43 +00:00 |
|
Tomasz Melcer
|
4c1fdb1fd8
|
xmpppy doesn't raise exceptions!
|
2007-06-28 08:14:25 +00:00 |
|
Tomasz Melcer
|
976cd12eef
|
contacts.py: get_contact_from_full_jid not to raise exceptions on bare jids
|
2007-06-27 23:26:07 +00:00 |
|
Tomasz Melcer
|
6995730808
|
Caps: removed debug module import
|
2007-06-27 22:57:01 +00:00 |
|
Tomasz Melcer
|
744d445c55
|
Caps: querying caps disco node (no checking result yet)
|
2007-06-27 22:32:35 +00:00 |
|
Yann Leboulanger
|
967d050db2
|
call beep command instead of print '\a' <- doesn't work. fixes #909
|
2007-06-27 10:20:24 +00:00 |
|