about summary refs log tree commit diff stats
path: root/src/command/cmd_defs.c
Commit message (Collapse)AuthorAgeFilesLines
* Add trust commandPaul Fariello2019-04-101-2/+5
|
* Add OMEMO fingerprint commandPaul Fariello2019-04-101-3/+6
|
* Add OMEMO commands autocompletionPaul Fariello2019-04-101-1/+1
|
* Add signal store backend and OMEMO start commandPaul Fariello2019-04-101-1/+2
|
* Move OMEMO initialization to profanity intializationPaul Fariello2019-04-101-4/+7
| | | | Also store identity keys into account
* Link against libsignal-protocol-cPaul Fariello2019-04-081-1/+19
|
* Fix autoaway typoMichael Vetter2019-02-191-1/+1
|
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
|
* Nicks containig spaces need to be quotedRaf Czlonka2018-11-221-1/+1
| | | | For example "FirstName LastName", need to be quoted.
* Add option to trust server's certificateDmitry Podgorny2018-11-061-2/+4
| | | | | | | | | | | 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-4/+24
|\ | | | | Add support for xep 0050 ad-hoc commands, without multi-step
| * Fix description for config commandsPaul Fariello2018-09-051-2/+2
| |
| * Allow to use cmd without being in a windowPaul Fariello2018-09-051-2/+2
| |
| * Fix cmd command synopsisPaul Fariello2018-09-051-2/+2
| |
| * Rename mucconf wins into conf winsPaul Fariello2018-09-051-4/+4
| | | | | | | | Configuration windows are now being used by both muc and cmd.
| * Add command subcommands: list and execPaul Fariello2018-09-051-8/+13
| | | | | | | | Also handle list result
| * Add command commandPaul Fariello2018-09-051-0/+15
| | | | | | | | Initial commit to test commands API
* | implemented plugin updatesPhilip Flohr2018-09-061-0/+4
| |
* | added the possibility to uninstall a pluginPhilip Flohr2018-09-061-0/+4
| |
* | Fix command 'group' descriptionMichael Vetter2018-09-051-1/+1
|/
* Add max tab length to statusbarJames Booth2018-03-111-1/+4
|
* WIP add self prefs for statusbarJames Booth2018-03-101-8/+11
|
* Preference to show/hide tab numberJames Booth2018-03-091-2/+3
|
* Remove empty tabsJames Booth2018-03-091-12/+5
|
* Add preferences for tab displayJames Booth2018-03-091-0/+5
|
* Add max tabs preference for statusbarJames Booth2018-03-081-3/+3
|
* Add prefs for empty tabs and tab namesJames Booth2018-03-081-5/+14
|
* Update help for /roomsJames Booth2018-02-051-1/+1
|
* Add /rooms cacheJames Booth2018-02-051-3/+6
|
* Filter rooms by simple case insensitive textJames Booth2018-02-041-6/+6
|
* Fix tests, move glob creationJames Booth2018-01-271-6/+7
|
* Allow filtering rooms list by globJames Booth2018-01-271-5/+12
|
* Allow hiding room server in rosterJames Booth2018-01-211-0/+4
|
* Update copyrightJames Booth2018-01-211-1/+1
|
* Merge remote-tracking branch 'pasis/legacy-ssl'James Booth2017-07-131-2/+4
|\
| * Legacy SSL supportDmitry Podgorny2017-06-241-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Allow search_any and search_all for helpJames Booth2017-04-071-6/+34
|
* Match all terms on help searchJames Booth2017-04-071-13/+18
|
* Update /help helpJames Booth2017-04-071-4/+4
|
* Free cmd search indexJames Booth2017-04-071-0/+6
|
* Add basic help searchJames Booth2017-04-061-4/+77
|
* Autotidy windows on /leaveJames Booth2017-03-211-1/+1
| | | | fixes #917
* Add plugins sourcepath propertyJames Booth2017-02-051-7/+14
|
* Update plugins helpJames Booth2017-02-051-2/+2
|
* Allow unloading all pluginsJames Booth2017-02-051-3/+8
|
* Update CopyrightJames Booth2017-01-281-1/+1
|
* Fix alias helpJames Booth2017-01-281-1/+1
| | | | fixes #899
* Fix help tags for /accountJames Booth2016-11-231-1/+1
|
* Allow clearing account resourceJames Booth2016-11-221-1/+3
| | | | issue #880