about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Move unique_filename_from_url functions to commonWilliam Wennerström2020-12-0413-167/+172
|
* Refactor for threaded external executable for built-in download methodsWilliam Wennerström2020-12-0315-234/+203
|
* Fix stubs and move some tests to http_commonWilliam Wennerström2020-11-1610-48/+23
|
* Add stubsWilliam Wennerström2020-11-165-10/+55
|
* Switch to g_strerrorWilliam Wennerström2020-11-163-53/+23
|
* Move common http tool code to http_commonWilliam Wennerström2020-11-167-53/+156
|
* Explicitly clear fragment from HTTP URLWilliam Wennerström2020-11-162-1/+8
|
* Add I/O error handling and use filenames instead of file descriptorsWilliam Wennerström2020-11-1610-68/+99
|
* Refactor OMEMO download into AESGCMDownload toolWilliam Wennerström2020-11-1612-23/+386
|
* Use fallback method when /executable urlsave is unsetWilliam Wennerström2020-11-162-8/+24
|
* Run make format on rebaseWilliam Wennerström2020-11-1619-836/+791
|
* Remove unsafe Conent-Disposition inferringWilliam Wennerström2020-11-166-241/+115
|
* Infer filename from content-disposition or URLWilliam Wennerström2020-11-169-129/+504
| | | | | The Content-Disposition inferring is probably a bad idea security wise, so I am going to remove it.
* Add http_download toolWilliam Wennerström2020-11-166-6/+293
|
* WordingWilliam Wennerström2020-11-161-2/+2
|
* Remove temporary ciphertext file when finishedWilliam Wennerström2020-11-161-2/+8
|
* Remove /omemo sendfileWilliam Wennerström2020-11-167-603/+566
|
* Move file encryption function to public headerWilliam Wennerström2020-11-168-83/+59
|
* Add guards for OMEMOWilliam Wennerström2020-11-162-5/+21
|
* Remove unused #define's and move URL scheme define to omemo/crypto.hWilliam Wennerström2020-11-162-7/+2
|
* Move setup for AESGCM to omemo/cryptoWilliam Wennerström2020-11-164-64/+68
|
* Reformat HTTP get URL to AESGCM schemeWilliam Wennerström2020-11-163-31/+100
|
* Refactor to use file streamWilliam Wennerström2020-11-164-72/+57
|
* Initial /sendfile OMEMO encryptionWilliam Wennerström2020-11-168-54/+242
|
* Declare counter var inside loopMichael Vetter2020-11-0922-163/+94
| | | | We require c99/gnu99 anyways.
* Dont initialize i twice in accounts_get_account()Michael Vetter2020-11-051-5/+5
|
* Simplify _correction_autocomplete()Michael Vetter2020-11-051-4/+1
|
* Simplify _executable_autocomplete()Michael Vetter2020-11-051-4/+1
|
* Simplify _lastactivity_autocomplete()Michael Vetter2020-11-051-9/+4
|
* Simplify _who_autocomplete()Michael Vetter2020-11-051-3/+0
|
* Simplify _tray_autocomplete()Michael Vetter2020-11-051-5/+1
|
* Simplify _sub_autocomplete()Michael Vetter2020-11-051-5/+1
|
* Simplify cmd_ac_complete_filepath()Michael Vetter2020-11-051-8/+1
|
* Simplify cmd_ac_complete()Michael Vetter2020-11-051-9/+3
|
* Get rid of str_contains()Michael Vetter2020-11-023-15/+2
| | | | We can use strchr() here.
* Remove non existent functionsMichael Vetter2020-11-021-8/+0
|
* Print all error stanzasMichael Vetter2020-10-301-5/+5
| | | | | | | | | | | | | | | | | | Regards https://github.com/profanity-im/profanity/issues/1435 So far we didn't print the error if it contained `<error type="cancel">`. It appears that the code always thought this is a service-not-available (so one is either blocked or the account doesn't exist) and printed `Recipient not found`. But there can be other errors as well. Like in above mentioned issue `not-allowed`. Let's just print the text. In case of the cancel type we still remove the jid from the chat sessions. I'm not entirely sure whether this needs to be done in other cases too.
* Fixed Date format for MAM requestDebXWoody2020-10-281-2/+2
| | | | | | | | | Using g_date_time_new_now_utc instead of g_date_time_new_now_local Using g_date_time_format(timestamp, "%FT%TZ") instead of "%FT%T%:::z" Edit: DebXWoody created this patch because ejabberd returned an error with the old date format.
* functest: dont link against tclMichael Vetter2020-10-221-1/+1
| | | | | | Regards https://github.com/profanity-im/profanity/issues/1354 point 3. Since we dont use tcl and just libexpect I don't think we actually need to link against it.
* Merge pull request #1433 from profanity-im/bookmarkMichael Vetter2020-10-191-0/+1
|\ | | | | xmpp/bookmark: don't use uninitialised field
| * xmpp/bookmark: don't use uninitialised fieldDmitry Podgorny2020-10-191-0/+1
|/ | | | | | | | | | When a bookmark is created with '/bookmark add' command, ext_gajim_minimize remains uninitialised in new bookmark object and is read further in _send_bookmarks(). Initialise the field with 0. Fixes #1432.
* functest: Make char constMichael Vetter2020-10-152-9/+9
|
* Merge pull request #1430 from spth/masterMichael Vetter2020-10-146-6/+6
|\ | | | | Since the string from strerror should never be modified, use const.
| * Since the string from strerror should never be modified, use const.Philipp Klaus Krause2020-10-146-6/+6
|/
* Merge pull request #1428 from profanity-im/use-after-freeMichael Vetter2020-10-091-1/+1
|\ | | | | Fix use-after-free which is introduced in cons_alert()
| * Fix use-after-free which is introduced in cons_alert()Dmitry Podgorny2020-10-091-1/+1
|/ | | | | | Commit f12161f fixes memory leak, but introduces use-after-free issue. Allocate new memory for win_name with g_strdup() since it is freed with g_free() later.
* travis: disable debian, ubuntu, fedora for nowMichael Vetter2020-10-091-6/+6
| | | | | Until we have fixed their build issues. (Py2/Py3 etc)
* Merge pull request #1426 from profanity-im/cleanup/newlibsMichael Vetter2020-10-0910-64/+19
|\ | | | | Cleanup/newlibs
| * configure: check for python3-configMichael Vetter2020-10-091-1/+2
| |
| * travis: add libstrophe to twMichael Vetter2020-10-091-0/+1
| | | | | | | | | | | | | | So far only libstrophe is in 0.10.0 on TW. Lets just add both since configure will choose libmesode anyways if both are installed. And we plan to deprecate libmesode later anyways.