log libpurple/protocols/jabber/jabber.c @ 30610:50380b60aa56

age author description
Sat, 01 May 2010 18:09:16 +0000 Paul Aurich jabber: I never understood why this was in auth.c anyway...
Sat, 01 May 2010 18:03:52 +0000 Paul Aurich jabber: A bunch of paranoia-induced Cyrus SASL changes.
Sat, 01 May 2010 17:21:21 +0000 Paul Aurich jabber: I don't see how this is possible, and it looks like an error to me.
Sat, 01 May 2010 05:53:50 +0000 Paul Aurich jabber: Use the auth_mech_data JabberStream member for what it's for.
Thu, 22 Apr 2010 14:45:57 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Wed, 21 Apr 2010 19:07:19 +0000 Paul Aurich jabber: Send whitespace keepalives every two minutes of (outgoing) silence.
Sun, 18 Apr 2010 20:12:32 +0000 Paul Aurich jabber: --more leaks
Sun, 18 Apr 2010 19:10:38 +0000 Paul Aurich jabber: --leaks
Sat, 17 Apr 2010 21:16:19 +0000 Paul Aurich jabber: Stifle an assertion warning.
Wed, 14 Apr 2010 21:06:00 +0000 Paul Aurich jabber: If binding fails, don't continue trying to initialize the session.
Thu, 15 Apr 2010 16:48:50 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Sat, 10 Apr 2010 19:43:04 +0000 Paul Aurich jabber: Check at connection time that the user specified a JID with a node.
Wed, 24 Mar 2010 17:44:40 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
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
Fri, 12 Mar 2010 06:25:15 +0000 Paul Aurich jabber: Clear the stream header when restarting a stream, and be
Fri, 12 Mar 2010 06:16:43 +0000 Paul Aurich jabber: The parser is namespace-aware, so don't match on "stream:features".
Tue, 16 Mar 2010 12:07:06 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Wed, 10 Mar 2010 05:12:35 +0000 Elliott Sales de Andrade merge of '60c9671daa2b521f9de4c0980f8798876959570e'
Mon, 08 Mar 2010 05:57:15 +0000 Elliott Sales de Andrade Fix a warning.
Tue, 09 Mar 2010 23:09:54 +0000 Paul Aurich jabber: Treat the version properly.
Tue, 09 Mar 2010 22:44:59 +0000 Paul Aurich jabber: Heavily refactor jabber_presence_parse(). It's still not short enough.
Tue, 09 Mar 2010 20:53:11 +0000 Paul Aurich jabber: Only initialize SASL once, too.
Tue, 09 Mar 2010 19:09:37 +0000 Paul Aurich jabber: And fix up the commands now to be per-plugin
Tue, 09 Mar 2010 18:59:08 +0000 Paul Aurich jabber: Move the initialization into the jabber plugin, and only initialize some things once.
Tue, 09 Mar 2010 03:34:03 +0000 Paul Aurich jabber: Fix the type signature of jabber_cmd_mood
Sun, 07 Mar 2010 19:45:12 +0000 Marcus Lundblad jabber: Added a /mood command make up for the lost PurplePluginAction to
Wed, 03 Mar 2010 01:13:44 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Sun, 28 Feb 2010 19:34:49 +0000 Marcus Lundblad jabber: Print an error message to the current conversation when failing to
Sun, 28 Feb 2010 06:13:14 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Sat, 27 Feb 2010 03:49:32 +0000 Paul Aurich jabber: Don't ping more often than once a minute.