mod_http: Allow a route value to be static data rather than a handler function
|
Matthew Wild |
2012-04-27 |
net.http.codes: Add missing 418 status code
|
Matthew Wild |
2012-04-27 |
mod_http_files: Specify method in HTTP route
|
Matthew Wild |
2012-04-27 |
mod_http: Routes now require a method to be specified, but the path has become optional (defaults to the base path with no trailing '/'
|
Matthew Wild |
2012-04-27 |
mod_http: Link to docs on routes in error message
|
Matthew Wild |
2012-04-27 |
moduleapi: Rename module:hook_stanza() -> module:hook_tag() (hook_stanza works for compat)
|
Matthew Wild |
2012-04-27 |
moduleapi: get_host_type(): Return nil for global modules (no host)
|
Matthew Wild |
2012-04-27 |
mod_http: Remove unused import of url.parse
|
Matthew Wild |
2012-04-26 |
mod_http_files, net.http.parser: Move path normalization to net.http.parser so that all modules can benefit
|
Matthew Wild |
2012-04-26 |
Merge with backout
|
Matthew Wild |
2012-04-26 |
Revert 98bfebb38705, moved to net.http.parser in 4fc99f1b7570
|
Matthew Wild |
2012-04-26 |
net.http.server: Fire http-error 400 if request fails sanity checks
|
Matthew Wild |
2012-04-26 |
net.http.parser: Handle full URLs in status line.
|
Waqas Hussain |
2012-04-26 |
mod_http_errors: Module to handle HTTP errors with a HTML page
|
Matthew Wild |
2012-04-26 |
net.http.server: Make error handling overrideable via 'http-error' event
|
Matthew Wild |
2012-04-26 |
net.server.http: Parse absolute URIs in requests (thanks Maranda)
|
Matthew Wild |
2012-04-26 |
moduleapi: Fix parameters to unhook_object_event()
|
Matthew Wild |
2012-04-26 |
moduleapi: module:depends(): Don't load shared modules onto the current host if the current host is '*'...
|
Matthew Wild |
2012-04-26 |
net.http.server: Expose events object (for debug purposes)
|
Matthew Wild |
2012-04-26 |
util.helpers: show_events(): Make more robust, and allow filtering results to a specific event
|
Matthew Wild |
2012-04-26 |
net.http.server: Lower score of wildcard handlers to ensure specific handlers beat them
|
Matthew Wild |
2012-04-26 |
mod_http_files: Change option name from http_path to http_files_dir
|
Matthew Wild |
2012-04-26 |
mod_http: Switch to single option for specifying HTTP app bases, http_paths. Keys are app/module names, values are base paths.
|
Matthew Wild |
2012-04-26 |
mod_http_files: Log 404 failure reason
|
Matthew Wild |
2012-04-26 |
mod_http_files: Return numeric error codes instead of custom error responses
|
Matthew Wild |
2012-04-26 |
util.debug: Remove 'white' from boundary style (leave at default colour)
|
Matthew Wild |
2012-04-26 |
util.termcolours: tohtml() for converting output to HTML. I don't know.
|
Matthew Wild |
2012-04-26 |
mod_bosh: Update informational message on GET
|
Matthew Wild |
2012-04-26 |
mod_http: Use module:hook/unhook_event_object() so that handlers get unregistered if mod_http is unloaded
|
Matthew Wild |
2012-04-26 |
moduleapi: Add module:unhook_object_event()
|
Matthew Wild |
2012-04-26 |