Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all filepath handling to files.c | James Booth | 2016-07-24 | 1 | -15/+2 |
| | |||||
* | Move xgd functions | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Add config/files.c | James Booth | 2016-07-24 | 1 | -0/+1 |
| | |||||
* | Tidy headers | James Booth | 2016-07-24 | 1 | -4/+3 |
| | |||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Remove redundant plugin dir function | James Booth | 2016-07-13 | 1 | -16/+4 |
| | |||||
* | Add /plugins install command | James Booth | 2016-07-12 | 1 | -0/+26 |
| | |||||
* | Remove plugin window on /close | James Booth | 2016-07-12 | 1 | -0/+6 |
| | |||||
* | Allow reloading all plugins with /plugin reload | James Booth | 2016-07-10 | 1 | -0/+21 |
| | |||||
* | Add /plugin reload command | James Booth | 2016-07-10 | 1 | -0/+11 |
| | |||||
* | Plugin unload remove cmd_acs and close window | James Booth | 2016-07-05 | 1 | -4/+15 |
| | |||||
* | Add plugins on_unload hook | James Booth | 2016-07-05 | 1 | -0/+5 |
| | |||||
* | Move prefs_remove_plugin to plugins_unload | James Booth | 2016-07-04 | 1 | -1/+3 |
| | |||||
* | Rename callback execte and destroy functions | James Booth | 2016-07-03 | 1 | -1/+1 |
| | |||||
* | Move plugin theme and settings init | James Booth | 2016-07-01 | 1 | -3/+2 |
| | |||||
* | Use hash table to store plugins | James Booth | 2016-06-30 | 1 | -92/+127 |
| | |||||
* | 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 | 1 | -0/+20 |
| | |||||
* | Revert "WIP - Unload plugin commands" | James Booth | 2016-06-30 | 1 | -27/+0 |
| | | | | This reverts commit a01eb5d08e1b39d60a6f8fc26e5a87ceb92ec18f. | ||||
* | WIP - Unload plugin commands | James Booth | 2016-06-29 | 1 | -0/+27 |
| | |||||
* | Move connection fulljid function | James Booth | 2016-05-06 | 1 | -1/+1 |
| | |||||
* | Rename jabber_ functions | James Booth | 2016-05-06 | 1 | -2/+2 |
| | |||||
* | Add session.c | James Booth | 2016-05-05 | 1 | -1/+1 |
| | |||||
* | Tidy xmpp headers | James Booth | 2016-05-04 | 1 | -0/+1 |
| | |||||
* | Plugins: Added prof_disco_add_feature() | James Booth | 2016-04-30 | 1 | -0/+8 |
| | |||||
* | Plugins: Added account_name and fulljid to prof_init hook | James Booth | 2016-04-13 | 1 | -2/+8 |
| | |||||
* | Only complete unloaded plugins on /plugins load | James Booth | 2016-04-12 | 1 | -9/+10 |
| | |||||
* | Added /plugins load command | James Booth | 2016-04-10 | 1 | -16/+83 |
| | |||||
* | Fixed timestamp for on_room_history_message | James Booth | 2016-04-08 | 1 | -1/+1 |
| | |||||
* | Plugins: Added on_room_history_message | James Booth | 2016-04-08 | 1 | -0/+21 |
| | |||||
* | Plugins: Added on_room_win_focus | James Booth | 2016-04-07 | 1 | -0/+11 |
| | |||||
* | Plugins: Added on_chat_win_focus | James Booth | 2016-04-07 | 1 | -0/+11 |
| | |||||
* | Removed #AX_PREFIX_CONFIG_H | James Booth | 2016-03-31 | 1 | -12/+12 |
| | |||||
* | Added plugins presence hooks | James Booth | 2016-03-30 | 1 | -0/+22 |
| | |||||
* | Added basic stanza receive eooks | James Booth | 2016-03-27 | 1 | -0/+54 |
| | |||||
* | Added stanza send hooks for plugins | James Booth | 2016-03-26 | 1 | -0/+63 |
| | |||||
* | Added boolean settings for plugins | James Booth | 2016-03-25 | 1 | -0/+3 |
| | |||||
* | Merge branch 'master' into plugins-python | James Booth | 2016-03-07 | 1 | -0/+2 |
|\ | |||||
| * | Plugins: Added callbacks init and close functions | James Booth | 2016-03-07 | 1 | -0/+2 |
| | | | | | | | | Included destroy function in PluginWindowCallback | ||||
* | | Added python plugins code | James Booth | 2016-02-24 | 1 | -3/+33 |
|/ | |||||
* | Added theme support to plugins | James Booth | 2016-02-21 | 1 | -0/+3 |
| | |||||
* | Fix plugin command memleak | James Booth | 2016-02-15 | 1 | -0/+1 |
| | |||||
* | Removed non c plugin code | James Booth | 2016-02-14 | 1 | -81/+0 |
| | |||||
* | Updated copyright | James Booth | 2016-02-14 | 1 | -1/+1 |
| | |||||
* | Added C plugin code from plugins branch | James Booth | 2016-02-14 | 1 | -0/+497 |