log libpurple/ft.c @ 30558:41c3ae96f398

age author description
2010-08-23 Elliott Sales de Andrade Standardize on "cancelled".
2010-05-03 Marcus Lundblad Scale incoming thumbnails in the request dialog if they are overly large
2010-04-25 Elliott Sales de Andrade Rename purple_xfer_get_thumbnail_data/size to be more D-Bus friendly.
2010-04-25 Elliott Sales de Andrade Minor cleanup.
2010-04-24 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 7850267e7626c94b519fd5f1c959c79f0624d34e)
2010-03-18 Marcus Lundblad Hide the thumbnail-related stuff from the PurpleXfer struct to
2010-03-16 Marcus Lundblad Set desired image formats for thumbnails as a parameter to
2010-03-15 Marcus Lundblad Allow PRPLs to specify the image formats acceptable for thumbnails (in
2010-03-09 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 96b27a20c7250b87761a8bd4f5540bf1fa32b6f4)
2010-02-18 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 267f28808ab6eeda6b5d68f6433f2b3fcf230d4f)
2009-11-29 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head fd01d69465dca1c23c811963e2545236c2749d55)
2009-10-22 Marcus Lundblad Print the thumbnail along with the offer message in the conversation
2009-10-21 Marcus Lundblad Make it work again, after some new xfer UI ops where added... :)
2009-10-15 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 0d319bbd23fdd7e6cf2065b21e92612657c6e8cb)
2009-08-24 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 92e101e3698042e7600729bc09dec9e28f81de8f)
2009-08-13 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 70d69397ed952b26b453423c381c70d6783eb66d)
2009-07-28 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 46ae10a850bb3c3ce9a3bb47a7de9edd4becdb93)
2009-07-12 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 53abc38e3dfd2e9f8ae8c3e6532379d4b0dc333b)
2009-07-04 Marcus Lundblad Show thumbnail in ft request dialog
2009-06-23 Marcus Lundblad Added a skeleton for functions to set and get a thumbnail image associated
2010-04-06 Mark Doliner Does anyone know the purpose of the ui_write, ui_read and data_not_sent
2010-03-05 Paul Aurich whitespace trimming
2010-03-05 Paul Aurich ft: Apply QuLogic's fix from d6b03d30f4 to the UI side too.
2010-03-05 Paul Aurich ft: uhm, no. s can't be 0 here, it's checked above (with a return).
2010-02-28 Elliott Sales de Andrade ft: Don't try to read from the source file if the byte array already holds
2010-02-04 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 9028ac0daaa1f7e565726fa39aca22ce7d3ecc49)
2010-01-09 Daniel Atallah propagate from branch 'im.pidgin.pidgin' (head d5a2e2287440ac7134c201e66921754bd4187ba9)
2010-01-09 Daniel Atallah Remove unused variable
2009-12-25 John Bailey propagate from branch 'im.pidgin.pidgin' (head 8f0a3e68547fbc66188357edbf6694bd8dd2d557)
2009-11-30 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head 07dc6851f4d16e9c89791c488bbc6d3b2bdb8ecf)
2009-10-12 foufou33 The current behavior of libpurple reports completions of a file transfer too
2009-10-12 foufou33 Kill off the use of fseek for non-seekable streams in file transfers.
2010-01-26 Paul Aurich ft: Fix ui_ops->ui_read being called too often (when it's not ready).
2009-12-30 Paul Aurich ft: Add some useful debug logging.
2009-12-23 Elliott Sales de Andrade Call purple_xfer_cancel_local instead of purple_xfer_request_denied when
2009-12-23 Elliott Sales de Andrade The PurpleXfer should be unref'd if the file selection dialog was
2009-12-23 Elliott Sales de Andrade Add some verbose ref-count debugging for PurpleXfer's.
2009-12-23 Elliott Sales de Andrade Check file permissions before sending a file transfer request.
2009-12-23 Elliott Sales de Andrade There's no need to call purple_xfer_get_type() repeatedly.
2009-11-29 Florian Quèze ft: Properly set a bitmask field (so it includes PURPLE_MESSAGE_SYSTEM like
2009-10-10 Paul Aurich Use the appropriate function to remove an input watcher.
2009-08-19 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head dd712fa84e46b2d78adf28e914d3e1a5c18a5154)
2009-08-03 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 1876e80a840aa8045b1a49c60049781e0d285558)
2009-07-31 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 592fe2e2316aeff56f4671a5767dffe1fb57003d)
2009-07-18 Paul Aurich Normalize on 'cancelled'
2009-08-13 Paul Aurich ft: Set completion (for receiving) *after* writing the file.
2009-08-12 Paul Aurich Fix building on win32, which has #define write wpurple_write (and similar for read).
2009-08-12 Paul Aurich ft: Add infrastructure to allow a prpl to moderate when to send packets.
2009-08-11 Paul Aurich ft: Fix an issue with re-setting xfer->watcher when there is no fd.
2009-08-11 Paul Aurich ft: Fix a bunch of uses of 0 as an 'invalid' fd.
2009-08-10 hanzz ft: Allow the UI to overloadthe use of fread/fwrite. Closes #9844.
2009-08-02 Paul Aurich Fix a bunch of memory leaks reported by Josh Mueller. Refs #9822.
2009-07-28 Paul Aurich ft: Don't emit a changed-status signal for something that isn't a change.
2009-07-23 Paul Aurich ft: fwrite failing is a local error. Pointed out by kenshin.
2009-07-23 Paul Aurich Set xfer->status before emitting signals in purple_xfer_set_status.
2009-07-07 Elliott Sales de Andrade Link-ify the filename when writing the "Transfer is complete" message to
2009-04-07 Elliott Sales de Andrade Updates for GTK+ 3.0. Remove some deprecated functions (someone should
2009-01-28 Sulabh Mahajan fix a bug in libpurple that prevented receiving file transfers to be marked completed (in case the protocol uses an xfer->ops.read function)
2009-01-06 Daniel Atallah The remainder of a patch from fqueze to fix some incorrect *printf() function
2008-11-16 Richard Laager propagate from branch 'im.pidgin.cpw.khc.msnp14.soap' (head a8cd841bcb25707847d12b7743eaf73cc27274af)