about summary refs log tree commit diff stats
path: root/src/command/cmd_funcs.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix segfault in /cmd execMichael Vetter2019-07-121-0/+5
* | Add option to set all window related time formatsMichael Vetter2019-06-171-0/+38
* | Refactor cmd_omemo_startMichael Vetter2019-06-071-38/+23
* | Print omemo start related msgs into correct windowMichael Vetter2019-06-071-3/+3
* | Merge pull request #1121 from profanity-im/feature/notify-plugin-failMichael Vetter2019-06-071-4/+8
|\ \
| * | Improve plugin load/install failure messageMichael Vetter2019-06-071-4/+8
* | | Check for sane argument in autoconnect setMichael Vetter2019-06-051-4/+8
* | | Check if valid account before setting autoconnectMichael Vetter2019-06-051-3/+7
|/ /
* | Force UI update before generating OMEMO crypto materialsWilliam Wennerström2019-05-211-0/+1
* | Add occupants charMichael Vetter2019-05-021-0/+17
* | Add occupants wrap optionMichael Vetter2019-04-241-0/+11
* | Put occupants update into own functionMichael Vetter2019-04-231-34/+3
* | Add occupants header charMichael Vetter2019-04-231-0/+43
* | Allow setting occupants indent outside of MUCMichael Vetter2019-04-201-32/+31
* | Add /occupants indent commandMichael Vetter2019-04-181-0/+32
* | Add OMEMO policyPaul Fariello2019-04-171-3/+36
* | Merge pull request #1066 from paulfariello/hotfix/OMEMO-ensure-muc-is-nonanon...Michael Vetter2019-04-171-6/+6
|\ \
| * | Ensure MUC is Non-Anonymous before starting OMEMOPaul Fariello2019-04-171-6/+6
* | | Alert about long OMEMO cryptographic generationPaul Fariello2019-04-171-0/+1
|/ /
* | Support contact name in /omemo fingerprint commandPaul Fariello2019-04-101-4/+9
* | Add /omemo char commandPaul Fariello2019-04-101-0/+19
* | Automatically starts OMEMO if one identity is trustedPaul Fariello2019-04-101-0/+50
* | Add OMEMO in prefs commandPaul Fariello2019-04-101-0/+4
* | Add clear_device_list commandPaul Fariello2019-04-101-0/+19
* | Show all device fingerprint for current accountPaul Fariello2019-04-101-1/+1
* | Print fingerprint after trust and untrust commandPaul Fariello2019-04-101-0/+34
* | Use /omemo fingerprint to show contact fingerprintsPaul Fariello2019-04-101-3/+43
* | Add OMEMO log commandPaul Fariello2019-04-101-0/+30
* | Add OMEMO end commandPaul Fariello2019-04-101-0/+41
* | Revert "Ensure room isn't anonymous"Paul Fariello2019-04-101-4/+0
* | Ensure room isn't anonymousPaul Fariello2019-04-101-0/+4
* | Cosmetics rename variable barejid into roomjidPaul Fariello2019-04-101-1/+1
* | Allow to start OMEMO in MUCPaul Fariello2019-04-101-0/+8
* | Handle window type MUC in OMEMO start commandPaul Fariello2019-04-101-18/+20
* | Avoid opening win if crypto materials are missingPaul Fariello2019-04-101-10/+5
* | Add UI feedback for OMEMO gen commandPaul Fariello2019-04-101-0/+1
* | Add OMEMO untrust commandPaul Fariello2019-04-101-0/+52
* | Allow to trust own device idPaul Fariello2019-04-101-1/+2
* | Add trust commandPaul Fariello2019-04-101-5/+53
* | Add OMEMO fingerprint commandPaul Fariello2019-04-101-0/+28
* | Enable start of OMEMO in existing chat winPaul Fariello2019-04-101-0/+30
* | Get rid of libsodiumPaul Fariello2019-04-101-1/+1
* | Add OMEMO message encryption and decryptionPaul Fariello2019-04-101-0/+1
* | Add signal store backend and OMEMO start commandPaul Fariello2019-04-101-0/+53
* | Ensure not to generate omemo crypto twicePaul Fariello2019-04-101-1/+6
* | Ensure OMEMO isn't started before starting OTRPaul Fariello2019-04-101-0/+5
* | Move OMEMO initialization to profanity intializationPaul Fariello2019-04-101-7/+6
* | Link against libsignal-protocol-cPaul Fariello2019-04-081-0/+23
* | Avoid use after free on default accountPaul Fariello2019-04-081-1/+2
|/
* Fix broken support for case-sensitive account namesPhilip Flohr2019-02-221-5/+3