Log

plugins/mod_http_errors.lua @ 12520:bb5f772b3189 0.12

description author age
mod_http_errors: Make it easier to override 'http-message' handler Kim Alvefur 2021-09-24
mod_http_errors: Set status code 200 from root page Kim Alvefur 2021-07-09
mod_http_errors: Add a Prosody logo to root page Kim Alvefur 2021-07-09
mod_http_errors: Allow adding icons on error pages Kim Alvefur 2021-07-09
mod_http_errors: Add some comments Kim Alvefur 2021-02-25
mod_http_errors: Add some silly variations for the '/' page Kim Alvefur 2021-02-25
mod_http_errors: Style tweak Kim Alvefur 2021-02-21
mod_http_errors: Add a highlighted warning to template Kim Alvefur 2021-02-21
mod_http_errors: Add way to reuse the error page template Kim Alvefur 2021-02-21
mod_http_errors: Minify CSS Kim Alvefur 2021-02-18
mod_http_errors: Remove 'extra' element when empty Kim Alvefur 2020-10-12
mod_http_errors: Dark theme! Kim Alvefur 2020-10-12
mod_http_errors: Use a class on extra data section Kim Alvefur 2020-10-12
mod_http_errors: Use text from util.errror object if included Kim Alvefur 2019-12-29
mod_http_errors: Show a friendly page instead of 404 on top level Kim Alvefur 2019-11-17
mod_http_errors: Normalize CSS Kim Alvefur 2019-01-06
mod_http_errors: Use util.interpolation to render HTML template Kim Alvefur 2017-10-27
mod_http_errors: Set Content-Type header to HTML (fixes #1030) Kim Alvefur 2017-10-27
mod_http_errors: Add a newline after end of HTML Kim Alvefur 2016-07-12
Remove all trailing whitespace Florian Zeitz 2013-08-09
mod_motd, mod_register, mod_private, mod_http_errors, mod_admin_adhoc: Remove unused imports Kim Alvefur 2013-03-23
mod_http_errors: Fix cyclic dependency - mod_http depends on us now, no need to depend on it (-1 line) (thanks Maranda) Matthew Wild 2012-05-11
mod_http_errors: Add two new config options, http_errors_always_show (show even for unknown errors) and http_errors_default_message (message for unknown errors) Matthew Wild 2012-04-27
mod_http_errors: Module to handle HTTP errors with a HTML page Matthew Wild 2012-04-26