about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix use-after-free which is introduced in cons_alert()Dmitry Podgorny2020-10-091-1/+1
* Merge pull request #1426 from profanity-im/cleanup/newlibsMichael Vetter2020-10-098-51/+12
|\
| * Enable _handle_ox_chat() payload/body decryptionMichael Vetter2020-10-091-3/+0
| * Use g_date_time_format_iso8601()Michael Vetter2020-09-301-8/+2
| * 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-301-8/+0
* | Fix memleak in cons_alert()Michael Vetter2020-10-071-0/+2
|/
* Avoid passing NULL pointers to curses functions.nia2020-09-043-9/+23
* Basic support for building on NetBSD.nia2020-09-0412-0/+24
* Fix memory leak in _handle_chat()Dmitry Podgorny2020-08-071-21/+7
* 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
* 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
* bookmark_ignore.c: use gchar instead of charMichael Vetter2020-07-201-7/+7
* 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-105-215/+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
* | 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-109-72/+132
|\
| * Pass window to functions so we dont have to call twiceMichael Vetter2020-07-095-18/+17
| * Dont hilight console once all messages have been readMichael Vetter2020-07-097-63/+124
* | ox review: Use english not germanMichael Vetter2020-07-101-5/+5
* | OX: XEP-0373: OpenPGP for XMPP - Version 0.5.0 (2020-06-19)DebXWoody2020-07-106-13/+298
|/
* Make _show_roster_contacts staticMichael Vetter2020-07-091-2/+2
* Apply coding styleMichael Vetter2020-07-07147-14632/+14792
* OX: Fix testsMichael Vetter2020-07-071-1/+2
* Revert "Apply coding style"Michael Vetter2020-07-07148-15136/+14988
* Apply coding styleMichael Vetter2020-07-07148-14988/+15136
* OX: Announce public key on PEPDebXWoody2020-07-066-2/+395
* Log errors from eval_passwordWilliam Wennerström2020-07-061-1/+2
* Merge branch 'master' of github.com:profanity-im/profanityMichael Vetter2020-07-062-4/+5
|\
| * Merge pull request #1386 from DebXWoody/masterMichael Vetter2020-07-062-4/+5
| |\
| | * Rework loggingStefan Kropp2020-07-032-4/+5
* | | Plain chat messages not workingDebXWoody2020-07-061-4/+9
|/ /
* | Merge branch 'master' of github.com:profanity-im/profanityMichael Vetter2020-07-041-11/+13
|\ \
| * \ Merge pull request #1387 from DebXWoody/bugfix/1332-omemoMichael Vetter2020-07-041-11/+13
| |\ \
| | * | Request Device and Key, when OMEMO is in useDebXWoody2020-06-041-11/+13
* | | | Merge branch 'omemofix'Michael Vetter2020-07-042-21/+39
|\ \ \ \ | |/ / / |/| | |