Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve plugin load/install failure message | Michael Vetter | 2019-06-07 | 1 | -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/master | Michael Vetter | 2019-02-20 | 1 | -1/+2 |
|\ | | | | | Fail plugin unloading if plugin does not exist | ||||
| * | Fail plugin unload operation if plugin does not exist | Philip Flohr | 2019-02-20 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #995 from philipflohr/plugins_unload_all | Michael Vetter | 2019-02-20 | 1 | -3/+3 |
|\ \ | | | | | | | let plugins_unload_all fail if one plugin unload operation fails | ||||
| * | | plugins_unload_all fails if one plugin unload operation fails | Philip Flohr | 2018-04-21 | 1 | -3/+3 |
| |/ | |||||
* | | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
| | | |||||
* | | Fix extended plugin handling PR | Philip Flohr | 2018-09-06 | 1 | -1/+6 |
| | | | | | | | | Fixes problems found in PR #999 | ||||
* | | added the possibility to uninstall a plugin | Philip Flohr | 2018-09-06 | 1 | -0/+15 |
| | | |||||
* | | use gio functions for file copy | Philip Flohr | 2018-09-06 | 1 | -2/+1 |
| | | |||||
* | | removed unreachable code: if plugin is loaded it is also installed and ↵ | Philip Flohr | 2018-09-06 | 1 | -5/+0 |
| | | | | | | | | therefore installation will fail. -> The unload code is not needed | ||||
* | | provide feedback on failure cause if plugin installation fails | Philip Flohr | 2018-09-06 | 1 | -3/+6 |
| | | |||||
* | | Fail plugin installation if the target file already exists | Philip Flohr | 2018-09-06 | 1 | -0/+6 |
|/ | |||||
* | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 |
| | |||||
* | Allow previous autocompletion with shift tab | James Booth | 2017-04-01 | 1 | -2/+2 |
| | |||||
* | Allow installing plugins from directory | James Booth | 2017-02-05 | 1 | -0/+37 |
| | |||||
* | Allow loading all plugins | James Booth | 2017-02-05 | 1 | -2/+24 |
| | |||||
* | Allow unloading all plugins | James Booth | 2017-02-05 | 1 | -0/+21 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | Add pre chat and room message blocking | James Booth | 2017-01-22 | 1 | -15/+37 |
| | |||||
* | Remove status from cl_ev_presence_send | James Booth | 2017-01-15 | 1 | -2/+1 |
| | | | | fixes #888 | ||||
* | Fix assertion errors in unit tests | James Booth | 2016-09-25 | 1 | -0/+2 |
| | |||||
* | Remove disco features added by plugins on unload | James Booth | 2016-08-11 | 1 | -0/+10 |
| | |||||
* | Add resource to chat message plugin hooks | James Booth | 2016-08-10 | 1 | -4/+4 |
| | |||||
* | Rename plugin jid arguments | James Booth | 2016-08-10 | 1 | -28/+28 |
| | |||||
* | Move all filepath handling to files.c | James Booth | 2016-07-24 | 1 | -15/+2 |
| | |||||
* | Move xgd functions | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Add config/files.c | James Booth | 2016-07-24 | 1 | -0/+1 |
| | |||||
* | Tidy headers | James Booth | 2016-07-24 | 1 | -4/+3 |
| | |||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Remove redundant plugin dir function | James Booth | 2016-07-13 | 1 | -16/+4 |
| | |||||
* | Add /plugins install command | James Booth | 2016-07-12 | 1 | -0/+26 |
| | |||||
* | Remove plugin window on /close | James Booth | 2016-07-12 | 1 | -0/+6 |
| | |||||
* | Allow reloading all plugins with /plugin reload | James Booth | 2016-07-10 | 1 | -0/+21 |
| | |||||
* | Add /plugin reload command | James Booth | 2016-07-10 | 1 | -0/+11 |
| | |||||
* | Plugin unload remove cmd_acs and close window | James Booth | 2016-07-05 | 1 | -4/+15 |
| | |||||
* | Add plugins on_unload hook | James Booth | 2016-07-05 | 1 | -0/+5 |
| | |||||
* | Move prefs_remove_plugin to plugins_unload | James Booth | 2016-07-04 | 1 | -1/+3 |
| | |||||
* | Rename callback execte and destroy functions | James Booth | 2016-07-03 | 1 | -1/+1 |
| | |||||
* | Move plugin theme and settings init | James Booth | 2016-07-01 | 1 | -3/+2 |
| | |||||
* | Use hash table to store plugins | James Booth | 2016-06-30 | 1 | -92/+127 |
| | |||||
* | Fix plugin load prefs | James Booth | 2016-06-30 | 1 | -1/+1 |
| | |||||
* | Move plugin config add on load | James Booth | 2016-06-30 | 1 | -0/+1 |
| | |||||
* | /plugins unload command and completer | James Booth | 2016-06-30 | 1 | -0/+20 |
| | |||||
* | Revert "WIP - Unload plugin commands" | James Booth | 2016-06-30 | 1 | -27/+0 |
| | | | | This reverts commit a01eb5d08e1b39d60a6f8fc26e5a87ceb92ec18f. | ||||
* | WIP - Unload plugin commands | James Booth | 2016-06-29 | 1 | -0/+27 |
| | |||||
* | Move connection fulljid function | James Booth | 2016-05-06 | 1 | -1/+1 |
| | |||||
* | Rename jabber_ functions | James Booth | 2016-05-06 | 1 | -2/+2 |
| | |||||
* | Add session.c | James Booth | 2016-05-05 | 1 | -1/+1 |
| | |||||
* | Tidy xmpp headers | James Booth | 2016-05-04 | 1 | -0/+1 |
| | |||||
* | Plugins: Added prof_disco_add_feature() | James Booth | 2016-04-30 | 1 | -0/+8 |
| |