Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add plugins on_unload hook | James Booth | 2016-07-05 | 1 | -0/+20 |
| | |||||
* | Remove plugin callbacks in plugin_destroy functions | James Booth | 2016-07-04 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | Plugins fixed return values for python stanza hooks | James Booth | 2016-04-15 | 1 | -3/+3 |
| | |||||
* | Plugins: Added account_name and fulljid to prof_init hook | James Booth | 2016-04-13 | 1 | -2/+3 |
| | |||||
* | Execute python string to append plugin path | James Booth | 2016-04-12 | 1 | -15/+5 |
| | |||||
* | Added /plugins load command | James Booth | 2016-04-10 | 1 | -1/+1 |
| | |||||
* | Plugins: Added on_room_history_message | James Booth | 2016-04-08 | 1 | -0/+23 |
| | |||||
* | Plugins: Added on_room_win_focus | James Booth | 2016-04-07 | 1 | -0/+22 |
| | |||||
* | Plugins: Added on_chat_win_focus | James Booth | 2016-04-07 | 1 | -0/+22 |
| | |||||
* | Added plugins presence hooks | James Booth | 2016-03-30 | 1 | -17/+66 |
| | |||||
* | Use one stanza handler per type (message, iq, presence) | James Booth | 2016-03-28 | 1 | -0/+3 |
| | | | | Allows plugins to stop stanza processing | ||||
* | Added basic stanza receive eooks | James Booth | 2016-03-27 | 1 | -0/+87 |
| | |||||
* | Added stanza send hooks for plugins | James Booth | 2016-03-26 | 1 | -0/+111 |
| | |||||
* | Plugins: Fix python threading | James Booth | 2016-03-09 | 1 | -3/+3 |
| | | | | Release global interpreter lock during api calls | ||||
* | Added python plugins code | James Booth | 2016-02-24 | 1 | -0/+595 |