gochan
gochan copied to clipboard
An imageboard written in Go that can run as a standalone server
https://github.com/secretlounge/secretlounge-ng
# Packages - [ ] cmd/gochan - [ ] cmd/gochan/migration/internal/common - [ ] cmd/gochan/migration/internal/gcupdate - [ ] cmd/gochan/migration/internal/kusabax - [x] cmd/gochan/migration/internal/pre2021 - [ ] cmd/gochan/migration/internal/tinyboard - [ ] building -...
Gochan's wordfilter implementation should be changed so that wordefilters can do any of the following: - [x] Change the matching text to a given string (already supported) - [ ]...
Threads should have the ability (on boards that enable it) to be made cyclical, limited by a configured number of posts and removing old replies (but not the OP) when...
- [x] Implement pre-2021 DB migration - [ ] Implement Kusaba X migration - [ ] Implement TinyBoard migration - [ ] Add the ability for plugins to extend gochan-migration
Some configuration fields appear to be only partially implemented/used, or not consistently implemented (as in the case of Verbose) - [x] Verbose - [x] Lockdown - [x] LockdownMessage - [x]...