Tue, 31 Aug 2010 02:52:28 +0000 |
Paul Aurich |
jabber: Slight improvements to the stream ID fix
|
Fri, 27 Aug 2010 05:14:08 +0000 |
Paul Aurich |
jabber: Make the reliance on stream ID laxer. Closes #12331
|
Fri, 12 Mar 2010 06:25:15 +0000 |
Paul Aurich |
jabber: Clear the stream header when restarting a stream, and be
|
Wed, 10 Mar 2010 01:25:24 +0000 |
Paul Aurich |
jabber: Connected again; checked section 5.4.5 of the bis.
|
Tue, 09 Mar 2010 23:13:42 +0000 |
Paul Aurich |
jabber: This is more correct[er]
|
Tue, 09 Mar 2010 23:11:46 +0000 |
Paul Aurich |
jabber: Backward compatibility in case any servers advertise other random 0.## versions
|
Tue, 09 Mar 2010 23:09:54 +0000 |
Paul Aurich |
jabber: Treat the version properly.
|
Wed, 10 Feb 2010 04:05:50 +0000 |
Paul Aurich |
Combine the three purple_unescape_text()s into one.
|
Wed, 10 Feb 2010 03:32:29 +0000 |
Paul Aurich |
Correctly parse "<br>" in an XML attribute. Closes #11318.
|
Thu, 03 Dec 2009 05:39:00 +0000 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head 4185001f1d8e8d7c894fa194202f7051f06cb59f)
|
Tue, 01 Dec 2009 04:56:47 +0000 |
Paul Aurich |
jabber: Use the error code instead of string matching.
|
Tue, 01 Dec 2009 02:54:22 +0000 |
Paul Aurich |
Use g_strndup() for great justice.
|
Mon, 30 Nov 2009 02:44:03 +0000 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head bd56a115b35ba5922e5f9c93840d0868a4978b09)
|
Sat, 07 Nov 2009 06:10:17 +0000 |
Paul Aurich |
jabber: Factor the SASL auth methods into their own files.
|
Mon, 30 Nov 2009 02:40:30 +0000 |
Paul Aurich |
Use g_str_equal()
|
Sat, 28 Nov 2009 05:51:05 +0000 |
Paul Aurich |
jabber: Don't print "Extra content at the end of the document".
|
Tue, 06 Oct 2009 03:25:26 +0000 |
Paul Aurich |
jabber: Re-arrange the code that detects legacy servers so that we don't stomp over "Host Unknown" errors.
|
Sat, 22 Aug 2009 02:52:30 +0000 |
Paul Aurich |
Remove specific copyright lines from the XMPP prpl.
|
Sun, 21 Jun 2009 16:40:15 +0000 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin.2.5.7' (head 81e7f59e74715d44dac9e40e7b43ff377c8b474c)
|
Sat, 30 May 2009 00:32:50 +0000 |
Paul Aurich |
merge of '7c614b09b72037ebd86c03fbbeac7794a155547b'
|
Sat, 30 May 2009 00:21:37 +0000 |
Paul Aurich |
disapproval of revision 'd34a15898cacf017df9190ca02741880be8dd940'
|
Sun, 26 Apr 2009 01:42:34 +0000 |
Paul Aurich |
xmlCtxtGetLastError may return NULL, especially with other misbehaving
|
Sun, 26 Apr 2009 00:22:21 +0000 |
Paul Aurich |
Feed a fake </stream:stream> to the XMPP parser to silence warnings.
|
Fri, 13 Mar 2009 04:29:11 +0000 |
Elliott Sales de Andrade |
Add xmlnode_set_attrib_full that enables you to set an attribute with both
|
Wed, 29 Apr 2009 20:57:53 +0000 |
Paul Aurich |
*** Plucked rev d34a1589 (darkrain42@pidgin.im):
|
Tue, 17 Feb 2009 00:27:34 +0000 |
Elliott Sales de Andrade |
Don't set an attribute prefix on the node, and remove an unnecessary call
|
Wed, 07 Jan 2009 01:18:16 +0000 |
Stu Tomlinson |
Make XML parsing error levels match libxml2's levels, making less important
|
Sun, 21 Dec 2008 04:58:36 +0000 |
Michal Witkowski |
Don't ignore XML namespace and prefix information when parsing incoming XMPP
|
Fri, 21 Nov 2008 12:12:31 +0000 |
Will Thompson |
Don't try to free NULL xmlnodes stolen by jabber-receiving-xmlnode handlers
|
Tue, 18 Nov 2008 03:02:03 +0000 |
Richard Laager |
I know Mark was trying to save newlines, but I had one to spare.
|