about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1459 from wstrm/issue-1359Michael Vetter2020-12-153-91/+57
|\
| * Do not inherit stdin of main processWilliam Wennerström2020-12-151-1/+1
| * Use popen for eval_password (reintroduce old behavior)William Wennerström2020-12-151-20/+35
| * Refactor call_externalWilliam Wennerström2020-12-113-91/+42
* | Set input window size to max window sizekaffeekanne2020-12-111-2/+2
* | Remove blank line after trackbarkaffeekanne2020-12-111-2/+0
* | Remove old TODOMichael Vetter2020-12-111-1/+0
* | Fix color for win_print_outgoing()Michael Vetter2020-12-111-1/+1
|/
* Adapt profanity --help outputMichael Vetter2020-12-111-1/+1
* Only rotate logs if user didn't specify a log fileMichael Vetter2020-12-112-2/+8
* Remove log_reinit()Michael Vetter2020-12-112-15/+0
* Shared log file needs a restartMichael Vetter2020-12-112-2/+2
* Use whole path as logfile when defined via -fMichael Vetter2020-12-111-8/+14
* Fix deadlock on error before HTTP download has begunWilliam Wennerström2020-12-101-4/+6
* Create download directory under XDG data pathWilliam Wennerström2020-12-101-9/+26
* Set default color for trackbarMichael Vetter2020-12-101-0/+1
* Remove empty lineMichael Vetter2020-12-101-1/+0
* Remove not needed initialization in chatwin_new()Michael Vetter2020-12-101-4/+0
* Fix various typosMichael Vetter2020-12-1011-20/+20
* Merge pull request #1450 from wstrm/issue-1449Michael Vetter2020-12-103-30/+41
|\
| * Fix build failure (unused variable)William Wennerström2020-12-091-2/+2
| * Remove stray +2 for path string in get_expanded_pathWilliam Wennerström2020-12-091-6/+6
| * Cast chat/muc window to correct type and refactor cmd_sendfileWilliam Wennerström2020-12-092-24/+35
* | Merge pull request #1451 from timgates42/bugfix_typo_certainMichael Vetter2020-12-101-1/+1
|\ \
| * | docs: fix simple typo, certian -> certainTim Gates2020-12-101-1/+1
| |/
* | Merge pull request #1446 from profanity-im/fix/1439-chatlogsMichael Vetter2020-12-101-14/+19
|\ \ | |/ |/|
| * Log incoming carbons if they are no MUCPMMichael Vetter2020-12-091-4/+9
| * Fix chatlogs for outgoing carbonsMichael Vetter2020-12-081-10/+10
* | Allocate memory for realpath in both casesMichael Vetter2020-12-091-1/+1
* | Simplify notify()Michael Vetter2020-12-091-2/+2
* | Expand trackbar to whole lineMichael Vetter2020-12-091-1/+1
* | Purge omemo sendfile from configMichael Vetter2020-12-091-0/+5
* | Use get_expanded_path() in cmd_senfile()Michael Vetter2020-12-092-8/+3
* | Expand ~ in unique_filename_from_url()Michael Vetter2020-12-091-3/+27
* | Merge pull request #1375 from wstrm/feature/omemo-sendfileMichael Vetter2020-12-0924-423/+1497
|\ \ | |/ |/|
| * Remove scheme and filetype matching for url (save|open)William Wennerström2020-12-085-66/+88
| * Fix segfault for urlopen[1]William Wennerström2020-12-071-1/+1
| * Fix wrong order of arguments for _url_http_methodWilliam Wennerström2020-12-071-2/+2
| * Remove cmd_tiny, empty files and link nonce with IVWilliam Wennerström2020-12-075-4/+3
| * Add tests for format_call_external_argvWilliam Wennerström2020-12-072-17/+30
| * Fix bad order of parameters for url saveWilliam Wennerström2020-12-073-3/+16
| * Rework url to filenameWilliam Wennerström2020-12-064-38/+42
| * Move unique_filename_from_url functions to commonWilliam Wennerström2020-12-046-85/+84
| * Refactor for threaded external executable for built-in download methodsWilliam Wennerström2020-12-0314-231/+201
| * Fix stubs and move some tests to http_commonWilliam Wennerström2020-11-162-18/+12
| * Add stubsWilliam Wennerström2020-11-161-8/+14
| * Switch to g_strerrorWilliam Wennerström2020-11-163-53/+23
| * Move common http tool code to http_commonWilliam Wennerström2020-11-166-53/+154
| * 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-169-68/+98