summary refs log tree commit diff
path: root/services/tazblog/src/Server.hs (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-08-21 r/48 refactor(tazblog): Directly instantiate Resolver when launchingVincent Ambo1-2/+2
Caching behaviour is tied to the resolver.
2019-08-20 r/44 chore(tazblog): Replace BlogDB with stubs for DNS-based storageVincent Ambo1-139/+35
Removes acid-state specific code and the former BlogDB module, in its stead the new BlogStorage module contains stubs for the functions that will be filled in with DNS-based storage. This code is unformatted and will not currently serve a working blog.
2019-07-04 r/25 refactor(tazblog): Move required GHC extensions into sourceVincent Ambo1-2/+1
Necessary because Cabal is going away.
2019-07-02 r/8 fix(tazblog): Ensure build works with MonadFail changesVincent Ambo1-9/+11
This updates some old code that makes assumptions via pattern matching to instead make assumptions via a Prelude function. This is known to be safe as it has been running fine for almost a decade now, but the recent MonadFail changes broke the build.
2019-06-28 refactor: Move tazblog into monorepo structureVincent Ambo1-0/+189
It's happening!