kaotools.git
4 years ago* Added ETA information to kaoupload progress display.
Urban Wallasch [Wed, 19 May 2021 16:40:28 +0000 (18:40 +0200)]
* Added ETA information to kaoupload progress display.

4 years ago* Replaced all sed invocations in kaoget.sh using only bash built-ins.
Urban Wallasch [Fri, 30 Apr 2021 13:59:02 +0000 (15:59 +0200)]
* Replaced all sed invocations in kaoget.sh using only bash built-ins.

4 years ago* Check transfer directory access in xkaoget.sh.
Urban Wallasch [Thu, 29 Apr 2021 10:03:12 +0000 (12:03 +0200)]
* Check transfer directory access in xkaoget.sh.

4 years ago* Support Leech+ links to directory listings and truncate TMP_FILE in kaoget.sh.
Urban Wallasch [Sun, 25 Apr 2021 12:15:29 +0000 (14:15 +0200)]
* Support Leech+ links to directory listings and truncate TMP_FILE in kaoget.sh.

4 years ago* Use greedy matching where appropriate in kaoget.sh.
Urban Wallasch [Sun, 25 Apr 2021 11:29:15 +0000 (13:29 +0200)]
* Use greedy matching where appropriate in kaoget.sh.
* Refactored make_kix() in kaoget.sh.

4 years ago* Support reverse sorting orders too!
Urban Wallasch [Sun, 25 Apr 2021 11:25:12 +0000 (13:25 +0200)]
* Support reverse sorting orders too!

4 years ago* Support different sorting orders in kaoget.sh
Volodymyr Poltavets [Sun, 25 Apr 2021 09:28:30 +0000 (11:28 +0200)]
* Support different sorting orders in kaoget.sh

4 years ago* Added xkaoget.sh convenience wrapper script for kaoget.sh, suitable e.g. for invoca...
Urban Wallasch [Sat, 24 Apr 2021 17:44:26 +0000 (19:44 +0200)]
* Added xkaoget.sh convenience wrapper script for kaoget.sh, suitable e.g. for invocation from GUI tools etc.

4 years ago* Fixed quoting in kaoget.sh.
Urban Wallasch [Sat, 24 Apr 2021 17:43:48 +0000 (19:43 +0200)]
* Fixed quoting in kaoget.sh.

4 years ago* Fixed and improved kaoget.sh: 'speaking' temp file name; abort on getter failure...
Urban Wallasch [Sat, 24 Apr 2021 13:00:05 +0000 (15:00 +0200)]
* Fixed and improved kaoget.sh: 'speaking' temp file name; abort on getter failure; return 0 on success.

4 years ago* Disabled HTTP GET parameter authentification in kaoget.sh.
Urban Wallasch [Sat, 24 Apr 2021 11:16:48 +0000 (13:16 +0200)]
* Disabled HTTP GET parameter authentification in kaoget.sh.

4 years ago* Enhanced kaoget.sh to accept and process directory links.
Urban Wallasch [Sat, 24 Apr 2021 10:59:04 +0000 (12:59 +0200)]
* Enhanced kaoget.sh to accept and process directory links.

4 years ago* Enhanced and improved kaoget.sh to support various download tools.
Urban Wallasch [Sat, 24 Apr 2021 09:38:32 +0000 (11:38 +0200)]
* Enhanced and improved kaoget.sh to support various download tools.

4 years ago* Fixed signal handling (kaoupload.c).
Urban Wallasch [Thu, 22 Apr 2021 18:31:14 +0000 (20:31 +0200)]
* Fixed signal handling (kaoupload.c).

4 years ago* Minor tweaks to kaoupload.c (error handling, display).
Urban Wallasch [Thu, 22 Apr 2021 14:36:11 +0000 (16:36 +0200)]
* Minor tweaks to kaoupload.c (error handling, display).

4 years ago* Fixed the fix.
Urban Wallasch [Wed, 21 Apr 2021 18:13:24 +0000 (20:13 +0200)]
* Fixed the fix.

4 years ago* Cleanup heap in kaoupload.c on exit.
Urban Wallasch [Wed, 21 Apr 2021 17:23:16 +0000 (19:23 +0200)]
* Cleanup heap in kaoupload.c on exit.

4 years ago* Print short statistic for each transferred file (kaoupload.c).
Urban Wallasch [Sun, 18 Apr 2021 14:10:31 +0000 (16:10 +0200)]
* Print short statistic for each transferred file (kaoupload.c).

4 years ago* Return a 403 response code when appropriate, adjusted kaoupload.c accordingly.
Urban Wallasch [Sun, 18 Apr 2021 12:23:51 +0000 (14:23 +0200)]
* Return a 403 response code when appropriate, adjusted kaoupload.c accordingly.

4 years ago* Fixed some minor bugs and inconsistencies in kaoupload.c.
Urban Wallasch [Sat, 17 Apr 2021 23:46:13 +0000 (01:46 +0200)]
* Fixed some minor bugs and inconsistencies in kaoupload.c.

4 years ago* Improved and fixed kaouplod.c: signal handling; adaptive upload buffer size; -c...
Urban Wallasch [Sat, 17 Apr 2021 18:29:16 +0000 (20:29 +0200)]
* Improved and fixed kaouplod.c: signal handling; adaptive upload buffer size; -c config_file command line option; better reply parsing; refactoring

4 years ago* Fixed BWLUP parser in kaoupload.c. -.-
Urban Wallasch [Sat, 17 Apr 2021 13:11:54 +0000 (15:11 +0200)]
* Fixed BWLUP parser in kaoupload.c.  -.-

4 years ago* Improved kaoupload.c 3rd pass WIP.
Urban Wallasch [Sat, 17 Apr 2021 12:59:03 +0000 (14:59 +0200)]
* Improved kaoupload.c 3rd pass WIP.

4 years ago* Refactoring kaoupload.c 2nd pass WIP.
Urban Wallasch [Sat, 17 Apr 2021 09:49:44 +0000 (11:49 +0200)]
* Refactoring kaoupload.c 2nd pass WIP.

4 years ago* Cleaned up and fixed kaoupload.c, first pass.
Urban Wallasch [Fri, 16 Apr 2021 20:05:21 +0000 (22:05 +0200)]
* Cleaned up and fixed kaoupload.c, first pass.

4 years ago* Fixed Whitespace, indendation.
Urban Wallasch [Fri, 16 Apr 2021 16:51:18 +0000 (18:51 +0200)]
* Fixed Whitespace, indendation.

4 years ago* Added resuming kaoupload in C using libcurl
Volodymyr Poltavets [Fri, 16 Apr 2021 09:30:56 +0000 (11:30 +0200)]
* Added resuming kaoupload in C using libcurl

4 years ago* Improved kaoget.sh:
Urban Wallasch [Sat, 10 Apr 2021 12:08:45 +0000 (14:08 +0200)]
* Improved kaoget.sh:
    - accept download URLs on command line
    - skip comment lines
    - better partial download handling

6 years ago* Second batch of leechx implementation.
Urban Wallasch [Sun, 29 Sep 2019 10:04:23 +0000 (12:04 +0200)]
* Second batch of leechx implementation.
* Fully disentangled leech.php and leechx.php code, dropped dirlist.php.
* Use special `keep slashes´ double encoding for rewritable EZ-Leech URLs.
* Removing the filename part from a EZ-Leech URL now retrieves a non-recursive plain HTML directory listing.
* Adapted Apache rewrite rules to accommodate new EZ-Leech URL schemes.

6 years ago* Added kaotan up- and download scripts to repository.
Urban Wallasch [Mon, 23 Sep 2019 12:13:58 +0000 (14:13 +0200)]
* Added kaotan up- and download scripts to repository.

6 years ago* Added Apache configuration to repository.
Urban Wallasch [Mon, 23 Sep 2019 11:50:33 +0000 (13:50 +0200)]
* Added Apache configuration to repository.