log libpurple/protocols/jabber/presence.c @ 32819:2c6510167895 default tip

age author description
Tue, 18 Oct 2011 18:47:48 +0000 andrew victor On the way to hiding the PurpleConnection struct.
Sat, 24 Sep 2011 21:14:19 +0000 andrew victor jabber_presence_create() is marked as deprecated and is not used - so remove it.
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().
Thu, 05 May 2011 02:42:19 +0000 Paul Aurich jabber: Oops, I introduced a leak. clang found it.
Tue, 03 May 2011 05:03:41 +0000 Paul Aurich jabber: Tighter scoping
Tue, 03 May 2011 05:02:00 +0000 matthew jabber: Correctly handle the unsetting case for a contact's vCard avatar.
Sun, 20 Feb 2011 18:21:47 +0000 Paul Aurich jabber: Compatibility with older servers
Sun, 20 Feb 2011 02:25:23 +0000 thijs jabber: Treat the presence storm on joining a room as not new arrivals.
Sun, 20 Feb 2011 02:22:03 +0000 Paul Aurich jabber: Use a straight equality check instead of collate
Tue, 02 Nov 2010 02:06:13 +0000 Paul Aurich jabber: Protect against broken OSes and printf("%s", NULL) crashes
Tue, 31 Aug 2010 18:28:10 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head dca20e09164518b0f7a773edd7e9649f41d8873d)
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.
Mon, 03 May 2010 05:02:30 +0000 Paul Aurich jabber: Avoid an assertion failure for presence from bare domains
Mon, 19 Apr 2010 20:17:20 +0000 Paul Aurich jabber: Don't leak the buddy_name on this error
Thu, 01 Apr 2010 18:34:34 +0000 Paul Aurich jabber: Whoops. Nick changes are supposed to actually work...
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
Sat, 20 Mar 2010 16:20:09 +0000 Paul Aurich jabber: Proper memory management (and fix a segfault) and whitespace
Wed, 17 Mar 2010 20:42:48 +0000 Paul Aurich jabber: Fix two warnings (which didn't occur on OS X, oddly)
Tue, 09 Mar 2010 22:44:59 +0000 Paul Aurich jabber: Heavily refactor jabber_presence_parse(). It's still not short enough.
Thu, 04 Mar 2010 23:02:56 +0000 Marcus Lundblad Enable setting mood message with the global mood selection UI, when the
Thu, 18 Feb 2010 21:38:43 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 267f28808ab6eeda6b5d68f6433f2b3fcf230d4f)
Wed, 10 Feb 2010 20:53:18 +0000 Marcus Lundblad jabber: Actually send a mood update when setting a mood status (using the generic mood selector).
Mon, 15 Feb 2010 00:28:10 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 1d831e835bac31debd4d67cc75397c378c00bc7e)
Thu, 11 Feb 2010 04:38:48 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head d14a1fe9d288c6942c8bfc6d1df3c8297ba7ca54)
Thu, 04 Feb 2010 05:30:35 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 9028ac0daaa1f7e565726fa39aca22ce7d3ecc49)
Wed, 09 Dec 2009 03:52:00 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head f0addfa93983499a661e29f567e66a98a9544a89)
Mon, 30 Nov 2009 06:24:32 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head 07dc6851f4d16e9c89791c488bbc6d3b2bdb8ecf)
Sat, 28 Nov 2009 02:22:49 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head 5e3164a6a1df028fc66f7e072be0d78d9d995389)
Sun, 08 Nov 2009 20:37:06 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head 122c09fb418ceb629bb942da06d3a45a22f19680)
Wed, 21 Oct 2009 18:09:47 +0000 maiku propagate from branch 'im.pidgin.pidgin' (head 0d33eae1cfd57cb5f459518ad5db14230f13792b)
Tue, 20 Oct 2009 21:39:16 +0000 maiku Declare XMPP got media caps in the correct place.
Tue, 20 Oct 2009 20:42:58 +0000 maiku Use purple_prpl_got_media_caps in XMPP to update the caps when they change.
Mon, 15 Feb 2010 00:12:12 +0000 Paul Aurich jabber: Always track our own presence, even if we're not on the buddy list.
Wed, 10 Feb 2010 06:43:51 +0000 Paul Aurich Oops, that wasn't meant to be left in as a warning, but noting these is probably good.
Wed, 10 Feb 2010 05:44:25 +0000 Paul Aurich jabber: Unbind/Unlock from a specific resource on presences.
Wed, 10 Feb 2010 05:25:12 +0000 Paul Aurich jabber: Document these boundaries, because scrolling this much is terrible.
Wed, 10 Feb 2010 05:22:00 +0000 Paul Aurich jabber: Add a PurpleAccount convenience variable.
Wed, 10 Feb 2010 05:06:36 +0000 Paul Aurich jabber: Document jabber_find_unnormalized_im_conv (and my guess as to why
Wed, 10 Feb 2010 04:32:51 +0000 Paul Aurich Document the resource<>conversation binding (and how it works).
Fri, 22 Jan 2010 17:36:42 +0000 Paul Aurich jabber: Don't fetch Adhoc Commands for MUC chat members.
Sun, 06 Dec 2009 00:36:59 +0000 Paul Aurich jabber: Lower the prio of this message; it's not very important.
Tue, 01 Dec 2009 16:46:57 +0000 Paul Aurich strchr() is safe when searching for an ASCII character in UTF8 strings.
Sun, 29 Nov 2009 17:32:05 +0000 Paul Aurich merge of '263b34adf7373694b48a494714d66824d6bb3443'
Sat, 28 Nov 2009 04:05:17 +0000 Paul Aurich jabber: Delayed Delivery namespaces
Fri, 27 Nov 2009 20:52:01 +0000 Paul Aurich jabber: This is more clear.
Fri, 27 Nov 2009 17:07:19 +0000 Paul Aurich jabber: More namespaces! This is a good stopping point for now.
Fri, 06 Nov 2009 09:13:28 +0000 Paul Aurich jabber: Use purple_connection_get_prpl() instead of jabber_plugin.
Tue, 20 Oct 2009 21:20:22 +0000 Paul Aurich jabber: Fix a comment.
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 18:29:44 +0000 Paul Aurich jabber: Fix typing notifications between 2.6.0 and <= 2.5.9.
Sat, 22 Aug 2009 02:52:30 +0000 Paul Aurich Remove specific copyright lines from the XMPP prpl.
Sun, 09 Aug 2009 19:08:41 +0000 Paul Aurich jabber: Read all MUC status codes in a presence. Fixes #6651.
Fri, 31 Jul 2009 04:20:30 +0000 Mike Ruprecht Add the camera-v1 cap or else Gmail refuses to accept we're video enabled.
Sun, 26 Jul 2009 19:25:47 +0000 Paul Aurich jabber: Properly track own idle time in fake_to_self.
Sat, 18 Jul 2009 07:23:09 +0000 Paul Aurich Support connecting to IDNA XMPP domains.
Thu, 16 Jul 2009 22:56:37 +0000 Paul Aurich The item JID will match the 'to' JID, not the from.
Thu, 16 Jul 2009 20:06:27 +0000 Paul Aurich explicit merge of 'c273f8da9712cac21aae5bcbd3d4790f8ee78f79'
Sun, 12 Jul 2009 05:43:38 +0000 Paul Aurich merge of '2348ff22f0ff3453774b8b25b36238465580c609'
Thu, 16 Jul 2009 05:15:42 +0000 Elliott Sales de Andrade Use the existing convenience variable instead of a couple of dereferences.
Thu, 16 Jul 2009 02:14:03 +0000 Paul Aurich purple_status_to_jabber does need to strip HTML.
Mon, 13 Jul 2009 05:40:12 +0000 Elliott Sales de Andrade merge of '6bf1ed8cefd6bb5b980baf7501bcf6936634bd8d'
Sun, 12 Jul 2009 22:55:24 +0000 Paul Aurich Properly unset a tune status without needing to re-log an XMPP account.
Sun, 12 Jul 2009 05:25:59 +0000 Paul Aurich Use Entity Capabilities to pick up Chat States support. Refs #4650.
Sun, 12 Jul 2009 04:41:56 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head cec487e50b3df746ae8b23771513bf85734f618d)
Sun, 12 Jul 2009 02:56:06 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 90138fae4d2350d166f730736ecea9ee8e20ecdb)
Mon, 06 Jul 2009 04:37:41 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head ac87c285c7056f86005dc157b9870745de471f74)
Sun, 07 Jun 2009 06:17:29 +0000 Paul Aurich Simplify the fake_to_self function.
Sun, 07 Jun 2009 05:36:45 +0000 Paul Aurich Use js->state to track whether the roster has been retrieved.
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 04:40:06 +0000 Paul Aurich Notice when the MUC item JID on unavailable presence references another resource. Refs #8319.
Mon, 06 Jul 2009 04:38:08 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head ac87c285c7056f86005dc157b9870745de471f74)
Mon, 06 Jul 2009 04:19:26 +0000 Paul Aurich I missed a few presence types.
Mon, 06 Jul 2009 03:45:57 +0000 Paul Aurich Rearrange all the MUC code to be together.
Mon, 06 Jul 2009 03:00:41 +0000 Paul Aurich Rearranging this section and adding a catch for stuff that can't happen
Mon, 06 Jul 2009 00:45:54 +0000 Paul Aurich Various minor changes to jabber_presence_parse. No functionality changes.
Sun, 05 Jul 2009 23:55:56 +0000 Paul Aurich Add support for XEP-0045 code 307 (a.k.a. kicks).
Sun, 05 Jul 2009 22:39:34 +0000 Paul Aurich Minor formatting/style/purple_strequal
Sun, 21 Jun 2009 16:40:15 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.5.7' (head 81e7f59e74715d44dac9e40e7b43ff377c8b474c)
Sun, 12 Jul 2009 05:42:40 +0000 Paul Aurich disapproval of revision 'a383ad6a4ae7e98bbcb32b4193531ccf960eb2bb'
Thu, 11 Jun 2009 22:33:33 +0000 Paul Aurich Remove obsolete XEP-0091 (Legacy Delayed Delivery) code.
Tue, 09 Jun 2009 03:42:23 +0000 Elliott Sales de Andrade Fix compile warning for non-VV.
Tue, 02 Jun 2009 05:00:20 +0000 Mike Ruprecht Add Gmail video support.
Fri, 22 May 2009 03:54:29 +0000 Paul Aurich Remove trailing whitespace that has snuck in.
Wed, 20 May 2009 15:59:04 +0000 Paul Aurich Fix a crash when <NICKNAME/> is present in a vcard, but has no data.
Tue, 12 May 2009 05:49:34 +0000 Paul Aurich Add jabber signals for IQ, Message, and Presence stanzas. Lightly tested (it doesn't crash [Prove me wrong!]) and as you'll note, I refer to documentation that doesn't yet exist.
Fri, 08 May 2009 02:58:33 +0000 Paul Aurich Only try to fetch adhoc commands from buddies once. Pushed updates (which we support now) are far superior.
Fri, 08 May 2009 02:38:39 +0000 Paul Aurich Only call jabber_caps_get_info if we don't have all the information we want.
Thu, 07 May 2009 17:04:59 +0000 Paul Aurich Don't crash when resource is NULL. Thanks, Marcus!
Sat, 02 May 2009 20:54:10 +0000 Paul Aurich Don't crash when a broken server sends us an occupant's presence with an
Sat, 02 May 2009 20:42:55 +0000 Paul Aurich When we download a buddy's vCard to update an avatar, also try to update the nickname.
Sat, 02 May 2009 04:39:38 +0000 Paul Aurich A little bit better (free memory and support receiving the nick in subscriptions) and Changelog.
Sat, 02 May 2009 04:14:09 +0000 Paul Aurich Handle User Nick notifications via <presence/> stanzas (receive-only). Refs #864.
Wed, 29 Apr 2009 06:06:41 +0000 Paul Aurich Fetch and track capabilities for MUC members. Add a further constraint for
Wed, 29 Apr 2009 05:37:58 +0000 Paul Aurich tighter scoping++
Tue, 28 Apr 2009 18:43:57 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head fbb4fe5da444943eecc76bdcd6c8ba967790b6c8)
Sun, 26 Apr 2009 23:57:55 +0000 Paul Aurich Use jabber_calculate_data_sha1sum in one more place.
Sun, 26 Apr 2009 23:06:56 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 7281ad5ba8e68debd285e06dafebd991e980f3da)
Tue, 07 Apr 2009 05:10:52 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head eed0598058a6e7cc5da7ad99f06bfe136291d2f9)
Sun, 05 Apr 2009 21:13:10 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head f144c6bda9daf701aa891c875fce7a4dedd611ae)
Sun, 05 Apr 2009 21:49:01 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head f144c6bda9daf701aa891c875fce7a4dedd611ae)
Fri, 03 Apr 2009 16:45:38 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head f25348fdce436002d7d508f074aaa70fd9491f01)
Fri, 13 Mar 2009 02:26:45 +0000 Paul Aurich Convert all the XMPP IQ callbacks to a typedef similar to the IQ Handlers.
Sun, 05 Apr 2009 03:25:00 +0000 Paul Aurich Make my comment parse correctly.
Sat, 04 Apr 2009 17:01:59 +0000 Paul Aurich Fix allowing gmail user to initiate voice call by advertising a specific ext
Sat, 04 Apr 2009 03:15:59 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 58b2ba106e563fcd0984b9438aa427f1d61e25e9)
Sat, 04 Apr 2009 10:33:33 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 1890ad1259c93f5ad18ceb3365717ebc43b30198)
Mon, 02 Mar 2009 18:47:27 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 431618de0f30a6938f7e14d2d61ee5d7738acd59)
Sun, 08 Mar 2009 01:17:38 +0000 Paul Aurich Remove more #if 0'd code referencing exts
Sat, 07 Mar 2009 01:59:40 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 303af74a38e7b313d4fb0be4d4054a16cb13d819)
Sat, 07 Mar 2009 01:32:29 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 303af74a38e7b313d4fb0be4d4054a16cb13d819)
Mon, 02 Mar 2009 21:25:31 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 431618de0f30a6938f7e14d2d61ee5d7738acd59)
Mon, 02 Mar 2009 06:37:05 +0000 Elliott Sales de Andrade Remove some extra trailing whitespace I noticed after merging mlundblad's
Mon, 02 Feb 2009 22:57:38 +0000 Paul Aurich Drop the "got %d seconds idle from presence\n" debug line now that this is
Sun, 18 Jan 2009 04:17:50 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 42f77b0e8b8ebf5ff3c30d8f8022ac5d289631e8)
Thu, 14 May 2009 21:33:19 +0000 Paul Aurich Fix compilation from 49f94bb
Sat, 02 May 2009 21:08:59 +0000 Paul Aurich *** Plucked rev 3993504a (darkrain42@pidgin.im):
Sat, 14 Feb 2009 03:57:22 +0000 Paul Aurich Always publish a <photo/> element, even if we have an empty buddy icon.
Thu, 25 Dec 2008 13:21:27 +0000 Marcus Lundblad Updated a comment to describe what the actually does
Wed, 24 Dec 2008 13:36:10 +0000 Marcus Lundblad Added comment about eventually needing a way to distinguish intial presence