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