Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -319/+317 |
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -322/+324 |
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -324/+322 |
* | Add vim modeline | Michael Vetter | 2019-11-13 | 1 | -0/+1 |
* | plugins/python: fix double _XOPEN_SOURCE definition | Dmitry Podgorny | 2019-10-15 | 1 | -0/+1 |
* | Sort includes in python_api.c | Michael Vetter | 2019-10-07 | 1 | -5/+2 |
* | Fix double initialization of loop iterator | Michael Vetter | 2019-07-22 | 1 | -2/+0 |
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
* | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 |
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 |
* | Add chat and room show calls to plugins api | James Booth | 2017-01-21 | 1 | -0/+128 |
* | Allow room display properies to be set by plugins | James Booth | 2017-01-20 | 1 | -0/+98 |
* | Allow chat prefix char to be set by plugins | James Booth | 2017-01-20 | 1 | -0/+98 |
* | Add titlebar encryption text to plugins api | James Booth | 2017-01-19 | 1 | -0/+49 |
* | Add prof.encryption_reset to Plugins API | James Booth | 2017-01-18 | 1 | -0/+19 |
* | Add get_room_nick to plugins api | James Booth | 2016-11-06 | 1 | -0/+22 |
* | Allow filepath autocompletion in plugins | James Booth | 2016-10-10 | 1 | -0/+25 |
* | Remove disco features added by plugins on unload | James Booth | 2016-08-11 | 1 | -1/+4 |
* | Rename plugins settings functions | James Booth | 2016-08-07 | 1 | -24/+24 |
* | Return boolean on prof_settings_string_list_remove_all() | James Booth | 2016-08-01 | 1 | -3/+10 |
* | Remove log debugs | James Booth | 2016-08-01 | 1 | -7/+0 |
* | Add string lists settings to plugins | James Booth | 2016-08-01 | 1 | -0/+125 |
* | Fix memory leaks | James Booth | 2016-07-25 | 1 | -1/+3 |
* | 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 | 1 | -4/+23 |
* | Remove debug on plugin win create | James Booth | 2016-07-24 | 1 | -1/+0 |
* | Tidy headers | James Booth | 2016-07-24 | 1 | -1/+1 |
* | Reorder headers | James Booth | 2016-07-24 | 1 | -2/+2 |
* | Python plugins: Free string values | James Booth | 2016-07-24 | 1 | -2/+57 |
* | Merge branch 'master' into python3 | James Booth | 2016-07-24 | 1 | -1/+1 |
|\ | |||||
| * | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 |
* | | Allow str and unicode in python api | James Booth | 2016-07-24 | 1 | -117/+212 |
* | | Tidy python3 conditional code | James Booth | 2016-07-19 | 1 | -38/+19 |
* | | Add python_init_prof() | James Booth | 2016-07-18 | 1 | -0/+14 |
* | | Fix prof module init for python3 | James Booth | 2016-07-18 | 1 | -15/+21 |
* | | Added PYTHON3 define | James Booth | 2016-07-14 | 1 | -2/+47 |
|/ | |||||
* | Pass plugin name to all autocompleter functions | James Booth | 2016-07-04 | 1 | -2/+12 |
* | Free plugins commands on quit | James Booth | 2016-07-04 | 1 | -9/+17 |
* | Add plugin name to win_create api call | James Booth | 2016-07-03 | 1 | -1/+4 |
* | Pass plugin name to api layer | James Booth | 2016-06-30 | 1 | -5/+5 |
* | Revert "WIP - Unload plugin commands" | James Booth | 2016-06-30 | 1 | -2/+2 |
* | WIP - Unload plugin commands | James Booth | 2016-06-29 | 1 | -2/+2 |
* | Add macro for plugins completer add | James Booth | 2016-06-23 | 1 | -0/+3 |
* | Add macro for C plugins register_timed | James Booth | 2016-06-23 | 1 | -3/+6 |
* | Add function to get plugin name | James Booth | 2016-06-22 | 1 | -0/+20 |
* | Plugins: Added prof_disco_add_feature() | James Booth | 2016-04-30 | 1 | -0/+16 |
* | Plugins: Added more muc hooks | James Booth | 2016-04-15 | 1 | -0/+34 |
* | Plugins: Added completer_clear | James Booth | 2016-04-07 | 1 | -0/+17 |
* | Plugins: Added completer_remove | James Booth | 2016-04-07 | 1 | -0/+29 |
* | Plugins: Renamed register_ac->completer_add | James Booth | 2016-04-07 | 1 | -2/+2 |