about summary refs log tree commit diff stats
path: root/src/command/cmd_ac.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\
| * Move /statuses options to /presence commandJames Booth2016-05-311-46/+26
| |
| * Add /presence titlebar subcommandJames Booth2016-05-311-2/+29
| |
* | Complete no arg for /bookmark propertiesJames Booth2016-05-241-40/+51
| |
* | Complete no arg for /role setJames Booth2016-05-241-2/+4
| |
* | Complete no arg for /affiliation setJames Booth2016-05-241-2/+4
| |
* | Complete no arg for /script run|showJames Booth2016-05-241-2/+2
| |
* | Complete no arg for /theme loadJames Booth2016-05-241-1/+1
| |
* | Complete no arg for /plugins loadJames Booth2016-05-241-1/+1
| |
* | Allow empty autocomplete for /otr policyJames Booth2016-05-241-6/+6
|/
* Option to bookmark room invitesJames Booth2016-05-231-0/+5
| | | | issue #813
* Fix command headersJames Booth2016-05-231-1/+1
|
* Rename command sourcesJames Booth2016-05-221-0/+2918