Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Auto-discover upstream SMTP and IMAP servers | 2020-01-20 | 1 | -0/+7 | |
| | | | | Closes: https://todo.sr.ht/~sircmpwn/koushin/49 | ||||
* | readme: document hot reload | 2020-01-08 | 1 | -0/+6 | |
| | |||||
* | Allow Lua plugins to inject all templates | 2019-12-17 | 1 | -1/+1 | |
| | |||||
* | Improve docs | 2019-12-17 | 1 | -7/+19 | |
| | |||||
* | Remove the public/ directory | 2019-12-16 | 1 | -4/+4 | |
| | | | | | Now that all templates are provided by plugins, there's no need to have a public/ directory. Themes can be in /themes instead of /public/themes. | ||||
* | Introduce base plugin | 2019-12-16 | 1 | -1/+3 | |
| | | | | | | This plugin offers base IMAP/SMTP functionality. References: https://todo.sr.ht/~sircmpwn/koushin/39 | ||||
* | Allow plugins to provide their own templates | 2019-12-11 | 1 | -1/+3 | |
| | |||||
* | readme: add godoc badge | 2019-12-11 | 1 | -0/+2 | |
| | |||||
* | readme: add link to mailing list & issue tracker | 2019-12-10 | 1 | -0/+5 | |
| | |||||
* | Allow plugins to add new routes | 2019-12-10 | 1 | -0/+2 | |
| | | | | References: https://todo.sr.ht/~sircmpwn/koushin/6 | ||||
* | readme: sync with new Lua API | 2019-12-09 | 1 | -2/+5 | |
| | |||||
* | Add basic support for plugins | 2019-12-09 | 1 | -0/+7 | |
| | |||||
* | Add basic theme support | 2019-12-04 | 1 | -0/+10 | |
| | | | | References: https://todo.sr.ht/~sircmpwn/koushin/1 | ||||
* | Parse SMTP URL from CLI | 2019-12-03 | 1 | -1/+1 | |
| | |||||
* | readme: add IMAP URL to usage | 2019-12-02 | 1 | -1/+1 | |
| | |||||
* | Add HTTP server boilerplate | 2019-12-02 | 1 | -0/+9 | |