Setting Antispam Configuration to be Optional #1290

Open
opened 2026-01-13 14:07:50 +00:00 by nabulator · 1 comment

Currently, in the continuwuity-example.toml (since v0.5.2), [global.antispam.meowlnir] table and [global.antispam.draupnir] tables exist. Continuwuity will bark on if you then omit the base_url and refuse to start.

Suggestion:

  • comment out this table and add comments in the toml file instructing users to enable by commenting these tables in
  • Add a separate flag in the config to enable either or both antispam services.

I'm not sure what's the best option but it seems to be having linking the bots should be optional by default.

Currently, in the `continuwuity-example.toml` (since v0.5.2), `[global.antispam.meowlnir]` table and [global.antispam.draupnir] tables exist. Continuwuity will bark on if you then omit the `base_url` and refuse to start. Suggestion: - comment out this table and add comments in the toml file instructing users to enable by commenting these tables in - Add a separate flag in the config to enable either or both antispam services. I'm not sure what's the best option but it seems to be having linking the bots should be optional by default.
ginger added this to the 0.6.0 milestone 2026-01-13 14:16:07 +00:00
Owner

this just needs a little change to the config gen to comment out optional tables by default

this just needs a little change to the config gen to comment out optional tables by default
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
continuwuation/continuwuity#1290
No description provided.