about summary refs log tree commit diff stats
path: root/src/plugins/plugins.c
Commit message (Expand)AuthorAgeFilesLines
* Profani-tty has rebornDaniel Santos2023-07-011-4/+4
* Declare counter var inside loopMichael Vetter2020-11-091-2/+1
* Apply coding styleMichael Vetter2020-07-071-191/+188
* Revert "Apply coding style"Michael Vetter2020-07-071-198/+201
* Apply coding styleMichael Vetter2020-07-071-201/+198
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Improve plugin load/install failure messageMichael Vetter2019-06-071-10/+21
* Merge pull request #994 from philipflohr/masterMichael Vetter2019-02-201-1/+2
|\
| * Fail plugin unload operation if plugin does not existPhilip Flohr2019-02-201-1/+2
* | Merge pull request #995 from philipflohr/plugins_unload_allMichael Vetter2019-02-201-3/+3
|\ \
| * | plugins_unload_all fails if one plugin unload operation failsPhilip Flohr2018-04-211-3/+3
| |/
* | Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* | Fix extended plugin handling PRPhilip Flohr2018-09-061-1/+6
* | added the possibility to uninstall a pluginPhilip Flohr2018-09-061-0/+15
* | use gio functions for file copyPhilip Flohr2018-09-061-2/+1
* | removed unreachable code: if plugin is loaded it is also installed and theref...Philip Flohr2018-09-061-5/+0
* | provide feedback on failure cause if plugin installation failsPhilip Flohr2018-09-061-3/+6
* | Fail plugin installation if the target file already existsPhilip Flohr2018-09-061-0/+6
|/
* Update copyrightJames Booth2018-01-211-1/+1
* Allow previous autocompletion with shift tabJames Booth2017-04-011-2/+2
* Allow installing plugins from directoryJames Booth2017-02-051-0/+37
* Allow loading all pluginsJames Booth2017-02-051-2/+24
* Allow unloading all pluginsJames Booth2017-02-051-0/+21
* Update CopyrightJames Booth2017-01-281-1/+1
* Add pre chat and room message blockingJames Booth2017-01-221-15/+37
* Remove status from cl_ev_presence_sendJames Booth2017-01-151-2/+1
* Fix assertion errors in unit testsJames Booth2016-09-251-0/+2
* Remove disco features added by plugins on unloadJames Booth2016-08-111-0/+10
* Add resource to chat message plugin hooksJames Booth2016-08-101-4/+4
* Rename plugin jid argumentsJames Booth2016-08-101-28/+28
* Move all filepath handling to files.cJames Booth2016-07-241-15/+2
* Move xgd functionsJames Booth2016-07-241-1/+1
* Add config/files.cJames Booth2016-07-241-0/+1
* Tidy headersJames Booth2016-07-241-4/+3
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Remove redundant plugin dir functionJames Booth2016-07-131-16/+4
* Add /plugins install commandJames Booth2016-07-121-0/+26
* Remove plugin window on /closeJames Booth2016-07-121-0/+6
* Allow reloading all plugins with /plugin reloadJames Booth2016-07-101-0/+21
* Add /plugin reload commandJames Booth2016-07-101-0/+11
* Plugin unload remove cmd_acs and close windowJames Booth2016-07-051-4/+15
* Add plugins on_unload hookJames Booth2016-07-051-0/+5
* Move prefs_remove_plugin to plugins_unloadJames Booth2016-07-041-1/+3
* Rename callback execte and destroy functionsJames Booth2016-07-031-1/+1
* Move plugin theme and settings initJames Booth2016-07-011-3/+2
* Use hash table to store pluginsJames Booth2016-06-301-92/+127
* Fix plugin load prefsJames Booth2016-06-301-1/+1
* Move plugin config add on loadJames Booth2016-06-301-0/+1
* /plugins unload command and completerJames Booth2016-06-301-0/+20
* Revert "WIP - Unload plugin commands"James Booth2016-06-301-27/+0