aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_chanacl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices to 2011Gravatar Jackmcbarn2011-05-041-1/+1
* Don't set variables that aren't changing from default or are being immediatel...Gravatar Jackmcbarn2011-04-171-1/+0
* Add support for changing the default mode required to use m_chanaclGravatar Jackmcbarn2010-11-151-1/+19
* Fix compilationGravatar Daniel De Graaf2010-10-101-1/+1
* Support glob patternsGravatar Jackmcbarn2010-10-091-1/+1
* Avoid future bugs with AttachGravatar Jackmcbarn2010-08-281-1/+1
* Change modelist back to 2.0 definition to remove double-dereference in BanItemGravatar Daniel De Graaf2010-08-211-3/+3
* 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