aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-ft-factory.c
Commit message (Collapse)AuthorAgeFilesLines
* Add use_hash params for incoming transfersCosimo Cecchi2009-06-011-2/+3
| | | | | Add use_hash params for incoming transfers to the FT Factory and Handler, so that we will use them to check hash for received files.
* Update the EmpathyFTFactory APICosimo Cecchi2009-06-011-2/+3
| | | | Update the factory API to make hashing request optional.
* Handle errors coming from the EmpathyFTFactoryCosimo Cecchi2009-06-011-1/+1
|
* Rethink a bit the logic for an incoming transfer.Cosimo Cecchi2009-06-011-10/+33
| | | | | | | | | | | Now, a client should have to do the following, in order to receive a file transfer: - let the EmpathyFTFactory claim the EmpathyDispatchOperation - the factory will emit "new-incoming-transfer" when the handler is filled with the relevant properties - now you can choose a destination file, and then you should call _set_destination on EmpathyFTFactory passing the handler. - the factory will emit "new-ft-handler" as you're now ready to start the actual transfer.
* We don't need dispose, finalize and private fields in EmpathyFTFactory (yet?).Cosimo Cecchi2009-06-011-31/+1
|
* Make libempathy compile with the new changes.Cosimo Cecchi2009-06-011-6/+18
|
* W.I.P. for heavy lifting on EmpathyTpFile.Cosimo Cecchi2009-06-011-6/+18
|
* Implement empathy_ft_factory_claim_channel and make naming uniform.Cosimo Cecchi2009-06-011-5/+18
|
* Fix the build.Cosimo Cecchi2009-06-011-1/+1
|
* Implement hashing of the file. Make it compile.Cosimo Cecchi2009-06-011-5/+8
|
* Initial commit for EmpathyFTFactory and EmpathyFTHandler.Cosimo Cecchi2009-06-011-0/+147