about summary refs log tree commit diff stats
path: root/src/command/cmd_funcs.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Override account options with connect optionsDmitry Podgorny2018-11-071-0/+8
* Add option to trust server's certificateDmitry Podgorny2018-11-061-0/+2
* Merge pull request #991 from paulfariello/feature/xep-0050Michael Vetter2018-09-271-45/+158
|\
| * Add support for ad-hoc response with formsPaul Fariello2018-09-101-2/+2
| * Add default jid for cmd commands on WIN_CONSOLEPaul Fariello2018-09-051-0/+11
| * Ensure cmd commands are run on the right type of windowPaul Fariello2018-09-051-4/+53
| * Fix bad english sentencePaul Fariello2018-09-051-1/+1
| * Allow to use cmd without being in a windowPaul Fariello2018-09-051-5/+12
| * Add conf win callbackPaul Fariello2018-09-051-2/+2
| * Rename mucconf wins into conf winsPaul Fariello2018-09-051-40/+40
| * Handle simple executionPaul Fariello2018-09-051-2/+2
| * Add command subcommands: list and execPaul Fariello2018-09-051-3/+26
| * Add command commandPaul Fariello2018-09-051-0/+23
* | Fix extended plugin handling PRPhilip Flohr2018-09-061-8/+15
* | implemented plugin updatesPhilip Flohr2018-09-061-0/+58
* | added the possibility to uninstall a pluginPhilip Flohr2018-09-061-0/+17
* | provide feedback on failure cause if plugin installation failsPhilip Flohr2018-09-061-2/+3
|/
* Add max tab length to statusbarJames Booth2018-03-111-0/+32
* WIP add self prefs for statusbarJames Booth2018-03-101-0/+29