Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Store plugin completers by plugin name | James Booth | 2016-07-05 | 1 | -3/+3 | |
| | ||||||
* | Pass plugin name to all autocompleter functions | James Booth | 2016-07-04 | 1 | -2/+2 | |
| | ||||||
* | Store plugin window callbacks by plugin name | James Booth | 2016-07-04 | 1 | -1/+3 | |
| | ||||||
* | Use hash table for plugin timed functions | James Booth | 2016-07-04 | 1 | -1/+1 | |
| | ||||||
* | Free plugins commands on quit | James Booth | 2016-07-04 | 1 | -5/+9 | |
| | ||||||
* | Rename callback execte and destroy functions | James Booth | 2016-07-03 | 1 | -8/+8 | |
| | ||||||
* | Add plugin name to win_create api call | James Booth | 2016-07-03 | 1 | -0/+1 | |
| | ||||||
* | Pass plugin name to api layer | James Booth | 2016-06-30 | 1 | -3/+3 | |
| | ||||||
* | Revert "WIP - Unload plugin commands" | James Booth | 2016-06-30 | 1 | -2/+1 | |
| | | | | This reverts commit a01eb5d08e1b39d60a6f8fc26e5a87ceb92ec18f. | |||||
* | WIP - Unload plugin commands | James Booth | 2016-06-29 | 1 | -1/+2 | |
| | ||||||
* | Rename command sources | James Booth | 2016-05-22 | 1 | -1/+1 | |
| | ||||||
* | Move send stanza 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 | -2/+2 | |
| | ||||||
* | Plugins: Added prof_disco_add_feature() | James Booth | 2016-04-30 | 1 | -0/+20 | |
| | ||||||
* | Plugins: Added more muc hooks | James Booth | 2016-04-15 | 1 | -0/+36 | |
| | ||||||
* | Plugins: Added completer_clear | James Booth | 2016-04-07 | 1 | -0/+6 | |
| | ||||||
* | Plugins: Added completer_remove | James Booth | 2016-04-07 | 1 | -0/+6 | |
| | ||||||
* | Plugins: Renamed register_ac->completer_add | James Booth | 2016-04-07 | 1 | -1/+1 | |
| | ||||||
* | Plugins: Added basic incoming message function | James Booth | 2016-03-29 | 1 | -0/+10 | |
| | ||||||
* | Added integer settings for plugins | James Booth | 2016-03-26 | 1 | -0/+12 | |
| | ||||||
* | Added plugin string settings | James Booth | 2016-03-26 | 1 | -0/+12 | |
| | ||||||
* | Added boolean settings for plugins | James Booth | 2016-03-25 | 1 | -0/+12 | |
| | ||||||
* | Added prof_send_stanza to plugins API | James Booth | 2016-03-23 | 1 | -0/+7 | |
| | ||||||
* | Plugins: Added callbacks init and close functions | James Booth | 2016-03-07 | 1 | -1/+5 | |
| | | | | Included destroy function in PluginWindowCallback | |||||
* | Added current_win_is_console to plugins api | James Booth | 2016-02-28 | 1 | -0/+11 | |
| | ||||||
* | Added missing string.h include to plugins/api.c | James Booth | 2016-02-24 | 1 | -0/+1 | |
| | ||||||
* | Added theme support to plugins | James Booth | 2016-02-21 | 1 | -77/+25 | |
| | ||||||
* | Return result from plugin calls | James Booth | 2016-02-21 | 1 | -14/+116 | |
| | | | | closes #739 | |||||
* | Added prof_cons_bad_cmd_usage plugin function | James Booth | 2016-02-18 | 1 | -0/+8 | |
| | ||||||
* | Added new help format to c plugins WIP | James Booth | 2016-02-18 | 1 | -4/+24 | |
| | ||||||
* | Updated copyright | James Booth | 2016-02-14 | 1 | -1/+1 | |
| | ||||||
* | Added C plugin code from plugins branch | James Booth | 2016-02-14 | 1 | -0/+233 | |