Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 |
| | |||||
* | Allow previous autocompletion with shift tab | James Booth | 2017-04-01 | 1 | -2/+2 |
| | |||||
* | Allow installing plugins from directory | James Booth | 2017-02-05 | 1 | -0/+37 |
| | |||||
* | Allow loading all plugins | James Booth | 2017-02-05 | 1 | -2/+24 |
| | |||||
* | Allow unloading all plugins | James Booth | 2017-02-05 | 1 | -0/+21 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | Add pre chat and room message blocking | James Booth | 2017-01-22 | 1 | -15/+37 |
| | |||||
* | Remove status from cl_ev_presence_send | James Booth | 2017-01-15 | 1 | -2/+1 |
| | | | | fixes #888 | ||||
* | Fix assertion errors in unit tests | James Booth | 2016-09-25 | 1 | -0/+2 |
| | |||||
* | Remove disco features added by plugins on unload | James Booth | 2016-08-11 | 1 | -0/+10 |
| | |||||
* | Add resource to chat message plugin hooks | James Booth | 2016-08-10 | 1 | -4/+4 |
| | |||||
* | Rename plugin jid arguments | James Booth | 2016-08-10 | 1 | -28/+28 |
| | |||||
* | 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 |
| |