a sandboxed Lua backend for FastCGI
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

17 lines
316 B

  1. High Priority
  2. -------------
  3. POST variable parsing
  4. Basic sandboxed database support (e.g. GET/PUT)
  5. Sandboxed dofile() / loadfile() / loadstring()
  6. Medium Priority
  7. ---------------
  8. File Upload Support
  9. Database error logging
  10. Consider switching to mmap() for file reads
  11. Low Priority
  12. ------------
  13. Database file adapter