about summary refs log tree commit diff stats
path: root/src/command/cmd_defs.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix typoJames Booth2016-11-201-1/+1
|
* Use server features for account muc serviceJames Booth2016-11-201-3/+5
| | | | issue #878
* Add /tls certpath defaultJames Booth2016-10-171-0/+2
| | | | issue #871
* Use current room for /bookmark add and /bookmark removeJames Booth2016-10-051-4/+4
|
* Allow vertical positioning of all windowsJames Booth2016-09-231-6/+57
|
* Rename /titlebar -> /wintitleJames Booth2016-09-221-5/+5
|
* Add /inputwin top|bottom commandJames Booth2016-09-191-0/+17
| | | | closes #853
* cmd_defs: Fix typoTim Nieradzik2016-09-051-4/+4
|
* Update helpJames Booth2016-08-221-9/+8
|
* Tidy headersJames Booth2016-07-241-9/+9
|
* Moved window_list.cJames Booth2016-07-241-1/+1
|
* Moved roster_list.cJames Booth2016-07-241-1/+1
|
* Moved muc.cJames Booth2016-07-241-1/+1
|
* Moved jid.cJames Booth2016-07-241-1/+1
|
* Moved contact.cJames Booth2016-07-241-1/+1
|
* Moved chat_session.cJames Booth2016-07-241-1/+1
|
* Add /plugins python_version commandJames Booth2016-07-241-2/+4
|
* Update GPL link in headersJames Booth2016-07-241-1/+1
|
* Add /plugins install commandJames Booth2016-07-121-2/+5
|
* Allow reloading all plugins with /plugin reloadJames Booth2016-07-101-3/+3
|
* Add /plugin reload commandJames Booth2016-07-101-2/+5
|
* /plugins unload command and completerJames Booth2016-06-301-2/+5
|
* Revert "WIP - Unload plugin commands"James Booth2016-06-301-6/+3
| | | | This reverts commit a01eb5d08e1b39d60a6f8fc26e5a87ceb92ec18f.
* WIP - Unload plugin commandsJames Booth2016-06-291-3/+6
|
* Update /notify helpJames Booth2016-05-311-1/+2
|
* Remove commented codeJames Booth2016-05-311-26/+0
|
* Move /statuses options to /presence commandJames Booth2016-05-311-31/+48
|