about summary refs log tree commit diff stats
path: root/src/command/cmd_funcs.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Also store identity keys into account
* Link against libsignal-protocol-cPaul Fariello2019-04-081-0/+23
|
* 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 .
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
|
* 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-061-0/+2
| | | | | | | | | | | 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-271-45/+158
|\ | | | | 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
| |
| * 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
| | | | | | | | 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-051-3/+26
| | | | | | | | Also handle list result
| * Add command commandPaul Fariello2018-09-051-0/+23
| | | | | | | | 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-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
|
* Tidy windows when closing room configJames Booth2018-03-101-0/+1
|
* Preference to show/hide tab numberJames Booth2018-03-091-0/+22
|
* Only allow swapping active windowsJames Booth2018-03-091-9/+22
|
* Remove empty tabsJames Booth2018-03-091-50/+2
|
* Add preferences for tab displayJames Booth2018-03-091-1/+36
|
* Add max tabs preference for statusbarJames Booth2018-03-081-0/+27
|
* Add prefs for empty tabs and tab namesJames Booth2018-03-081-0/+38
|
* Show name in statusbar tabs WIPJames Booth2018-03-081-1/+1
|
* Remove redundant window->type checksJames Booth2018-03-041-36/+12
|
* Use jid argument for /bookmark when in roomJames Booth2018-03-041-2/+43
| | | | fixes #983
* Add /rooms cacheJames Booth2018-02-051-2/+24
|
* Filter rooms by simple case insensitive textJames Booth2018-02-041-0/+6
|
* Fix tests, move glob creationJames Booth2018-01-271-17/+11
|
* Allow filtering rooms list by globJames Booth2018-01-271-9/+71
|
* Allow hiding room server in rosterJames Booth2018-01-211-0/+24
|
* Update copyrightJames Booth2018-01-211-1/+1
|
* Show Python version on --versionJames Booth2017-08-101-1/+1
| | | | issue #956