about summary refs log tree commit diff stats
path: root/src/plugins/python_plugins.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Added python plugins codeJames Booth2016-02-241-0/+595