Skip to content

Releases: someodd/phorum

[v0.6.0.0] - 2024-06-25: Renamed to Phorum + Packaging

25 Jun 08:51
491717d
Compare
Choose a tag to compare

Project renamed to Phorum!

This release is based off a move to start packaging the software so it's more easily used
and installed on servers. Namely, automation has begun to create a Debian package, but
probably more options to come!

Part of the switch is I've stopped using Nix for packaging and a dev environment.

I won't mention changes to this repo that are outside the actual software itself in the
changes below.

Added

  • Config option for running as a specific user, if phorum is ran as root it will
    switch to the specified user.

Changed

  • Command line interface so you always specify a path to the config file with
    --config
  • The "space cookie" config section is now the "daemon" config section

v0.4.0.0: Reposting

31 Mar 04:53
099a53d
Compare
Choose a tag to compare
v0.4.0.0: Reposting Pre-release
Pre-release

Added

  • Make gopher links out of posted URIs!
  • Special codes: you can define keys associated with strings in your config.toml, if a
    post's entire message is <somekey> where somekey belongs to an entry in the
    specialCodes table, then the post will be presented as the corresponding value.
  • Prevent the creation of threads with a message that already exists as a thread OP
  • Prevent accidental reposting + some spam by disallowing posting a reply which has the
    same IP and message as the last reply in the same thread. This is nice for preventing
    an index search result from being refreshed, when the user intends to simply refresh
    the thread, and it resulting in an accidental repost.

Changed

  • Rate-limit messages broken down into two separate messages for reply rate limit and
    new thread rate limit

v0.4.0.0: Blank selector

14 Mar 07:50
5936b72
Compare
Choose a tag to compare
Pre-release

Handle blank selector.

v0.3.0.0

14 Mar 02:23
1cf405a
Compare
Choose a tag to compare
v0.3.0.0 Pre-release
Pre-release

Added

  • Configurable maximum post length
  • Configuration for client sent an empty query language
  • Config options for spacecookie server
  • (Hopefully) more accessible reply + new thread links

Fixed

  • Give an error for when a post is too long

v0.2.0.0: TOML + Rate-limiting!

08 Mar 11:36
v0.2.0.0
16e4315
Compare
Choose a tag to compare
Pre-release
Version v0.2.0.0. TOML + rate-limiting

v0.1.0.0: Initial Release/Proof of Concept

05 Mar 02:44
fe11500
Compare
Choose a tag to compare
Release v0.1.0.0 (proof of concept)