about summary refs log tree commit diff stats
path: root/src/tools/http_upload.h
Commit message (Collapse)AuthorAgeFilesLines
* Profani-tty has rebornDaniel Santos2023-07-011-4/+4
|
* Update to the newest version of XEP 0363 (HTTP Upload)Maximilian Wuttke2021-03-111-0/+5
| | | | | | | | | | | | | Main changes: 1. Attributes instead of tags 2. Read the optional <header> tags and send them in the HTTP PUT header: * Authorization * Cookie * Expires Co-authored-by: Martin Dosch <martin@mdosch.de>
* Run make format on rebaseWilliam Wennerström2020-11-161-9/+10
|
* Reformat HTTP get URL to AESGCM schemeWilliam Wennerström2020-11-161-4/+6
|
* Refactor to use file streamWilliam Wennerström2020-11-161-3/+3
|
* Initial /sendfile OMEMO encryptionWilliam Wennerström2020-11-161-5/+5
|
* Apply coding styleMichael Vetter2020-07-071-9/+10
|
* Revert "Apply coding style"Michael Vetter2020-07-071-11/+10
| | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems.
* Apply coding styleMichael Vetter2020-07-071-10/+11
| | | | Regards https://github.com/profanity-im/profanity/issues/1396
* Don't expose upload_processesMichael Vetter2020-04-171-2/+3
| | | | | | | | That's actually not good practise. Realized this when checking for multiple symbol definition in issue mentioned below. Regards https://github.com/profanity-im/profanity/issues/1314
* Add vim modelineMichael Vetter2019-11-131-0/+1
|
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
|
* Update copyrightJames Booth2018-01-211-1/+1
|
* Allow installing plugins from directoryJames Booth2017-02-051-1/+0
|
* Update CopyrightJames Booth2017-01-281-1/+1
|
* Tidy headersJames Booth2016-07-241-0/+1
|
* Update GPL link in headersJames Booth2016-07-241-1/+1
|
* Fix OSX compileJames Booth2016-04-261-3/+1
|
* Fixed cygwin compile (again)James Booth2016-04-261-1/+1
|
* Fixed cygwin compileJames Booth2016-04-261-0/+5
|
* Implement XEP-0363: HTTP File UploadDominik Heidler2016-04-261-0/+63