| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2025-01-04 | 1 | -1/+1 | |
| | | |||||
| * | Allow explicitly disabling the ojoin/operprefix prefix characters. | 2024-12-10 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2024-06-21 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2024-06-07 | 1 | -2/+2 | |
| | | |||||
| * | Move <oper:autologin> from m_sslinfo to core_oper and rework. | 2022-12-11 | 1 | -1/+1 | |
| | | | | | | | | | - Promote autologin to a core concept with visibility in events. - Replace the binary yes/no value with strict/relaxed/never. This intentionally breaks v3 oper block autologin as admins will need to review them for the security implications of the new behaviour. | ||||
| * | Refactor the internals of the oper system. | 2022-11-28 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | - Allow overriding privileges from the <class> blocks in the <type> and <oper> blocks. - Separate oper types from oper accounts in the code. This enables moving some core stuff out of the config tag later. - Merge the config tags together to make a synthetic tag that can have getXXX called on it instead of using getConfig and then converting it. - Move the details of Have*Permission into the oper type class. - Improve oper events to allow modules to easily hook into the oper system. | ||||
| * | Fix the indentation of various modules. | 2022-10-05 | 1 | -7/+7 | |
| | | |||||
| * | Switch from NULL to nullptr. | 2022-07-22 | 1 | -2/+2 | |
| | | |||||
| * | Add a typedef for a mode rank. | 2022-05-17 | 1 | -1/+1 | |
| | | |||||
| * | Remove unnecessary arguments to On(Post)Oper. | 2022-05-07 | 1 | -1/+1 | |
| | | | | | These are already accessible from the user object. | ||||
| * | Merge branch 'insp3' into master. | 2022-04-29 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-04-28 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-04-16 | 1 | -1/+1 | |
| |\| | |||||
| | * | Add a method to ConfigTag to help with retrieving a single character. | 2022-04-10 | 1 | -1/+1 | |
| | | | |||||
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -3/+3 | |
| | | | |||||
| * | | Mark more mode classes as final. | 2021-10-01 | 1 | -1/+2 | |
| | | | |||||
| * | | Mark all mode classes as final. | 2021-10-01 | 1 | -1/+2 | |
| | | | |||||
| * | | Mark all module classes as final. | 2021-10-01 | 1 | -1/+2 | |
| | | | |||||
| * | | Fire OnUserPreJoin regardless of whether the join is an override. | 2021-05-23 | 1 | -1/+1 | |
| | | | |||||
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -2/+2 | |
| | | | |||||
| * | | Convert various mode methods to take Mode::Change. | 2021-03-30 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | - AccessCheck - AfterMode - BeforeMode - OnModeChange - OnRawMode | ||||
| * | | Initial support for platform-specific module file extensions. | 2020-11-04 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-04-11 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | |
| | | | |||||
| * | | Improve storage of module description, flags, and link data. | 2020-04-11 | 1 | -6/+4 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -0/+5 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -0/+5 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -1/+1 | |
| |\| | |||||
| | * | Textual improvements and fixes such as typos, casing, etc. (#1612) | 2019-04-28 | 1 | -1/+1 | |
| | | | |||||
| * | | ModuleManager: remove fakederef. | 2019-02-07 | 1 | -2/+2 | |
| | | | |||||
| * | | ModeParser: remove fakederef. | 2019-02-07 | 1 | -1/+1 | |
| | | | |||||
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -6/+6 | |
| |/ | |||||
| * | Add the override keyword in places that it is missing. | 2017-11-21 | 1 | -1/+1 | |
| | | | | | GCCs warnings for this are much better than Clangs. | ||||
| * | Add support for setting the unset rank in ModeHandler. | 2017-11-06 | 1 | -1/+1 | |
| | | |||||
| * | Add support for length arguments in getString. | 2017-09-03 | 1 | -2/+1 | |
| | | |||||
| * | Add CXX11_OVERRIDE to overridden members that lack it. | 2017-07-12 | 1 | -2/+2 | |
| | | | | | | This fixes a ton of warnings when building on compilers that default to C++11 or newer. | ||||
| * | Change Membership:hasMode() to accept a PrefixMode | 2016-08-30 | 1 | -1/+1 | |
| | | |||||
| * | Merge insp20 | 2015-04-20 | 1 | -0/+14 | |
| |\ | |||||
| | * | m_operprefix Fix force joined opers not being given the operprefix mode | 2015-01-19 | 1 | -1/+17 | |
| | | | |||||
| * | | Replace irc::modestacker usage with the new ModeParser::Process() | 2014-09-03 | 1 | -9/+3 | |
| | | | |||||
| * | | Pass prefix rank and prefix char to PrefixMode constructor | 2014-08-06 | 1 | -2/+2 | |
| | | | |||||
| * | | Rename UserChanList to User::ChanList, remove UCListIter | 2014-07-14 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge insp20 | 2014-04-07 | 1 | -1/+2 | |
| |\| | |||||
| | * | m_operprefix Don't set +y on the oper if hideoper is being unset due to ↵ | 2014-03-23 | 1 | -1/+2 | |
| | | | | | | | | | | | | | deopering Fixes issue #801 reported by @UselessOper | ||||
| * | | Convert UserChanList to an intrusively linked list | 2014-01-24 | 1 | -1/+1 | |
| | | | |||||
| * | | Automatically register and unregister mode watchers | 2014-01-06 | 1 | -12/+0 | |
| | | | |||||
| * | | Create a base class for prefix modes | 2013-09-11 | 1 | -19/+3 | |
| | | | | | | | | | Move Channel::SetPrefix() into Membership | ||||
| * | | Automatically register ServiceProviders created by modules | 2013-09-08 | 1 | -2/+0 | |
| | | | |||||
| * | | Automatically attach modules to events | 2013-08-04 | 1 | -3/+0 | |
| | | | |||||
| * | | Replace hardcoded mode letters, part 3 | 2013-07-19 | 1 | -3/+6 | |
| | | | | | | | | | This changes most remaining User::IsModeSet() calls to use ModeReferences for modes that were created by other modules or the core | ||||
