summaryrefslogtreecommitdiffstats
path: root/filterdb.h
Commit message (Collapse)AuthorAgeFilesLines
* squark: reorganize sources to src directoryTimo Teräs2010-11-071-59/+0
|
* authdb: implement basicsTimo Teräs2010-08-271-2/+2
| | | | | | | | | Implement a shared memory based authentication cache. It's a simple local cache indexed by IP-address, and keeps track of that IP's auth info such as username, allowed categories and timeouts. This provides basis for captive portal, per-user definable category restrictions and implementation of soft blocks (block which can be overridden by user by clicking a button on the blocked page).
* db: rename squarkdb to filterdbTimo Teräs2010-08-221-0/+59
will need authentication db later too.