summaryrefslogtreecommitdiff
path: root/src/modules/m_chanacl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change config reading hook for better error reporting•••This eliminates the OnRehash hook, and replaces it with ReadConfig which is called on boot, module load, and rehash. Gravatar Daniel De Graaf2010-08-211-5/+3
* Move m_chanacl decision to the end to avoid possible conflicts with other mod...Gravatar Daniel De Graaf2010-08-071-1/+2
* Prevent kicks of users who have a protecting low-rank prefix setGravatar Daniel De Graaf2010-08-071-1/+1
* Give an error message to users denied by an ACLGravatar Daniel De Graaf2010-08-061-1/+5
* Fix the permissions code to be a bit less confusingGravatar Daniel De Graaf2010-08-061-7/+9
* Fix incorrect membership being checked in m_chanaclGravatar Daniel De Graaf2010-08-061-2/+2
* Add m_chanacl, channel access control groupsGravatar Daniel De Graaf2010-08-031-0/+138