| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Move GetAllPrefixChars() from Channel to Membership | Attila Molnar | 2014-02-14 | 1 | -1/+1 |
| * | Remove PreText()-like functions•••Do processing in OnUserPreMessage()
| Attila Molnar | 2014-01-08 | 1 | -12/+6 |
| * | m_deaf Simplify logic | Attila Molnar | 2014-01-06 | 1 | -19/+4 |
| * | Introduce Server class•••- Replaces std::string server in User
- Replaces InspIRCd::ULine() and SilentULine()
| Attila Molnar | 2014-01-05 | 1 | -1/+1 |
| * | Automatically register ServiceProviders created by modules | attilamolnar | 2013-09-08 | 1 | -5/+0 |
| * | Replace OnRehash() with ReadConfig() that is called on boot, on module load a...•••This eliminates the need for calling OnRehash() in init()
| attilamolnar | 2013-08-30 | 1 | -3/+1 |
| * | Automatically attach modules to events | attilamolnar | 2013-08-04 | 1 | -2/+0 |
| * | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell | 2013-07-04 | 1 | -2/+0 |
| * | Replace hardcoded mode letters passed to IsModeSet() and GetModeParameter() w... | attilamolnar | 2013-07-01 | 1 | -18/+8 |
| * | Remove OnUserPreNotice and OnUserNotice hooks, add MessageType argument to On...•••All modules (except m_nonotice) that perform filtering on messages have common logic for handling PRIVMSGs and NOTICEs and most of them run the exact same code in both cases
| attilamolnar | 2013-05-20 | 1 | -15/+3 |
| * | Tidy up keywords on module methods.•••- Remove virtual keyword from a ton of methods which don't need it.
- Add override keyword to a ton of methods which do need it.
| Peter Powell | 2013-05-15 | 1 | -6/+6 |
| * | Add method for writing server notices.•••This allows us to send a server notice to a user without worrying
about whether they are registered or not.
If a user receives a server notice and they are not registered
then the nickname field will contain an asterisk instead of their
nick name.
| Peter Powell | 2013-05-14 | 1 | -1/+1 |