log libpurple/protocols/jabber/presence.c @ 30245:38926d6e5ae1

age author description
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.