summaryrefslogtreecommitdiff
path: root/src/access.cpp
AgeCommit message (Collapse)Author
2011-10-11Bug #1337Adam
2011-09-25Made channel privileges case insensitiveAdam
2011-09-25Added a new database format and sqlite support. Also moved db-convert to a ↵Adam
module.
2011-09-10Made ChanServ privileges configurableAdam
2011-09-10Added chanserv/logAdam
2011-09-10Allow modules to add their own channel levelsAdam
2011-09-10Made service_reference type safeAdam
2011-08-27Tweaked the access operators to allow superadmins to be > channel foundersAdam
2011-08-19Fixed AccessGroup::operator> failAdam
2011-08-14Brought back the old 1.7 behavior of a level -1 matching all users and 0 ↵Adam
matching all identified users
2011-08-09Added forgotten founder checks to cs_access, fixed fantasy replies to come ↵Adam
from the right service, and fixed the accessgroup operators to acount for founder/superadmin
2011-08-09Hopefully sort this AccessGroup::HasPriv once and for allAdam
2011-08-06Fixed suepradminAdam
2011-08-01Rewrote the access systems and added a flags access systemAdam