about summary refs log tree commit diff stats
path: root/src/xmpp
Commit message (Expand)AuthorAgeFilesLines
* 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-202-11/+11
* Add prof_message_t to wrap all message attributesPaul Fariello2019-06-202-114/+164
* Use flags in xmmp/message.c for encryption and trustPaul Fariello2019-06-202-10/+25
* Add trusted state after OMEMO decryptionPaul Fariello2019-06-203-11/+14
* _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
* statusbar: check if roster existsMichael Vetter2019-06-042-0/+9
* Merge pull request #1106 from profanity-im/saved-accountMichael Vetter2019-06-031-28/+7
|\
| * Don't clear saved account data in session_disconnect()Dmitry Podgorny2019-06-031-28/+7
* | Cancel autoping timer on disconnect or connection lossDmitry Podgorny2019-06-032-8/+13
|/
* xmpp/connection: fix #1103Dmitry Podgorny2019-06-011-11/+28
* Update tests with new URLMichael Vetter2019-05-031-1/+1
* Update profanity URL in entity capabilities stanzaMichael Vetter2019-05-031-1/+1
* OMEMO: Check if ID is present before using itMichael Vetter2019-04-241-1/+5
* Handle presence received before rosterPaul Fariello2019-04-172-0/+44
* Handle MUC anonymous state when auto starting OMEMOPaul Fariello2019-04-171-2/+14
* Ensure MUC is Non-Anonymous before starting OMEMOPaul Fariello2019-04-172-0/+27
* Add random string at the end of the default resourcePaul Fariello2019-04-123-1/+23
* Fix build on travisPaul Fariello2019-04-101-0/+2
* Wait for discovery end to publish omemo devicelist and bundlePaul Fariello2019-04-105-3/+34
* Rework MUC reflected message filteringPaul Fariello2019-04-104-5/+33
* Fix devicelist notification handlerPaul Fariello2019-04-102-6/+5
* Add support for missing from in bundle iqPaul Fariello2019-04-101-3/+9
* Handle bundle publication error on publish-optionsPaul Fariello2019-04-104-21/+164
* Ensure encrypted carbon of own message are marked as encryptedPaul Fariello2019-04-101-1/+1
* Temporarly disable check for publish-options supportPaul Fariello2019-04-101-6/+2
* Use connection_support to check for publish-options supportPaul Fariello2019-04-101-6/+2
* Add support for disconnect in OMEMOPaul Fariello2019-04-103-13/+46
* Revert "Ensure room isn't anonymous"Paul Fariello2019-04-101-1/+0
* Add publish option to OMEMO device list and bundlePaul Fariello2019-04-104-0/+57
* Ensure room isn't anonymousPaul 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-102-5/+11
* Ensure saved_account is set before calling sv_ev_login_account_successPaul Fariello2019-04-101-1/+1
* Add MUC message decryptionPaul Fariello2019-04-102-7/+14
* device_list iq should be from barejid or nonePaul Fariello2019-04-102-28/+17
* Add store hints for OMEMO encrypted messagesPaul Fariello2019-04-103-0/+15
* Add support for libsignal-protocol-c 2.3.2Paul Fariello2019-04-101-1/+1
* Randomly choose a prekey on session buildPaul Fariello2019-04-101-19/+22
* 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-102-5/+15