Yann Leboulanger
|
61ffd6f91f
|
revert wrong behaviour. see #5527
|
2010-01-03 19:21:39 +01:00 |
|
Anaël Verrier
|
5e744a3e8e
|
forgot to remove an useless line in the previous commit...
|
2010-01-03 01:52:40 +01:00 |
|
Anaël Verrier
|
714b7d965d
|
Fixed a minor bug in the calculation of the date for room history request. Thanks Zash for the report.
|
2010-01-03 01:49:49 +01:00 |
|
Yann Leboulanger
|
d41d4b2460
|
fix typo in variable name
|
2009-12-30 11:27:54 +01:00 |
|
Stephan Erb
|
11c83109f4
|
Remove some unneeded bits in the xmpp ping code. Add additional logging.
|
2009-12-20 23:16:58 +01:00 |
|
Yann Leboulanger
|
b82ea5feff
|
restore xmpp ping callback that was removed in [bc039f78321d] Fixes #5510
|
2009-12-14 23:39:46 +01:00 |
|
Yann Leboulanger
|
88a149035b
|
[Jim++] keep in mem las muc message time, and save it in database when we quit. Fixes #5490
|
2009-12-10 06:59:47 +01:00 |
|
Yann Leboulanger
|
2a944e5404
|
ability to get address / location from geoclue and send it via PEP
|
2009-12-07 23:16:30 +01:00 |
|
Yann Leboulanger
|
9914792723
|
re-enable the ability to connect as invisible: check that we don't send presence with show=invisible at the correct place, after we diferenciate invisible conection from not-invisible connection. Fixes #5473
|
2009-12-03 18:10:23 +01:00 |
|
Alexander Cherniuk
|
cea7c66f75
|
A portion of doc-string refactoring
|
2009-11-26 12:21:43 +02:00 |
|
Yann Leboulanger
|
a59011138b
|
merge diff from default
|
2009-11-25 21:15:36 +01:00 |
|
red-agent
|
102126b330
|
Fixed broken resource setting
|
2009-11-22 13:33:19 +02:00 |
|
Yann Leboulanger
|
094941f89e
|
don't try to send thing after we are disconnected. Fixes #5437
|
2009-11-19 22:42:35 +01:00 |
|
Yann Leboulanger
|
c9c5f72ff9
|
fix traceback on startup. Fixes #5435
|
2009-11-18 21:07:11 +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
|
5f4db2eed9
|
Unify updating of accounts and contact pep information. Implement and use asMarkupText() for tunes.
|
2009-11-15 10:55:31 +01:00 |
|
Yann Leboulanger
|
e4128f5c29
|
merge from default
|
2009-11-13 19:45:11 +01:00 |
|
Yann Leboulanger
|
8f2120371b
|
update correctly self_contact Contact instance and roster row when we use an anonymous account (our jid changes in this case). Fixes #5370
|
2009-11-07 12:37:16 +01:00 |
|
Yann Leboulanger
|
ea5429b248
|
fix XEP-202 implementation, child element must be <time>, not <query>. Fixes #5412
|
2009-11-06 08:11:07 +01:00 |
|
Yann Leboulanger
|
4743d224fd
|
fix sending message to several contacts (in this case we cannot get a contact instance as there are several jids in one. Fixes #5408
|
2009-11-05 19:44:01 +01:00 |
|
Stephan Erb
|
213fd5a8ed
|
Update a few outdated comments.
|
2009-10-27 22:48:47 +01:00 |
|
Stephan Erb
|
33fe53ff7d
|
Swtich from old to new caps API.
Now we do:
contact.supports(feauture) instead of gajim.capscache.is_supported(contact, feature)
|
2009-10-27 22:41:39 +01:00 |
|
Stephan Erb
|
3665c99800
|
Wrap global gajim.handlers with a dispatch method.
|
2009-10-18 20:53:15 +02:00 |
|
Yann Leboulanger
|
f18ede1c88
|
detect incoming MUC error presences from the ID. Fixes #5309
|
2009-10-13 19:26:56 +02:00 |
|
Yann Leboulanger
|
3a13f91162
|
prevent traceback
|
2009-10-06 21:27:40 +02:00 |
|
Yann Leboulanger
|
b954492bc2
|
fix typo
|
2009-10-02 17:18:36 +02:00 |
|
Yann Leboulanger
|
5406f8b49c
|
improve connection time to muc.
|
2009-10-02 16:47:42 +02:00 |
|
Yann Leboulanger
|
4d8454a242
|
request bookmarks via XML if server announce it supports pubsub but doesn't answer in the next 30 seconds. Fixes #5198
|
2009-09-29 11:08:42 +02:00 |
|
Benjamin Richter
|
7378efcb21
|
Improve group renaming efficiency. Fixes #4212
|
2009-09-26 20:23:59 +02:00 |
|
Yann Leboulanger
|
44e98585ed
|
move music track listener things from roster_window.py to gajim.py. see #3643
|
2009-09-09 13:26:53 +02:00 |
|
Yann Leboulanger
|
377a777823
|
always reply to incoming resource. see #5227
|
2009-09-09 10:38:26 +02:00 |
|
Yann Leboulanger
|
bad4297952
|
when unregistering an account, wait server answer before closing connection.
|
2009-09-09 10:13:03 +02:00 |
|
Yann Leboulanger
|
54fa89af23
|
correctly detect vcard support of server. Fixes #5233
|
2009-08-28 13:41:36 +02:00 |
|
Yann Leboulanger
|
4438154eb0
|
prevent traceback when changing nick
|
2009-08-27 20:15:54 +02:00 |
|
Yann Leboulanger
|
982db9636c
|
add 2 advanced option to configure how many log lines we want when entering a room. Fixes #5237
|
2009-08-27 18:08:14 +02:00 |
|
Yann Leboulanger
|
1f760de1ff
|
prevent traceback. Fixes #5202
|
2009-08-06 00:07:23 +02:00 |
|
Yann Leboulanger
|
8fcaa914e1
|
ability to use anonymous authentication
|
2009-08-05 20:53:58 +02:00 |
|
Yann Leboulanger
|
260f1541d1
|
request privacy lists after disco result
|
2009-08-04 17:57:12 +02:00 |
|
Yann Leboulanger
|
ff2a02269d
|
request privacy rules and metacontacts only once at startup
|
2009-08-04 00:49:56 +02:00 |
|
Anaël Verrier
|
690c5e82ed
|
* second draft of message archiving preferences window
|
2009-07-31 19:16:03 +02:00 |
|
Yann Leboulanger
|
2ffd6cbcb8
|
store bookmarks in both pubsub and xml, and copy those from xml to pubsub on startup
|
2009-07-31 17:11:55 +02:00 |
|
Yann Leboulanger
|
5b62a6fbbd
|
add publish-options to bookmark storage if server supports it
|
2009-07-31 15:50:11 +02:00 |
|
Yann Leboulanger
|
4a0e5bc2b3
|
[Link Mauve & I] store bookmarks in pubsub if server supports that.
|
2009-07-31 14:52:01 +02:00 |
|
Yann Leboulanger
|
66254bc47f
|
discover server feature in first when connecting
|
2009-07-31 13:47:47 +02:00 |
|
Yann Leboulanger
|
19e302b918
|
bosh port must now be included in bosh URI
|
2009-07-17 11:20:28 +02:00 |
|
Anaël Verrier
|
66e7ea153e
|
* now we handle result for archiving preferences request and also all changes that come from server
|
2009-07-15 15:13:12 +02:00 |
|
Yann Leboulanger
|
711dfce03c
|
better way to detect pyopenssl usage
|
2009-07-13 17:44:12 +02:00 |
|
Yann Leboulanger
|
278a8bc59e
|
merge elghinn's branch (roster versioning) to trunk. Fixes #4661, #3190
|
2009-07-10 15:05:01 +02:00 |
|
Anaël Verrier
|
c66aee5b9d
|
* better way to propagate roster at start
|
2009-07-09 14:33:18 +02:00 |
|