Skip to content

v0.2.0

Choose a tag to compare

@ralyodio ralyodio released this 03 Sep 14:51
· 7 commits to main since this release
744598d

The first tagged release of tsbb.

New

  • Forums filled from RSS or Atom feeds. Attach feeds to a forum from its admin page. The worker polls each on its own interval and posts every new item as a topic under the account you choose. Items are remembered by guid, so nothing is posted twice, and the first fetch of a long feed posts only the newest few. Fetch now, pause, resume and remove from the same page. (#7)
  • Member posting policy per forum. Members may start topics and reply, reply only, or read only. Enforced in the one permission resolver, so the web UI, the REST API and the terminal client agree; staff are always exempt. (#7)
  • Board setting feeds.importEnabled to switch feed import off board-wide.
  • A dependency-free RSS 2.0, RSS 1.0 and Atom parser.

Fixed

  • Per-post Reply and Quote links now follow the viewer's reply permission instead of leading to a refusal.

Upgrading

Migration 0008_feed_sources.sql runs at boot. No configuration changes are needed.