about summary refs log tree commit diff stats
path: root/src/plugins/python_api.c
Commit message (Collapse)AuthorAgeFilesLines
* Plugins: Added prof_disco_add_feature()James Booth2016-04-301-0/+16
|
* Plugins: Added more muc hooksJames Booth2016-04-151-0/+34
|
* Plugins: Added completer_clearJames Booth2016-04-071-0/+17
|
* Plugins: Added completer_removeJames Booth2016-04-071-0/+29
|
* Plugins: Renamed register_ac->completer_addJames Booth2016-04-071-2/+2
|
* Plugins: Added basic incoming message functionJames Booth2016-03-291-6/+25
|
* Added integer settings for pluginsJames Booth2016-03-261-0/+38
|
* Added plugin string settingsJames Booth2016-03-261-0/+42
|
* Added boolean settings for pluginsJames Booth2016-03-251-5/+51
|
* Added prof_send_stanza to plugins APIJames Booth2016-03-231-0/+19
|
* Plugins: Fix python threadingJames Booth2016-03-091-1/+59
| | | | Release global interpreter lock during api calls
* Merge branch 'master' into plugins-pythonJames Booth2016-03-071-1/+1
|
* Added current_win_is_console to python APIJames Booth2016-02-281-0/+12
|
* Added python_api_cons_bad_cmd_usageJames Booth2016-02-241-0/+12
|
* Added python plugins codeJames Booth2016-02-241-0/+450