jschan - Anonymous imageboard software. Classic look, modern features and feel. Works without JavaScript and supports Tor, I2P, Lokinet, etc.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
fatchan d6727978f0 order by postId not by _id to prevent issues with out of order inserts at high load 5 years ago
..
accounts.js closes #14 5 years ago
bans.js global and board bans/reports separated, improved action selection form 5 years ago
boards.js generate and save html to disk. actions that would cause a page to change delete the html. on the next visit, nginx will try_files, else pass to the backend which will generate the page again. CURRENTLY DOES NOT SUPPORT POST ACTIONS e.g. deletes, spoiler, sticky, etc will not cause pages to be deleted for future rebuilding. thats coming in next commits. consider this the start of actual smart building strategy to prevent templating and db hits unnecessarily. where its possible to serve a plain html page, we will do so. 5 years ago
captchas.js delete used captchas 5 years ago
db.js stop calling that a model 5 years ago
posts.js order by postId not by _id to prevent issues with out of order inserts at high load 5 years ago
trips.js differentiate between report reason and ban reason, improve actions form, renamed some stuff 5 years ago