summaryrefslogtreecommitdiffstats
path: root/plugin/hooks.go
Commit message (Collapse)AuthorAgeFilesLines
* Add plugin slash command support (#7941)Chris2017-12-081-0/+6
| | | | | | | | * add plugin slash command support * remove unused string * rebase
* more plugin doc updates (#7767)Chris2017-11-031-4/+4
|
* Add some plugin docs (#7757)Chris2017-11-021-1/+7
| | | | | | | | | | * add some plugin docs * one more comment * spacing * example simplification
* add missing license headers, test to makefile (#7711)Chris2017-10-251-0/+3
|
* PLT-7407: Back-end plugins (#7409)Chris2017-09-111-0/+3
| | | | | | | | | | | | * tie back-end plugins together * fix comment typo * add tests and a bit of polish * tests and polish * add test, don't let backend executable paths escape the plugin directory
* add plugin http handler (#7289)Chris2017-08-281-0/+11
|
* PLT-7407: Back-end plugin mechanism (#7177)Chris2017-08-161-0/+10
* begin backend plugin wip * flesh out rpcplugin. everything done except for minor supervisor stubs * done with basic plugin infrastructure * simplify tests * remove unused test lines