about summary refs log tree commit diff stats
path: root/src/xmpp/message.c
Commit message (Expand)AuthorAgeFilesLines
* muc: save oldest timestampMichael Vetter2020-01-301-2/+7
* Revert "Save first delay tag as timestamp"Michael Vetter2020-01-281-9/+0
* Save first delay tag as timestampMichael Vetter2020-01-241-0/+9
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Check for correct delay tag for muc timestampsMichael Vetter2019-11-131-6/+7
* _handle_groupchat(): get correct origin-id stanzaMichael Vetter2019-11-081-2/+2
* Don't override ProfMessage Id with origin-idMichael Vetter2019-10-311-18/+40
* Set mucuser in carbon caseMichael Vetter2019-10-291-0/+8
* Make prof_identifier constMichael Vetter2019-10-221-1/+1
* Use UUID in origin-id and idMichael Vetter2019-10-221-6/+6
* Free hmac and msgidMichael Vetter2019-10-191-3/+4
* Change origin-id/id algoMichael Vetter2019-10-181-4/+19
* Move message sent by us logic in own functionMichael Vetter2019-10-181-0/+16
* Remove prefix from stanza idMichael Vetter2019-10-171-8/+8
* Improve MUC 1:1 loggingMichael Vetter2019-10-071-0/+4
* Fix typo handel -> handleMichael Vetter2019-10-061-3/+3
* Detect MUC history correctly with some Prosody versionsMichael Vetter2019-09-301-1/+3
* Set message->plain in carbon caseMichael Vetter2019-09-041-1/+8
* Don't render (all) delayed messages as MUC historyHolger Weiß2019-08-201-2/+4
* Fix plaintext private message handlingPaul Fariello2019-07-041-3/+3
* 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
* Fix a segfault when carbon has no bodyPaul Fariello2019-06-211-11/+13
* 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-201-7/+7
* Add prof_message_t to wrap all message attributesPaul Fariello2019-06-201-110/+140
* Use flags in xmmp/message.c for encryption and trustPaul Fariello2019-06-201-10/+20
* Add trusted state after OMEMO decryptionPaul Fariello2019-06-201-8/+11
* Call message_handlers_clear() upon disconnectMichael Vetter2019-06-201-0/+8
* Rework MUC reflected message filteringPaul Fariello2019-04-101-4/+14
* Fix devicelist notification handlerPaul Fariello2019-04-101-2/+1
* Ensure encrypted carbon of own message are marked as encryptedPaul Fariello2019-04-101-1/+1
* Add support for disconnect in OMEMOPaul Fariello2019-04-101-0/+1
* Log and print outgoing encrypted messagePaul Fariello2019-04-101-2/+5
* Add support for sending encrypted message in MUCPaul Fariello2019-04-101-4/+10
* Add MUC message decryptionPaul Fariello2019-04-101-3/+9
* Add store hints for OMEMO encrypted messagesPaul Fariello2019-04-101-0/+2
* Add support for libsignal-protocol-c 2.3.2Paul Fariello2019-04-101-1/+1
* Remove hints preventing carbons to work properlyPaul Fariello2019-04-101-3/+0
* Don't explicitely disable carbons for OMEMO messagesPaul Fariello2019-04-101-1/+0
* Add support for encrypted carbonPaul Fariello2019-04-101-4/+14
* Follow normal workflow for OMEMO message receptionPaul Fariello2019-04-101-116/+27
* Add chat session state to OMEMO message stanzaPaul Fariello2019-04-101-0/+5
* Add default body on OMEMO messagePaul Fariello2019-04-101-0/+8
* Add OMEMO message encryption and decryptionPaul Fariello2019-04-101-1/+202
* Fix devicelist subscription and handle pubsub eventPaul Fariello2019-04-101-21/+14
* Add pubsub event callbackPaul Fariello2019-04-101-0/+60