Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix prof module init for python3 | James Booth | 2016-07-18 | 3 | -28/+51 |
| | |||||
* | Added PYTHON3 define | James Booth | 2016-07-14 | 2 | -2/+166 |
| | |||||
* | Remove redundant plugin dir function | James Booth | 2016-07-13 | 1 | -16/+4 |
| | |||||
* | Free memory when plugin windows closed | James Booth | 2016-07-13 | 1 | -0/+3 |
| | |||||
* | Add /plugins install command | James Booth | 2016-07-12 | 2 | -0/+27 |
| | |||||
* | Remove plugin window on /close | James Booth | 2016-07-12 | 5 | -1/+19 |
| | |||||
* | Check for plugin win before creating | James Booth | 2016-07-12 | 3 | -0/+19 |
| | |||||
* | Allow reloading all plugins with /plugin reload | James Booth | 2016-07-10 | 2 | -0/+22 |
| | |||||
* | Add /plugin reload command | James Booth | 2016-07-10 | 2 | -0/+12 |
| | |||||
* | 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 | 2 | -5/+39 |
| | |||||
* | 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 | 3 | -45/+76 |
| | |||||
* | 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 | 1 | -1/+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 |
| | |||||
* | Free plugins commands on quit | James Booth | 2016-07-04 | 6 | -41/+152 |
| | |||||
* | Rename callback execte and destroy functions | James Booth | 2016-07-03 | 4 | -17/+17 |
| | |||||
* | Add plugin name to win_create api call | James Booth | 2016-07-03 | 6 | -6/+15 |
| | |||||
* | Move plugin theme and settings init | James Booth | 2016-07-01 | 2 | -4/+2 |
| | |||||
* | Use hash table to store plugins | James Booth | 2016-06-30 | 2 | -94/+128 |
| | |||||
* | Fix plugin load prefs | James Booth | 2016-06-30 | 1 | -1/+1 |
| | |||||
* | Move plugin config add on load | James Booth | 2016-06-30 | 1 | -0/+1 |
| | |||||
* | /plugins unload command and completer | James Booth | 2016-06-30 | 2 | -0/+22 |
| | |||||
* | Pass plugin name to api layer | James Booth | 2016-06-30 | 4 | -14/+14 |
| | |||||
* | Revert "WIP - Unload plugin commands" | James Booth | 2016-06-30 | 11 | -75/+9 |
| | | | | This reverts commit a01eb5d08e1b39d60a6f8fc26e5a87ceb92ec18f. | ||||
* | WIP - Unload plugin commands | James Booth | 2016-06-29 | 11 | -9/+75 |
| | |||||
* | Add macro for plugins completer add | James Booth | 2016-06-23 | 4 | -4/+11 |
| | |||||
* | Add macro for C plugins register_timed | James Booth | 2016-06-23 | 4 | -8/+15 |
| | |||||
* | Add function to get C plugin name | James Booth | 2016-06-23 | 3 | -4/+25 |
| | |||||
* | Add function to get plugin name | James Booth | 2016-06-22 | 1 | -0/+20 |
| | |||||
* | Rename command sources | James Booth | 2016-05-22 | 4 | -5/+5 |
| | |||||
* | Add cmd_autocomplete.c | James Booth | 2016-05-20 | 1 | -3/+3 |
| | |||||
* | Move send stanza function | James Booth | 2016-05-06 | 1 | -1/+1 |
| | |||||
* | Move connection fulljid function | James Booth | 2016-05-06 | 1 | -1/+1 |
| | |||||
* | Rename jabber_ functions | James Booth | 2016-05-06 | 2 | -4/+4 |
| | |||||
* | Add session.c | James Booth | 2016-05-05 | 2 | -3/+3 |
| | |||||
* | Tidy xmpp headers | James Booth | 2016-05-04 | 1 | -0/+1 |
| | |||||
* | Plugins: Added prof_disco_add_feature() | James Booth | 2016-04-30 | 10 | -0/+167 |
| | |||||
* | Plugins: Added more muc hooks | James Booth | 2016-04-15 | 7 | -4/+94 |
| | |||||
* | Plugins: Added account_name and fulljid to prof_init hook | James Booth | 2016-04-13 | 6 | -11/+22 |
| | |||||
* | Only complete unloaded plugins on /plugins load | James Booth | 2016-04-12 | 2 | -10/+11 |
| | |||||
* | Execute python string to append plugin path | James Booth | 2016-04-12 | 1 | -15/+5 |
| | |||||
* | Added /plugins load command | James Booth | 2016-04-10 | 4 | -22/+88 |
| | |||||
* | Fixed timestamp for on_room_history_message | James Booth | 2016-04-08 | 1 | -1/+1 |
| |