| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright headers. | InspIRCd Robot | 2025-03-28 | 1 | -1/+1 |
| * | Update copyright headers. | InspIRCd Robot | 2024-06-07 | 1 | -2/+2 |
| * | Allow mutating the status message type in OnUserPre(Tag)Message. | Sadie Powell | 2024-05-06 | 1 | -2/+2 |
| * | Fix not being able to unset the deaf/privdeaf modes. | Sadie Powell | 2023-06-26 | 1 | -10/+10 |
| * | Only warn deaf users when they are adding the mode.•••Fixes a regression introduced in commit 1f421861e6.
| Sadie Powell | 2023-06-26 | 1 | -2/+2 |
| * | Fix some unnecessary boolean explicit checks. | Sadie Powell | 2023-02-28 | 1 | -2/+2 |
| * | Replace ModeAction with bool.•••This enum is functionally the same as bool but with weird semantics.
| Sadie Powell | 2023-01-22 | 1 | -8/+8 |
| * | Avoid copying shared_ptr<ConfigTag> when not necessary. | Sadie Powell | 2023-01-10 | 1 | -1/+1 |
| * | Merge branch 'insp3' into master. | Sadie Powell | 2023-01-01 | 1 | -1/+1 |
| |\ |
|
| | * | Update copyright headers. | InspIRCd Robot | 2022-12-30 | 1 | -1/+1 |
| * | | Update module descriptions. | Sadie Powell | 2022-12-12 | 1 | -1/+1 |
| * | | Fix compatibility with the v3 deaf config. | Sadie Powell | 2022-12-12 | 1 | -2/+2 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2022-04-29 | 1 | -2/+2 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2022-04-28 | 1 | -2/+2 |
| | * | Update module descriptions. | Sadie Powell | 2022-04-28 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2022-03-27 | 1 | -1/+1 |
| |\| |
|
| | * | m_deaf: Correct default return in HandleUser(). | Matt Schatz | 2022-03-21 | 1 | -1/+1 |
| | * | Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
| Josh Soref | 2021-06-21 | 1 | -1/+1 |
| * | | Abolish the infernal space before accessibility keywords. | Sadie Powell | 2022-01-25 | 1 | -4/+4 |
| * | | Apply the final keyword to all module classes where appropriate. | Sadie Powell | 2021-10-04 | 1 | -1/+1 |
| * | | Convert simple modes to use Simple{Channel,User}Mode. | Sadie Powell | 2021-06-01 | 1 | -16/+20 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2021-05-14 | 1 | -1/+1 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2021-05-14 | 1 | -1/+1 |
| * | | Convert various mode methods to take Mode::Change.•••- AccessCheck
- AfterMode
- BeforeMode
- OnModeChange
- OnRawMode
| Sadie Powell | 2021-03-30 | 1 | -8/+8 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2021-03-30 | 1 | -38/+71 |
| |\| |
|
| | * | Add support for blocking tag messages with the deaf mode. | Sadie Powell | 2021-03-30 | 1 | -37/+74 |
| * | | Replace all internal references to uline with services. | Sadie Powell | 2021-01-30 | 1 | -2/+2 |
| * | | Rename <deaf:privdeafuline> to <deaf:privdeafservice>. | Sadie Powell | 2021-01-30 | 1 | -6/+6 |
| * | | Rename <deaf:bypasscharsuline> to <deaf:servicebypasschars>. | Sadie Powell | 2021-01-30 | 1 | -8/+8 |
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | Sadie Powell | 2020-10-31 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-04-11 | 1 | -1/+1 |
| |\| |
|
| | * | Update the module descriptions using mkversion. | Sadie Powell | 2020-04-10 | 1 | -1/+1 |
| * | | Improve storage of module description, flags, and link data. | Sadie Powell | 2020-04-11 | 1 | -6/+3 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-01-17 | 1 | -2/+7 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2020-01-11 | 1 | -2/+7 |
| * | | Remove code relating to v3 API changes and v2 module compatibility. | Sadie Powell | 2019-07-18 | 1 | -2/+0 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-07-16 | 1 | -36/+44 |
| |\| |
|
| | * | Replace large if/else blocks for target.type with switches (#1668). | linuxdaemon | 2019-06-24 | 1 | -36/+44 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-05-15 | 1 | -36/+73 |
| |\| |
|
| | * | Textual improvements and fixes such as typos, casing, etc. (#1612) | Robby | 2019-04-28 | 1 | -3/+3 |
| | * | Use a consistent naming scheme for operator privileges.•••- users/callerid-override is now users/ignore-callerid.
- users/privdeaf-override is now users/ignore-privdeaf.
| Peter Powell | 2019-04-04 | 1 | -1/+1 |
| | * | Merge extras/m_privdeaf into m_deaf and update documentation.•••- Merge the 2.0 extras module m_privdeaf (usermode +D for deaf to
user messages and notices) as they have a similar purpose.
- Improve the channel deaf logic where a known case of bypassing
still looped the channel userlist building an empty exemption list.
- Improve the comments within the code.
- Update the documentation with the previously undocumented
configuration to deaf and the new privdeaf configuration.
| Matt Schatz | 2019-04-03 | 1 | -35/+72 |
| * | | Replace the override macro with the override keyword. | Sadie Powell | 2019-01-25 | 1 | -4/+4 |
| |/ |
|
| * | Rework message handling.•••- Move all message-related types to their own header to make moving
them to a cross-module events easier.
- Rename OnUserMessage to OnUserPostMessage.
- Rename OnText to OnUserMessage.
- Replace the dest, target_type, and status parameters with the
MessageTarget class.
- Replace the text, exempt_list, and msgtype parameters with the
MessageDetails struct.
- Add echooriginal and originaltext to the MessageDetails struct
to allow spam filtering to not be broken by cap echo-message.
| Peter Powell | 2018-01-06 | 1 | -6/+6 |
| * | Add the override keyword in places that it is missing.•••GCCs warnings for this are much better than Clangs.
| Peter Powell | 2017-11-21 | 1 | -1/+1 |
| * | m_deaf Remove pointless member prefix check•••Inserting members who lack the required status into the except list makes no difference, they won't get the message either way
| Attila Molnar | 2016-08-30 | 1 | -3/+0 |
| * | m_deaf Fix inverted check | Attila Molnar | 2016-08-30 | 1 | -1/+1 |
| * | Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator instead | Attila Molnar | 2014-07-14 | 1 | -1/+1 |
| * | Rename UserMembList to Channel::MemberMap, switch all code to use it | Attila Molnar | 2014-07-14 | 1 | -1/+1 |
| * | Change return type of Channel::GetUsers() to reference from pointer as it is ... | Attila Molnar | 2014-07-14 | 1 | -2/+2 |