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.
|
Tue, 18 Nov 2008 02:00:48 +0000 |
Mark Doliner |
Don't log an error when parsing vcard data. Also, these messages
|
Fri, 22 Aug 2008 20:54:24 +0000 |
Stu Tomlinson |
Only disconnect xmpp connections during xml parsing if the error is an
|
Fri, 04 Jul 2008 16:14:48 +0000 |
Evan Schoenberg |
Whitespace fix
|
Fri, 04 Jul 2008 16:14:35 +0000 |
Evan Schoenberg |
Drop and then recover from XML messages which trigger invalid character
|
Fri, 04 Jul 2008 16:07:20 +0000 |
Evan Schoenberg |
xmlParseChunk() never returns less than 0. It retusn an error code from
|
Fri, 04 Jul 2008 15:41:26 +0000 |
Evan Schoenberg |
Added a structured error handler callback to the xmlSAXHandler struct.
|
Mon, 12 May 2008 02:21:52 +0000 |
Daniel Atallah |
Using named elements in a struct initialization doesn't work in MSVC.
|
Sun, 14 Oct 2007 21:08:42 +0000 |
Will Thompson |
Rename:
|
Fri, 12 Oct 2007 00:19:12 +0000 |
Will Thompson |
propagate from branch 'im.pidgin.pidgin' (head f33ba0034c79d8e37a70d664ec534356fa361608)
|
Fri, 05 Oct 2007 18:33:27 +0000 |
Will Thompson |
Sprinkle gc->wants_to_die = TRUE liberally around connection errors that really
|
Fri, 19 Oct 2007 18:27:12 +0000 |
Luke Schierer |
applied changes from 4d50bf3b08569aa2108a9f5da47fb1548d0c7dd9
|
Wed, 19 Sep 2007 15:03:59 +0000 |
Will Thompson |
Use PurpleDisconnectReasons in prpl-jabber.
|
Mon, 10 Sep 2007 13:57:15 +0000 |
Daniel Atallah |
merge of '1c7910841138381c841363256ca3c7905b1f26b0'
|
Sat, 08 Sep 2007 03:09:35 +0000 |
John Bailey |
The FSF changed its address a while ago; our files were out of date.
|
Tue, 03 Jul 2007 23:51:26 +0000 |
Andreas Monitzer |
Fixed a bug in the XMPP parser involving event handlers that replace the xmlnode packet. This caused double frees in this situation. The replacing function must free the xmlnode, since multiple event handlers could do this, and the intermediate xml trees would leak otherwise.
|
Wed, 20 Jun 2007 10:18:52 +0000 |
Andreas Monitzer |
Introduced an additional connection stage to the jabber connection progress in order to be able to tell in the application, whether SSL/TLS is enabled, so it can display a lock icon next to the connection.
|
Wed, 20 Jun 2007 00:13:02 +0000 |
Andreas Monitzer |
Fixed a leak: The XML parser was never cleaned up on disconnect.
|
Mon, 19 Mar 2007 07:01:17 +0000 |
Sean Egan |
sed -ie 's/gaim/purple/g'
|
Thu, 15 Feb 2007 15:21:27 +0000 |
Evan Schoenberg |
Patch from MatsMattsson (Adium Trac #6429) which fixes a leak of attrib for any attribute that isn't 'id' or 'version'.
|
Fri, 02 Feb 2007 23:14:20 +0000 |
Nathan Walp |
clean up some compile warnings
|
Sat, 20 Jan 2007 02:32:10 +0000 |
Sean Egan |
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
|