about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | xmpp/connection: fix #1103Dmitry Podgorny2019-06-011-11/+28
* | | Close windows on connection loss not general disc.Michael Vetter2019-05-272-1/+1
* | | Merge pull request #1092 from frnky/remove_mblenMichael Vetter2019-05-231-5/+2
|\ \ \
| * | | Don't call mblen() to not depend on localeFrank Zschockelt2019-05-221-5/+2
* | | | Correctly handle malformed OMEMO messagesPaul Fariello2019-05-231-4/+8
|/ / /
* | | Merge pull request #1098 from optmzr/fix-omemo-gen-messageMichael Vetter2019-05-221-0/+1
|\ \ \
| * | | Force UI update before generating OMEMO crypto materialsWilliam Wennerström2019-05-211-0/+1
* | | | Create seperate function for disconnect cleanupMichael Vetter2019-05-194-30/+113
|/ / /
* | | Fix ifdef guard (should have been OMEMO)Michael Vetter2019-05-061-1/+1
* | | Merge pull request #1090 from jubalh/fix/connection-loss-1089Michael Vetter2019-05-061-0/+5
|\ \ \
| * | | Reset things on connection lossMichael Vetter2019-05-061-0/+5
* | | | Merge pull request #1084 from jubalh/occupants-charMichael Vetter2019-05-038-3/+93
|\ \ \ \ | |/ / / |/| | |
| * | | Add occupants charMichael Vetter2019-05-028-3/+93
* | | | Update tests with new URLMichael Vetter2019-05-031-1/+1
* | | | Update profanity URL in entity capabilities stanzaMichael Vetter2019-05-031-1/+1
* | | | Update profanity URL in /tiny exampleMichael Vetter2019-05-031-1/+1
* | | | Check for new profanity version using new URLMichael Vetter2019-05-032-2/+2
|/ / /
* | | OMEMO: Initialize result in omemo_automatic_startMichael Vetter2019-04-291-1/+1
* | | OMEMO: Check if ID is present before using itMichael Vetter2019-04-241-1/+5
* | | Fix statusbar number in themeMichael Vetter2019-04-241-1/+1
* | | Fix formatting for privileges onMichael Vetter2019-04-241-0/+4
* | | Occupantswin: handle newline correctlyMichael Vetter2019-04-241-6/+6
* | | Add occupants wrap to helpMichael Vetter2019-04-241-2/+4
* | | Fix occupants header char messageMichael Vetter2019-04-241-2/+2
* | | Add occupants wrap optionMichael Vetter2019-04-247-2/+33
* | | Update copyright yearskaffeekanne2019-04-241-1/+1
* | | Put occupants update into own functionMichael Vetter2019-04-233-34/+21
* | | Add occupants header charMichael Vetter2019-04-238-6/+154
* | | Fix indentation for time configkaffeekanne2019-04-231-2/+2
* | | Adjust jid for occupants indentMichael Vetter2019-04-201-3/+11
* | | 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