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 407f5e427a improved id's, fixed some bugs, changed database structure, improved errors,
added logging, created html trait, organized and formatted code
3 years ago
src improved id's, fixed some bugs, changed database structure, improved errors, 3 years ago
.gitignore added error handling, improved design, created todo list 3 years ago
.rustfmt.toml some files 3 years ago
Cargo.lock improved id's, fixed some bugs, changed database structure, improved errors, 3 years ago
Cargo.toml improved id's, fixed some bugs, changed database structure, improved errors, 3 years ago
README.md added error handling, improved design, created todo list 3 years ago

README.md

TODO:

  1. proper logging
  2. better html/css, working threads and posts
  3. add authorization and ip whitelist
  4. optimize/clean code, improve memory usage
  5. add images

Rules

  • single page
  • threads might be deleted if they reach maximum storage capacity - the least active thread will then be removed.
  • id's will be attached to every thread and every response based on the order of creation.
  • specific posts will be searchable under the /<thread_id>/<response_id> uri.

POST usage