about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove OMEMO session when untrusting a fingerprintPaul Fariello2019-06-072-16/+122
* Check for sane argument in autoconnect setMichael Vetter2019-06-051-4/+8
* Check if valid account before setting autoconnectMichael Vetter2019-06-051-3/+7
* Add omemo.char theme optionMichael Vetter2019-06-051-0/+8
* statusbar: check if roster existsMichael Vetter2019-06-043-2/+13
* statusbar: reduce duplicate codeMichael Vetter2019-06-041-32/+9
* Determine chat window names beforehandMichael Vetter2019-06-041-13/+44
* 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-033-8/+14
|/
* 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