about summary refs log tree commit diff stats
path: root/src/command/cmd_funcs.c
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
* Fixed a typo in an error message ("This build does not support python plugins.")Pavel Anosov2017-07-311-1/+1
|
* Legacy SSL supportDmitry Podgorny2017-06-241-3/+5
| | | | | | | | | | | | | | | | 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.
* 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-071-2/+22
|
* Add basic help searchJames Booth2017-04-061-31/+56
|
* Allow previous autocompletion with shift tabJames Booth2017-04-011-6/+6
|
* Autotidy windows on /leaveJames Booth2017-03-211-14/+4
| | | | fixes #917
* Add plugins sourcepath propertyJames Booth2017-02-051-6/+59
|
* Allow installing plugins from directoryJames Booth2017-02-051-24/+52
|
* Allow loading all pluginsJames Booth2017-02-051-3/+19
|
* Allow unloading all pluginsJames Booth2017-02-051-93/+113
|
* Update CopyrightJames Booth2017-01-281-1/+1
|
* Remove status from cl_ev_presence_sendJames Booth2017-01-151-4/+4
| | | | fixes #888
* Allow clearing account resourceJames Booth2016-11-221-1/+5
| | | | issue #880
* Use server features for account muc serviceJames Booth2016-11-201-16/+33
| | | | issue #878
* Added main.help.header theme optionFrank Zschockelt2016-10-291-2/+2
|
* Add /tls certpath defaultJames Booth2016-10-171-3/+7
| | | | issue #871
* Remove ui_current_print_formatted_lineJames Booth2016-10-161-28/+28
|