Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | added the possibility to uninstall a plugin | Philip Flohr | 2018-09-06 | 1 | -0/+2 |
| | |||||
* | provide feedback on failure cause if plugin installation fails | Philip Flohr | 2018-09-06 | 1 | -1/+1 |
| | |||||
* | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 |
| | |||||
* | Allow previous autocompletion with shift tab | James Booth | 2017-04-01 | 1 | -1/+1 |
| | |||||
* | Allow installing plugins from directory | James Booth | 2017-02-05 | 1 | -0/+8 |
| | |||||
* | Allow loading all plugins | James Booth | 2017-02-05 | 1 | -1/+2 |
| | |||||
* | Allow unloading all plugins | James Booth | 2017-02-05 | 1 | -0/+1 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | Add pre chat and room message blocking | James Booth | 2017-01-22 | 1 | -0/+2 |
| | |||||
* | Add resource to chat message plugin hooks | James Booth | 2016-08-10 | 1 | -16/+16 |
| | |||||
* | Rename plugin jid arguments | James Booth | 2016-08-10 | 1 | -15/+15 |
| | |||||
* | Make header defines consistent | James Booth | 2016-07-24 | 1 | -2/+2 |
| | |||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Add /plugins install command | James Booth | 2016-07-12 | 1 | -0/+1 |
| | |||||
* | Remove plugin window on /close | James Booth | 2016-07-12 | 1 | -0/+1 |
| | |||||
* | Allow reloading all plugins with /plugin reload | James Booth | 2016-07-10 | 1 | -0/+1 |
| | |||||
* | Add /plugin reload command | James Booth | 2016-07-10 | 1 | -0/+1 |
| | |||||
* | Add plugins on_unload hook | James Booth | 2016-07-05 | 1 | -0/+1 |
| | |||||
* | Use hash table to store plugins | James Booth | 2016-06-30 | 1 | -2/+1 |
| | |||||
* | /plugins unload command and completer | James Booth | 2016-06-30 | 1 | -0/+2 |
| | |||||
* | Revert "WIP - Unload plugin commands" | James Booth | 2016-06-30 | 1 | -1/+0 |
| | | | | This reverts commit a01eb5d08e1b39d60a6f8fc26e5a87ceb92ec18f. | ||||
* | WIP - Unload plugin commands | James Booth | 2016-06-29 | 1 | -0/+1 |
| | |||||
* | Rename command sources | James Booth | 2016-05-22 | 1 | -1/+1 |
| | |||||
* | Plugins: Added prof_disco_add_feature() | James Booth | 2016-04-30 | 1 | -0/+2 |
| | |||||
* | Plugins: Added account_name and fulljid to prof_init hook | James Booth | 2016-04-13 | 1 | -1/+1 |
| | |||||
* | Only complete unloaded plugins on /plugins load | James Booth | 2016-04-12 | 1 | -1/+1 |
| | |||||
* | Added /plugins load command | James Booth | 2016-04-10 | 1 | -1/+3 |
| | |||||
* | Plugins: Added on_room_history_message | James Booth | 2016-04-08 | 1 | -0/+4 |
| | |||||
* | Plugins: Added on_room_win_focus | James Booth | 2016-04-07 | 1 | -0/+2 |
| | |||||
* | Plugins: Added on_chat_win_focus | James Booth | 2016-04-07 | 1 | -0/+4 |
| | |||||
* | Added plugins presence hooks | James Booth | 2016-03-30 | 1 | -33/+49 |
| | |||||
* | Added basic stanza receive eooks | James Booth | 2016-03-27 | 1 | -0/+10 |
| | |||||
* | Added stanza send hooks for plugins | James Booth | 2016-03-26 | 1 | -2/+9 |
| | |||||
* | Added python plugins code | James Booth | 2016-02-24 | 1 | -0/+2 |
| | |||||
* | Integrated plugins with /help command | James Booth | 2016-02-18 | 1 | -0/+1 |
| | |||||
* | Added new help format to c plugins WIP | James Booth | 2016-02-18 | 1 | -0/+3 |
| | |||||
* | Removed non c plugin code | James Booth | 2016-02-14 | 1 | -3/+0 |
| | |||||
* | Updated copyright | James Booth | 2016-02-14 | 1 | -1/+1 |
| | |||||
* | Added C plugin code from plugins branch | James Booth | 2016-02-14 | 1 | -0/+108 |