about summary refs log tree commit diff stats
path: root/src/command/cmd_funcs.c
Commit message (Expand)AuthorAgeFilesLines
* Moved chat_session.cJames Booth2016-07-241-1/+1
* Add /plugins python_version commandJames Booth2016-07-241-0/+13
* Update GPL link in headersJames Booth2016-07-241-1/+1
* 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-121-1/+44
* Allow reloading all plugins with /plugin reloadJames Booth2016-07-101-7/+8
* Add /plugin reload commandJames Booth2016-07-101-0/+13
* Move prefs_remove_plugin to plugins_unloadJames Booth2016-07-041-1/+0
* Free plugins commands on quitJames Booth2016-07-041-1/+1
* Use hash table to store pluginsJames Booth2016-06-301-11/+11
* Move plugin config add on loadJames Booth2016-06-301-1/+0
* /plugins unload command and completerJames Booth2016-06-301-0/+14
* Revert "WIP - Unload plugin commands"James Booth2016-06-301-54/+1
* WIP - Unload plugin commandsJames Booth2016-06-291-1/+54
* Move /statuses options to /presence commandJames Booth2016-05-311-55/+49
* Add /presence titlebar subcommandJames Booth2016-05-311-1/+6
* Option to bookmark room invitesJames Booth2016-05-231-1/+13
* Remove unneeded functions from cmd headersJames Booth2016-05-231-151/+152
* Move functions from cmd_defs to cmd_funcsJames Booth2016-05-231-20/+118
* Fix command headersJames Booth2016-05-231-1/+1
* Rename command sourcesJames Booth2016-05-221-0/+6850