a quest for a good imageboard
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Dawid J. Kubis 7cf755b47b added support for the DELTE method to moderate the board,
removed authorization code as it can be handled from nginx
updated dependencies, resolved some warnings
1 year ago
src added support for the DELTE method to moderate the board, 1 year ago
.gitignore added error handling, improved design, created todo list 3 years ago
.rustfmt.toml some files 3 years ago
Cargo.lock added support for the DELTE method to moderate the board, 1 year ago
Cargo.toml added support for the DELTE method to moderate the board, 1 year ago
README.md added image support, multipart/form-data parsing (not too great but will do), 2 years ago

README.md

kchan

Rules

  • single page
  • threads might be deleted if they reach maximum storage capacity - the least active thread will then be removed.
  • ids will be attached to every thread and every response based on the order of creation.
  • images are served on <id>/img

POST usage