aboutsummaryrefslogtreecommitdiff
path: root/plugin.go
Commit message (Expand)AuthorAgeFilesLines
* Add an API for Go pluginsSimon Ser2019-12-161-0/+7
* Add docsSimon Ser2019-12-111-0/+7
* Allow plugins to provide their own templatesSimon Ser2019-12-111-1/+3
* Rename Plugin.Render to Plugin.InjectSimon Ser2019-12-101-1/+1
* Extract Lua plugin logic into separate fileSimon Ser2019-12-101-151/+0
* Allow plugins to add new routesSimon Ser2019-12-101-0/+34
* Make SessionManager create the IMAP clientSimon Ser2019-12-091-3/+3
* Add a Lua API to set template filtersSimon Ser2019-12-091-3/+37
* Change Lua API to koushin.on_renderSimon Ser2019-12-091-7/+27
* Add basic support for pluginsSimon Ser2019-12-091-0/+78