summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorLines
2023-12-01remove libuconf, switch back to go flagmasterChloƩ Vulquin-20/+6
2023-12-01add boltdb support, make it defaultChloƩ Vulquin-16/+110
2020-04-19Bump to libuconf rewriteChloe Kudryavtsev-14/+18
2020-03-31ci: static builds only plsChloe Kudryavtsev-1/+1
2020-01-23disable windows and darwin buildsChloe Kudryavtsev-10/+10
libuconf supports neither yet. old binaries will remain available.
2020-01-23add support for config filesChloe Kudryavtsev-1/+10
2.2.0 will not be released until libuconf is stabilized
2020-01-15unlicenseChloe Kudryavtsev-22/+24
2020-01-09add READING guideChloe Kudryavtsev-0/+63
2019-12-19v2.1.0 - RELEASE!v2.1.0Chloe Kudryavtsev-68/+111
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