log libpurple/protocols/jabber/jabber.c @ 26917:6b0e150f2276

age author description
Wed, 20 May 2009 00:34:59 +0000 Paul Aurich Stop trying to be clever with XMPP keepalive pings.
Wed, 13 May 2009 20:29:03 +0000 Marcus Lundblad Support custom smileys in MUCs (when all participants support BoB and a maximum
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.
Sun, 03 May 2009 20:17:09 +0000 Nick Hebner Clean up jabber prpl memory allocations on uninit.
Sun, 03 May 2009 19:53:53 +0000 Paul Aurich Add ability to list roles/affiliations in a chat via slash-commands and
Sat, 02 May 2009 18:42:53 +0000 Daniel Atallah Prevent a buggy XMPP-raw plugin from causing a NUL ptr deref - instead the
Fri, 01 May 2009 18:59:31 +0000 Paul Aurich Don't crash when the caps cb is NULL and don't corrupt jabber_identities
Thu, 30 Apr 2009 12:13:21 +0000 John Bailey I was tired of most of us complaining about these things but never actually
Thu, 30 Apr 2009 04:59:11 +0000 Paul Aurich Don't breaking if the user runs `/ping <user's server>` a bunch.
Wed, 29 Apr 2009 02:12:19 +0000 Paul Aurich merge of 'ccb564416010a2752aa29c68143c9caf1aae054c'
Tue, 28 Apr 2009 19:08:06 +0000 Paul Aurich merge of '8ddbfe5d6f5c2455497d11ccbfff769ed4e9fad4'
Tue, 28 Apr 2009 18:57:47 +0000 Paul Aurich Fix merging.
Tue, 28 Apr 2009 18:43:57 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head fbb4fe5da444943eecc76bdcd6c8ba967790b6c8)
Wed, 29 Apr 2009 02:11:47 +0000 Paul Aurich disapproval of revision '0a225b2db14919b2e455f6938d28c885d6ca74e4'
Mon, 27 Apr 2009 16:57:26 +0000 Paul Aurich Don't call jabber_parser_close_stream in jabber_close, it papers over a real issue.
Mon, 27 Apr 2009 06:14:25 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 0a225b2db14919b2e455f6938d28c885d6ca74e4)
Mon, 27 Apr 2009 05:43:18 +0000 Paul Aurich Initialize js->old_length to the value used as a default in presence.c.
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.
Sun, 26 Apr 2009 00:22:21 +0000 Paul Aurich Feed a fake </stream:stream> to the XMPP parser to silence warnings.
Sun, 26 Apr 2009 00:06:30 +0000 Paul Aurich Fix XMPP prpl->set_chat_topic with an empty string (or NULL)
Sat, 18 Apr 2009 17:29:33 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 53303438f1a2d586d17f7efc61cba0bee2329a25)
Sat, 18 Apr 2009 17:50:52 +0000 Paul Aurich merge of '510f4315d6f580dfe97834a04ae726edf736a9d6'
Sat, 18 Apr 2009 17:43:55 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 53303438f1a2d586d17f7efc61cba0bee2329a25)
Wed, 22 Apr 2009 07:55:03 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 6a70c2c1325aeb644bff8476f94c5a25f83044fb)
Wed, 22 Apr 2009 07:53:27 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 6a70c2c1325aeb644bff8476f94c5a25f83044fb)
Sat, 18 Apr 2009 06:52:34 +0000 Paul Aurich Use defaults provided by the server where applicable and when available