Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -59/+59 |
| | |||||
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -61/+61 |
| | | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -61/+61 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1396 | ||||
* | Add vim modeline | Michael Vetter | 2019-11-13 | 1 | -0/+1 |
| | |||||
* | Add comment about dead assignment in callback_add_timed | Michael Vetter | 2019-08-23 | 1 | -0/+1 |
| | |||||
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | Remove hash table replace entry when adding plugin timed callbacks | James Booth | 2016-10-09 | 1 | -2/+0 |
| | | | | fixes #869 | ||||
* | Fix memory leaks | James Booth | 2016-07-25 | 1 | -0/+1 |
| | |||||
* | Tidy headers | James Booth | 2016-07-24 | 1 | -2/+1 |
| | |||||
* | Moved window_list.c | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into python3 | James Booth | 2016-07-24 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: .gitignore | ||||
| * | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 |
| | | |||||
* | | Check for win callback hash before removing | James Booth | 2016-07-21 | 1 | -6/+8 |
|/ | |||||
* | Remove plugin window on /close | James Booth | 2016-07-12 | 1 | -0/+10 |
| | |||||
* | Check for plugin win before creating | James Booth | 2016-07-12 | 1 | -0/+14 |
| | |||||
* | Plugin unload remove cmd_acs and close window | James Booth | 2016-07-05 | 1 | -1/+24 |
| | |||||
* | Revert "Move adding plugins commands to autocompleters" | James Booth | 2016-07-05 | 1 | -0/+3 |
| | | | | This reverts commit 97f79970252a06a1583ca1e1c8b22111720ddf94. | ||||
* | Move adding plugins commands to autocompleters | James Booth | 2016-07-05 | 1 | -3/+0 |
| | |||||
* | Pass plugin name to all autocompleter functions | James Booth | 2016-07-04 | 1 | -0/+1 |
| | |||||
* | Remove plugin callbacks in plugin_destroy functions | James Booth | 2016-07-04 | 1 | -1/+8 |
| | |||||
* | Store plugin window callbacks by plugin name | James Booth | 2016-07-04 | 1 | -4/+31 |
| | |||||
* | Use hash table for plugin timed functions | James Booth | 2016-07-04 | 1 | -21/+49 |
| | |||||
* | Free plugins commands on quit | James Booth | 2016-07-04 | 1 | -18/+107 |
| | |||||
* | Rename callback execte and destroy functions | James Booth | 2016-07-03 | 1 | -4/+4 |
| | |||||
* | Revert "WIP - Unload plugin commands" | James Booth | 2016-06-30 | 1 | -34/+0 |
| | | | | This reverts commit a01eb5d08e1b39d60a6f8fc26e5a87ceb92ec18f. | ||||
* | WIP - Unload plugin commands | James Booth | 2016-06-29 | 1 | -0/+34 |
| | |||||
* | Rename command sources | James Booth | 2016-05-22 | 1 | -2/+2 |
| | |||||
* | Add cmd_autocomplete.c | James Booth | 2016-05-20 | 1 | -3/+3 |
| | |||||
* | Added missing include in callbacks.c | James Booth | 2016-03-31 | 1 | -0/+1 |
| | |||||
* | Parse plugin args with freetext parser | James Booth | 2016-03-15 | 1 | -1/+1 |
| | | | | Also allow adding to plugin autocompleters | ||||
* | Plugins: Added callbacks init and close functions | James Booth | 2016-03-07 | 1 | -4/+21 |
| | | | | Included destroy function in PluginWindowCallback | ||||
* | Integrated plugins with /help command | James Booth | 2016-02-18 | 1 | -0/+15 |
| | |||||
* | Added cmd_help_autocomplete_add | James Booth | 2016-02-18 | 1 | -0/+2 |
| | |||||
* | Added new help format to c plugins WIP | James Booth | 2016-02-18 | 1 | -1/+17 |
| | |||||
* | Fix plugin command memleak | James Booth | 2016-02-15 | 1 | -1/+2 |
| | |||||
* | Updated copyright | James Booth | 2016-02-14 | 1 | -1/+1 |
| | |||||
* | Added C plugin code from plugins branch | James Booth | 2016-02-14 | 1 | -0/+126 |