aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-ft-factory.h
Commit message (Collapse)AuthorAgeFilesLines
* pass to proper user action time when requesting an outgoing FTGuillaume Desmottes2011-09-271-1/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=658245
* remove empathy-dispatch-operationGuillaume Desmottes2010-08-111-1/+0
|
* Use TpSimpleHandler to handle incoming file transfer (#623139)Guillaume Desmottes2010-08-111-2/+3
|
* Remove the use_hash arg and propertyCosimo Cecchi2009-06-011-4/+2
| | | | | | | Remove the use_hash construct arg and property from EmpathyFTHandler and make it clear in the docs how clients are supposed to know whether we are hashing or not. Also, port EmpathyFTFactory to the new API
* Adapt the code to the tp style.Cosimo Cecchi2009-06-011-8/+15
|
* Add use_hash params for incoming transfersCosimo Cecchi2009-06-011-1/+1
| | | | | 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-1/+1
| | | | Update the factory API to make hashing request optional.
* Fix indentation of function prototypeCosimo Cecchi2009-06-011-3/+2
|
* Rethink a bit the logic for an incoming transfer.Cosimo Cecchi2009-06-011-2/+7
| | | | | | | | | | | 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.
* W.I.P. for heavy lifting on EmpathyTpFile.Cosimo Cecchi2009-06-011-2/+2
|
* Implement empathy_ft_factory_claim_channel and make naming uniform.Cosimo Cecchi2009-06-011-2/+2
|
* Implement hashing of the file. Make it compile.Cosimo Cecchi2009-06-011-0/+4
|
* Initial commit for EmpathyFTFactory and EmpathyFTHandler.Cosimo Cecchi2009-06-011-0/+64