summaryrefslogtreecommitdiff
path: root/libempathy/empathy-ft-factory.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-11Use TpSimpleHandler to handle incoming file transfer (#623139)Guillaume Desmottes1-35/+93
2009-06-01Remove the use_hash arg and propertyCosimo Cecchi1-13/+5
2009-06-01Fix coding styleCosimo Cecchi1-2/+2
2009-06-01Remove useless GET_PRIVCosimo Cecchi1-2/+0
2009-06-01Use NULL instead of FALSECosimo Cecchi1-1/+1
2009-06-01Document EmpathyFTFactoryCosimo Cecchi1-0/+83
2009-06-01Use != NULL for pointer checks.Cosimo Cecchi1-1/+1
2009-06-01Adapt the code to the tp style.Cosimo Cecchi1-15/+15
2009-06-01Handle construction errorsCosimo Cecchi1-19/+6
2009-06-01Add use_hash params for incoming transfersCosimo Cecchi1-2/+3
2009-06-01Update the EmpathyFTFactory APICosimo Cecchi1-2/+3
2009-06-01Handle errors coming from the EmpathyFTFactoryCosimo Cecchi1-1/+1
2009-06-01Rethink a bit the logic for an incoming transfer.Cosimo Cecchi1-10/+33
2009-06-01We don't need dispose, finalize and private fields in EmpathyFTFactory (yet?).Cosimo Cecchi1-31/+1
2009-06-01Make libempathy compile with the new changes.Cosimo Cecchi1-6/+18
2009-06-01W.I.P. for heavy lifting on EmpathyTpFile.Cosimo Cecchi1-6/+18
2009-06-01Implement empathy_ft_factory_claim_channel and make naming uniform.Cosimo Cecchi1-5/+18
2009-06-01Fix the build.Cosimo Cecchi1-1/+1
2009-06-01Implement hashing of the file. Make it compile.Cosimo Cecchi1-5/+8
2009-06-01Initial commit for EmpathyFTFactory and EmpathyFTHandler.Cosimo Cecchi1-0/+147