Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow installing plugins from directory | James Booth | 2017-02-05 | 2 | -0/+45 |
| | |||||
* | Allow loading all plugins | James Booth | 2017-02-05 | 2 | -3/+26 |
| | |||||
* | Allow unloading all plugins | James Booth | 2017-02-05 | 2 | -0/+22 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 24 | -24/+24 |
| | |||||
* | Add pre chat and room message blocking | James Booth | 2017-01-22 | 6 | -15/+73 |
| | |||||
* | Add chat and room show calls to plugins api | James Booth | 2017-01-21 | 6 | -0/+343 |
| | |||||
* | Allow room display properies to be set by plugins | James Booth | 2017-01-20 | 6 | -0/+218 |
| | |||||
* | Allow chat prefix char to be set by plugins | James Booth | 2017-01-20 | 6 | -1/+222 |
| | |||||
* | Add titlebar encryption text to plugins api | James Booth | 2017-01-19 | 6 | -0/+111 |
| | |||||
* | Fix conditional compile | James Booth | 2017-01-18 | 1 | -0/+4 |
| | |||||
* | Add prof.encryption_reset to Plugins API | James Booth | 2017-01-18 | 6 | -0/+54 |
| | | | | issue #885 | ||||
* | Remove status from cl_ev_presence_send | James Booth | 2017-01-15 | 2 | -3/+2 |
| | | | | fixes #888 | ||||
* | Add get_room_nick to plugins api | James Booth | 2016-11-06 | 6 | -0/+41 |
| | |||||
* | Add win_print | James Booth | 2016-10-15 | 1 | -3/+3 |
| | |||||
* | Use win_printf_line where appropriate | James Booth | 2016-10-15 | 1 | -2/+2 |
| | |||||
* | Add ch arg to win_printf_line | James Booth | 2016-10-15 | 1 | -1/+1 |
| | |||||
* | Use THEME_DEFAULT | James Booth | 2016-10-14 | 1 | -1/+1 |
| | |||||
* | Add win_printf_line | James Booth | 2016-10-14 | 1 | -1/+1 |
| | |||||
* | Always use string format in win_printf | James Booth | 2016-10-12 | 1 | -3/+3 |
| | |||||
* | Remove win_print, use win_printf instead | James Booth | 2016-10-11 | 1 | -3/+3 |
| | |||||
* | Allow filepath autocompletion in plugins | James Booth | 2016-10-10 | 8 | -1/+97 |
| | | | | closes #858 | ||||
* | Remove hash table replace entry when adding plugin timed callbacks | James Booth | 2016-10-09 | 1 | -2/+0 |
| | | | | fixes #869 | ||||
* | Fix assertion errors in unit tests | James Booth | 2016-09-25 | 1 | -0/+2 |
| | |||||
* | Use hashtables for plugin disco features | James Booth | 2016-08-17 | 2 | -28/+66 |
| | |||||
* | Remove disco features added by plugins on unload | James Booth | 2016-08-11 | 11 | -18/+90 |
| | |||||
* | Check return values from python plugin hooks | James Booth | 2016-08-11 | 1 | -57/+91 |
| | |||||
* | Add resource to chat message plugin hooks | James Booth | 2016-08-10 | 6 | -120/+121 |
| | |||||
* | Rename plugin jid arguments | James Booth | 2016-08-10 | 2 | -43/+43 |
| | |||||
* | Rename plugins settings functions | James Booth | 2016-08-07 | 8 | -104/+104 |
| | |||||
* | Return int on c_api_settings_string_list_remove_all | James Booth | 2016-08-01 | 3 | -4/+4 |
| | |||||
* | Return boolean on prof_settings_string_list_remove_all() | James Booth | 2016-08-01 | 5 | -9/+18 |
| | |||||
* | Remove log debugs | James Booth | 2016-08-01 | 1 | -7/+0 |
| | |||||
* | Add string lists settings to plugins | James Booth | 2016-08-01 | 8 | -0/+233 |
| | |||||
* | Add typedefs to C plugin API | James Booth | 2016-07-30 | 2 | -6/+9 |
| | |||||
* | Use g_strndup in c_api.c | James Booth | 2016-07-27 | 1 | -2/+2 |
| | |||||
* | Fix memory leaks | James Booth | 2016-07-25 | 1 | -0/+1 |
| | |||||
* | Fix memory leaks | James Booth | 2016-07-25 | 1 | -1/+3 |
| | |||||
* | Decrement reference count on python hook args objects | James Booth | 2016-07-25 | 1 | -23/+39 |
| | |||||
* | Use Py_RETURN_NONE | James Booth | 2016-07-25 | 1 | -56/+56 |
| | |||||
* | Free python_str_or_unicode_to_string results | James Booth | 2016-07-25 | 6 | -9/+28 |
| | |||||
* | Remove debug on plugin win create | James Booth | 2016-07-24 | 2 | -2/+0 |
| | |||||
* | Move all filepath handling to files.c | James Booth | 2016-07-24 | 5 | -50/+29 |
| | |||||
* | Move xgd functions | James Booth | 2016-07-24 | 3 | -4/+4 |
| | |||||
* | Add config/files.c | James Booth | 2016-07-24 | 3 | -0/+3 |
| | |||||
* | Tidy headers | James Booth | 2016-07-24 | 8 | -15/+12 |
| | |||||
* | Moved window_list.c | James Booth | 2016-07-24 | 2 | -2/+2 |
| | |||||
* | Make header defines consistent | James Booth | 2016-07-24 | 12 | -22/+27 |
| | |||||
* | Reorder headers | James Booth | 2016-07-24 | 1 | -2/+2 |
| | |||||
* | Add /plugins python_version command | James Booth | 2016-07-24 | 2 | -3/+8 |
| | |||||
* | Python plugins: Free string values | James Booth | 2016-07-24 | 1 | -2/+57 |
| |