about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * 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
* | | Merge branch 'feature/ox-discover'Michael Vetter2020-07-107-13/+308
|\ \ \ | |/ / |/| |
| * | 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-107-13/+308
|/ /
* / Mention profnaity_version in release guideMichael Vetter2020-07-091-0/+1
|/
* Make _show_roster_contacts staticMichael Vetter2020-07-091-2/+2
* ci os tw: disable building of stabberMichael Vetter2020-07-081-7/+7
* readme: add link to contributing.mdMichael Vetter2020-07-071-0/+1
* Apply coding styleMichael Vetter2020-07-07213-17154/+19156
* clang-format: Dont sort includesMichael Vetter2020-07-071-0/+1
* OX: Fix testsMichael Vetter2020-07-071-1/+2
* Revert "Apply coding style"Michael Vetter2020-07-07214-19638/+17648
* Merge pull request #1397 from wstrm/doc-pre-push-hookMichael Vetter2020-07-071-1/+17
|\
| * Add highlightingWilliam Wennerström2020-07-071-2/+2
| * Tip about pre-push hook in contribution guidelinesWilliam Wennerström2020-07-071-0/+16
|/
* Add pre-commit hook clang-format exampleMichael Vetter2020-07-071-0/+11
* Apply coding styleMichael Vetter2020-07-07214-17648/+19638
* Add clang-format fileMichael Vetter2020-07-073-0/+48