From 8d2ef73b063170fb75a6a4844f95f33417b9a29c Mon Sep 17 00:00:00 2001 From: oblikoamorale Date: Wed, 13 Jan 2016 23:04:08 +0300 Subject: [PATCH] foo_httpcontrol: Customizable allowed protocols setting; Meaningful Browse command console error messages; 0.97.16 released --- foo_httpcontrol/readme.html | 39 +++++++++++++++-- foo_httpcontrol/readme.png | Bin 77402 -> 63800 bytes foo_httpcontrol/src/callbacks.cpp | 3 ++ foo_httpcontrol/src/commands.cpp | 40 +++++++++++++----- foo_httpcontrol/src/config.cpp | 14 +++++- foo_httpcontrol/src/config.h | 1 + .../src/foo_httpcontrol_preferences.rc | 18 ++++---- foo_httpcontrol/src/httpcontrol.cpp | 2 +- foo_httpcontrol/src/resource.h | 1 + foo_httpcontrol/src/state.cpp | 27 +++++++++--- foo_httpcontrol/src/state.h | 4 +- 11 files changed, 119 insertions(+), 30 deletions(-) diff --git a/foo_httpcontrol/readme.html b/foo_httpcontrol/readme.html index 86f76b6..b337cd5 100755 --- a/foo_httpcontrol/readme.html +++ b/foo_httpcontrol/readme.html @@ -5,13 +5,30 @@ -

foo_httpcontrol 0.97.15 02 Mar 2014

+

foo_httpcontrol 0.97.16 13 Jan 2016

http://code.google.com/p/foo-httpcontrol

Warning/disclaimer: this software comes without any warranties at all. It is still in the very early development stage, and so on, and so forth, blah-blah-blah. @@ -60,6 +77,9 @@ customizing any template you are using, or even writing your very own one.

  • Limit access to component by defining a login/password pair. Untick to disable passwords.
  • Built-in file browser can be limited to certain paths of your file system. It is useful to simplify the browsing process or hide your secret files from prying eyes. For example, setting Allowed paths to d:\music|c:\temp\music|e:\ permits browsing only in these three file system branches.
  • You can specify additional file extensions to be treated as playable files by built-in file browser. It is required for opening archives containing playable files.
  • +
  • Ignore files with specific extensions in file browser.
  • +
  • Urls of specified protocols are allowed to be enqueued by Browse command. Enables enqueueing of urls handled by 3rd party components like foo_youtube (3dydfy protocol).
    +Suggested value setting: http|https
  • Removes all files which foobar2000 core considers unplayable from built-in file browser.
  • Specifies path where component will look for template files. Pressing Open opens specified or default directory in Explorer. If not sure, leave it blank.
  • Enables gzip compression of component output. Enabling it is usually harmless and quite beneficial as component generates a lot of text which is very compressible. Disable if you are using some funky browser and having unexpected problems.
  • @@ -73,6 +93,15 @@ Don't forget to press Apply or your changes won't have any effect until fb2k is

    Discussion thread (please post all your questions and suggestions here): http://www.hydrogenaudio.org/forums/index.php?showtopic=62218

    +

    Changes history 2016

    +

    v0.97.16 13 Jan

    + + +

    Changes history 2014

    v0.97.15 02 Mar