Software /
code /
prosody
Log
plugins/mod_httpserver.lua @ 5836:fa8cfe830fef
description | author | age |
---|---|---|
mod_httpserver: Serve index.html if a request is made for a directory and it contains one (thanks Brian Cully) | Matthew Wild | Tue, 13 Jul 2010 09:25:45 +0100 |
Merge 0.6->0.7 | Matthew Wild | Mon, 22 Mar 2010 17:24:55 +0000 |
Update copyright headers for 2010 | Matthew Wild | Mon, 22 Mar 2010 17:06:15 +0000 |
mod_httpserver: Rudimentary directory detection, return forbidden instead of causing a traceback (since commit 0325f241a26c) | Matthew Wild | Fri, 01 Jan 2010 21:32:23 +0000 |
mod_httpserver: Text files are text/plain, and not plain/text. | Waqas Hussain | Thu, 10 Dec 2009 16:52:08 +0500 |
mod_httpserver: Removed a log message. | Waqas Hussain | Thu, 10 Dec 2009 16:34:38 +0500 |
mod_httpserver: Read files in binary mode; fixes issues with serving binary files. | Waqas Hussain | Thu, 10 Dec 2009 16:27:17 +0500 |