aboutsummaryrefslogtreecommitdiffstats
path: root/src/dbverify
Commit message (Expand)AuthorAgeFilesLines
* Import Atheme commits 774e0ed, 93f3339, 36ac487, e2ca510, a3c08c6, and f26b1b...Gravatar Ben C2017-11-121-1/+1
* dbverify: fix stringref cleanliness issue found by clangGravatar William Pitcock2013-04-141-1/+1
* dbverify: Fix compiler warnings about functions that should be static.Gravatar Jilles Tjoelker2012-03-071-3/+3
* dbverify: use offline_modeGravatar William Pitcock2012-03-061-0/+1
* dbverify: correct corrupted AKICK ACL entries which have flags other than AKICK.•••This was detected on StaticBox, and was not specifically corrected prior to now. Gravatar William Pitcock2012-03-061-0/+9
* Add strict_mode, which dbverify can disable.•••This will allow us to make more errors fatal and remove broken codepaths from Atheme that attempt to correct breaks and inconsistencies in the object store. Gravatar William Pitcock2012-03-051-0/+1
* dbverify: add checks for entity EID consistencyGravatar William Pitcock2012-03-051-1/+36
* dbverify: new tool for verifying object store consistency•••This is basically a fsck(1) for your services object store. Right now, only a couple of checks are implemented, but this can be fairly easily expanded as it builds ontop of the same codebase as atheme itself. Gravatar William Pitcock2012-03-052-0/+119