about summary refs log tree commit diff stats
path: root/src/command/cmd_ac.c
Commit message (Collapse)AuthorAgeFilesLines
* Add max tab length to statusbarJames Booth2018-03-111-0/+1
|
* WIP add self prefs for statusbarJames Booth2018-03-101-0/+15
|
* Preference to show/hide tab numberJames Booth2018-03-091-0/+1
|
* Remove empty tabsJames Booth2018-03-091-9/+1
|
* Add preferences for tab displayJames Booth2018-03-091-0/+26
|
* Add max tabs preference for statusbarJames Booth2018-03-081-0/+1
|
* Add prefs for empty tabs and tab namesJames Booth2018-03-081-2/+43
|
* Add /rooms service autocompletionJames Booth2018-02-051-7/+27
|
* Add /rooms cacheJames Booth2018-02-051-8/+36
|
* Fix tests, move glob creationJames Booth2018-01-271-1/+1
|
* Allow filtering rooms list by globJames Booth2018-01-271-0/+43
|
* Allow hiding room server in rosterJames Booth2018-01-211-0/+16
|
* Update copyrightJames Booth2018-01-211-1/+1
|
* Legacy SSL supportDmitry Podgorny2017-06-241-0/+1
| | | | | | | | | | | | | | | | 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.
* Allow search_any and search_all for helpJames Booth2017-04-071-1/+2
|
* Add basic help searchJames Booth2017-04-061-0/+1
|
* Allow previous autocompletion with shift tabJames Booth2017-04-011-302/+302
|
* Add plugins sourcepath propertyJames Booth2017-02-051-0/+18
|
* Update CopyrightJames Booth2017-01-281-1/+1
|
* Allow clearing account resourceJames Booth2016-11-221-0/+1
| | | | issue #880
* Use server features for account muc serviceJames Booth2016-11-201-0/+1
| | | | issue #878
* Add /tls certpath defaultJames Booth2016-10-171-0/+1
| | | | issue #871
* Allow filepath autocompletion in pluginsJames Booth2016-10-101-110/+109
| | | | closes #858
* Minor code tidy cmd_ac.cJames Booth2016-10-061-54/+47
|
* Reduce scope of GString in autocompletersJames Booth2016-10-031-6/+19
| | | | fixes #867
* Allow vertical positioning of all windowsJames Booth2016-09-231-8/+8
|
* Rename /titlebar -> /wintitleJames Booth2016-09-221-12/+12
|
* Add /inputwin top|bottom commandJames Booth2016-09-191-3/+10
| | | | closes #853
* Fix string frees in _complete_filepathJames Booth2016-09-051-5/+2
|
* Free strings in _complete_filepathJames Booth2016-09-051-3/+10
|
* Use hash table for bookmarksJames Booth2016-08-211-0/+1
|
* Fix memory leaksJames Booth2016-07-251-1/+2
|
* Tidy headersJames Booth2016-07-241-6/+6
|
* 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
|
* Add /plugins python_version commandJames Booth2016-07-241-0/+1
|
* Update GPL link in headersJames Booth2016-07-241-1/+1
|
* Add /plugins install commandJames Booth2016-07-121-103/+115
|
* Add /plugin reload commandJames Booth2016-07-101-0/+25
|
* Plugin unload remove cmd_acs and close windowJames Booth2016-07-051-0/+8
|
* Use hash table to store pluginsJames Booth2016-06-301-4/+4
|
* /plugins unload command and completerJames Booth2016-06-301-0/+27
|
* Revert "WIP - Unload plugin commands"James Booth2016-06-301-9/+0
| | | | This reverts commit a01eb5d08e1b39d60a6f8fc26e5a87ceb92ec18f.
* WIP - Unload plugin commandsJames Booth2016-06-291-0/+9
|
* Free string on connect autocompleteJames Booth2016-06-081-0/+2
|
* Complete no arg for /account propertiesJames Booth2016-06-011-31/+39
|
* Complete no arg for /join propertiesJames Booth2016-06-011-19/+26
|
* Complete no arg for /connect propertiesJames Booth2016-06-011-50/+49
|
* Merge branch 'master' into complete-emptyJames Booth2016-05-311-48/+55
|\