Commit Graph

10129 Commits

Author SHA1 Message Date
Anaël Verrier c7dbcdac65 * renamed a label in message archiving preferences window 2009-08-05 17:41:42 +02:00
Anaël Verrier 59e25b92c8 * fixed a bug in item archiving preferences window (the notes in sections 2.2.2.2 and 2.2.3.3 in XEP-0136 say when we change OTR to 'require' we must change save value to 'false') 2009-08-02 22:29:19 +02:00
Anaël Verrier b7f8a3a93d * fixed a bug with zeroconf (because we didn't have a archive_pref_supported attribute in connection class) 2009-08-02 21:58: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 dde1b34109 * added some NS_* in xmpp/protocol.py (for XEP-0136) 2009-07-13 01:03:43 +02:00
Anaël Verrier b073dfe848 * first draft of ArchivingPreferences (for XEP-0136) 2009-07-12 16:32:01 +02:00
Yann Leboulanger b5ce2d9fa6 branch for XEP-0136 development 2009-07-11 12:33:48 +02:00
Yann Leboulanger 36d16d1eb0 include gajim.svg in tarball 2009-07-11 09:58:06 +02:00
Yann Leboulanger 1ff9001084 [Paco & i] support nicknames with space for /ban and /kick commands 2009-07-10 16:30:10 +02:00
Yann Leboulanger 7bfcf169e4 fix zeroconf 2009-07-10 16:15:09 +02:00
Yann Leboulanger 72ed0a7339 fix merge error. Fixes #5154 2009-07-10 15:48:46 +02:00
Yann Leboulanger 278a8bc59e merge elghinn's branch (roster versioning) to trunk. Fixes #4661, #3190 2009-07-10 15:05:01 +02:00
Yann Leboulanger 4917ffdbcc Fix traceback when right click on email in history viewer. Fixes #5131 2009-07-09 19:06:08 +02:00
Yann Leboulanger e01cb71d8f handle correctly when MUC server force us to change our nickname by sending a 303 error presence. Fixes #5055 2009-07-09 18:22:41 +02:00
Yann Leboulanger 002f33f2b7 do not allow several password window for one account. Fixes #5151 2009-07-09 14:52:32 +02:00
Anaël Verrier 3b4b086bdf * the good version is not 0.12.1.6-hg but 0.12.3.1-dev 2009-07-09 14:34:51 +02:00
Anaël Verrier c66aee5b9d * better way to propagate roster at start 2009-07-09 14:33:18 +02:00
Yann Leboulanger 016ccb74b1 handle jid errors 2009-07-08 21:41:40 +02:00
Yann Leboulanger 676bda8281 get_full_jid_from_iq is in helpers. Fixes #5146 2009-07-07 19:17:28 +02:00
Yann Leboulanger c54194d844 parse_jid is in helpers 2009-07-07 16:56:04 +02:00
Yann Leboulanger e1890c3938 fix some bugs with non-normalized jids 2009-07-07 16:34:46 +02:00
Yann Leboulanger 0de2e8522d ability to send contacts via DnD to another contact. Fixes #378 2009-07-07 16:28:26 +02:00
Anaël Verrier 5e2d6efd0b * fixed a bug when we remove a contact from our contact list (before we did not remove contact from roster_group table) 2009-07-07 15:14:56 +02:00
Yann Leboulanger 99c74ab6a2 add gajim.svg in /usr/share/pixmaps. Fixes #5139 2009-07-07 14:27:55 +02:00
Yann Leboulanger e42bb5823f don't traceback when we receive pep info from muc 2009-07-07 13:41:05 +02:00
Anaël Verrier 23394732c2 * fixed a bug when we have a groupchat minimized in the roster 2009-07-06 22:34:24 +02:00
Yann Leboulanger 765336b4fb when sending file, try to bind ipv6 first. see #1969 2009-07-05 11:57:12 +02:00
Yann Leboulanger 0492b82384 [danguy] log_encrypted_sessions is no more a global variable! Fixes #5132 2009-07-02 08:20:17 +02:00
Anaël Verrier 6c56dd173b * now there is no more sparkling when we update the RosterWindow with the roster received from the server (when server does not handle roster versioning or when it resends the whole roster) 2009-06-30 17:06:17 +02:00
Anaël Verrier 4d10bdcf6f * In order to allow the viewing of the roster when we are offline (and some other cool stuffs), with and without roster versioning, now we load roster when RosterWindow is created (at gajim startup). Fixes #3190 2009-06-30 11:46:27 +02:00
Yann Leboulanger 77c5a8d36d finish previous commit, and change to a more generic name 2009-06-29 23:10:30 +02:00
Yann Leboulanger 3da8872f69 finish previous 2009-06-29 23:09:48 +02:00
Jonathan Schleifer 45fbcfaa01 Change the -svn suffix to -hg. 2009-06-29 23:02:03 +02:00
Anaël Verrier 5e4fb8fddb * in order to permit roster loading at gajim startup we need to save all roster pushs (even if it's not for versioning) 2009-06-29 15:49:46 +02:00
Yann Leboulanger c739465890 ignore <iq> without an ID. They are required by RFC. Fixes #5122 2009-06-29 07:57:10 +02:00
Mateusz Biliński 06cf27f6c4 Fixed bug when national character (non-ASCII) was entered which search string in ACE (comparison with descriptions, which are unicode, was not possible). It seems that this was Win32 specific (tested on Vista64). 2009-06-29 06:31:36 +02:00
Anaël Verrier ff2be61483 * clean roster tables when we remove an account 2009-06-28 20:43:18 +02:00
Yann Leboulanger b19d4e63f3 add missing facebook icon 2009-06-28 16:01:43 +02:00
Anaël Verrier b3fbd59866 * added 'ask' support
* fixed a bug (when a contact does not have a name)
2009-06-27 20:54:49 +02:00
Anaël Verrier d347b79c38 * added a method to load roster from DB
* now we load roster from DB when we receive an iq result for the roster without any query
* added a "force" argument to NonBlockingRoster.getRoster(), to force the return of the instance
2009-06-27 17:56:04 +02:00
Yann Leboulanger a49eea24ab ability to block / unblock MUC occupants. Fixes #5051 2009-06-27 12:29:55 +02:00
Yann Leboulanger fda322706b [Spike411] Facebook iconset for Gajim. A great thanks to Jakub Szypulka for is iconset: http://cubestuff.wordpress.com/2008/05/21/facebook-goes-tango/ 2009-06-27 09:50:50 +02:00
Yann Leboulanger 008c98da44 some coding standards 2009-06-26 19:33:46 +02:00
Yann Leboulanger bc4761b0b0 do not request XEP-0012 when there are several resources 2009-06-26 19:33:22 +02:00
Yann Leboulanger 7b7bf4aaf6 enable / disable ping_alives_enable too when (un)checking send keep alives in account modification window. Fixes #5100 2009-06-25 19:28:23 +02:00
Yann Leboulanger 80053ab180 take into account systray option instantly in pref window 2009-06-23 22:42:27 +02:00