From d08271cbb66f3ccbd8f3c5cf707008388ff4297e Mon Sep 17 00:00:00 2001 From: mkaay Date: Thu, 17 Dec 2009 21:33:13 +0100 Subject: new xml config for core --- module/config/core.xml | 58 +++++++++++++++++++++++++++++++++++++++++++ module/config/gui_default.xml | 7 ++++++ 2 files changed, 65 insertions(+) create mode 100644 module/config/core.xml create mode 100644 module/config/gui_default.xml (limited to 'module/config') diff --git a/module/config/core.xml b/module/config/core.xml new file mode 100644 index 000000000..891856c00 --- /dev/null +++ b/module/config/core.xml @@ -0,0 +1,58 @@ + + + 7227 + 0.0.0.0 + admin + pwhere + + + False + ssl.srt + ssl.key + + + True + 127.0.0.1 + 8000 + + True + None + None + None + None + None + + + True + Logs + 5 + + + de + Downloads + 3 + False + links.txt + failed_links.txt + reconnect_method + False + 5 + + + True + False + + + 0:00 + 0:00 + + + 0:00 + 0:00 + + + False + http://localhost:8080 + http + + diff --git a/module/config/gui_default.xml b/module/config/gui_default.xml new file mode 100644 index 000000000..af38eda4c --- /dev/null +++ b/module/config/gui_default.xml @@ -0,0 +1,7 @@ + + + + Local + + + -- cgit v1.2.3 From 5fea358c45d2f04ca7dcec3521f3b7cddeccf3ee Mon Sep 17 00:00:00 2001 From: Wugy Date: Thu, 17 Dec 2009 22:14:36 +0100 Subject: webinterface host for everyone --- module/config/core.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/config') diff --git a/module/config/core.xml b/module/config/core.xml index 891856c00..6da85cf32 100644 --- a/module/config/core.xml +++ b/module/config/core.xml @@ -12,7 +12,7 @@ True - 127.0.0.1 + 0.0.0.0 8000 True -- cgit v1.2.3 From 2f3cc86bc06d55abc4f6fb55ee38eb5b83366335 Mon Sep 17 00:00:00 2001 From: spoob Date: Thu, 17 Dec 2009 23:10:14 +0100 Subject: Removed prints --- module/config/core.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/config') diff --git a/module/config/core.xml b/module/config/core.xml index 6da85cf32..392309e1c 100644 --- a/module/config/core.xml +++ b/module/config/core.xml @@ -11,7 +11,7 @@ ssl.key - True + False 0.0.0.0 8000 -- cgit v1.2.3 From adcc953b4dd2dce1f91bd7cd11105e9f0653f704 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 19 Dec 2009 15:13:10 +0100 Subject: fixed reconnect --- module/config/core.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/config') diff --git a/module/config/core.xml b/module/config/core.xml index 392309e1c..6da85cf32 100644 --- a/module/config/core.xml +++ b/module/config/core.xml @@ -11,7 +11,7 @@ ssl.key - False + True 0.0.0.0 8000 -- cgit v1.2.3 From f7f83692039997e1988cc6fae53676856668444b Mon Sep 17 00:00:00 2001 From: spoob Date: Sat, 19 Dec 2009 19:07:17 +0100 Subject: Fixed Netload, no Premium --- module/config/core.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/config') diff --git a/module/config/core.xml b/module/config/core.xml index 6da85cf32..392309e1c 100644 --- a/module/config/core.xml +++ b/module/config/core.xml @@ -11,7 +11,7 @@ ssl.key - True + False 0.0.0.0 8000 -- cgit v1.2.3 From ed14601a9a83439ce096441ad7ca7a8c4d9b13f8 Mon Sep 17 00:00:00 2001 From: spoob Date: Sat, 19 Dec 2009 20:50:26 +0100 Subject: Fixed file_exists function for local files --- module/config/core.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/config') diff --git a/module/config/core.xml b/module/config/core.xml index 392309e1c..6da85cf32 100644 --- a/module/config/core.xml +++ b/module/config/core.xml @@ -11,7 +11,7 @@ ssl.key - False + True 0.0.0.0 8000 -- cgit v1.2.3 From 59eaacc4228707f715be147350adb0a670de6985 Mon Sep 17 00:00:00 2001 From: mkaay Date: Mon, 21 Dec 2009 17:57:17 +0100 Subject: save window state --- module/config/gui_default.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'module/config') diff --git a/module/config/gui_default.xml b/module/config/gui_default.xml index af38eda4c..9b6d75936 100644 --- a/module/config/gui_default.xml +++ b/module/config/gui_default.xml @@ -4,4 +4,8 @@ Local + + + + -- cgit v1.2.3 From 5ee3579572b60bb8f9e6475a517d69462b0cfe29 Mon Sep 17 00:00:00 2001 From: mkaay Date: Wed, 23 Dec 2009 21:04:06 +0100 Subject: download speed limit --- module/config/core.xml | 58 ----------------------------------------- module/config/core_default.xml | 59 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+), 58 deletions(-) delete mode 100644 module/config/core.xml create mode 100644 module/config/core_default.xml (limited to 'module/config') diff --git a/module/config/core.xml b/module/config/core.xml deleted file mode 100644 index 6da85cf32..000000000 --- a/module/config/core.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - 7227 - 0.0.0.0 - admin - pwhere - - - False - ssl.srt - ssl.key - - - True - 0.0.0.0 - 8000 - - True - None - None - None - None - None - - - True - Logs - 5 - - - de - Downloads - 3 - False - links.txt - failed_links.txt - reconnect_method - False - 5 - - - True - False - - - 0:00 - 0:00 - - - 0:00 - 0:00 - - - False - http://localhost:8080 - http - - diff --git a/module/config/core_default.xml b/module/config/core_default.xml new file mode 100644 index 000000000..56ac2825c --- /dev/null +++ b/module/config/core_default.xml @@ -0,0 +1,59 @@ + + + 7227 + 0.0.0.0 + admin + pwhere + + + False + ssl.srt + ssl.key + + + True + 0.0.0.0 + 8000 + + True + None + None + None + None + None + + + True + Logs + 5 + + + de + Downloads + 3 + False + links.txt + failed_links.txt + reconnect_method + False + 5 + 0 + + + True + False + + + 0:00 + 0:00 + + + 0:00 + 0:00 + + + False + http://localhost:8080 + http + + -- cgit v1.2.3 From 15841561a8e5650d88e4af477b8e4f8f96a81253 Mon Sep 17 00:00:00 2001 From: mkaay Date: Sat, 26 Dec 2009 21:17:45 +0100 Subject: pluginconfig now in xml --- module/config/plugin_default.xml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 module/config/plugin_default.xml (limited to 'module/config') diff --git a/module/config/plugin_default.xml b/module/config/plugin_default.xml new file mode 100644 index 000000000..01c0e7ed6 --- /dev/null +++ b/module/config/plugin_default.xml @@ -0,0 +1,39 @@ + + + + + + False + + + + + False + + + + + False + + + + + False + + + + + True + + + + False + + -- cgit v1.2.3 From 66c2411b04217a8ae5b9d5698e6d9d66cd997b42 Mon Sep 17 00:00:00 2001 From: mkaay Date: Mon, 28 Dec 2009 22:25:53 +0100 Subject: checksum is now optional --- module/config/core_default.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'module/config') diff --git a/module/config/core_default.xml b/module/config/core_default.xml index 56ac2825c..7f503ce18 100644 --- a/module/config/core_default.xml +++ b/module/config/core_default.xml @@ -38,6 +38,7 @@ False 5 0 + True True -- cgit v1.2.3 From 7c28259f92c2b3c608583ff128a5ae4134d4c48f Mon Sep 17 00:00:00 2001 From: mkaay Date: Wed, 30 Dec 2009 17:33:14 +0100 Subject: moved captcha stuff, extended serienjunkies, some other stuff --- module/config/plugin_default.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'module/config') diff --git a/module/config/plugin_default.xml b/module/config/plugin_default.xml index 01c0e7ed6..88628cb5e 100644 --- a/module/config/plugin_default.xml +++ b/module/config/plugin_default.xml @@ -36,4 +36,7 @@ False + + RapidshareCom,UploadedTo,NetloadIn,FilefactoryCom + -- cgit v1.2.3 From 4ead56475df252c3783701ddf27be9abbd410ad3 Mon Sep 17 00:00:00 2001 From: mkaay Date: Sat, 2 Jan 2010 15:32:29 +0100 Subject: new xmlparser --- module/config/core_default.xml | 82 +++++++++++++++++++++--------------------- 1 file changed, 41 insertions(+), 41 deletions(-) (limited to 'module/config') diff --git a/module/config/core_default.xml b/module/config/core_default.xml index 7f503ce18..58e5d1be2 100644 --- a/module/config/core_default.xml +++ b/module/config/core_default.xml @@ -1,60 +1,60 @@ - - 7227 - 0.0.0.0 - admin - pwhere + + 7227 + 0.0.0.0 + admin + pwhere - False - ssl.srt - ssl.key + False + ssl.srt + ssl.key - True - 0.0.0.0 - 8000 - - True - None - None - None - None - None + True + 0.0.0.0 + 8000 + + True + False + None + None + None + None - True - Logs - 5 + True + Logs + 5 - de - Downloads - 3 - False - links.txt - failed_links.txt - reconnect_method - False - 5 - 0 - True + de + Downloads + 3 + False + links.txt + failed_links.txt + None + False + 5 + 0 + True - True - False + True + False - 0:00 - 0:00 + 0:00 + 0:00 - 0:00 - 0:00 + 0:00 + 0:00 - False - http://localhost:8080 - http + False + http://localhost:8080 + http -- cgit v1.2.3 From 3e3ba5240d20a5eb8df669272cb0f3d838d8fcfa Mon Sep 17 00:00:00 2001 From: spoob Date: Sun, 3 Jan 2010 14:58:28 +0100 Subject: Full Config File --- module/config/core_default.xml | 86 ++++++++++++++++++++-------------------- module/config/plugin_default.xml | 2 +- 2 files changed, 44 insertions(+), 44 deletions(-) (limited to 'module/config') diff --git a/module/config/core_default.xml b/module/config/core_default.xml index 58e5d1be2..4c95d5386 100644 --- a/module/config/core_default.xml +++ b/module/config/core_default.xml @@ -1,60 +1,60 @@ - + 7227 0.0.0.0 admin pwhere - - False + + False ssl.srt ssl.key - - True - 0.0.0.0 - 8000 - - True - False - None - None - None - None + + True + 0.0.0.0 + 8000 + + True + False + None + None + None + None - - True - Logs - 5 + + True + Logs + 5 - - de - Downloads - 3 - False - links.txt - failed_links.txt - None - False - 5 - 0 - True + + de + Downloads + 3 + False + links.txt + failed_links.txt + None + False + 5 + 0 + True - - True - False + + True + False - - 0:00 - 0:00 + + 0:00 + 0:00 - - 0:00 - 0:00 + + 0:00 + 0:00 - - False - http://localhost:8080 - http + + False + http://localhost:8080 + http diff --git a/module/config/plugin_default.xml b/module/config/plugin_default.xml index 88628cb5e..76a873048 100644 --- a/module/config/plugin_default.xml +++ b/module/config/plugin_default.xml @@ -9,7 +9,7 @@ TeliaSonera #3, TeliaSonera --> - + False -- cgit v1.2.3 From e9dc8ea08452c1555e28f4ac1970b96315ec4376 Mon Sep 17 00:00:00 2001 From: spoob Date: Sun, 3 Jan 2010 21:12:02 +0100 Subject: Cleaned Reconnect XML Config --- module/config/core_default.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'module/config') diff --git a/module/config/core_default.xml b/module/config/core_default.xml index 4c95d5386..035b676f0 100644 --- a/module/config/core_default.xml +++ b/module/config/core_default.xml @@ -31,10 +31,8 @@ de Downloads 3 - False links.txt failed_links.txt - None False 5 0 @@ -44,9 +42,11 @@ True False - - 0:00 - 0:00 + + False + None + 0:00 + 0:00 0:00 -- cgit v1.2.3 From 0ad60190af0ddad290120a491644e1882b12ff1a Mon Sep 17 00:00:00 2001 From: spoob Date: Sun, 3 Jan 2010 21:30:36 +0100 Subject: Fixed XML File --- module/config/core_default.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/config') diff --git a/module/config/core_default.xml b/module/config/core_default.xml index 035b676f0..8e149a442 100644 --- a/module/config/core_default.xml +++ b/module/config/core_default.xml @@ -47,7 +47,7 @@ None 0:00 0:00 - + 0:00 0:00 -- cgit v1.2.3 From c58c228bbec2e59d3c208f85c0a9e7d205dfe050 Mon Sep 17 00:00:00 2001 From: spoob Date: Sun, 3 Jan 2010 22:12:21 +0100 Subject: Better Uploaded Pattern --- module/config/plugin_default.xml | 9 --------- 1 file changed, 9 deletions(-) (limited to 'module/config') diff --git a/module/config/plugin_default.xml b/module/config/plugin_default.xml index 76a873048..1ad653251 100644 --- a/module/config/plugin_default.xml +++ b/module/config/plugin_default.xml @@ -1,14 +1,5 @@ - - False -- cgit v1.2.3 From 5bd5ffbaf7de6436f8648591b9430dad1e3c1eef Mon Sep 17 00:00:00 2001 From: Wugy Date: Wed, 6 Jan 2010 14:22:31 +0100 Subject: default Dir in module/web/media/ --- module/config/core_default.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/config') diff --git a/module/config/core_default.xml b/module/config/core_default.xml index 8e149a442..366197a61 100644 --- a/module/config/core_default.xml +++ b/module/config/core_default.xml @@ -13,7 +13,7 @@ True 0.0.0.0 - 8000 + 8001 True False -- cgit v1.2.3 From 9dc2f58872b9f170621bd583f73f9fe144238972 Mon Sep 17 00:00:00 2001 From: Wugy Date: Wed, 6 Jan 2010 22:14:56 +0100 Subject: Webinterface - AddBox --- module/config/core_default.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/config') diff --git a/module/config/core_default.xml b/module/config/core_default.xml index 366197a61..32ca6599c 100644 --- a/module/config/core_default.xml +++ b/module/config/core_default.xml @@ -30,7 +30,7 @@ de Downloads - 3 + 1 links.txt failed_links.txt False -- cgit v1.2.3 From 893194ce7294002a607d67b4d4d8d3a111cdf098 Mon Sep 17 00:00:00 2001 From: mkaay Date: Wed, 6 Jan 2010 22:17:21 +0100 Subject: reverted config --- module/config/core_default.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/config') diff --git a/module/config/core_default.xml b/module/config/core_default.xml index 32ca6599c..366197a61 100644 --- a/module/config/core_default.xml +++ b/module/config/core_default.xml @@ -30,7 +30,7 @@ de Downloads - 1 + 3 links.txt failed_links.txt False -- cgit v1.2.3 From 205c200b94f3b4edf1220a9ffd5ebeab58aa098b Mon Sep 17 00:00:00 2001 From: spoob Date: Thu, 7 Jan 2010 19:05:42 +0100 Subject: Better ConfigParser --- module/config/core_default.xml | 2 +- module/config/plugin_default.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'module/config') diff --git a/module/config/core_default.xml b/module/config/core_default.xml index 366197a61..07d4ddc1c 100644 --- a/module/config/core_default.xml +++ b/module/config/core_default.xml @@ -1,4 +1,4 @@ - + 7227 0.0.0.0 diff --git a/module/config/plugin_default.xml b/module/config/plugin_default.xml index 1ad653251..3f033fc04 100644 --- a/module/config/plugin_default.xml +++ b/module/config/plugin_default.xml @@ -1,4 +1,4 @@ - + False -- cgit v1.2.3 From ad532495edc4103129bf86b53dec81038babe063 Mon Sep 17 00:00:00 2001 From: spoob Date: Sat, 9 Jan 2010 22:05:15 +0100 Subject: Hooks Config Incomplete --- module/config/core_default.xml | 1 + module/config/gui_default.xml | 1 + module/config/plugin_default.xml | 1 + 3 files changed, 3 insertions(+) (limited to 'module/config') diff --git a/module/config/core_default.xml b/module/config/core_default.xml index 07d4ddc1c..0d684890a 100644 --- a/module/config/core_default.xml +++ b/module/config/core_default.xml @@ -1,3 +1,4 @@ + 7227 diff --git a/module/config/gui_default.xml b/module/config/gui_default.xml index 9b6d75936..490af199e 100644 --- a/module/config/gui_default.xml +++ b/module/config/gui_default.xml @@ -1,3 +1,4 @@ + diff --git a/module/config/plugin_default.xml b/module/config/plugin_default.xml index 3f033fc04..773e4e46f 100644 --- a/module/config/plugin_default.xml +++ b/module/config/plugin_default.xml @@ -1,3 +1,4 @@ + -- cgit v1.2.3 From b1637236297fc5c3278e4d358fa7ec990824db71 Mon Sep 17 00:00:00 2001 From: spoob Date: Wed, 13 Jan 2010 14:21:13 +0100 Subject: More YoutubeChannel Options --- module/config/plugin_default.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'module/config') diff --git a/module/config/plugin_default.xml b/module/config/plugin_default.xml index 773e4e46f..43c220516 100644 --- a/module/config/plugin_default.xml +++ b/module/config/plugin_default.xml @@ -27,6 +27,7 @@ False + uploads,favorites RapidshareCom,UploadedTo,NetloadIn,FilefactoryCom -- cgit v1.2.3