Home | Wiki | Stats | User List | Help | Login
Archived | ~~ Guest ~~ | Anon | TinyChat | Tag Administration | Parenting | Subscribed | Complaints | [+]

Source Material Callout

LueRevival is a modern rewrite of acjordan2/AlpacaBoards, cloned and inspected at commit 7d2cfe1.

Original subsystemModern replacement in LueRevival
PHP 5.3.7 + SmartyNode 22 + Express + EJS
MySQL schema: Users, Topics, Messages, Links, Invites, Shop, Tags, StaffPermissions, DisciplineHistory, ImageMapPostgres schema preserving those domain concepts with snake_case names and modern constraints
Sphinx search daemonPostgres full-text search indexes
Cookie auth + legacy password librarybcrypt password hashes + server-side Postgres-backed sessions + CSRF
templates/default/css/nblue.cssCopied directly and lightly extended to preserve the gray/blue table-board feel

Bundled upstream references live in docs/UPSTREAM_* so future maintainers can compare behavior against the source material without hunting.