about summary refs log tree commit diff stats
path: root/src/command
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update /help helpJames Booth2017-04-071-4/+4
|
* Free cmd search indexJames Booth2017-04-071-0/+6
|
* Add basic help searchJames Booth2017-04-064-35/+136
|
* Allow previous autocompletion with shift tabJames Booth2017-04-013-310/+310
|
* Autotidy windows on /leaveJames Booth2017-03-212-15/+5
| | | | fixes #917
* Add plugins sourcepath propertyJames Booth2017-02-054-13/+92
|
* Allow installing plugins from directoryJames Booth2017-02-051-24/+52
|
* Update plugins helpJames Booth2017-02-051-2/+2
|
* Allow loading all pluginsJames Booth2017-02-051-3/+19
|
* Allow unloading all pluginsJames Booth2017-02-053-96/+128
|
* Update CopyrightJames Booth2017-01-286-6/+6
|
* Fix alias helpJames Booth2017-01-281-1/+1
| | | | fixes #899
* Remove status from cl_ev_presence_sendJames Booth2017-01-151-4/+4
| | | | fixes #888
* Fix help tags for /accountJames Booth2016-11-231-1/+1
|
* Allow clearing account resourceJames Booth2016-11-223-2/+9
| | | | issue #880
* Fix typoJames Booth2016-11-201-1/+1
|
* Use server features for account muc serviceJames Booth2016-11-203-19/+39
| | | | issue #878
* Added main.help.header theme optionFrank Zschockelt2016-10-291-2/+2
|
* Add /tls certpath defaultJames Booth2016-10-173-3/+10
| | | | issue #871
* Remove ui_current_print_formatted_lineJames Booth2016-10-161-28/+28
|
* Remove ui_current_print_lineJames Booth2016-10-161-66/+66
|
* Add win_appendlnJames Booth2016-10-151-1/+1
|
* Add win_printJames Booth2016-10-151-42/+42
|
* Remove win_vprintln_chJames Booth2016-10-151-21/+21
|
* Use win_printf_line instead of win_printlnJames Booth2016-10-151-7/+7
|
* Use win_printf_line where appropriateJames Booth2016-10-151-6/+6
|
* Add ch arg to win_printf_lineJames Booth2016-10-151-5/+5
|
* Use THEME_DEFAULTJames Booth2016-10-141-4/+4
|