about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | Add occupants indent autocompletionMichael Vetter2019-04-201-0/+1
* | | Allow setting occupants indent outside of MUCMichael Vetter2019-04-202-34/+31
* | | Add /occupants indent commandMichael Vetter2019-04-187-3/+80
* | | Fix typo in /help rosterMichael Vetter2019-04-181-1/+1
* | | Merge pull request #1063 from paulfariello/hotfix/presence-before-rosterMichael Vetter2019-04-173-0/+45
|\ \ \
| * | | Handle presence received before rosterPaul Fariello2019-04-173-0/+45
* | | | Set correct year in copyright displayMichael Vetter2019-04-171-1/+1
* | | | Follow OMEMO policy even when opening window on message and carbon receptionPaul Fariello2019-04-171-0/+14
|/ / /
* | | Handle MUC anonymous state when auto starting OMEMOPaul Fariello2019-04-172-3/+15
* | | Handle missing real jid in OMEMO encrypted MUCPaul Fariello2019-04-171-3/+7
* | | Add OMEMO policyPaul Fariello2019-04-1717-23/+253
* | | Merge pull request #1066 from paulfariello/hotfix/OMEMO-ensure-muc-is-nonanon...Michael Vetter2019-04-173-6/+33
|\ \ \
| * | | Ensure MUC is Non-Anonymous before starting OMEMOPaul Fariello2019-04-173-6/+33
* | | | Alert about long OMEMO cryptographic generationPaul Fariello2019-04-171-0/+1
|/ / /
* | | Merge pull request #1061 from paulfariello/hotfix/handle-message-without-id-i...Michael Vetter2019-04-151-1/+1
|\ \ \
| * | | Handle message without id in MUCPaul Fariello2019-04-141-1/+1
* | | | Don't persist OMEMO {signed,}prekey cleaning on disconnectPaul Fariello2019-04-141-10/+0
* | | | Handle malformed OMEMO identity.txtPaul Fariello2019-04-141-7/+34
* | | | Don't unload OMEMO cryto on disconnect if OMEMO wasn't loadedPaul Fariello2019-04-141-0/+4
|/ / /
* | | Add random string at the end of the default resourcePaul Fariello2019-04-124-3/+27
* | | Support contact name in /omemo fingerprint commandPaul Fariello2019-04-101-4/+9
* | | Fix issue with first encrypted messagePaul Fariello2019-04-101-1/+5
* | | Try to start sessions with every jid in rosterPaul Fariello2019-04-103-0/+22
* | | OMEMO should be written uppercasePaul Fariello2019-04-101-10/+10
* | | Fix build on travisPaul Fariello2019-04-101-0/+2
* | | Add /omemo char commandPaul Fariello2019-04-103-1/+25
* | | Automatically starts OMEMO if one identity is trustedPaul Fariello2019-04-103-6/+74
* | | Rework trusted fingerprint storagePaul Fariello2019-04-104-29/+90
* | | Wait for discovery end to publish omemo devicelist and bundlePaul Fariello2019-04-109-10/+58
* | | Prefix static function with _Paul Fariello2019-04-101-41/+41
* | | Ensure pre keys are generated if missing from long term storagePaul Fariello2019-04-101-24/+51
* | | Rework MUC reflected message filteringPaul Fariello2019-04-1012-22/+58
* | | Add OMEMO in prefs commandPaul Fariello2019-04-105-2/+33
* | | Fix devicelist notification handlerPaul Fariello2019-04-102-6/+5
* | | Add clear_device_list commandPaul Fariello2019-04-104-4/+28
* | | Permanently store pre keysPaul Fariello2019-04-103-22/+119
* | | Add support for missing from in bundle iqPaul Fariello2019-04-101-3/+9
* | | Handle bundle publication error on publish-optionsPaul Fariello2019-04-105-23/+166
* | | Ensure signal context is built on connectionPaul Fariello2019-04-101-20/+23
* | | Don't use glib 2.58 funcPaul Fariello2019-04-101-3/+1
* | | Ensure encrypted carbon of own message are marked as encryptedPaul Fariello2019-04-104-4/+42
* | | Show all device fingerprint for current accountPaul Fariello2019-04-101-1/+1
* | | Print fingerprint after trust and untrust commandPaul Fariello2019-04-101-0/+34
* | | Temporarly disable check for publish-options supportPaul Fariello2019-04-101-6/+2
* | | Add fingerprint autocompletionPaul Fariello2019-04-103-1/+49
* | | Use /omemo fingerprint to show contact fingerprintsPaul Fariello2019-04-105-32/+96
* | | Use connection_support to check for publish-options supportPaul Fariello2019-04-101-6/+2
* | | Add OMEMO log commandPaul Fariello2019-04-104-0/+49
* | | Add missing preferences for OMEMO logsPaul Fariello2019-04-101-0/+6
* | | Add support for disconnect in OMEMOPaul Fariello2019-04-107-40/+140