summaryrefslogtreecommitdiffstats
path: root/sqdb-build.lua
Commit message (Collapse)AuthorAgeFilesLines
* db, filter: fix db generation of ipv4 style addressesTimo Teräs2010-08-181-8/+26
| | | | | Properly embed the ipv4 address in database now. Teach filter to understand the two new reserved component id's.
* filter: fix db building issues and implement path component matchingTimo Teräs2010-08-131-7/+10
| | | | | | | | Fixes has sub domains/paths hints to be correct. www<number> as first domain entry matching now checks it won't remove second level domain names. And the filter code now looksup path components from the db.
* sqdb-build: write out category sectionTimo Teräs2010-08-111-4/+16
| | | | store the names of categories to database
* squarkdb: cmph based url database for squark filteringTimo Teräs2010-08-091-0/+302
Implement basics of squarkdb which will be used by squark-filter to categorize URIs. Implementation is based on libcmph and uses file format suitable to be mmap:ed from squark-filter. Lua code is used to create the squark database from standard domain / url blacklists.