summaryrefslogtreecommitdiff
path: root/src/access.cpp
AgeCommit message (Expand)Author
2012-01-25WindowsAdam
2012-01-13Only match users nicks against access list entries if the entry is a mask... ...Adam
2012-01-02Updated Copyright to 2012Adam
2011-12-31Bug #1368 - check all members of a users gruop against the access listAdam
2011-12-15Add privilege ranks to determine how powerful privileges areAdam
2011-12-15Fixed access comparatorsAdam
2011-11-17Fixed storing mode locksAdam
2011-11-16Fixed compile errorAdam
2011-11-08WindowsAdam
2011-10-11Don't add new levels to existing channels default, screws with stuff when the...Adam
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 mo...Adam
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 matc...Adam
2011-08-09Added forgotten founder checks to cs_access, fixed fantasy replies to come fr...Adam
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