about summary refs log tree commit diff stats
path: root/src/command
Commit message (Collapse)AuthorAgeFilesLines
* Add OMEMO in prefs commandPaul Fariello2019-04-103-2/+8
|
* Add clear_device_list commandPaul Fariello2019-04-104-4/+28
|
* Show all device fingerprint for current accountPaul Fariello2019-04-101-1/+1
|
* Print fingerprint after trust and untrust commandPaul Fariello2019-04-101-0/+34
|
* Add fingerprint autocompletionPaul Fariello2019-04-101-0/+26
|
* Use /omemo fingerprint to show contact fingerprintsPaul Fariello2019-04-103-5/+50
| | | | Don't print fingerprints when they are received
* Add OMEMO log commandPaul Fariello2019-04-104-0/+49
|
* Add OMEMO end commandPaul Fariello2019-04-104-0/+46
|
* Revert "Ensure room isn't anonymous"Paul Fariello2019-04-101-4/+0
| | | | This reverts commit 733e1a24c7e08dde6aa2c15ec4528220aa360845.
* 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-104-1/+57
|
* Allow to trust own device idPaul Fariello2019-04-101-1/+2
|
* Add trust commandPaul Fariello2019-04-104-7/+60
|
* Add OMEMO fingerprint commandPaul Fariello2019-04-104-3/+36
|
* Add OMEMO commands autocompletionPaul Fariello2019-04-102-1/+32
|
* 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-103-1/+56
|
* 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-103-12/+14
| | | | Also store identity keys into account
* Link against libsignal-protocol-cPaul Fariello2019-04-083-1/+44
|
* Avoid use after free on default accountPaul Fariello2019-04-081-1/+2
| | | | Fix 1046
* Fix broken support for case-sensitive account namesPhilip Flohr2019-02-221-5/+3
| | | | | | | | | | | Don't lower account name before calling accounts_get_account(). Only lower if there is no account with the given name and the name is interpreted as a jid. Updated unittests to test this behaviour. Fixes #725 .
* Fix autoaway typoMichael Vetter2019-02-191-1/+1
|
* Update copyright to include 2019Michael Vetter2019-01-226-6/+6
|
* Nicks containig spaces need to be quotedRaf Czlonka2018-11-221-1/+1
| | | | For example "FirstName LastName", need to be quoted.
* Override account options with connect optionsDmitry Podgorny2018-11-071-0/+8
| | | | | | | | | | | | With this feature user can configure TLS policy for an account and override it for a single login with /connect command. Example: /account set <jid> tls force /connect <jid> tls trust The example shows how to trust server's certificate only once. Fixes #1021.
* Add option to trust server's certificateDmitry Podgorny2018-11-063-2/+7
| | | | | | | | | | | New tls policy "trust" added to /connect and /account. With the policy TLS connection is established even with invalid certificate. Note, that trust policy forces TLS connection and it fails when server doesn't support TLS. Examples: /connect <jid> tls trust /account <name> set tls trust
* Merge pull request #991 from paulfariello/feature/xep-0050Michael Vetter2018-09-274-57/+192
|\ | | | | Add support for xep 0050 ad-hoc commands, without multi-step
| * 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
| |
| * Fix description for config commandsPaul Fariello2018-09-051-2/+2
| |
| * 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-052-7/+14
| |
| * Fix cmd command synopsisPaul Fariello2018-09-051-2/+2
| |
| * Add conf win callbackPaul Fariello2018-09-051-2/+2
| |
| * Rename mucconf wins into conf winsPaul Fariello2018-09-053-52/+52
| | | | | | | | Configuration windows are now being used by both muc and cmd.
| * Handle simple executionPaul Fariello2018-09-051-2/+2
| | | | | | | | Tested with ping from biboumi
| * Add command subcommands: list and execPaul Fariello2018-09-053-12/+41
| | | | | | | | Also handle list result
| * Add command commandPaul Fariello2018-09-053-0/+39
| | | | | | | | Initial commit to test commands API
* | Fix extended plugin handling PRPhilip Flohr2018-09-061-8/+15
| | | | | | | | Fixes problems found in PR #999
* | implemented plugin updatesPhilip Flohr2018-09-063-0/+63
| |