about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Merge pull request #1445 from profanity-im/feature/moremansMichael Vetter2020-12-076-4/+92
|\ \
| * | Print man page arguments boldMichael Vetter2020-12-071-1/+1
| * | Generate date for manpageMichael Vetter2020-12-071-3/+14
| * | Break lines differently in example and synopsis sectionMichael Vetter2020-12-071-2/+2
| * | man: formate arguments properlyMichael Vetter2020-12-071-3/+2
| * | Mention new manpages in main manpageMichael Vetter2020-12-041-0/+1
| * | Install all profanity manpagesMichael Vetter2020-12-041-1/+1
| * | Create cmd to generate man pages for prof commandsMichael Vetter2020-12-044-3/+80
| |/
* | Merge pull request #1440 from wstrm/upgrade-openbsd-6.8Michael Vetter2020-11-191-8/+15
|\ \ | |/ |/|
| * Upgrade OpenBSD to 6.8William Wennerström2020-11-191-8/+15
|/
* Declare counter var inside loopMichael Vetter2020-11-0922-163/+94
* 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
* Remove non existent functionsMichael Vetter2020-11-021-8/+0
* Print all error stanzasMichael Vetter2020-10-301-5/+5
* Fixed Date format for MAM requestDebXWoody2020-10-281-2/+2
* functest: dont link against tclMichael Vetter2020-10-221-1/+1
* Merge pull request #1433 from profanity-im/bookmarkMichael Vetter2020-10-191-0/+1
|\
| * xmpp/bookmark: don't use uninitialised fieldDmitry Podgorny2020-10-191-0/+1
|/
* 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.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()Dmitry Podgorny2020-10-091-1/+1
|/
* travis: disable debian, ubuntu, fedora for nowMichael Vetter2020-10-091-6/+6
* Merge pull request #1426 from profanity-im/cleanup/newlibsMichael Vetter2020-10-0910-64/+19
|\
| * configure: check for python3-configMichael Vetter2020-10-091-1/+2
| * travis: add libstrophe to twMichael Vetter2020-10-091-0/+1
| * Enable _handle_ox_chat() payload/body decryptionMichael Vetter2020-10-091-3/+0
| * Use g_date_time_format_iso8601()Michael Vetter2020-09-302-10/+4
| * Replace stanza_get_child_by_name_and_ns with xmpp_stanza_get_child_by_name_an...Michael Vetter2020-09-306-32/+10
| * Require libstrophe/libmesode 0.10.0Michael Vetter2020-09-302-18/+2
* | Fix memleak in cons_alert()Michael Vetter2020-10-071-0/+2
|/
* Merge pull request #1424 from niacat/netbsdMichael Vetter2020-09-0714-18/+60
|\
| * Avoid passing NULL pointers to curses functions.nia2020-09-043-9/+23