about summary refs log tree commit diff stats
path: root/src/command/cmd_funcs.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* Add win_printf_lineJames Booth2016-10-141-3/+3
|
* Add win_printf_lineJames Booth2016-10-121-2/+2
|
* Remove win_print, use win_printf insteadJames Booth2016-10-111-7/+7
|
* Rename win_vprint -> win_printfJames Booth2016-10-111-8/+8
|
* Fix /tls revoke messageJames Booth2016-10-061-1/+1
| | | | fixes #868
* Use current room for /bookmark add and /bookmark removeJames Booth2016-10-051-82/+102
|
* Correct minor spelling errorsJack Henschel2016-09-271-2/+2
|
* Allow setting /occupants properties when no connectedJames Booth2016-09-261-7/+6
|
* Remove verbose output on window moveJames Booth2016-09-251-16/+8
|
* Allow vertical positioning of all windowsJames Booth2016-09-231-6/+124
|
* Rename /titlebar -> /wintitleJames Booth2016-09-221-3/+3
|
* Add /inputwin top|bottom commandJames Booth2016-09-191-1/+15
| | | | closes #853
* Free string on /plugins installJames Booth2016-09-051-0/+1
|
* Use hash table for bookmarksJames Booth2016-08-211-1/+2
|
* Send receipt request only when receiver supports featureJames Booth2016-08-181-2/+2
| | | | issue #829
* Only include lastactivity feature in disco responses when enabledJames Booth2016-08-181-0/+6
|