log libpurple/protocols/jabber/buddy.c @ 32767:2ec94166be43

age author description
Tue, 18 Oct 2011 18:47:48 +0000 andrew victor On the way to hiding the PurpleConnection struct.
Tue, 30 Aug 2011 19:11:26 +0000 andrew victor Convert jabber prpl to use accessor functions purple_connection_get_protocol_data() and purple_connection_set_protocol_data().
Mon, 22 Aug 2011 06:32:44 +0000 Mark Doliner Actually commit the purple_notify_user_info_prepend_pair_plaintext
Mon, 22 Aug 2011 06:25:23 +0000 Mark Doliner Add purple_notify_user_info_prepend_pair_plaintext and use it in a few
Mon, 22 Aug 2011 06:17:18 +0000 Mark Doliner I tried to disapprove this, but it didn't seem to work. Maybe I
Mon, 22 Aug 2011 06:06:07 +0000 Mark Doliner merge of '88118487bea2cf5120dec21de3377fada185180f'
Mon, 22 Aug 2011 06:07:08 +0000 Mark Doliner disapproval of revision '88118487bea2cf5120dec21de3377fada185180f'
Mon, 22 Aug 2011 05:45:22 +0000 Mark Doliner I think it's more appropriate to append these as plaintext
Mon, 22 Aug 2011 06:05:51 +0000 Mark Doliner disapproval of revision '37706b74bb67b5e0abf08dd08bcd0d509075cc42'
Mon, 22 Aug 2011 05:39:00 +0000 Mark Doliner Now that there's no speed difference between
Mon, 22 Aug 2011 04:14:16 +0000 Mark Doliner Change PurpleNotifyUserInfo->user_info_entries from a GList to a GQueue.
Mon, 22 Aug 2011 02:23:28 +0000 Mark Doliner Rename purple_notify_user_info_add_pair to
Mon, 18 Apr 2011 06:32:04 +0000 Mark Doliner propagate from branch 'im.pidgin.pidgin' (head 4fb1347ba91ca1ac8b6f5ad029c1ed0f1b6e60a2)
Wed, 13 Apr 2011 01:37:56 +0000 Mark Doliner Fix this indentation. My bad.
Wed, 13 Apr 2011 00:22:29 +0000 Mark Doliner Update js->initial_avatar_hash if the user tries to set the icon before
Wed, 13 Apr 2011 00:17:13 +0000 Mark Doliner Typo fix
Sun, 10 Apr 2011 19:21:27 +0000 pidgin jabber: Remember the last-used user directory. Closes #12451
Sat, 08 Jan 2011 03:10:40 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head 7d1d85421a7221e67b586df32625c65c1434f195)
Sat, 20 Nov 2010 13:02:08 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 6f879669a6513a5c40335bbaefe842389a92b39e)
Thu, 08 Jul 2010 22:38:33 +0000 Mark Doliner Add a purple_notify_user_info_add_pair_plaintext function that accepts a
Tue, 04 Jan 2011 06:55:30 +0000 Richard Laager Remove trailing whitespace
Fri, 09 Apr 2010 22:14:51 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 7c76f200d8b976548ea95b94a1674b931a7694f7)
Thu, 25 Mar 2010 20:16:48 +0000 Marcus Lundblad First shot at refactoring the Google-specific XMPP code.
Sun, 04 Apr 2010 04:31:54 +0000 Paul Aurich Eliminate the name collisions on "Title". I have a few qualms:
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
Tue, 09 Mar 2010 23:09:54 +0000 Paul Aurich jabber: Treat the version properly.
Thu, 04 Mar 2010 16:31:10 +0000 Paul Aurich jabber: Avoid crashing if a buddy has a NULL resource.
Mon, 15 Feb 2010 06:39:09 +0000 Paul Aurich jabber: --header_contents;
Mon, 15 Feb 2010 06:07:53 +0000 Paul Aurich jabber: Treat JabberBuddy->resources as a sorted list.
Mon, 15 Feb 2010 05:41:15 +0000 Paul Aurich jabber: Fix the resource_compare_cb function after checking how they're used with GSLists
Mon, 15 Feb 2010 05:35:56 +0000 Paul Aurich jabber: Move those functions to jutil.[ch]
Mon, 15 Feb 2010 05:31:34 +0000 Paul Aurich jabber: Unify the JabberBuddyState functions (and briefly document them)
Sun, 14 Feb 2010 23:56:00 +0000 Paul Aurich jabber: Fix getting info on your own JID, under some circumstances.
Tue, 05 Jan 2010 21:04:26 +0000 Paul Aurich This string is already translated; so it need not be translated again.
Sun, 06 Dec 2009 01:01:20 +0000 Paul Aurich Tighter scoping and slightly less memory usage.
Tue, 01 Dec 2009 21:36:55 +0000 Marcus Lundblad merge of '1cebb8e5585732c30dcfb31a6700dcb78ae47b44'
Tue, 01 Dec 2009 16:46:57 +0000 Paul Aurich strchr() is safe when searching for an ASCII character in UTF8 strings.
Tue, 01 Dec 2009 21:26:58 +0000 Marcus Lundblad jabber: When getting info on a "bare" domain JID, interpret the value of "last"
Fri, 27 Nov 2009 17:07:19 +0000 Paul Aurich jabber: More namespaces! This is a good stopping point for now.
Fri, 13 Nov 2009 18:48:29 +0000 Paul Aurich jabber: This is more correct.
Fri, 13 Nov 2009 18:47:52 +0000 Paul Aurich jabber: The second half; advertise the vCard avatar, whatever it is.
Fri, 13 Nov 2009 18:39:23 +0000 Paul Aurich jabber: Go back to not overwriting avatars if there is not one locally set.
Thu, 12 Nov 2009 23:24:43 +0000 Marcus Lundblad jabber: Determine if a buddy can receive a file transfer (when we have
Fri, 06 Nov 2009 08:39:49 +0000 Paul Aurich jabber: Convert to purple_debug_* convenience functions.
Mon, 12 Oct 2009 17:36:12 +0000 eion jabber: Add an "Initiate Chat" blist context menu option for GTalk accounts.
Sat, 03 Oct 2009 02:50:48 +0000 Paul Aurich jabber: Don't try to pull a photo out of the <PHOTO/> cdata.
Sat, 22 Aug 2009 02:52:30 +0000 Paul Aurich Remove specific copyright lines from the XMPP prpl.
Fri, 21 Aug 2009 07:15:47 +0000 Paul Aurich jabber: Fix a crash when the vcard includes an empty BINVAL.
Wed, 19 Aug 2009 16:21:47 +0000 Paul Aurich jabber: Escape status messages with a '<' or '>' in the Get Info dialog.
Wed, 19 Aug 2009 00:37:01 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head dd712fa84e46b2d78adf28e914d3e1a5c18a5154)
Mon, 03 Aug 2009 00:46:28 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 1876e80a840aa8045b1a49c60049781e0d285558)
Sat, 01 Aug 2009 21:36:16 +0000 Paul Aurich jabber: Prompt before cancelling presence notification to a buddy.
Mon, 10 Aug 2009 23:24:39 +0000 Mark Doliner This was a memory leak, right?
Thu, 06 Aug 2009 03:21:59 +0000 Paul Aurich jabber: Fix a crash due to a contact having a resource with jbr->name == NULL
Sat, 01 Aug 2009 22:12:30 +0000 Paul Aurich jabber: Store the "own JabberBuddy" in the JabberStream* struct.
Sat, 01 Aug 2009 01:53:02 +0000 Paul Aurich jabber: Fix setting Google Talk avatar at login.
Wed, 29 Jul 2009 19:16:02 +0000 Paul Aurich jabber: Handle "Extended Address" correctly.
Sun, 26 Jul 2009 19:51:40 +0000 Paul Aurich jabber: Move the jbr comparison logic to a GCompareFunc
Thu, 16 Jul 2009 22:53:37 +0000 Paul Aurich Revert this to what it was originally. Since the Get Info dialog renders "Purple HTML" or "IMHTML", trust the purple_* routine to format the <br/> properly.
Thu, 16 Jul 2009 03:55:24 +0000 Paul Aurich The Get Info dialog renders in HTML, so replace \n with <br/>\n.
Mon, 13 Jul 2009 05:40:12 +0000 Elliott Sales de Andrade merge of '6bf1ed8cefd6bb5b980baf7501bcf6936634bd8d'
Sun, 12 Jul 2009 04:39:31 +0000 Paul Aurich For contacts who advertise Entity Caps, check for XHTML-IM support. Refs #4650.
Sun, 12 Jul 2009 22:40:54 +0000 Elliott Sales de Andrade Don't pre-escape jbr->status. Almost every place required it in unescaped
Thu, 09 Jul 2009 02:18:46 +0000 Paul Aurich Lower the severity of this message.
Mon, 06 Jul 2009 00:45:54 +0000 Paul Aurich Various minor changes to jabber_presence_parse. No functionality changes.
Sun, 05 Jul 2009 06:06:46 +0000 Paul Aurich Change "Logged off" to "Logged Off" to match the rest of the labels
Sun, 05 Jul 2009 06:05:54 +0000 Paul Aurich Style and comments
Sun, 05 Jul 2009 05:53:54 +0000 Paul Aurich Factor out the duplicated code for displaying XMPP Get Info
Sun, 05 Jul 2009 05:01:05 +0000 Paul Aurich Remove the gigantic ifdef'd-out "Show buddy features" sections
Thu, 02 Jul 2009 22:03:21 +0000 Paul Aurich If get_info_for_jid is passed a full JID, don't spam that JID with IQs.
Thu, 02 Jul 2009 21:55:15 +0000 Paul Aurich Factor the per-resource IQs out into their own function.
Sat, 27 Jun 2009 17:46:49 +0000 Paul Aurich If there's no vCard on the server, we have to be able to set ours. Allows bootstrapping a new account with (at least) Prosody.
Sat, 27 Jun 2009 17:31:33 +0000 Paul Aurich Missing newline
Sun, 21 Jun 2009 16:40:15 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.5.7' (head 81e7f59e74715d44dac9e40e7b43ff377c8b474c)
Sun, 07 Jun 2009 17:07:33 +0000 Paul Aurich Use guint for a timeout handle here, too.
Sun, 07 Jun 2009 06:19:12 +0000 Paul Aurich Plug a leak from changing this to use jabber_get_bare_jid instead of normalize.
Mon, 25 May 2009 19:24:17 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head ca6eb11f6084be37aeabcb2d99df789aaf8b4afd)
Wed, 13 May 2009 20:37:46 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 191873f724e4551edc337f1e018980f32c41391b)
Thu, 07 May 2009 21:20:16 +0000 Marcus Lundblad Fixup after propagating new caps stuff
Thu, 07 May 2009 20:34:50 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head df25bed2c1c0d097b7f52fbfae76223d8552f0c3)
Sat, 02 May 2009 06:38:20 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 13ac492a493b4d31c8b29905174b43a533304300)
Fri, 22 May 2009 03:54:29 +0000 Paul Aurich Remove trailing whitespace that has snuck in.
Tue, 19 May 2009 05:56:50 +0000 Paul Aurich This whole section was partially using spaces instead of tabs.
Tue, 19 May 2009 05:49:34 +0000 Paul Aurich Fix a NULL deref if the resource has gone offline by the time we're parsing this reply.
Wed, 13 May 2009 20:29:03 +0000 Marcus Lundblad Support custom smileys in MUCs (when all participants support BoB and a maximum
Sun, 10 May 2009 20:05:08 +0000 Marcus Lundblad Don't query for "last offline time" when the JID is a full JID (containing
Thu, 07 May 2009 19:34:27 +0000 Marcus Lundblad Changed the message string for the "last logged in" value to "Logged off"
Thu, 07 May 2009 19:24:02 +0000 Marcus Lundblad Show when a user was last online (as seen by the server) when doing "Get Info"
Wed, 06 May 2009 19:01:31 +0000 Marcus Lundblad Add a section break between resources in "Get info"
Tue, 28 Apr 2009 18:43:57 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head fbb4fe5da444943eecc76bdcd6c8ba967790b6c8)
Mon, 27 Apr 2009 05:49:32 +0000 Paul Aurich Publish only 'new' xmlns of avatars and delete old.
Sun, 26 Apr 2009 23:24:45 +0000 Paul Aurich Use purple_strequal and g_str_equal
Sun, 26 Apr 2009 23:06:56 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 7281ad5ba8e68debd285e06dafebd991e980f3da)
Sun, 26 Apr 2009 18:23:09 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 371b6104658ad98c418ac711643192c2e34428ea)
Sun, 26 Apr 2009 20:51:21 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 371b6104658ad98c418ac711643192c2e34428ea)
Sun, 26 Apr 2009 18:27:30 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 371b6104658ad98c418ac711643192c2e34428ea)
Sun, 26 Apr 2009 03:18:07 +0000 Paul Aurich Retrieve status message to display in Buddy List from PurplePresence.
Sat, 11 Apr 2009 04:39:48 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 079a5ca1aa110ee9f6661eba31e5ea3f0b5a07e7)
Mon, 13 Apr 2009 13:33:47 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 580055bb22fea0076d3a90d9df9346abd1789bab)
Mon, 13 Apr 2009 13:36:00 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 580055bb22fea0076d3a90d9df9346abd1789bab)
Sat, 11 Apr 2009 04:34:47 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 079a5ca1aa110ee9f6661eba31e5ea3f0b5a07e7)
Fri, 10 Apr 2009 06:18:08 +0000 foss A patch from Arunan Balasubramaniam to use timeouts in seconds instead of
Tue, 07 Apr 2009 08:11:26 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 5ab68ddb0251205f7ef97f4c280e65696cbd5ff2)
Tue, 07 Apr 2009 05:10:52 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head eed0598058a6e7cc5da7ad99f06bfe136291d2f9)
Sun, 05 Apr 2009 21:18:15 +0000 Paul Aurich Fix up the propagate
Sun, 05 Apr 2009 21:13:10 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head f144c6bda9daf701aa891c875fce7a4dedd611ae)
Sun, 05 Apr 2009 21:54:03 +0000 Paul Aurich Drop a variable left over from the propagate.
Sun, 05 Apr 2009 21:49:01 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head f144c6bda9daf701aa891c875fce7a4dedd611ae)
Fri, 03 Apr 2009 02:43:22 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head e028e1fa5d4d70792f0219311b12e5f4b1587776)
Sat, 14 Mar 2009 15:50:56 +0000 Paul Aurich Do not advertise support for old XEP-0199 (Ping) namespace
Fri, 13 Mar 2009 02:26:45 +0000 Paul Aurich Convert all the XMPP IQ callbacks to a typedef similar to the IQ Handlers.
Fri, 03 Apr 2009 02:42:56 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head e028e1fa5d4d70792f0219311b12e5f4b1587776)
Fri, 03 Apr 2009 02:43:09 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head e028e1fa5d4d70792f0219311b12e5f4b1587776)
Sat, 28 Mar 2009 16:58:59 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 81bb2e1582a2222b36e57c29ccb573dac27f2a44)
Sat, 28 Mar 2009 17:00:03 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 81bb2e1582a2222b36e57c29ccb573dac27f2a44)
Fri, 27 Mar 2009 09:29:22 +0000 Mark Doliner Remove some unused fields. Thanks to Mayank Jain Nawal's email to the
Sat, 27 Sep 2008 04:44:17 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 25e27ca0f73c4714d17fcdf83d0e4ce7e63bc55d)
Fri, 05 Sep 2008 02:57:48 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 25e6cb3cd762fe0e3dbb5ce67dd017555c8a26a8)
Sat, 07 Mar 2009 02:02:57 +0000 Paul Aurich Fix up merge (why can't it simply make the changes to my WD first?)
Sat, 07 Mar 2009 01:59:40 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 303af74a38e7b313d4fb0be4d4054a16cb13d819)