about summary refs log tree commit diff stats
path: root/src/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* Use THEME_DEFAULTJames Booth2016-10-141-1/+1
|
* Add win_printf_lineJames Booth2016-10-141-1/+1
|
* Always use string format in win_printfJames Booth2016-10-121-3/+3
|
* Remove win_print, use win_printf insteadJames Booth2016-10-111-3/+3
|
* Allow filepath autocompletion in pluginsJames Booth2016-10-108-1/+97
| | | | closes #858
* Remove hash table replace entry when adding plugin timed callbacksJames Booth2016-10-091-2/+0
| | | | fixes #869
* Fix assertion errors in unit testsJames Booth2016-09-251-0/+2
|
* Use hashtables for plugin disco featuresJames Booth2016-08-172-28/+66
|
* Remove disco features added by plugins on unloadJames Booth2016-08-1111-18/+90
|
* Check return values from python plugin hooksJames Booth2016-08-111-57/+91
|
* Add resource to chat message plugin hooksJames Booth2016-08-106-120/+121
|
* Rename plugin jid argumentsJames Booth2016-08-102-43/+43
|
* Rename plugins settings functionsJames Booth2016-08-078-104/+104
|
* Return int on c_api_settings_string_list_remove_allJames Booth2016-08-013-4/+4
|
* Return boolean on prof_settings_string_list_remove_all()James Booth2016-08-015-9/+18
|
* Remove log debugsJames Booth2016-08-011-7/+0
|
* Add string lists settings to pluginsJames Booth2016-08-018-0/+233
|
* Add typedefs to C plugin APIJames Booth2016-07-302-6/+9
|
* Use g_strndup in c_api.cJames Booth2016-07-271-2/+2
|
* Fix memory leaksJames Booth2016-07-251-0/+1
|
* Fix memory leaksJames Booth2016-07-251-1/+3
|
* Decrement reference count on python hook args objectsJames Booth2016-07-251-23/+39
|
* Use Py_RETURN_NONEJames Booth2016-07-251-56/+56
|
* Free python_str_or_unicode_to_string resultsJames Booth2016-07-256-9/+28
|
* Remove debug on plugin win createJames Booth2016-07-242-2/+0
|
* Move all filepath handling to files.cJames Booth2016-07-245-50/+29
|
* Move xgd functionsJames Booth2016-07-243-4/+4
|
* Add config/files.cJames Booth2016-07-243-0/+3
|
* Tidy headersJames Booth2016-07-248-15/+12
|
* Moved window_list.cJames Booth2016-07-242-2/+2
|
* Make header defines consistentJames Booth2016-07-2412-22/+27
|
* Reorder headersJames Booth2016-07-241-2/+2
|
* Add /plugins python_version commandJames Booth2016-07-242-3/+8
|
* Python plugins: Free string valuesJames Booth2016-07-241-2/+57
|
* Merge branch 'master' into python3James Booth2016-07-2424-24/+25
|\ | | | | | | | | Conflicts: .gitignore
| * Add missing includeJames Booth2016-07-241-0/+1
| |
| * Update GPL link in headersJames Booth2016-07-2424-24/+24
| |
* | Allow str and unicode in python apiJames Booth2016-07-243-155/+222
| |
* | Check for win callback hash before removingJames Booth2016-07-211-6/+8
| |
* | Tidy python3 conditional codeJames Booth2016-07-193-272/+76
| |
* | Add python_init_prof()James Booth2016-07-183-13/+16
| |
* | Fix prof module init for python3James Booth2016-07-183-28/+51
| |
* | Added PYTHON3 defineJames Booth2016-07-142-2/+166
|/
* Remove redundant plugin dir functionJames Booth2016-07-131-16/+4
|
* Free memory when plugin windows closedJames Booth2016-07-131-0/+3
|
* Add /plugins install commandJames Booth2016-07-122-0/+27
|
* Remove plugin window on /closeJames Booth2016-07-125-1/+19
|
* Check for plugin win before creatingJames Booth2016-07-123-0/+19
|
* Allow reloading all plugins with /plugin reloadJames Booth2016-07-102-0/+22
|
* Add /plugin reload commandJames Booth2016-07-102-0/+12
|