about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Rework omemo_start_device_session_handle_bundle exitMichael Vetter2019-07-041-24/+38
* Free omemo_ctx.device_list_handlerMichael Vetter2019-07-041-0/+1
* Dont initialize omemo autocompleter twiceMichael Vetter2019-07-041-2/+0
* Add omemo_close functionMichael Vetter2019-07-043-0/+13
* Use correct jid variableMichael Vetter2019-07-031-1/+1
* Define goto out in _private_chat_handler()Michael Vetter2019-07-031-0/+1
* Set plain message in _private_chat_handlerMichael Vetter2019-07-031-0/+7
* Show MUC history on intentional reconnectMichael Vetter2019-07-034-7/+42
* Mark messages received from a session as trustedPaul Fariello2019-06-253-10/+25
* Fix a segfault when carbon has no bodyPaul Fariello2019-06-211-11/+13
* Fix handling of encrypted carbonsPaul Fariello2019-06-213-30/+62
* Don't highlight cleartext message as untrustedPaul Fariello2019-06-211-0/+1
* Fix segfault when receiving messages without IDPaul Fariello2019-06-211-1/+3
* Fix NULL pointer when handling non encrypted message in MUCPaul Fariello2019-06-211-1/+9
* Rename prof_message_t into ProfMessagePaul Fariello2019-06-2013-45/+45
* Set foreground color for untrusted messagesPaul Fariello2019-06-205-9/+10
* Add prof_message_t to wrap all message attributesPaul Fariello2019-06-2017-337/+410
* Use flags in xmmp/message.c for encryption and trustPaul Fariello2019-06-206-25/+44
* Add trusted state after OMEMO decryptionPaul Fariello2019-06-207-18/+24
* Decrypt all incoming OMEMO msgPaul Fariello2019-06-203-1/+23
* _bookmark_destroy: follow normal logicMichael Vetter2019-06-201-7/+5
* Call message_handlers_clear() upon disconnectMichael Vetter2019-06-203-0/+10
* Call iq_handlers_clear() upon disconnectMichael Vetter2019-06-203-0/+10
* Free contacts in omemo_start_sessions()Michael Vetter2019-06-191-0/+1
* Free OMEMO session store upon disconnectMichael Vetter2019-06-191-0/+1
* Fix prefs_get_string mem leaks in statusbarMichael Vetter2019-06-191-6/+18
* Free last_msg_timestampMichael Vetter2019-06-191-0/+4
* Add option to set all window related time formatsMichael Vetter2019-06-173-4/+51
* Add copyright to omemo codeMichael Vetter2019-06-176-0/+199
* Add myself to copyrightMichael Vetter2019-06-1714-0/+16
* Use profanity channel as exampleMichael Vetter2019-06-171-3/+3
* Merge pull request #1110 from profanity-im/feature/704-ui-behaviour-reconnectMichael Vetter2019-06-115-2/+57
|\
| * Safe last MUC message timestamp per MUCMichael Vetter2019-06-113-8/+10
| * Only show MUC subject on first connectMichael Vetter2019-06-051-1/+1
| * Reduce timestamp call when saving last muc messageMichael Vetter2019-06-051-12/+13
| * Only print room history for new messages upon reconnectMichael Vetter2019-06-053-1/+53
* | Rejoin all MUCs on reconnectMichael Vetter2019-06-101-5/+3
* | Merge pull request #1125 from profanity-im/fix/519-logrotateMichael Vetter2019-06-101-6/+9
|\ \
| * | Iterate logfiles until 100 are reachedMichael Vetter2019-06-071-6/+9
* | | Merge pull request #1124 from paulfariello/feature/remove_session_when_untrus...Michael Vetter2019-06-082-16/+122
|\ \ \ | |/ / |/| |
| * | Remove OMEMO session when untrusting a fingerprintPaul Fariello2019-06-072-16/+122
* | | Merge pull request #1123 from profanity-im/fix/1093-already-started-messageMichael Vetter2019-06-071-40/+25
|\ \ \
| * | | Refactor cmd_omemo_startMichael Vetter2019-06-071-38/+23
| * | | Print omemo start related msgs into correct windowMichael Vetter2019-06-071-3/+3
* | | | Merge pull request #1118 from profanity-im/fix/1117-omemo-autocompletion-crashMichael Vetter2019-06-071-26/+27
|\ \ \ \ | |/ / / |/| | |
| * | | Only complete certain omemo commands if connectedMichael Vetter2019-06-061-26/+27
* | | | Merge pull request #1121 from profanity-im/feature/notify-plugin-failMichael Vetter2019-06-073-16/+31
|\ \ \ \ | |_|/ / |/| | |
| * | | Improve plugin load/install failure messageMichael Vetter2019-06-073-16/+31
| |/ /
* | | Check for sane argument in autoconnect setMichael Vetter2019-06-051-4/+8
* | | Check if valid account before setting autoconnectMichael Vetter2019-06-051-3/+7
|/ /