about summary refs log tree commit diff stats
path: root/src/xmpp/message.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-021-8/+4
* 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
* 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
* And ifdefs around new OX functionsMichael Vetter2020-06-301-7/+10
* Feature request - XEP-0373: OpenPGP for XMPP (OX)DebXWoody2020-06-291-0/+170
* Fix possible segfault in xmpp/message.cDmitry Podgorny2020-06-161-1/+1
* Fix carbon loggingMichael Vetter2020-05-271-4/+6
* Add and use connection_get_barejid()Michael Vetter2020-05-251-4/+4
* Fix typing notificationMichael Vetter2020-05-211-1/+1
* _handle_carbons(): fix potential memleakMichael Vetter2020-04-211-2/+4
* MAM: Correctly display incoming MAM chat messageMichael Vetter2020-04-111-7/+12
* Add to_jid field to ProfMessage structMichael Vetter2020-04-111-24/+32
* First test with receiving MAMMichael Vetter2020-04-111-0/+27
* _handle_chat: return if no 'from'Michael Vetter2020-04-111-0/+3
* Don't crash if we get a message without from or typeMichael Vetter2020-04-111-1/+8
* Add type field to ProfMessageMichael Vetter2020-04-061-4/+8
* db: log all incoming and outgoing messagesMichael Vetter2020-04-061-3/+3
* Rename PROF_MSG_ENC_PLAIN to PROF_MSG_ENC_NONEMichael Vetter2020-04-061-1/+1
* Add timestamp for incoming messages if none is setMichael Vetter2020-04-061-0/+6
* Use correct MUC message timestampMichael Vetter2020-03-091-0/+7
* Set muc history correctly in _handle_groupchat()Michael Vetter2020-02-251-1/+1
* Fix memleak in _handle_groupchat()Michael Vetter2020-02-251-1/+6
* Parse mentions and triggers in muc history if display is 'regular'Michael Vetter2020-02-201-1/+1
* xep-0308: enable for carbon copied messagesMichael Vetter2020-02-141-0/+15
* xep-0308: Implement LMC for outgoing MUC messagesMichael Vetter2020-02-141-1/+5
* Rename MUC PM handlerMichael Vetter2020-02-141-3/+3
* xep-0308: Dont allow to correct MUC PMsMichael Vetter2020-02-141-8/+0
* xep-0308: correct incoming MUC PMsMichael Vetter2020-02-121-0/+14
* xep-0308: Display corrected incoming MUC messages correctlyMichael Vetter2020-02-121-0/+10
* xep-0308: enable corrections for outgoing encrypted messagesMichael Vetter2020-02-121-3/+15
* xep-0308: Implement `/correct` to correct the last send messageMichael Vetter2020-02-101-2/+5
* xep-0308: Initial support for incoming LMCMichael Vetter2020-02-101-0/+19
* muc: save oldest timestampMichael Vetter2020-01-301-2/+7