about summary refs log tree commit diff stats
path: root/src/plugins/plugins.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Apply coding style"Michael Vetter2020-07-071-198/+201
| | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems.
* Apply coding styleMichael Vetter2020-07-071-201/+198
| | | | Regards https://github.com/profanity-im/profanity/issues/1396
* Add vim modelineMichael Vetter2019-11-131-0/+1
|
* Improve plugin load/install failure messageMichael Vetter2019-06-071-10/+21
| | | | | | In case Python or C plugins are disabled install/load failed silently. Notify the user that we can't load them because profanity was built without support for plugins.
* Merge pull request #994 from philipflohr/masterMichael Vetter2019-02-201-1/+2
|\ | | | | Fail plugin unloading if plugin does not exist
| * 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
|\ \ | | | | | | let plugins_unload_all fail if one plugin unload operation fails
| * | 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
| | | | | | | | Fixes problems found in PR #999
* | 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 ↵Philip Flohr2018-09-061-5/+0
| | | | | | | | therefore installation will fail. -> The unload code is not needed
* | 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
| | | | fixes #888
* 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
| | | | This reverts commit a01eb5d08e1b39d60a6f8fc26e5a87ceb92ec18f.
* WIP - Unload plugin commandsJames Booth2016-06-291-0/+27
|
* Move connection fulljid functionJames Booth2016-05-061-1/+1
|
* Rename jabber_ functionsJames Booth2016-05-061-2/+2
|