Added service /shutdown to shut down VODServer using a browser.
Some internal reconfiguration of services.
Apparently MediaPortal TV Server Setup will crash if VODServer sends HTTP Service Unavailable or Internal Server Error codes, so for now VODServer will only send HTTP OK codes.
Version 1.2
Added service override option to speed up MediaPortal TV Server channel scanning.
Added command-line option to enable debug logging for all requests.
ForwardingService renamed to MappingForwardingService to better distinguish from other forwarding services.
Added StaticForwardingService, forwarding to fixed URI.
Fixed a bug where no logging was performed if VODServer fails to start up, for example due to errors in a configuration file.
Improved response generation; VODServer should now always use Transfer-Encoding: chunked, or return an HTTP Service Unavailable response if no upstream data was received.
Improved documentation (but not yet complete).
Many internal changes.
Version 1.2-beta
Added ScriptedParamBuilder, allowing for very flexible parameter initialization.
Many services have been reconfigured to take advantage of ScriptedParamBuilder.
ParamBuilder's are now ordered, allowing insertion of additional builders when extending existing services.
Renamed StandardService to CommandRunnerService.
Improved documentation (but not yet complete).
Version 1.1
Renamed the main jar to VODServer.jar (without version number) for easier upgrades
Added logging functionality
Added (partial) sample configurations for kanalia.eu
Added a service for MMS-based pages
Added functionality for configuring actual channels
Some internal changes may require updates to custom configuration files