aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_opflags.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix permission checkGravatar Jackmcbarn2011-05-031-1/+1
|
* Remove protocol.h from inspircd.hGravatar Jackmcbarn2011-01-291-0/+1
|
* Fix compileGravatar Jackmcbarn2010-10-291-2/+2
|
* Use more numericsGravatar Jackmcbarn2010-10-291-8/+21
|
* Allow listing of all opflags on a channelGravatar Jackmcbarn2010-10-281-5/+38
|
* Add ExtensibleType argument to ExtensionItem to identify item typesGravatar Daniel De Graaf2010-09-221-1/+1
|
* Fix crash on /opflags queryGravatar Daniel De Graaf2010-09-111-1/+2
|
* Avoid future bugs with AttachGravatar Jackmcbarn2010-08-281-1/+1
|
* Allow users in the autoop list to apply the permitted mode/opflag changes to ↵Gravatar Daniel De Graaf2010-08-261-2/+3
| | | | themselves
* Clarify the configuration tag function namesGravatar Daniel De Graaf2010-08-221-1/+1
|
* Change config reading hook for better error reportingGravatar Daniel De Graaf2010-08-211-4/+3
| | | | | This eliminates the OnRehash hook, and replaces it with ReadConfig which is called on boot, module load, and rehash.
* Don't display server-sourced changes to opflagsGravatar Daniel De Graaf2010-08-201-4/+6
|
* Fix m_autoop sync of opflags and extra send of mode changesGravatar Daniel De Graaf2010-08-201-7/+14
|
* Add SyncTarget::SendCommand for sending preformatted lines s2sGravatar Daniel De Graaf2010-08-141-3/+1
|
* Prevent kicks of users who have a protecting low-rank prefix setGravatar Daniel De Graaf2010-08-071-1/+1
|
* Add <opflags> config tagGravatar Daniel De Graaf2010-08-061-3/+14
|
* Fix permission check when a user has no opflagsGravatar Daniel De Graaf2010-08-061-0/+2
|
* Fix the permissions code to be a bit less confusingGravatar Daniel De Graaf2010-08-061-18/+6
|
* Change m_redirect to redirect on any denied joinGravatar Daniel De Graaf2010-08-041-2/+0
|
* Add m_chanacl, channel access control groupsGravatar Daniel De Graaf2010-08-031-1/+1
|
* Funnel access checks through the OnPermissionCheck hookGravatar Daniel De Graaf2010-08-031-16/+15
|
* Allow m_autoop to grant channel flags, source its mode changes from the ↵Gravatar Daniel De Graaf2010-08-031-8/+25
| | | | joining user
* Change PermissionCheck to ModResult, allow flags to grant an ACL directly in ↵Gravatar Daniel De Graaf2010-08-031-9/+23
| | | | addition to via +WX
* Kill channel mode +x, OPFLAGS command is far less confusingGravatar Daniel De Graaf2010-08-031-133/+97
|
* Add OPFLAGS command to allow services to silently change opflagsGravatar Daniel De Graaf2010-08-031-8/+89
| | | | | | | | | | | Syntax: OPFLAGS #channel UID +flag1,flag2,-flag3,flag4 Adds flag1 and flag2, removes flag3 and flag4 OPFLAGS #channel UID =flag1,flag2 Sets access to exactly flag1 and flag2 Also adds <opflags hidden="true"> to hide the +x mode changes (i.e. on sync)
* Omit opflags from permchannel databaseGravatar Daniel De Graaf2010-08-031-2/+4
|
* Add OpFlagProvider and check flags used in +WX listsGravatar Daniel De Graaf2010-08-031-6/+52
|
* Add m_opflagsGravatar Daniel De Graaf2010-08-031-0/+130