| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix compile | Jackmcbarn | 2010-10-29 | 1 | -2/+2 |
| * | Use more numerics | Jackmcbarn | 2010-10-29 | 1 | -8/+21 |
| * | Allow listing of all opflags on a channel | Jackmcbarn | 2010-10-28 | 1 | -5/+38 |
| * | Add ExtensibleType argument to ExtensionItem to identify item types | Daniel De Graaf | 2010-09-22 | 1 | -1/+1 |
| * | Fix crash on /opflags query | Daniel De Graaf | 2010-09-11 | 1 | -1/+2 |
| * | Avoid future bugs with Attach | Jackmcbarn | 2010-08-28 | 1 | -1/+1 |
| * | Allow users in the autoop list to apply the permitted mode/opflag changes to ... | Daniel De Graaf | 2010-08-26 | 1 | -2/+3 |
| * | Clarify the configuration tag function names | Daniel De Graaf | 2010-08-22 | 1 | -1/+1 |
| * | 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.
| Daniel De Graaf | 2010-08-21 | 1 | -4/+3 |
| * | Don't display server-sourced changes to opflags | Daniel De Graaf | 2010-08-20 | 1 | -4/+6 |
| * | Fix m_autoop sync of opflags and extra send of mode changes | Daniel De Graaf | 2010-08-20 | 1 | -7/+14 |
| * | Add SyncTarget::SendCommand for sending preformatted lines s2s | Daniel De Graaf | 2010-08-14 | 1 | -3/+1 |
| * | Prevent kicks of users who have a protecting low-rank prefix set | Daniel De Graaf | 2010-08-07 | 1 | -1/+1 |
| * | Add <opflags> config tag | Daniel De Graaf | 2010-08-06 | 1 | -3/+14 |
| * | Fix permission check when a user has no opflags | Daniel De Graaf | 2010-08-06 | 1 | -0/+2 |
| * | Fix the permissions code to be a bit less confusing | Daniel De Graaf | 2010-08-06 | 1 | -18/+6 |
| * | Change m_redirect to redirect on any denied join | Daniel De Graaf | 2010-08-04 | 1 | -2/+0 |
| * | Add m_chanacl, channel access control groups | Daniel De Graaf | 2010-08-03 | 1 | -1/+1 |
| * | Funnel access checks through the OnPermissionCheck hook | Daniel De Graaf | 2010-08-03 | 1 | -16/+15 |
| * | Allow m_autoop to grant channel flags, source its mode changes from the joini... | Daniel De Graaf | 2010-08-03 | 1 | -8/+25 |
| * | Change PermissionCheck to ModResult, allow flags to grant an ACL directly in ... | Daniel De Graaf | 2010-08-03 | 1 | -9/+23 |
| * | Kill channel mode +x, OPFLAGS command is far less confusing | Daniel De Graaf | 2010-08-03 | 1 | -133/+97 |
| * | Add OPFLAGS command to allow services to silently change opflags•••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)
| Daniel De Graaf | 2010-08-03 | 1 | -8/+89 |
| * | Omit opflags from permchannel database | Daniel De Graaf | 2010-08-03 | 1 | -2/+4 |
| * | Add OpFlagProvider and check flags used in +WX lists | Daniel De Graaf | 2010-08-03 | 1 | -6/+52 |
| * | Add m_opflags | Daniel De Graaf | 2010-08-03 | 1 | -0/+130 |