aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/purple/ft.c
Commit message (Expand)AuthorAgeLines
* purple: Fix crash on ft requests from unknown contactsdequis2017-01-29-0/+4
* purple: fix file transfer memory managementdequis2016-11-13-11/+68
* purple: document original names of uiops next to themdequis2015-12-26-9/+9
* purple/ft: remove prplcb_xfer_dbg entries with mismatching signaturesdequis2015-12-01-7/+2
* purple: move PurpleAccount from proto_data in a struct purple_dataAntoine Pietri2015-03-02-2/+4
* Reindent everything to K&R style with tabsIndent2015-02-20-158/+149
* Merging killerbee stuff, bringing all the bleeding-edge stuff together.Wilmer van der Gaast2010-06-07-6/+8
* Fixed sending with proper filenames by creating a temporary directory withWilmer van der Gaast2010-05-21-22/+42
* Similar hacky code to send files. This indirect sending stuff sucks badlyWilmer van der Gaast2010-05-19-20/+93
* Little cleanup. Less compiler warnings, and removing tempfile at theWilmer van der Gaast2010-05-18-77/+81
* This receives files but is very fragile if anything unusual happens (like aWilmer van der Gaast2010-05-18-15/+102
* Move direct ft stuff to an unused file: This gets too hairy and too fragile.Wilmer van der Gaast2010-05-17-101/+36
* Split off the file transfer stuff into a separate file. What a mess.Wilmer van der Gaast2010-05-17-0/+234