Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved chat_state.c | James Booth | 2016-07-24 | 7 | -6/+6 |
| | |||||
* | Moved chat_session.c | James Booth | 2016-07-24 | 18 | -22/+22 |
| | |||||
* | Move event timeout to connection module | James Booth | 2016-07-24 | 7 | -14/+14 |
| | |||||
* | Moved chat state handling code to chat_state.c | James Booth | 2016-07-24 | 6 | -42/+45 |
| | |||||
* | Reorder headers | James Booth | 2016-07-24 | 1 | -2/+2 |
| | |||||
* | Add /plugins python_version command | James Booth | 2016-07-24 | 5 | -5/+26 |
| | |||||
* | Python plugins: Free string values | James Booth | 2016-07-24 | 1 | -2/+57 |
| | |||||
* | Include python plugins by default in build | James Booth | 2016-07-24 | 2 | -8/+3 |
| | |||||
* | Merge branch 'master' into python3 | James Booth | 2016-07-24 | 135 | -137/+137 |
|\ | | | | | | | | | Conflicts: .gitignore | ||||
| * | Add missing include | James Booth | 2016-07-24 | 1 | -0/+1 |
| | | |||||
| * | Update GPL link in headers | James Booth | 2016-07-24 | 133 | -133/+133 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' | James Booth | 2016-07-24 | 3 | -3/+3 |
| |\ | |||||
| | * | Merge pull request #826 from PMaynard/gpl-url | James Booth | 2016-07-24 | 3 | -3/+3 |
| | |\ | | | | | | | | | Updated GPL URL | ||||
| | | * | Updated GPL URL | Pete Maynard | 2016-07-21 | 3 | -3/+3 |
| | |/ | |||||
| * / | Update gitignore | James Booth | 2016-07-24 | 1 | -0/+2 |
| |/ | |||||
* | | Allow str and unicode in python api | James Booth | 2016-07-24 | 3 | -155/+222 |
| | | |||||
* | | Check for win callback hash before removing | James Booth | 2016-07-21 | 1 | -6/+8 |
| | | |||||
* | | Update gitignore | James Booth | 2016-07-19 | 1 | -0/+4 |
| | | |||||
* | | Comment python version arg in configure-debug | James Booth | 2016-07-19 | 1 | -2/+2 |
| | | |||||
* | | Use python3 in configure-debug | James Booth | 2016-07-19 | 1 | -2/+2 |
| | | |||||
* | | Tidy python3 conditional code | James Booth | 2016-07-19 | 4 | -274/+78 |
| | | |||||
* | | Add python_init_prof() | James Booth | 2016-07-18 | 3 | -13/+16 |
| | | |||||
* | | Merge branch 'master' into python3 | James Booth | 2016-07-18 | 2 | -3/+4 |
|\| | |||||
| * | capabilities: use free instead of g_free | James Booth | 2016-07-18 | 1 | -2/+2 |
| | | |||||
| * | Use g_path_get_basename when installing plugin | James Booth | 2016-07-18 | 1 | -1/+2 |
| | | |||||
* | | Fix prof module init for python3 | James Booth | 2016-07-18 | 5 | -29/+52 |
| | | |||||
* | | Added PYTHON3 define | James Booth | 2016-07-14 | 4 | -3/+168 |
|/ | |||||
* | Fix plugin install output | James Booth | 2016-07-13 | 1 | -1/+1 |
| | |||||
* | Remove redundant plugin dir function | James Booth | 2016-07-13 | 1 | -16/+4 |
| | |||||
* | Free memory when plugin windows closed | James Booth | 2016-07-13 | 2 | -0/+4 |
| | |||||
* | Add /plugins install command | James Booth | 2016-07-12 | 7 | -106/+218 |
| | |||||
* | Remove plugin window on /close | James Booth | 2016-07-12 | 11 | -7/+28 |
| | |||||
* | Check for plugin win before creating | James Booth | 2016-07-12 | 5 | -19/+31 |
| | |||||
* | Allow reloading all plugins with /plugin reload | James Booth | 2016-07-10 | 4 | -10/+33 |
| | |||||
* | Add /plugin reload command | James Booth | 2016-07-10 | 5 | -2/+55 |
| | |||||
* | Remove string allocation for conflists | James Booth | 2016-07-10 | 1 | -3/+3 |
| | |||||
* | Store python modules on load | James Booth | 2016-07-09 | 1 | -9/+13 |
| | |||||
* | Reaload python module if previous loaded on /plugin load | James Booth | 2016-07-09 | 1 | -2/+14 |
| | |||||
* | Plugin unload remove cmd_acs and close window | James Booth | 2016-07-05 | 7 | -7/+75 |
| | |||||
* | Revert "Move adding plugins commands to autocompleters" | James Booth | 2016-07-05 | 2 | -4/+3 |
| | | | | This reverts commit 97f79970252a06a1583ca1e1c8b22111720ddf94. | ||||
* | Move adding plugins commands to autocompleters | James Booth | 2016-07-05 | 2 | -3/+4 |
| | |||||
* | Add plugins on_unload hook | James Booth | 2016-07-05 | 6 | -0/+43 |
| | |||||
* | Store plugin completers by plugin name | James Booth | 2016-07-05 | 5 | -45/+96 |
| | |||||
* | Pass plugin name to all autocompleter functions | James Booth | 2016-07-04 | 7 | -16/+39 |
| | |||||
* | Move prefs_remove_plugin to plugins_unload | James Booth | 2016-07-04 | 2 | -2/+3 |
| | |||||
* | Remove plugin callbacks in plugin_destroy functions | James Booth | 2016-07-04 | 4 | -1/+12 |
| | |||||
* | Store plugin window callbacks by plugin name | James Booth | 2016-07-04 | 3 | -6/+35 |
| | |||||
* | Use hash table for plugin timed functions | James Booth | 2016-07-04 | 3 | -24/+52 |
| | |||||
* | Unit test for callback_add_command() | James Booth | 2016-07-04 | 1 | -7/+32 |
| | |||||
* | Free plugins commands on quit | James Booth | 2016-07-04 | 15 | -50/+200 |
| |