about summary refs log tree commit diff stats
path: root/src/plugins/python_plugins.c
Commit message (Collapse)AuthorAgeFilesLines
* Plugins fixed return values for python stanza hooksJames Booth2016-04-151-3/+3
|
* Plugins: Added account_name and fulljid to prof_init hookJames Booth2016-04-131-2/+3
|
* Execute python string to append plugin pathJames Booth2016-04-121-15/+5
|
* Added /plugins load commandJames Booth2016-04-101-1/+1
|
* Plugins: Added on_room_history_messageJames Booth2016-04-081-0/+23
|
* 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