log libpurple/protocols/msn/slplink.c @ 30068:dbe96260108c

age author description
Tue, 18 May 2010 06:36:35 +0000 Elliott Sales de Andrade It seems like aMSN can get a bit stuck when using multiple file transfers,
Fri, 14 May 2010 06:57:26 +0000 Elliott Sales de Andrade merge of 'b5086a027dfbc0926b74627b9783794d250c2cb4'
Tue, 11 May 2010 06:32:00 +0000 Elliott Sales de Andrade merge of '8995bf8c14c5b7fb67a84a18ba9bf73e7be3fca8'
Fri, 07 May 2010 20:04:42 +0000 Elliott Sales de Andrade merge of '5378b2067023c1be51d87906196d87f03c9992e3'
Thu, 06 May 2010 07:40:34 +0000 Elliott Sales de Andrade Close the DC when the slplink is empty.
Wed, 05 May 2010 07:15:55 +0000 Elliott Sales de Andrade It's probably a good idea to free the direct connection when the slplink
Fri, 23 Apr 2010 22:19:23 +0000 Elliott Sales de Andrade merge of '21280175da42b51e30e31b091bb3b4adf7708407'
Mon, 19 Apr 2010 08:05:55 +0000 Elliott Sales de Andrade Remove old code that was commented out, but is really just not necessary.
Thu, 18 Mar 2010 03:29:28 +0000 Elliott Sales de Andrade Re-indent directconn.h, and fix a typo.
Thu, 18 Mar 2010 03:15:01 +0000 Elliott Sales de Andrade De-spacify.
Wed, 17 Mar 2010 03:45:07 +0000 kukkerman Initial support for direct connections. Preliminary patch from ticket #247
Wed, 12 May 2010 05:00:06 +0000 Elliott Sales de Andrade Normalize the remote passport before sending a P2P message. If it's not
Tue, 11 May 2010 01:21:49 +0000 hanzz Fix MSN FT for UIs that use our abstract FT stuff in ways that are slightly
Sun, 25 Apr 2010 21:09:34 +0000 Elliott Sales de Andrade Rename purple_xfer_get_thumbnail_data/size to be more D-Bus friendly.
Sat, 24 Apr 2010 14:59:13 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 7850267e7626c94b519fd5f1c959c79f0624d34e)
Tue, 16 Mar 2010 23:14:54 +0000 Marcus Lundblad Set desired image formats for thumbnails as a parameter to
Tue, 09 Mar 2010 21:41:55 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 96b27a20c7250b87761a8bd4f5540bf1fa32b6f4)
Sun, 28 Feb 2010 04:14:15 +0000 Elliott Sales de Andrade Add support for recieving and sending MSN file transfer previews.
Tue, 20 Apr 2010 00:05:34 +0000 Elliott Sales de Andrade Fix a possible use-after-free.
Sun, 28 Feb 2010 06:46:32 +0000 Elliott Sales de Andrade Re-order msg_ack, since purple_xfer_prpl_ready might cancel the transfer
Sun, 28 Feb 2010 04:06:46 +0000 Elliott Sales de Andrade Fix FT context header length handling. The official client only seems to
Sun, 28 Feb 2010 02:11:57 +0000 Elliott Sales de Andrade I never liked randomly poking at offsets. Fortunately, I was able to find
Tue, 16 Feb 2010 08:54:07 +0000 Mark Doliner Fix CVE-2010-0277, a possible remote crash when parsing an incoming
Fri, 01 Jan 2010 08:40:29 +0000 Elliott Sales de Andrade I already removed the other g_stat, so I don't think this one is needed
Mon, 28 Dec 2009 21:19:51 +0000 Paul Aurich msn: Use the PurpleXfer size if available.
Mon, 14 Dec 2009 06:10:28 +0000 Elliott Sales de Andrade Oops, don't break things for successfully receiving of a file.
Mon, 14 Dec 2009 05:58:46 +0000 Elliott Sales de Andrade Remove some extra debug lines.
Mon, 14 Dec 2009 05:45:50 +0000 Elliott Sales de Andrade Don't sent an ACK to a SLP message if the SlpCall has been marked as wasted
Mon, 14 Dec 2009 05:24:20 +0000 Elliott Sales de Andrade Calling purple_xfer_start may actually cancel the transfer (if the file
Mon, 14 Dec 2009 04:12:34 +0000 Elliott Sales de Andrade Remove unused variable.
Mon, 14 Dec 2009 04:10:52 +0000 Elliott Sales de Andrade I don't think there's any reason to stat this file instead of using the
Sun, 13 Dec 2009 09:35:23 +0000 Elliott Sales de Andrade Fix sending an MSN file transfer request.
Fri, 20 Nov 2009 01:17:51 +0000 Elliott Sales de Andrade Get rid of slpmsg->fp since the core is handling all the partial reads and
Fri, 16 Oct 2009 01:26:04 +0000 Paul Aurich A quick and dirty hack to make MSN use the in-core code to perform FT.
Tue, 18 Aug 2009 23:00:18 +0000 Mark Doliner I don't think we need a comment telling us what the code looks like 10 lines earlier
Sun, 16 Aug 2009 23:27:24 +0000 John Bailey Patch written by Mark Doliner and Paul Aurich to fix a remote crash on MSN
Wed, 12 Aug 2009 23:13:47 +0000 Mark Doliner Move this check inside the else condition. The other half of the if
Tue, 11 Aug 2009 02:41:09 +0000 Paul Aurich ft: Fix a bunch of uses of 0 as an 'invalid' fd.
Fri, 31 Jul 2009 02:48:57 +0000 Elliott Sales de Andrade I don't understand how this branch could be reached, but don't leak the slp
Sun, 12 Jul 2009 07:33:06 +0000 Elliott Sales de Andrade Apparently, I missed a few changes for purple_debug_is_verbose().
Sun, 21 Jun 2009 16:40:15 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.5.7' (head 81e7f59e74715d44dac9e40e7b43ff377c8b474c)
Thu, 21 May 2009 05:56:53 +0000 Paul Aurich Fix two warnings when building on OS X
Sun, 10 May 2009 22:40:08 +0000 Paul Aurich Fix a signed-ness warning.
Sat, 02 May 2009 19:12:33 +0000 Ka-Hing Cheung Fixes a buffer overflow in the ZDI-08-054 report
Tue, 07 Apr 2009 05:22:48 +0000 Elliott Sales de Andrade Updates for GTK+ 3.0. Remove some deprecated functions (someone should
Sat, 02 May 2009 21:09:37 +0000 Paul Aurich *** Plucked rev 9dd1c4c3 (khc@pidgin.im):
Mon, 19 Jan 2009 00:58:19 +0000 Elliott Sales de Andrade A patch from Thomas Gibson-Robinson to fix receiving buddy icons, custom
Thu, 15 Jan 2009 03:54:58 +0000 Daniel Atallah This should prevent the crash in #8109 by stopping an invalid message from
Thu, 13 Nov 2008 08:58:44 +0000 Mark Doliner Make another function static
Thu, 13 Nov 2008 08:46:37 +0000 Mark Doliner This doesn't matter, but I think the metaphor tends to be that you push
Thu, 13 Nov 2008 08:45:40 +0000 Mark Doliner Reame msn_slplink_unleash to msn_slplink_send_queued_slpmsgs, which I
Thu, 13 Nov 2008 08:01:36 +0000 Mark Doliner For some reason the slpmsg and slplink functions don't have underscores
Thu, 13 Nov 2008 07:36:33 +0000 Mark Doliner Make a few more functions static and remove a few declarations for
Thu, 13 Nov 2008 07:22:39 +0000 Mark Doliner msn_slplink_remove_slpcall() shouldn't be responsible for setting
Thu, 13 Nov 2008 06:43:48 +0000 Mark Doliner Move msn_slplink_send_msgpart() that it doesn't need a forward declaration
Thu, 13 Nov 2008 06:28:03 +0000 Mark Doliner slplink->swboard will only be null if slplink->session is null. This
Thu, 13 Nov 2008 06:18:53 +0000 Mark Doliner Get rid of slplink->local_user because it's a copy of
Fri, 15 Aug 2008 02:34:21 +0000 Stu Tomlinson We don't need slplink or switchboard low-level debugging enabled by default
Thu, 14 Aug 2008 05:25:12 +0000 Ka-Hing Cheung This should fix a crash that I've been seeing. I am not sure if this is the
Fri, 08 Aug 2008 05:51:53 +0000 Elliott Sales de Andrade merge of '521d7478a48ec5109a78fb66eab6ad7ced97c34a'
Fri, 08 Aug 2008 04:47:50 +0000 Elliott Sales de Andrade Re-arrange msn_slplink_destroy and msn_slp_call_destroy. Might help
Thu, 07 Aug 2008 07:07:32 +0000 Ka-Hing Cheung take an extra reference to PurpleXfer so we can check whether the whole
Fri, 01 Aug 2008 02:04:36 +0000 Elliott Sales de Andrade Get rid of MsnSlpSession entirely. It only seems to link to MsnSlpCall
Sat, 28 Jun 2008 08:08:22 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head b5d22abac579cbb2742419d7d2d7ea33caa56e39)
Mon, 23 Jun 2008 05:36:52 +0000 Elliott Sales de Andrade Clean up some #define's in msn.h and various supporting changes.
Thu, 26 Jun 2008 19:05:27 +0000 Stu Tomlinson propagate from branch 'im.pidgin.pidgin.2.4.3' (head c3831c9181f4f61b747321240086ee79e4a08fd8)
Thu, 26 Jun 2008 09:07:56 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.4.3' (head 709ec9c29e9d76eebbded25061107ef0a2a2b148)
Sat, 07 Jun 2008 00:47:16 +0000 Mark Doliner msn_slplink_new() is only used within slplink.c, so make it static and
Thu, 26 Jun 2008 19:04:52 +0000 Stu Tomlinson MSN SLP fix
Thu, 26 Jun 2008 08:42:49 +0000 Richard Laager MSN SLP fix
Sat, 03 May 2008 23:51:43 +0000 Daniel Atallah Fix a number of leaks. As far as I can tell, MSNP14 now logs in without
Sat, 03 May 2008 02:12:26 +0000 John Bailey This cleans up a bunch of warnings that stem from the fact that size_t and
Thu, 27 Mar 2008 02:09:51 +0000 Daniel Atallah Printf warning fixes.
Sat, 03 Nov 2007 05:46:41 +0000 Ka-Hing Cheung Patch from eperez to fix some debug code, Fixes #3524
Mon, 15 Oct 2007 02:39:07 +0000 Daniel Atallah Leak fix.
Sun, 16 Sep 2007 18:03:53 +0000 Richard Laager explicit merge of 'd565bd9a8e62d3302ac14bb7c3a68a52c0c6a65e'
Sun, 16 Sep 2007 18:02:50 +0000 Richard Laager explicit merge of '3732a7eabc7ecb0f846edc60f04ec3f6f7779c5b'
Sat, 26 May 2007 15:06:40 +0000 Stu Tomlinson Finish commenting out references to directconn that would never be called
Sat, 26 May 2007 14:05:52 +0000 Stu Tomlinson Disable building of directconn.c, nothing uses it, it has compile warnings
Sun, 20 May 2007 16:30:39 +0000 Stu Tomlinson switchboards really can be referenced by multiple slplinks, I have no idea
Sun, 20 May 2007 15:48:51 +0000 Stu Tomlinson propagate from branch 'im.pidgin.pidgin' (head b0fb787915db137be9b01af88d1fb0c107f66cd6)
Sat, 12 May 2007 19:19:55 +0000 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin' (head 3f8c9725bb938821f3ef6cb2e7c6c31d7b662d0b)
Sun, 15 Apr 2007 04:12:27 +0000 Ka-Hing Cheung Committing khc's msnp14 changes from Trac Ticket #148. --rlaager
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Wed, 05 Sep 2007 22:33:22 +0000 Sadrul Habib Chowdhury Patch from QuLogic. Fixes #2903 ('Missing newlines in debug messages.')
Thu, 17 May 2007 14:32:24 +0000 Evan Schoenberg slpcall now explicitlt references its xfer and unreferences it when it is destroyed. While it *looks* like this should *probably* have happened anyways due to the interactins between xfer_init, xfer_end, and xfer_cancel_remote, having the xfer's owner make this explicit makes the process less fragile and more obvious, and it may fix a crash as the slp is destroyed. Fixes #1070
Thu, 17 May 2007 14:30:48 +0000 Evan Schoenberg disapproval of revision 'a0488ed637a52fa346f3a78ed4e16fb8db3aeb59'
Thu, 17 May 2007 14:29:17 +0000 Evan Schoenberg slpcall now explicitlt references its xfer and unreferences it when it is destroyed. While it *looks* like this should *probably* have happened anyways due to the interactins between xfer_init, xfer_end, and xfer_cancel_remote, having the xfer's owner make this explicit makes the process less fragile and more obvious, and it may fix a crash as the slp is destroyed. Fixes #1070
Sat, 12 May 2007 13:20:04 +0000 Stu Tomlinson Patch from sourceforge tracker 1652005 from wabz to fix displaying file
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/