From ddd93d0e571edbe1a62f928436ea79818466e940 Mon Sep 17 00:00:00 2001 From: mkaay Date: Thu, 17 Dec 2009 17:47:41 +0100 Subject: splited gui file, extended .hgignore --- .hgignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index 511709ef0..44507b09a 100644 --- a/.hgignore +++ b/.hgignore @@ -10,4 +10,12 @@ syntax: glob *.pydevproject Downloads/* Logs/* -Plugins/DLC.py \ No newline at end of file +Plugins/DLC.py +failed_links.txt +guiconfig.xml +links.txt +module/links.pkl +module/cookies.txt +ssl.crt +ssl.key +cert.pem -- cgit v1.2.3 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 --- .hgignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index 44507b09a..47098d04c 100644 --- a/.hgignore +++ b/.hgignore @@ -12,7 +12,7 @@ Downloads/* Logs/* Plugins/DLC.py failed_links.txt -guiconfig.xml +module/config/gui.xml links.txt module/links.pkl module/cookies.txt -- cgit v1.2.3 From 63d4273065f475719e63e5785abdbf11be43dae3 Mon Sep 17 00:00:00 2001 From: mkaay Date: Mon, 21 Dec 2009 19:19:28 +0100 Subject: reverted files, pyload.db fix --- .hgignore | 1 + 1 file changed, 1 insertion(+) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index 47098d04c..9de870c0d 100644 --- a/.hgignore +++ b/.hgignore @@ -19,3 +19,4 @@ module/cookies.txt ssl.crt ssl.key cert.pem +module/web/pyload.db -- 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 --- .hgignore | 1 + 1 file changed, 1 insertion(+) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index 9de870c0d..1af47aa3b 100644 --- a/.hgignore +++ b/.hgignore @@ -13,6 +13,7 @@ Logs/* Plugins/DLC.py failed_links.txt module/config/gui.xml +module/config/core.xml links.txt module/links.pkl module/cookies.txt -- 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 --- .hgignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index 1af47aa3b..10afb8d80 100644 --- a/.hgignore +++ b/.hgignore @@ -14,6 +14,7 @@ Plugins/DLC.py failed_links.txt module/config/gui.xml module/config/core.xml +module/config/plugin.xml links.txt module/links.pkl module/cookies.txt @@ -21,3 +22,4 @@ ssl.crt ssl.key cert.pem module/web/pyload.db +webserver.pid -- cgit v1.2.3