Kim Alvefur
71ad48095d
plugins: Use integer config API with interval specification where sensible
...
Many of these fall into a few categories:
- util.cache size, must be >= 1
- byte or item counts that logically can't be negative
- port numbers that should be in 1..0xffff
2023-07-17 01:38:54 +02:00
Kim Alvefur
98922d54b1
plugins: Prefix module imports with prosody namespace
2023-03-24 13:15:28 +01:00
Kim Alvefur
78e7707791
mod_http_files: Log warning about legacy modules using mod_http_files
...
It is time. Most community modules should have been adjusted to work
with the new (net.http.files) way.
At some point this usage should be prevented.
Related to #1765
2022-07-17 17:05:28 +02:00
Kim Alvefur
43351d2b54
Spelling: Fix various spelling mistakes (thanks timeless)
...
Words, sometimes I wonder how they even work
Maybe I missed something.
2022-03-07 00:13:56 +01:00
Kim Alvefur
dd7a972108
mod_http_files: Log something if unable to load MIME database
...
Not that much to worry about, the most common file types are included in
the code above.
2019-12-23 21:52:50 +01:00
Kim Alvefur
92bb509c8a
mod_http_files: Try to determine which module using serve() needs updating
2019-04-05 18:18:23 +02:00
Kim Alvefur
cb2eedde50
mod_http_files: Use net.http.files
2019-04-05 17:12:19 +02:00
Kim Alvefur
8d82efbca7
mod_http_files: Rename variable to avoid name clash [luacheck]
2018-10-10 21:54:12 +02:00
Kim Alvefur
35efbc8a8d
mod_http_files: Silence luacheck warnings related to config variables
2018-10-10 21:53:26 +02:00
Kim Alvefur
c4f68640bb
mod_http_files: Correct cache insertion ( fixes #1130 )
2018-04-17 18:40:57 +02:00
Kim Alvefur
c2c4f7fbc4
mod_http_files: Use path variant of config option API for http_files_dir
2017-03-21 12:06:52 +01:00
Kim Alvefur
0f64dd00ff
mod_http_files: Pass only the name of the path, get_option_path knows how to deal with it
2017-03-17 23:02:35 +01:00
Kim Alvefur
0655146d21
mod_http_files: Use API for config options that are file paths
2017-03-16 20:53:08 +01:00
Kim Alvefur
c3d7d52f0d
plugins/various: Use type-specific config API
2017-03-16 20:46:06 +01:00
Kim Alvefur
2d847c082f
mod_http_files: Send larger files using new file handle API
2016-07-11 12:20:25 +02:00
Kim Alvefur
1d46e953aa
mod_http_files: Switch to use util.cache for cache
2016-07-11 12:17:59 +02:00
Anton Shestakov
b33e46e4ac
mod_http_files: send valid ETag header
...
RFC 2616 section 14 (header field definitions) shows that ETag header content
should be wrapped in double quotes.
2016-07-09 21:55:37 +08:00
Kim Alvefur
3140ed3d62
Merge 0.9->0.10
2016-03-03 16:05:34 +01:00
Kim Alvefur
ae72fdd667
mod_http_files: Preserve a trailing / in paths ( fixes #639 )
2016-03-03 15:31:46 +01:00
Kim Alvefur
e08144940d
mod_http_files: Don't prepend / to path twice, sanitize path does this already
2016-03-03 15:30:00 +01:00
Kim Alvefur
cbe3f15ee4
mod_http_files: Fix traceback when serving a non-wildcard path ( fixes #611 )
2016-03-03 15:28:07 +01:00
Matthew Wild
cb1eeb2386
mod_http_files: Santize the path relative to our base URL before translating it to a filesystem path, fixes a relative path traversal vulnerability
2016-01-07 15:37:47 +00:00
Kim Alvefur
ebdebb946d
Merge 0.9->0.10
2016-01-08 16:16:08 +01:00
Kim Alvefur
23fa3312e7
Merge 0.9->0.10
2015-09-27 00:36:34 +02:00
Kim Alvefur
60ca835146
mod_http_files: Translate forward slashes to local directory separators
2015-09-26 19:35:56 +02:00
Kim Alvefur
a29f12e309
mod_http_files: Strip trailing directory separator regardless of directionality of the slash ( fixes #545 )
2015-09-26 19:34:58 +02:00
Kim Alvefur
f666a0d934
mod_http_files: Strip path separator from end of paths, was broken on Windows (thanks Junne)
2014-03-09 22:16:44 +01:00
Kim Alvefur
9ea9c5719a
Merge 0.9->0.10
2014-03-09 23:47:53 +01:00
Florian Zeitz
1d833bb807
Remove all trailing whitespace
2013-08-09 17:48:21 +02:00
Kim Alvefur
fdacf5cb34
mod_http_files: Put the MIME type map in a global shared table instead of per-host
2013-06-28 19:34:57 +02:00
Kim Alvefur
360e2a5884
mod_http_files: Fix sending Content-Type for index files
2012-12-23 17:04:44 +01:00
Kim Alvefur
59db48f8cb
mod_http_files: Allow passing a string to serve()
2012-12-23 11:17:44 +01:00
Kim Alvefur
4130b38a58
mod_http_files: Expose function other modules can use to combine their routes with file paths to serve
2012-12-21 20:40:29 +01:00
Kim Alvefur
87cf947c6c
mod_http_files: Work with non-wildcard-routes. Key cache on the original HTTP path.
2012-12-21 20:34:40 +01:00
Kim Alvefur
da563cbf87
mod_http_files: Replace file listing with an event, allowing a different plugin to generate it
2012-12-21 20:08:33 +01:00
Kim Alvefur
cd27b11d36
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
2012-12-21 17:54:43 +01:00
Kim Alvefur
8bf32f0b1c
mod_http_files: Rename config options and variable names
2012-12-21 17:22:19 +01:00
Kim Alvefur
92abfa2d51
mod_http_files: Log the error if we can't open or read a file
2012-12-21 16:10:45 +01:00
Kim Alvefur
b1dd7b0be7
mod_http_files: Escape paths in redirects
2012-12-21 09:04:02 +01:00
Kim Alvefur
d1880e05fd
mod_http_files: Only match on modification date when if-none-match is not present
2012-12-21 08:27:14 +01:00
Kim Alvefur
f098458b69
mod_http_files: Only serve cached data if etag is unchanged.
2012-12-21 08:25:09 +01:00
Kim Alvefur
0ff07edb45
mod_http_files: Make sure file extensions are not nil or empty string
2012-12-21 08:19:58 +01:00
Kim Alvefur
dc08340e9f
mod_http_files: Avoid a bunch of table lookups
2012-12-21 08:14:33 +01:00
Kim Alvefur
e104ed8cac
mod_http_files: No use in closing a file handle if we couldn't open it
2012-12-21 08:10:07 +01:00
Kim Alvefur
eaba58e39b
mod_http_files: Compare If-Modified-Since to last modification date
2012-12-16 08:34:50 +01:00
Kim Alvefur
7c7e98953e
mod_http_files: Fix caching the stringified directory index
2012-12-16 08:17:28 +01:00
Kim Alvefur
8c8d3b759f
mod_http_files: Generate simple directory index.
2012-12-11 23:40:30 +01:00
Kim Alvefur
f0449e8428
mod_http_files: Have mimetypes in a shared table. Get mimetypes from /etc/mime.types if exists.
2012-12-11 23:21:25 +01:00
Kim Alvefur
f2336aa626
mod_http_files: Cache data read from disk in a weak table
2012-12-11 23:02:06 +01:00
Kim Alvefur
bcfa20dc80
mod_http_files: Add Last-Modified header
2012-12-11 22:30:50 +01:00