about summary refs log tree commit diff stats
path: root/src/command
Commit message (Expand)AuthorAgeFilesLines
* Tidy headersJames Booth2016-07-243-28/+32
* Moved window_list.cJames Booth2016-07-243-3/+3
* Moved tray.cJames Booth2016-07-241-1/+1
* Moved roster_list.cJames Booth2016-07-243-3/+3
* Moved muc.cJames Booth2016-07-243-3/+3
* Moved jid.cJames Booth2016-07-242-2/+2
* Moved contact.cJames Booth2016-07-242-2/+2
* Make header defines consistentJames Booth2016-07-243-6/+6
* Moved chat_session.cJames Booth2016-07-242-2/+2
* Add /plugins python_version commandJames Booth2016-07-243-2/+18
* Update GPL link in headersJames Booth2016-07-246-6/+6
* Use g_path_get_basename when installing pluginJames Booth2016-07-181-1/+2
* Fix plugin install outputJames Booth2016-07-131-1/+1
* Add /plugins install commandJames Booth2016-07-123-106/+164
* Allow reloading all plugins with /plugin reloadJames Booth2016-07-102-10/+11
* Add /plugin reload commandJames Booth2016-07-103-2/+43
* Plugin unload remove cmd_acs and close windowJames Booth2016-07-052-0/+9
* Move prefs_remove_plugin to plugins_unloadJames Booth2016-07-041-1/+0
* Free plugins commands on quitJames Booth2016-07-042-6/+6
* Use hash table to store pluginsJames Booth2016-06-302-15/+15
* Move plugin config add on loadJames Booth2016-06-301-1/+0
* /plugins unload command and completerJames Booth2016-06-303-2/+46
* Revert "WIP - Unload plugin commands"James Booth2016-06-305-76/+9
* WIP - Unload plugin commandsJames Booth2016-06-295-9/+76
* 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-314-138/+135
|\
| * Update /notify helpJames Booth2016-05-311-1/+2
| * Remove commented codeJames Booth2016-05-311-26/+0
| * Move /statuses options to /presence commandJames Booth2016-05-314-133/+123
| * Add /presence titlebar subcommandJames Booth2016-05-313-32/+64
* | Merge branch 'master' into complete-emptyJames Booth2016-05-251-9/+12
|\|
| * Update window navigation helpJames Booth2016-05-251-9/+12
* | 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-233-3/+22
* Remove unneeded functions from cmd headersJames Booth2016-05-234-167/+168
* Move functions from cmd_defs to cmd_funcsJames Booth2016-05-234-181/+188
* Fix command headersJames Booth2016-05-236-10/+15
* Rename command sourcesJames Booth2016-05-226-9/+10
* Add cmd_autocomplete.cJames Booth2016-05-205-2867/+2996
* Fix output for tray timer settingJames Booth2016-05-151-1/+5
* Add /tray timer <seconds>James Booth2016-05-152-6/+38