log libpurple/protocols/jabber/data.c @ 32705:ef4ffed09e49

age author description
Tue, 04 Jan 2011 06:55:30 +0000 Richard Laager Remove trailing whitespace
Thu, 17 Jun 2010 01:51:58 +0000 Paul Aurich jabber: Fix a crash in the BoB code when receiving from Jabbim.
Thu, 17 Jun 2010 01:45:44 +0000 Paul Aurich jabber: Don't use a static array when it might not be sufficient.
Thu, 17 Jun 2010 01:30:06 +0000 Paul Aurich jabber: Oops, forgot to save the file before the last commit.
Thu, 17 Jun 2010 01:26:02 +0000 Paul Aurich jabber: Add a bunch of g_return_if_fail checks to the BoB code
Thu, 06 May 2010 21:28:32 +0000 Marcus Lundblad Fix license to refer to GPLv2 in a files...
Sat, 24 Apr 2010 14:59:13 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 7850267e7626c94b519fd5f1c959c79f0624d34e)
Wed, 24 Mar 2010 20:16:05 +0000 Marcus Lundblad Merge fix
Wed, 24 Mar 2010 19:56:07 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 83880c1513774ae8550442dfe002355056d39021)
Mon, 22 Mar 2010 22:26:14 +0000 Marcus Lundblad Fixup merge
Mon, 22 Mar 2010 21:45:23 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head d2cd6030fc66f726f61a1d7576facd0ef6ea5fe5)
Sun, 21 Mar 2010 20:54:57 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 60a434545c6f61fc0f20206c0d4eb87a9fb8de11)
Sun, 21 Mar 2010 19:44:45 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head f23de15cf5cab74ad9b1c2ce72676be0e80e7f23)
Tue, 09 Mar 2010 21:41:55 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 96b27a20c7250b87761a8bd4f5540bf1fa32b6f4)
Sun, 29 Nov 2009 19:06:30 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head fd01d69465dca1c23c811963e2545236c2749d55)
Tue, 01 Sep 2009 19:50:20 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 6d3fc30a0a0a379281efc5a6872a9c1d7c24c650)
Mon, 24 Aug 2009 19:21:21 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 92e101e3698042e7600729bc09dec9e28f81de8f)
Sat, 04 Jul 2009 07:18:19 +0000 Marcus Lundblad Change debug outputs to say "data object" instead of "smiley", since BoB is not
Wed, 01 Jul 2009 17:31:47 +0000 Marcus Lundblad Actually request the thumbnail when getting one in an offer.
Mon, 29 Jun 2009 20:44:45 +0000 Marcus Lundblad Added an "ephemeral" argument when creating local data objects (given a CID).
Thu, 25 Jun 2009 22:25:23 +0000 Marcus Lundblad Added a function to destroy JabberData instances.
Thu, 25 Jun 2009 20:56:37 +0000 Marcus Lundblad Allow the "alt" property on a Bits of Binary object to be NULL (do not store
Wed, 31 Mar 2010 03:42:21 +0000 Paul Aurich jabber: Plug some leaks and make the success case quieter.
Tue, 23 Mar 2010 22:17:34 +0000 Marcus Lundblad jabber: Cache incoming BoB object per JID (and local JID) instead of discarding
Mon, 22 Mar 2010 21:34:17 +0000 Marcus Lundblad jabber: Validate the hash on incoming BoB objects (in case the CID is on the
Sun, 21 Mar 2010 19:59:24 +0000 Marcus Lundblad jabber: Ofcourse we should only associate non-ephemeral BoBs, not the other
Sun, 21 Mar 2010 19:39:40 +0000 Marcus Lundblad jabber: Refactor BoB request code to reside inside data.c
Mon, 08 Mar 2010 22:51:42 +0000 Paul Aurich jabber: Use the jabber-specific function that is guaranteed to always be SHA1
Mon, 02 Mar 2009 22:07:59 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 431618de0f30a6938f7e14d2d61ee5d7738acd59)
Fri, 27 Nov 2009 07:12:35 +0000 Paul Aurich Include 'internal.h' before all other headers to make some non-gcc compilers happy.