Software /
code /
prosody
Log
plugins/mod_http_files.lua @ 5265:cc2aed452a62
description | author | age |
---|---|---|
mod_http_files: Expose function other modules can use to combine their routes with file paths to serve | Kim Alvefur | Fri, 21 Dec 2012 20:40:29 +0100 |
mod_http_files: Work with non-wildcard-routes. Key cache on the original HTTP path. | Kim Alvefur | Fri, 21 Dec 2012 20:34:40 +0100 |
mod_http_files: Replace file listing with an event, allowing a different plugin to generate it | Kim Alvefur | Fri, 21 Dec 2012 20:08:33 +0100 |
mod_http_files: Export function can be used by other modules to serve files. Don't serve files by default unless http_files_dir is set | Kim Alvefur | Fri, 21 Dec 2012 17:54:43 +0100 |
mod_http_files: Rename config options and variable names | Kim Alvefur | Fri, 21 Dec 2012 17:22:19 +0100 |
mod_http_files: Log the error if we can't open or read a file | Kim Alvefur | Fri, 21 Dec 2012 16:10:45 +0100 |