log libpurple/protocols/jabber/parser.c @ 17894:bbd92ee894f2

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