Björn Kettunen

Results 427 comments of Björn Kettunen

Thanks. By chance how are mentions regarding to links handled currently the old plugin does something like this: > reply to bla ba: > [webpage] Foo Is that still the...

Duplicate of https://github.com/ars3niy/tdlib-purple/issues/135

You can disable void at build time.

I don't have much knowledge of the s3 c code but this could be a replacement for the c code in C++/Qt removing the need for direct openssl use: https://wiki.qt.io/HMAC-SHA1

Is the md5 function used somewhere?

I'd replace the s3 buckets struct if you don't mind and merge this afterwards. Then hole code of the s3 folder is no longer needed.

This also could remove the libxml2 dependency.

Methods that need to be replaced (in order of dependency): + s3_free(m_s3); + s3_hmac_sign() + s3_init() + s3_bucket_entries_free(entries); Structs: + struct s3_bucket_entry_head *entries; + struct s3_bucket_entry_head Used this to check...

For s3_hmac_sign(): https://docs.aws.amazon.com/AmazonSimpleDB/latest/DeveloperGuide/HMACAuth.html