0.18.3:

bugs fixed (crawler after scan sql error, correct 0: name=0 path=0 ext=0,
mysql koi8, utf: cut ip, dead ranges, dcppp many bugs, ...)

pg: fulltext: 8.3

new http scanner [in progress]

$config{'allow_cp_detect'} -> !$config{'no_cp_detect'}
$config{'lng_default'} -> $config{'lang_default'}

automatic codepade detect from HTTP_ACCEPT_CHARSET
$config{'codepage'} -> $config{'codepage_default'}
$config{'codepage'} now can be used for disable detect

dcppp module now is Net:irectConnect (preparing for CPAN)

dc: magnet links now with xs= -> auto connect to specified hub

gpl2 -> gpl3

mod_rewrite ./123 == ./?size=123 ; ./xxx == ./?q=xxx ; ./a/b/c == ./?path=/a/b/c ; ./add == ./?show=add ...
$config{'allow_rewrite'} = 1;

$config{'cache_http'}=14 now in days to expire cache

$config{'purge_time'} -> $config{'purge'} ;# ./tmp,var files older than this value ignored

$config{'purgedef'} -> $config{'purge_by'}

local path scan:
perl crawler.pl C:\pub
perl crawler.pl local://C:\pub
perl crawler.pl /pub --local_prot=ftp --local_host=10.20.30.40