about summary refs log tree commit diff stats
path: root/src/command
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| |
* | added the possibility to uninstall a pluginPhilip Flohr2018-09-063-0/+22
| |
* | provide feedback on failure cause if plugin installation failsPhilip Flohr2018-09-061-2/+3
| |
* | Fix command 'group' descriptionMichael Vetter2018-09-051-1/+1
|/
* Add max tab length to statusbarJames Booth2018-03-113-1/+37
|
* WIP add self prefs for statusbarJames Booth2018-03-103-8/+55
|
* Tidy windows when closing room configJames Booth2018-03-101-0/+1
|
* Preference to show/hide tab numberJames Booth2018-03-093-2/+26
|
* Only allow swapping active windowsJames Booth2018-03-091-9/+22
|
* Remove empty tabsJames Booth2018-03-094-73/+8
|
* Add preferences for tab displayJames Booth2018-03-093-1/+67
|
* Add max tabs preference for statusbarJames Booth2018-03-083-3/+31
|
* Add prefs for empty tabs and tab namesJames Booth2018-03-083-7/+95
|
* 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
* Update help for /roomsJames Booth2018-02-051-1/+1
|
* Add /rooms service autocompletionJames Booth2018-02-051-7/+27
|
* Add /rooms cacheJames Booth2018-02-053-13/+66
|
* Filter rooms by simple case insensitive textJames Booth2018-02-042-6/+12
|
* Fix tests, move glob creationJames Booth2018-01-273-24/+19
|
* Allow filtering rooms list by globJames Booth2018-01-273-14/+126
|
* Allow hiding room server in rosterJames Booth2018-01-213-0/+44
|
* Update copyrightJames Booth2018-01-216-6/+6
|
* Show Python version on --versionJames Booth2017-08-101-1/+1
| | | | issue #956
* Fixed a typo in an error message ("This build does not support python plugins.")Pavel Anosov2017-07-311-1/+1
|
* Merge remote-tracking branch 'pasis/legacy-ssl'James Booth2017-07-133-5/+10
|\
| * Legacy SSL supportDmitry Podgorny2017-06-243-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "legacy" tls policy to /account and /connect commands. When this policy is specified the connection is connected with XMPP_CONN_LEGACY_SSL flag. Notice, legacy SSL and STARTTLS are not compatible and user has to know when exactly the new policy should be used. To enable it, run one of the next commands: /connect <jid> tls legacy [server <host>] /account <name> set tls legacy Notice, there is no SRV record for legacy SSL. Therefore, you may need "server" property to connect successfully. Refer to configuration provided by your server.
* | Fix memory leak in cmd_init()Dmitry Podgorny2017-07-011-2/+2
|/ | | | _cmd_index() returns string allocated by glib.
* Only send ping requests to client that support itJames Booth2017-06-161-0/+5
|
* Show message when server does not support pingJames Booth2017-06-151-0/+5
|
* Allow search_any and search_all for helpJames Booth2017-04-074-10/+60
|
* Match all terms on help searchJames Booth2017-04-071-13/+18
|