about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tests: Add ox_announce_public_key stubMichael Vetter2020-07-062-0/+10
* OX: Announce public key on PEPDebXWoody2020-07-067-2/+396
* Merge pull request #1394 from wstrm/fix-log-errors-call-externalMichael Vetter2020-07-061-1/+2
|\
| * 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
* | | | Merge pull request #1383 from profanity-im/cleanup/messagecMichael Vetter2020-07-041-116/+73
|\ \ \ \
| * | | | 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
* | | | Merge pull request #1382 from wstrm/fix-missing-omut-flagMichael Vetter2020-07-021-1/+1
|\ \ \ \
| * | | | Add missing -o flag for omut exampleWilliam Wennerström2020-07-021-1/+1
|/ / / /
* | | | Merge pull request #1381 from wstrm/fix-no-messageMichael Vetter2020-07-021-1/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix messages with receipt request not displayedWilliam Wennerström2020-07-021-1/+0
|/ / /
* | | message.c: Put plugin handler code in helper functionMichael Vetter2020-07-021-7/+14
* | | message.c: Log invalid message typeMichael Vetter2020-07-021-14/+14
* | | message.c: Check for message typeMichael Vetter2020-07-022-8/+5
* | | message.c: Remove handled cases form _handle_chat()Michael Vetter2020-07-021-7/+0
* | | message.c: Break out of _message_handler() after handling codeMichael Vetter2020-07-021-0/+4
* | | Add HEADLINE stanza defineMichael Vetter2020-07-021-0/+1
* | | message.c: Parse incoming message stanzas according to typeMichael Vetter2020-07-021-31/+34
* | | message.c: Add pubsub helper functionMichael Vetter2020-07-021-13/+19
* | | message.c: Add XEP informationMichael Vetter2020-07-021-1/+6
* | | message.c: Add my copyrightMichael Vetter2020-07-021-0/+1
* | | message.c: Make several functions staticMichael Vetter2020-07-021-3/+3
* | | message.c: Adjust function formattingMichael Vetter2020-07-021-8/+12
* | | gpg.c: _ox_key_is_usable() simplify if conditionMichael Vetter2020-07-021-3/+3
* | | gpg.c: Format new ox function headsMichael Vetter2020-07-021-7/+26
* | | log.c: Format codeMichael Vetter2020-07-021-7/+9
* | | cmd_funcs.c: Remove not needed variableMichael Vetter2020-07-021-2/+1