about summary refs log tree commit diff stats
path: root/src/plugins/python_plugins.c
Commit message (Collapse)AuthorAgeFilesLines
* Plugins: Added on_room_win_focusJames Booth2016-04-071-0/+22
|
* Plugins: Added on_chat_win_focusJames Booth2016-04-071-0/+22
|
* Added plugins presence hooksJames Booth2016-03-301-17/+66
|
* Use one stanza handler per type (message, iq, presence)James Booth2016-03-281-0/+3
| | | | Allows plugins to stop stanza processing
* Added basic stanza receive eooksJames Booth2016-03-271-0/+87
|
* Added stanza send hooks for pluginsJames Booth2016-03-261-0/+111
|
* Plugins: Fix python threadingJames Booth2016-03-091-3/+3
| | | | Release global interpreter lock during api calls
* Added python plugins codeJames Booth2016-02-241-0/+595