Thu, 10 Mar 2011 05:00:17 +0000 |
Elliott Sales de Andrade |
Add a maximum length when parsing the P2P wire data.
|
Thu, 20 Jan 2011 06:43:45 +0000 |
Elliott Sales de Andrade |
Try to hide all P2P fields away behind accessor functions.
|
Wed, 05 Jan 2011 03:29:13 +0000 |
Elliott Sales de Andrade |
This flag is only part of a direct connection and handled there.
|
Wed, 15 Dec 2010 23:10:13 +0000 |
Elliott Sales de Andrade |
Use the unref functions everywhere, instead of destroy. I also removed
|
Wed, 15 Dec 2010 22:21:07 +0000 |
Elliott Sales de Andrade |
Not that anyone uses this, but it should probably go in the user's
|
Sun, 28 Nov 2010 02:15:18 +0000 |
Elliott Sales de Andrade |
Fix the name of this flag.
|
Mon, 22 Nov 2010 03:01:14 +0000 |
Elliott Sales de Andrade |
Sigh, so apparently, I broke receiving smileys with some over-zealous
|
Sun, 21 Nov 2010 09:56:48 +0000 |
Elliott Sales de Andrade |
Fix a lot more leaks, some old, some new.
|
Wed, 15 Sep 2010 17:34:21 +0000 |
masca |
propagate from branch 'im.pidgin.cpw.qulogic.msnp16' (head a27b68b2e6653e6b96aa0279bd649181c89b20ed)
|
Sat, 11 Sep 2010 19:03:25 +0000 |
masca |
propagate from branch 'im.pidgin.pidgin' (head fabc09bf724818b9b50e1c41d4afd6549f298c05)
|
Sat, 31 Jul 2010 23:42:35 +0000 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin' (head 5b9ae21a0927d9a160964bfb1cad7a43253fba0d)
|
Fri, 06 Aug 2010 00:08:23 +0000 |
masca |
Use the documented enum flag instead of a magic number.
|
Fri, 06 Aug 2010 00:07:39 +0000 |
masca |
Get rid of the Flags field in the SlpMessage in favor of the one in the Header.
|
Thu, 05 Aug 2010 23:42:42 +0000 |
masca |
Avoid duplicated code using a util function to check the flags.
|
Thu, 05 Aug 2010 23:16:49 +0000 |
masca |
Get rid of the ack_size field in the SlpMessage in favor of the one in the Header. And do nothing if the released SlpMessage is an ACK or a 100 (DC Handshake).
|
Thu, 05 Aug 2010 23:09:12 +0000 |
masca |
Get rid of the ack_sub_id field in the SlpMessage in favor of the one in the Header.
|
Thu, 05 Aug 2010 22:41:22 +0000 |
masca |
Get rid of the ack_id field in the SlpMessage in favor of the one in the Header.
|
Thu, 05 Aug 2010 21:58:13 +0000 |
masca |
Get rid of the offset field in the SlpMessage in favor of the one in the Header.
|
Wed, 04 Aug 2010 04:30:03 +0000 |
masca |
Use the SlpMessage header offset only instead of it and the one on the SlpMessage when sending it. This fixes sending big data which needs to be split in multiple messages.
|
Thu, 29 Jul 2010 20:54:50 +0000 |
masca |
Split a little more msn_slplink_process_msg. I think this way is easier to read.
|
Thu, 29 Jul 2010 00:12:54 +0000 |
masca |
Process SlpMessageParts, a sequence of parts will generate a SlpMessage.
|
Wed, 28 Jul 2010 20:35:28 +0000 |
masca |
Split msn_slplink_process_msg in three smaller functions.
|
Wed, 28 Jul 2010 16:55:07 +0000 |
masca |
Fix a warning about a static function.
|
Wed, 21 Jul 2010 19:59:38 +0000 |
masca |
Remove session_id from SlpMsg and use the one from the header.
|
Mon, 19 Jul 2010 21:11:32 +0000 |
masca |
propagate from branch 'im.pidgin.pidgin' (head 07d0765c444a097af45c2650f54323afb900a07b)
|
Tue, 06 Jul 2010 18:56:58 +0000 |
masca |
Set the correct length of the data before calling the function to process it.
|
Mon, 05 Jul 2010 22:00:10 +0000 |
masca |
Documetn P2P Application ID in a enum and use it instead of 'magic numbers'.
|
Mon, 05 Jul 2010 20:52:35 +0000 |
masca |
Remove the header and footer from the length of the mesage.
|
Thu, 01 Jul 2010 00:53:28 +0000 |
masca |
Send buffer data when the message is not a xfer.
|
Thu, 24 Jun 2010 00:41:07 +0000 |
masca |
Move file request up in the stack.
|
Thu, 24 Jun 2010 00:12:45 +0000 |
masca |
Hide msn_slplink_destroy and use the unref version everywhere.
|
Wed, 23 Jun 2010 22:47:49 +0000 |
masca |
Remove all unneeded MsnMessage related code that was replaced by SlpParts.
|
Tue, 22 Jun 2010 23:09:36 +0000 |
masca |
Fix debug_*_to_file to process SlpMessages instead of MsnMessages.
|
Sat, 19 Jun 2010 21:48:19 +0000 |
masca |
Remove the MsnMessage from SlpMessage.
|
Thu, 17 Jun 2010 19:54:52 +0000 |
masca |
Reomove MsnMessage reference from DirectConn.
|
Wed, 16 Jun 2010 22:17:28 +0000 |
masca |
SlpLink must not use MsnMessages but SlpMessageParts, so migrate code to use SlpMessagePart API.
|
Tue, 15 Jun 2010 21:21:24 +0000 |
masca |
Manage sending messages trough switchboard in sbconn.
|
Tue, 15 Jun 2010 21:05:27 +0000 |
masca |
Document SlpMessage size limits.
|
Tue, 15 Jun 2010 00:42:05 +0000 |
masca |
Move MsnMessage stuff out of slplink to SBConn.
|
Sat, 12 Jun 2010 21:38:32 +0000 |
masca |
Use better function names.
|
Sat, 12 Jun 2010 21:22:06 +0000 |
masca |
Move more SlpMessage creation to its module.
|
Thu, 10 Jun 2010 22:40:44 +0000 |
masca |
The creation of SlpMessage must be done in its own module.
|
Tue, 08 Jun 2010 21:26:39 +0000 |
masca |
Drop slp header and footer from MsnMessage in favor of MsnSlpMessage->header and footer.
|
Sun, 06 Jun 2010 21:27:12 +0000 |
masca |
merge of '5af6a35c4c39341b79cc8d61c700da2b874b9b6b'
|
Wed, 02 Jun 2010 20:51:24 +0000 |
masca |
propagate from branch 'im.pidgin.cpw.qulogic.msnp16' (head 49bf2f5880edfe6f07decbf14418f2032ba59ad0)
|
Wed, 02 Jun 2010 20:08:53 +0000 |
masca |
propagate from branch 'im.pidgin.pidgin' (head a16b83242562658cc9f08739aedaa0a4b621077a)
|
Sat, 05 Jun 2010 01:31:25 +0000 |
masca |
Fix logic error as pointed out by Elliot.
|
Thu, 03 Jun 2010 21:50:45 +0000 |
masca |
Drop Binary from the struct name.
|
Thu, 03 Jun 2010 21:41:43 +0000 |
masca |
Drop MsnSlpHeader in favor of MsnP2pBinaryHeader.
|
Thu, 03 Jun 2010 21:07:08 +0000 |
masca |
Start moving p2p specific code to its own module.
|
Wed, 02 Jun 2010 09:01:12 +0000 |
masca |
Replace magic numbers with the enumed SlpHeaderFlag.
|
Fri, 28 May 2010 22:45:52 +0000 |
masca |
Include internal.h on each c file to avoid windows breakage as recommended by Daniel.
|
Fri, 28 May 2010 08:05:38 +0000 |
masca |
Remove unnecesary includes from msn.h.
|
Wed, 26 May 2010 19:47:56 +0000 |
masca |
propagate from branch 'im.pidgin.pidgin' (head fcd99a6bb8c6362d64f295a1b95a5b1130460b85)
|
Sat, 22 May 2010 06:27:18 +0000 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin' (head cd770a44f05f96d1e74ea761e614d1a468ba60df)
|
Mon, 10 May 2010 23:21:44 +0000 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin' (head f6cdf8776559775f9a4a72563e69741e139518bd)
|
Thu, 22 Apr 2010 17:15:26 +0000 |
Mark Doliner |
propagate from branch 'im.pidgin.pidgin' (head 73717266fa7d3a35ac09e09781fc5b48e2954fab)
|
Wed, 10 Mar 2010 17:58:21 +0000 |
masca |
propagate from branch 'im.pidgin.pidgin' (head fc8a21d1f30004cf7a468e8ab79c0f922c6c4a3e)
|
Thu, 18 Feb 2010 16:59:04 +0000 |
masca |
propagate from branch 'im.pidgin.pidgin' (head 624bba8bd37445c496620c94bfe6da7da8af2ee4)
|
Mon, 08 Feb 2010 08:35:38 +0000 |
Mark Doliner |
We just allocated slpmsg, so of course slpmsg->slpcall will be NULL here
|
Mon, 08 Feb 2010 08:26:12 +0000 |
Mark Doliner |
Attempt to simplify and clean
|
Mon, 08 Feb 2010 07:41:15 +0000 |
Mark Doliner |
Rename "attribute" to "header" in a bunch of places. The SLP protocol
|
Mon, 23 Aug 2010 01:41:31 +0000 |
Elliott Sales de Andrade |
Standardize on "cancelled".
|
Sat, 03 Jul 2010 23:45:59 +0000 |
Elliott Sales de Andrade |
Destroy a DC if its corresponding slpcall is going away and it hasn't
|
Sat, 29 May 2010 22:19:12 +0000 |
Elliott Sales de Andrade |
And another one just like 94fa017925fa206fc36f520ee42c54f57429b4e1. But
|
Sat, 29 May 2010 00:01:03 +0000 |
Elliott Sales de Andrade |
And another one of those reverse links. We don't want dc to automatically
|
Fri, 28 May 2010 08:30:49 +0000 |
Elliott Sales de Andrade |
NULL-ify one more link on destroy that might lead to a crash.
|
Mon, 24 May 2010 06:27:03 +0000 |
Elliott Sales de Andrade |
Add and remove an extra ref per MsnMessage when saving it in a slpmsg, to
|
Sun, 23 May 2010 21:45:19 +0000 |
Elliott Sales de Andrade |
NULL-ify some reverse links so that there's no double-free on exit.
|
Fri, 21 May 2010 04:51:31 +0000 |
Elliott Sales de Andrade |
This is supposed to go along with the queue sending stuff.
|
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
|