about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #1150 from paulfariello/hotfix/omemo-memleaksMichael Vetter2019-07-116-5/+46
|\| | | |
| * | | | Dirty fix libgcrypt memleakPaul Fariello2019-07-112-0/+15
| * | | | Enable secure memory in gcrypt initialisationPaul Fariello2019-07-111-0/+6
| * | | | Fix various OMEMO memleaksPaul Fariello2019-07-104-5/+25
* | | | | Fix some more potential double freesMichael Vetter2019-07-111-34/+0
|/ / / /
* | | | Fix jump depending on uninit. value in statusbarMichael Vetter2019-07-101-1/+1
* | | | Reduce codelines in form.cMichael Vetter2019-07-101-16/+2
* | | | Fix double free in roster_process_pending_presenceMichael Vetter2019-07-101-1/+0
* | | | Add destructor for roster_pending_presenceMichael Vetter2019-07-091-1/+10
* | | | Merge pull request #1149 from profanity-im/fix/1148-segfaultMichael Vetter2019-07-092-20/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Fix double free in room id handlerMichael Vetter2019-07-091-6/+1
| * | | Fix double free in omemo_start_device_session_handle_bundle()Michael Vetter2019-07-081-0/+1
| * | | Fix double free regarding iq handlersMichael Vetter2019-07-081-14/+4
|/ / /
* | | Merge pull request #1146 from profanity-im/fix/omemoleaks-autocomplMichael Vetter2019-07-045-27/+72
|\ \ \
| * | | Free iq_id_handlers correctlyMichael Vetter2019-07-041-1/+15
| * | | Free key on error in omemo_start_device_session_handle_bundle()Michael Vetter2019-07-041-0/+5
| * | | 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
* | | | Merge pull request #1147 from paulfariello/hotfix/fix-private-message-handlingMichael Vetter2019-07-041-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Fix plaintext private message handlingPaul Fariello2019-07-041-3/+3
|/ / /
* | | Expand suppressiosn fileMichael Vetter2019-07-041-0/+1161
* | | 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
* | | Ask for glib version in issue templateMichael Vetter2019-06-261-1/+2
* | | Merge pull request #1137 from paulfariello/feature/fix-omemo-trusted-stateMichael Vetter2019-06-253-10/+25
|\ \ \
| * | | Mark messages received from a session as trustedPaul Fariello2019-06-253-10/+25
|/ / /
* | | Add 0.7.0 changelog entryMichael Vetter2019-06-241-0/+40
* | | Merge pull request #1136 from paulfariello/hotfix/segfault_on_empty_carbonMichael Vetter2019-06-211-11/+13
|\ \ \
| * | | Fix a segfault when carbon has no bodyPaul Fariello2019-06-211-11/+13
|/ / /
* | | Merge pull request #1135 from paulfariello/hotfix/Fix_handling_of_encrypted_c...Michael Vetter2019-06-214-31/+63
|\ \ \
| * | | Fix handling of encrypted carbonsPaul Fariello2019-06-214-31/+63
|/ / /
* | | Merge pull request #1134 from paulfariello/hotfix/don_t_highlight_cleartext_m...Michael Vetter2019-06-211-0/+1
|\ \ \
| * | | Don't highlight cleartext message as untrustedPaul Fariello2019-06-211-0/+1
|/ / /
* | | Merge pull request #1133 from paulfariello/hotfix/missing_message_id_segfaultMichael Vetter2019-06-211-1/+3
|\ \ \
| * | | Fix segfault when receiving messages without IDPaul Fariello2019-06-211-1/+3
|/ / /
* | | Merge pull request #1132 from paulfariello/hotfix/muc-history-segfaultMichael Vetter2019-06-211-1/+9
|\ \ \
| * | | Fix NULL pointer when handling non encrypted message in MUCPaul Fariello2019-06-211-1/+9
|/ / /
* | | Merge pull request #1126 from paulfariello/feature/decrypt_all_incoming_OMEMO...Michael Vetter2019-06-2128-338/+462
|\ \ \
| * | | Rename prof_message_t into ProfMessagePaul Fariello2019-06-2015-52/+52
| * | | Set foreground color for untrusted messagesPaul Fariello2019-06-207-9/+12
| * | | Add prof_message_t to wrap all message attributesPaul Fariello2019-06-2020-344/+418
| * | | 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
|/ / /
* | | Merge pull request #1130 from profanity-im/fix/memleaksMichael Vetter2019-06-2011-13/+60
|\ \ \
| * | | _bookmark_destroy: follow normal logicMichael Vetter2019-06-201-7/+5