Andrey Prygunkov
|
cc0ed38e68
|
refactor: removed dead code
|
2013-03-17 12:43:11 +00:00 |
|
Andrey Prygunkov
|
d2fdc28c85
|
refactor: reworked Connection-class: fully encapsulted sockets; better read/write methods
|
2012-12-30 15:27:38 +00:00 |
|
Andrey Prygunkov
|
2520c8d173
|
fixed compilation warning
|
2012-11-07 03:07:35 +00:00 |
|
Andrey Prygunkov
|
7491c0f7c4
|
added processing of URLs starting with path <nzbget> (e.g. <http://localhost:6789/nzbget/>) as alias to the root path (e.g. <http://localhost:6789/>) in internal web-server to support reverse proxies lacking the ability to rewrite URL
|
2012-10-15 20:40:32 +00:00 |
|
Andrey Prygunkov
|
011239d45c
|
renamed options <ServerIP>, <ServerPort> and <ServerPassword> to <ControlIP>, <ControlPort> and <ControlPassword> to avoid confusion with news-server options <ServerX.Host>, <ServerX.Port> and <ServerX.Password>; the old option names are still recognized and are automatically renamed when the configuration is saved from web-interface; also renamed option <> to <MainDir>
|
2012-10-05 18:57:09 +00:00 |
|
Andrey Prygunkov
|
f604460d56
|
set svn keywords
|
2012-08-06 20:32:48 +00:00 |
|
Andrey Prygunkov
|
eff074faae
|
<index.html> is now returned by web-server for every directory-request, not only for the root one (</>)
|
2012-07-31 18:34:50 +00:00 |
|
Andrey Prygunkov
|
07c04b40b1
|
</index.html> is now returned by web-server when the root path </> is requested
|
2012-07-30 20:46:35 +00:00 |
|
Andrey Prygunkov
|
b0f5119ec0
|
added authorization via URL in RPC-server (example: http://localhost:6789/username:password/jsonrpc)
|
2012-07-10 20:04:13 +00:00 |
|
Andrey Prygunkov
|
ed9aba18b8
|
added processing of http-request <OPTIONS> in RPC-server for better support of cross domain requests
|
2012-07-10 20:00:13 +00:00 |
|
Andrey Prygunkov
|
6c60244b26
|
added gzip-support to built-in web-server
|
2012-07-03 20:34:36 +00:00 |
|
Andrey Prygunkov
|
5051d698c0
|
implemented built-in web-server
|
2012-07-01 19:31:06 +00:00 |
|