about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |/ / / |/| | |
| * | | Messages are not shown in ChatSecureDebXWoody2020-07-042-21/+39
* | | | message.c: Use message->to_jid instead of to_jidMichael Vetter2020-07-031-1/+1
* | | | message.c: _handle_carbons() check from field outside of functionMichael Vetter2020-07-031-15/+17
* | | | message.c: Dont duplicate code in _handle_carbon and _handle_chatMichael Vetter2020-07-031-111/+66
* | | | message.c: Remove from/to setting out of conditionMichael Vetter2020-07-031-6/+3
* | | | message.c: Small code improvementsMichael Vetter2020-07-031-16/+16
* | | | message.c: Put XEP-0085 code in helper functionMichael Vetter2020-07-031-18/+25
* | | | Change formattingMichael Vetter2020-07-031-1/+2
* | | | handle_headline(): Free text correctlyMichael Vetter2020-07-031-0/+2
* | | | Handle headline stanzaStefan Kropp2020-07-031-1/+14
* | | | Add missing -o flag for omut exampleWilliam Wennerström2020-07-021-1/+1