Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Plugins: Added basic incoming message function | James Booth | 2016-03-29 | 1 | -6/+25 |
* | Added integer settings for plugins | James Booth | 2016-03-26 | 1 | -0/+38 |
* | Added plugin string settings | James Booth | 2016-03-26 | 1 | -0/+42 |
* | Added boolean settings for plugins | James Booth | 2016-03-25 | 1 | -5/+51 |
* | Added prof_send_stanza to plugins API | James Booth | 2016-03-23 | 1 | -0/+19 |
* | Plugins: Fix python threading | James Booth | 2016-03-09 | 1 | -1/+59 |
* | Merge branch 'master' into plugins-python | James Booth | 2016-03-07 | 1 | -1/+1 |
* | Added current_win_is_console to python API | James Booth | 2016-02-28 | 1 | -0/+12 |
* | Added python_api_cons_bad_cmd_usage | James Booth | 2016-02-24 | 1 | -0/+12 |
* | Added python plugins code | James Booth | 2016-02-24 | 1 | -0/+450 |