summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorLines
2019-12-19feat: add redis storage testsChloe Kudryavtsev-0/+45
hidden behind "redis" build tag
2019-12-19feat: make templates overridable compile-timeChloe Kudryavtsev-4/+14
fixes #5
2019-12-17feat: add docs for the memory backendChloe Kudryavtsev-0/+4
2019-12-17feat: make the memory backend available via cliChloe Kudryavtsev-0/+2
2019-12-17fix: update redis backend to return NotFoundChloe Kudryavtsev-1/+5
2019-12-17fix: update dummy backend and tests for NotFoundChloe Kudryavtsev-11/+24
also remove "e" - it was redundant
2019-12-17feat: add in-memory storage backendChloe Kudryavtsev-1/+106
it can't be used in the cli yet also means other backends need to be modified slightly
2019-12-17fix: ensure interfaces are implemented buildtimeChloe Kudryavtsev-0/+4
2019-12-17feat: add dummy storage engineChloe Kudryavtsev-0/+134
also test it
2019-12-17fix: automatically wrap lines in fancy viewChloe Kudryavtsev-1/+10
this is the default because it preserves whitespace correctly for copying purposes fixes #2
2019-12-07[skip ci] readme: add go report cardChloe Kudryavtsev-0/+1
2019-11-27[skip ci] only generate changelog since tagChloe Kudryavtsev-0/+1
2019-11-27fix: css should include a background colorChloe Kudryavtsev-0/+1
merge #1 - layout.qtpl: Make sure background is white
2019-11-27layout.qtpl: Make sure background is whiteHaelwenn (lanodan) Monnier-0/+1
2019-11-26[skip ci] fix missing " in init.d scriptChloe Kudryavtsev-1/+1
2019-11-26Update README because CI is a thing nowChloe Kudryavtsev-0/+16
2019-11-26CI: fix substitutionChloe Kudryavtsev-1/+1
I'm asleep btw
2019-11-26CI: generate templates from masterChloe Kudryavtsev-1/+8
Compiled templates are only committed for releases. CI should use whatever is latest. Also fix a missing --no-cache in tests.
2019-11-26CI: ok fine you can have gcc for testsChloe Kudryavtsev-0/+1
2019-11-26CI: just strip during build lulChloe Kudryavtsev-3/+1
2019-11-26CI: initChloe Kudryavtsev-0/+83
2019-11-24Release chores for 2.0.0v2.0.0Chloe Kudryavtsev-0/+424
2019-11-24Update server/ docsChloe Kudryavtsev-0/+3
2019-11-24Update openrc to not care about usersChloe Kudryavtsev-3/+0
2019-11-24Document additions to the client/ directory.Chloe Kudryavtsev-0/+6
2019-11-24Documentation passChloe Kudryavtsev-9/+12
- document Get - document Index - document Put - unexport global settings from main
2019-11-24Document new storage selection optionChloe Kudryavtsev-0/+9
2019-11-24Correct double '-'s in docsChloe Kudryavtsev-2/+2
2019-11-24Allow for different future storage enginesChloe Kudryavtsev-9/+19
2019-11-24Remove more redundant commentsChloe Kudryavtsev-2/+0
2019-11-23Update server utilities (no more health checks)Chloe Kudryavtsev-24/+10
2019-11-23Remove deprecated commentsChloe Kudryavtsev-2/+0
2019-11-23Update docs to rewriteChloe Kudryavtsev-16/+10
2019-11-23Remove changelog: everything changed.Chloe Kudryavtsev-10/+0
2019-11-23Initial golang rewriteChloe Kudryavtsev-0/+466
2019-11-23Remove D stuff from gitignoreChloe Kudryavtsev-14/+0
2019-11-23Remove D stuffChloe Kudryavtsev-286/+0
2019-08-20Move function definition to zsh styleChloe Kudryavtsev-10/+6
Also fix it "exit"ing when autoloaded.
2019-07-12feat: add new routing for readsChloe Kudryavtsev-11/+12
/:id/:lang is now used. If :lang is raw, give raw output. This deprecates the old endpoints/methods: - /:id?lang=lang - /:id?lang - /raw/:id
2019-07-12docs: s/anything/foo/ for clarityChloe Kudryavtsev-4/+4
2019-07-09feat: redirect real browsers to contentChloe Kudryavtsev-3/+27
- Use 303: otherwise they just POST again - Make the response by hand, redirect() not usable in this context - Matching browsers is done via UA
2019-07-09eco: update vibe.d - partial fix for socketsChloe Kudryavtsev-5/+5
Apparently someone turned off SO_REUSEADDR. Still leaks HTTP handles, work is ongoing.
2019-04-04release: 1.0.0v1.0.0Chloe Kudryavtsev-0/+10
2019-04-04eco: Add clog supportChloe Kudryavtsev-0/+8
2019-04-04Update dependencies (0.8.5 is out)Chloe Kudryavtsev-4/+4
2019-03-27[server] Add openrc configurationChloe Kudryavtsev-0/+31
2019-03-27[client] new shell scriptChloe Kudryavtsev-0/+10
Also sourceable, but not autoload-able See toasty-zsh for an autoloadable version
2019-03-22[client] Update shell script/sourceableChloe Kudryavtsev-3/+5
2019-03-22[client] Update anypaste pluginChloe Kudryavtsev-6/+3
2019-03-17Upgrade dependenciesChloe Kudryavtsev-3/+3
vibe-d has a release candidate now. vibe-core also got a bump. Unfortunately, eventcore still leaks.