Commit graph

29 commits

Author SHA1 Message Date
blankie
bf7683a008 point repo URLs to Codeberg instead of self-hosted Gitea 2026-06-09 01:41:33 +00:00
blankie
bf1cb0b0a4 add AGPLv3 license 2026-06-09 01:10:04 +00:00
blankie
7f05df826f strip forum CSS, defer all styling to site template 2026-06-06 01:41:41 +00:00
blankie
497079c7a7 Architecture B: Bloom Gossip + Implicit Replication
- Tag bloom filter as primary peer discovery (2048 bits x 3 hashes)
- Filter table gossip for transitive peer discovery
- Scoped queries for on-demand tag lookup
- Liveness tracking + peer eviction (5 failures, 7-day TTL)
- Topic subscriptions filter content sync at both ends
- Two-theme CSS system (default minimal + kodama2)
- Status bar on all pages (topics, peers, filters)
- Bracketless tags, grouped moderation page, cleaner forms
- Match main site heading level (h1 -> h2)
2026-06-06 01:19:40 +00:00
blankie
ce6d31c357 strip dark colors from FORUM_CSS, let theme handle input/button visuals 2026-06-05 04:28:02 +00:00
blankie
d46a9eefcb clean layout: toolbar row with search+actions, structured thread list items 2026-06-05 04:24:15 +00:00
blankie
c14e8c3a0f better layout: search on its own row above action buttons 2026-06-05 04:23:08 +00:00
blankie
83847ab56e loosen cramped inputs/buttons: more padding, spacing 2026-06-05 04:22:01 +00:00
blankie
9241a46a8c better forum page button layout: flex actions, bordered action links, cleaner thread list 2026-06-05 04:21:13 +00:00
blankie
12d02ff569 style forum inputs/buttons to match dark theme, fix post border 2026-06-05 04:19:41 +00:00
blankie
53b57fb0dc fix retention label: inline-flex with nowrap, input 60px 2026-06-05 02:34:55 +00:00
blankie
dbf37e71bd fix retention input layout: inline label, override full-width 2026-06-05 02:33:28 +00:00
blankie
b1ea8647de fix checkbox layout: exclude from full-width, flex label 2026-06-05 02:32:33 +00:00
blankie
06571fd3ed add Security section to README 2026-06-05 02:18:51 +00:00
blankie
ea61f371c7 update README: manual sync by default, not configurable, pruning detail 2026-06-05 02:16:46 +00:00
blankie
da5b7c44a6 hide block link + show 'me' for own content by matching identity hash 2026-06-05 02:10:12 +00:00
blankie
1250a67f70 cleaner form layout: CSS, forum-form class, remove hardcoded sizes/br tags 2026-06-05 02:07:31 +00:00
blankie
4bd4eb12a5 fix: restore PER_PAGE constant 2026-06-05 02:04:43 +00:00
blankie
3e450103df manual sync by default: sync now button, auto-sync toggle 2026-06-05 02:02:25 +00:00
blankie
edf3d23cd1 gossip sync: sync with random 20 peers per cycle instead of all peers 2026-06-05 01:58:32 +00:00
blankie
f16907d6a2 max title (200) and body (10k) length limits, fix unescaped body in edit form 2026-06-05 01:04:17 +00:00
blankie
fabac92746 README: auto-discovery and storage retention docs 2026-06-05 01:01:01 +00:00
blankie
ed541440b4 auto-discovery toggle, auto-prune with customizable retention 2026-06-05 01:00:47 +00:00
blankie
68a9b569d8 update moderation page: note auto-discovery, bootstrap fallback 2026-06-05 00:55:23 +00:00
blankie
6a1f47818d truly public forum: auto-discover other instances via RNS announce handler 2026-06-05 00:55:03 +00:00
blankie
0de6be8f3d auto peer discovery: gossip known peers during sync, discover from_hash automatically 2026-06-05 00:43:18 +00:00
blankie
74dd108011 add sync tests: thread, reply, upvote, block, retraction, bidirectional, gossip, update 2026-06-05 00:34:16 +00:00
blankie
41e0d81715 fix README URLs, handler tests, sync improvements, block/retract gossip 2026-06-05 00:32:30 +00:00
blankie
a89edde2de initial: decentralized link-sharing forum for TinyWeb 2026-06-04 08:23:51 +00:00