index
:
snonux
main
Microblog engine for snonux.foo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
processor
Age
Commit message (
Expand
)
Author
2026-04-27
fix(processor): handle os.Remove errors for markdown inbox extras
Paul Buetow
2026-04-27
Add context.Context to I/O-bound public APIs (generator.Run, processor.Run, a...
Paul Buetow
2026-04-27
processor: introduce PostBuilder registry to replace hardcoded switch
Paul Buetow
2026-04-27
processor: refactor to two-phase commit for inbox processing
Paul Buetow
2026-04-27
processor: reject two markdown files claiming the same inbox image
Paul Buetow
2026-04-27
processor: reject markdown image refs with path separators or parent traversal
Paul Buetow
2026-04-27
processor: fix uniqueID to return error instead of infinite loop on Stat errors
Paul Buetow
2026-04-16
v0.2.0: markdown image embedding, post typography, modal improvements
v0.2.0
Paul Buetow
2026-04-10
Release v0.1.3
v0.1.3
Paul Buetow
2026-04-10
processor: document sequential Run and partial-batch semantics
Paul Buetow
2026-04-10
processor: document trusted inbox trust boundary for markdown HTML
Paul Buetow
2026-04-10
processor: return error when markdown pre-scan cannot read .md
Paul Buetow
2026-04-10
test: add table-driven unit tests for post, processor, generator
Paul Buetow
2026-04-10
processor: delete markdown inbox images only after Save succeeds
Paul Buetow
2026-04-09
add snonux static microblog generator
Paul Buetow