Yann Leboulanger
|
069bddbbcb
|
remove call to unicode()
|
2013-01-01 21:06:16 +01:00 |
Yann Leboulanger
|
77775cf0af
|
Gajim now uses python-nbxmpp library instead of embedding it.
|
2012-12-09 21:37:51 +01:00 |
Yann Leboulanger
|
a6cb79b681
|
correctly cleanup ged handlers when removing an account
|
2011-01-06 16:50:38 +01:00 |
Yann Leboulanger
|
344181fc01
|
use NEC to handle archiving stanza.
|
2010-11-05 20:36:45 +01:00 |
Yann Leboulanger
|
5a9464f0cf
|
prevent traceback when we receive a message archiving negotiation while our server doesn't support message archiving. Fixes #5859
|
2010-10-31 22:02:24 +01:00 |
Yann Leboulanger
|
af804641b6
|
stop message archiving for encrypted sessions. Fixes #5792
|
2010-06-27 22:31:55 +02:00 |
Yann Leboulanger
|
60d9b234a7
|
Fix some mino things about archiving preference window. see #5792
|
2010-06-27 21:50:00 +02:00 |
Éric Araujo
|
0408b35cfb
|
convert tabs to spaces in source code thanks to reindent.py
also use 2to3 -f ws_comma to fix some whitespace
|
2010-02-10 17:59:17 +01:00 |
Yann Leboulanger
|
b739802fd7
|
convert print to log.debug
|
2009-12-02 12:05:52 +01:00 |
Yann Leboulanger
|
623a51d53f
|
fix bug when merging server logs of MUC conversations
|
2009-11-15 15:37:41 +01:00 |
Yann Leboulanger
|
72420b0e73
|
write code to synchronise server logs from archiving with local DB
|
2009-11-15 11:33:05 +01:00 |
Anaël Verrier
|
b64475a2d9
|
* first draft for archiving negotiation
|
2009-08-17 19:32:17 +02:00 |
Anaël Verrier
|
dc2eadc899
|
* added some methods to request a page of collections list, request a page of a collection, remove a collection and request a page of modifications (XEP-0136)
|
2009-08-05 19:05:12 +02:00 |
Anaël Verrier
|
690c5e82ed
|
* second draft of message archiving preferences window
|
2009-07-31 19:16:03 +02:00 |
Anaël Verrier
|
7922426464
|
* first draft of message archiving preferences window
* fixed a bug in ConnectionArchive.append_or_update_item prototype
|
2009-07-19 16:39:07 +02:00 |
Anaël Verrier
|
ee59f1754b
|
* added an entry in the roster menu to display archiving preferences window
* now we check service discovery features for message archiving
|
2009-07-15 20:44:34 +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 |
Anaël Verrier
|
649aa1ed55
|
* second draft of ArchivingPreferences
|
2009-07-13 05:07:38 +02:00 |
Anaël Verrier
|
b073dfe848
|
* first draft of ArchivingPreferences (for XEP-0136)
|
2009-07-12 16:32:01 +02:00 |