occupyhere / occupy.here

A tiny self-contained darknet
http://occupyhere.org/
GNU General Public License v3.0
185 stars 32 forks source link

Running with thttpd + Security fix #1

Closed Phaeilo closed 13 years ago

Phaeilo commented 13 years ago

These are mostly the canges to get the forum running on Debian with thttpd. Combining config.lua and forum.cgi isn't pretty, but otherwise forum_base won't work. README.md was expanded with new instructions. A .gitignore was added to exclude data/ except for the initial topic. The input sanitizer was improved. This prevents injection of attributes into the author-name input field when previewing. Reading an empty STDIN would hang the script, therefor STDIN is only read if there seems to be data on it.

dphiffer commented 13 years ago

These are great Phaello, thanks so much!