about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Basic support for building on NetBSD.nia2020-09-0413-9/+37
|/
* Merge pull request #1421 from misaflo/theme-gruvboxMichael Vetter2020-08-271-1/+1
|\
| * Update gruvbox theme (background color)Florent Lévigne2020-08-271-1/+1
|/
* Merge pull request #1415 from profanity-im/gtk23Michael Vetter2020-08-101-3/+5
|\
| * configure: support gtk3 tooMichael Vetter2020-08-041-3/+5
* | Merge pull request #1416 from profanity-im/memleaks2Michael Vetter2020-08-101-21/+7
|\ \ | |/ |/|
| * Fix memory leak in _handle_chat()Dmitry Podgorny2020-08-071-21/+7
|/
* Merge pull request #1413 from profanity-im/feature/mam-addtodb-nodupMichael Vetter2020-07-244-10/+46
|\
| * database: Only insert if there is no entry with same archive_idMichael Vetter2020-07-231-4/+6
| * Parse stanza-idMichael Vetter2020-07-233-6/+40
|/
* Fix memleak in win_print_outgoing_with_receipt()Michael Vetter2020-07-231-0/+1
* parser.c: Use glibMichael Vetter2020-07-231-4/+4
* Fix /correct quotation marks usageMichael Vetter2020-07-234-2/+29
* Fix lastactivity behaviourMichael Vetter2020-07-223-27/+68
* Expand /lastactivity helpMichael Vetter2020-07-221-1/+1
* Merge pull request #1410 from licaon-kter/patch-1Michael Vetter2020-07-221-1/+1
|\
| * Fix missed text in #1224Licaon_Kter2020-07-221-1/+1
|/
* parser.c: Use helper function to reduce duplicate codeMichael Vetter2020-07-211-143/+50
* parse_args(): Call g_free() onceMichael Vetter2020-07-211-3/+2
* Use parse_args_with_freetext() for `/correct`Michael Vetter2020-07-202-3/+3
* Merge pull request #1407 from wstrm/fix-arch-zstMichael Vetter2020-07-201-2/+8
|\
| * Change to .tar.zst archives that latest Arch devtools usesWilliam Wennerström2020-07-201-2/+8
|/
* bookmark_ignore.c: use gchar instead of charMichael Vetter2020-07-201-7/+7
* Add filetype check to pre hook exampleMichael Vetter2020-07-151-1/+3
* Fix typo in commentMichael Vetter2020-07-151-1/+1
* Add comment to easily find where to put the next commandMichael Vetter2020-07-151-0/+2
* Format cmd_defsMichael Vetter2020-07-151-1942/+2037
* Remove `/tiny` commandMichael Vetter2020-07-106-217/+0
* Merge pull request #1403 from wstrm/fix-error-no-freeMichael Vetter2020-07-101-0/+4
|\
| * Free errors after they have been printedWilliam Wennerström2020-07-101-0/+4
* | Merge pull request #1402 from wstrm/add-ubuntu-ciMichael Vetter2020-07-102-0/+54
|\ \
| * | Ubuntu Latest (20.04 currently) in CIWilliam Wennerström2020-07-102-0/+54
| |/
* | Add forgotten file..Michael Vetter2020-07-101-2/+2
* | Setting: only write in console upon muc mentionMichael Vetter2020-07-104-5/+16
|/
* Merge branch 'master' of github.com:profanity-im/profanityMichael Vetter2020-07-1010-75/+148
|\
| * Merge pull request #1400 from profanity-im/feature/1399-console-hilightMichael Vetter2020-07-0910-75/+148
| |\
| | * Adapt unittestsMichael Vetter2020-07-091-3/+16