Large MAPS update
authorAndrew DeFaria <Andrew@DeFaria.com>
Thu, 22 Feb 2018 20:21:24 +0000 (12:21 -0800)
committerAndrew DeFaria <Andrew@DeFaria.com>
Thu, 22 Feb 2018 20:21:24 +0000 (12:21 -0800)
commit16babf81ce331af378de565ba73e927ff5491f65
tree339d5dbe9fc9359e5411abf24edaa397b0fd5ba5
parent9f51fc95d361092058a17611614f31318a3fad0c
Large MAPS update

Removed need for MAPSDB. It wasn't the best way to do stuff and just made
everything a bit more complicated. Moved libraries under lib.

Also fixed a few bugs and eliminated some scripts we had re-written in PHP
or otherwise didn't use.

Changed algorithms a little bit like ResequenceList now orders the
resequencing by hit_count so that useful patterns are used before less
useful patterns. Also changed the aging of hit_count a bit.
40 files changed:
maps/bin/MAPS.pm [deleted file]
maps/bin/MAPSDB.pm [deleted file]
maps/bin/MAPSDeliver
maps/bin/MAPSFile.pm [deleted file]
maps/bin/MAPSLog.pm [deleted file]
maps/bin/MAPSUtil.pm [deleted file]
maps/bin/MAPSWeb.pm [deleted file]
maps/bin/add2blacklist.cgi
maps/bin/add2nulllist.cgi
maps/bin/add2nulllist.pl
maps/bin/add2whitelist.cgi
maps/bin/checkaddress
maps/bin/checkaddress.cgi
maps/bin/detail.cgi
maps/bin/display.cgi
maps/bin/domains [deleted file]
maps/bin/domains.pl [new file with mode: 0755]
maps/bin/editprofile.cgi
maps/bin/exportlist.cgi
maps/bin/importlist.cgi
maps/bin/list.cgi [deleted file]
maps/bin/main.cgi [deleted file]
maps/bin/maps
maps/bin/mapsscrub
maps/bin/mapsutil [deleted file]
maps/bin/mapsutil.pl [new file with mode: 0755]
maps/bin/modifyentries.cgi
maps/bin/processaction.cgi
maps/bin/register.cgi
maps/bin/registerform.cgi
maps/bin/search.cgi
maps/bin/signup.cgi
maps/bin/stats.cgi
maps/bin/updateprofile.cgi
maps/lib/MAPS.pm [new file with mode: 0644]
maps/lib/MAPSFile.pm [new file with mode: 0644]
maps/lib/MAPSLog.pm [new file with mode: 0644]
maps/lib/MAPSUtil.pm [new file with mode: 0644]
maps/lib/MAPSWeb.pm [new file with mode: 0644]
maps/php/list.php