log libpurple/protocols/jabber/si.c @ 25733:51cbb9be484e

age author description
Sun, 12 Oct 2008 17:41:26 +0000 Marcus Lundblad Set state error on IBBSession if the receiver gives an error.
Wed, 01 Oct 2008 18:19:00 +0000 Marcus Lundblad Call purple_xfer_end when ending an IBB session.
Tue, 30 Sep 2008 21:48:09 +0000 Marcus Lundblad Check don't try to free the JabberSIXfer if it's already been freed.
Mon, 29 Sep 2008 17:46:52 +0000 Marcus Lundblad Changed a debug message to refer to the correct function...
Mon, 29 Sep 2008 17:28:54 +0000 Marcus Lundblad Set binary mode when opening files for IBB transfers.
Sun, 28 Sep 2008 09:43:45 +0000 Marcus Lundblad Revert to using g_fopen (since we have a compatability define for old glibs)
Sat, 27 Sep 2008 19:39:17 +0000 Marcus Lundblad Actually close the assoiciated jsx when closing an IBB session.
Sun, 08 Feb 2009 06:31:18 +0000 Paul Aurich Pass IQ handlers type, from, id, and the child node
Sat, 02 May 2009 17:43:14 +0000 Daniel Atallah Make sure that the buffer is large enough to fit DST.ADDR + DST.PORT. This was found in the analysis that Veracode performed on the pidgin codebase.
Sun, 08 Feb 2009 00:23:13 +0000 Elliott Sales de Andrade disapproval of revision '8a80f271858548f73cac50625660e87df1970bcc'
Thu, 05 Feb 2009 05:42:58 +0000 Elliott Sales de Andrade In jabber_iq_parse, xmlnode_get_child is called for a few special cases,
Sat, 06 Sep 2008 07:49:05 +0000 Marcus Lundblad Implements file transfers using in-band bytestreams for XMPP
Thu, 11 Dec 2008 08:08:02 +0000 Paul Aurich Fix up the XMPP User Avatar SHA1 hashing so that we don't mess up the checksum
Thu, 27 Nov 2008 05:54:09 +0000 Richard Laager The other day while struct hiding, I noticed a for loop that was checking
Wed, 19 Nov 2008 03:08:57 +0000 Daniel Atallah Add missing newline in debug message.