| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp3' into master. | 2022-04-29 | 1 | -2/+2 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-04-28 | 1 | -2/+2 | |
| | | | |||||
| | * | Update module descriptions. | 2022-04-28 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-03-27 | 1 | -1/+1 | |
| |\| | |||||
| | * | m_deaf: Correct default return in HandleUser(). | 2022-03-21 | 1 | -1/+1 | |
| | | | |||||
| | * | Fix various spelling issues (#1883). | 2021-06-21 | 1 | -1/+1 | |
| | | | | | | | | | Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | ||||
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -4/+4 | |
| | | | |||||
| * | | Apply the final keyword to all module classes where appropriate. | 2021-10-04 | 1 | -1/+1 | |
| | | | |||||
| * | | Convert simple modes to use Simple{Channel,User}Mode. | 2021-06-01 | 1 | -16/+20 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-05-14 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-05-14 | 1 | -1/+1 | |
| | | | |||||
| * | | Convert various mode methods to take Mode::Change. | 2021-03-30 | 1 | -8/+8 | |
| | | | | | | | | | | | | | | | | | - AccessCheck - AfterMode - BeforeMode - OnModeChange - OnRawMode | ||||
| * | | Merge branch 'insp3' into master. | 2021-03-30 | 1 | -38/+71 | |
| |\| | |||||
| | * | Add support for blocking tag messages with the deaf mode. | 2021-03-30 | 1 | -37/+74 | |
| | | | |||||
| * | | Replace all internal references to uline with services. | 2021-01-30 | 1 | -2/+2 | |
| | | | |||||
| * | | Rename <deaf:privdeafuline> to <deaf:privdeafservice>. | 2021-01-30 | 1 | -6/+6 | |
| | | | |||||
| * | | Rename <deaf:bypasscharsuline> to <deaf:servicebypasschars>. | 2021-01-30 | 1 | -8/+8 | |
| | | | |||||
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | 2020-10-31 | 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/+3 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -2/+7 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -2/+7 | |
| | | | |||||
| * | | Remove code relating to v3 API changes and v2 module compatibility. | 2019-07-18 | 1 | -2/+0 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-07-16 | 1 | -36/+44 | |
| |\| | |||||
| | * | Replace large if/else blocks for target.type with switches (#1668). | 2019-06-24 | 1 | -36/+44 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -36/+73 | |
| |\| | |||||
| | * | Textual improvements and fixes such as typos, casing, etc. (#1612) | 2019-04-28 | 1 | -3/+3 | |
| | | | |||||
| | * | Use a consistent naming scheme for operator privileges. | 2019-04-04 | 1 | -1/+1 | |
| | | | | | | | | | | | - users/callerid-override is now users/ignore-callerid. - users/privdeaf-override is now users/ignore-privdeaf. | ||||
| | * | Merge extras/m_privdeaf into m_deaf and update documentation. | 2019-04-03 | 1 | -35/+72 | |
| | | | | | | | | | | | | | | | | | | | | | - 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. | ||||
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -4/+4 | |
| |/ | |||||
| * | Rework message handling. | 2018-01-06 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | - 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. | ||||
| * | 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. | ||||
| * | m_deaf Remove pointless member prefix check | 2016-08-30 | 1 | -3/+0 | |
| | | | | | Inserting members who lack the required status into the except list makes no difference, they won't get the message either way | ||||
| * | m_deaf Fix inverted check | 2016-08-30 | 1 | -1/+1 | |
| | | |||||
| * | Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator instead | 2014-07-14 | 1 | -1/+1 | |
| | | |||||
| * | Rename UserMembList to Channel::MemberMap, switch all code to use it | 2014-07-14 | 1 | -1/+1 | |
| | | |||||
| * | Change return type of Channel::GetUsers() to reference from pointer as it is ↵ | 2014-07-14 | 1 | -2/+2 | |
| | | | | | never NULL | ||||
| * | Move GetAllPrefixChars() from Channel to Membership | 2014-02-14 | 1 | -1/+1 | |
| | | |||||
| * | Remove PreText()-like functions | 2014-01-08 | 1 | -12/+6 | |
| | | | | | Do processing in OnUserPreMessage() | ||||
| * | m_deaf Simplify logic | 2014-01-06 | 1 | -19/+4 | |
| | | |||||
| * | Introduce Server class | 2014-01-05 | 1 | -1/+1 | |
| | | | | | | - Replaces std::string server in User - Replaces InspIRCd::ULine() and SilentULine() | ||||
| * | Automatically register ServiceProviders created by modules | 2013-09-08 | 1 | -5/+0 | |
| | | |||||
| * | Replace OnRehash() with ReadConfig() that is called on boot, on module load ↵ | 2013-08-30 | 1 | -3/+1 | |
| | | | | | | | and on rehash This eliminates the need for calling OnRehash() in init() | ||||
| * | Automatically attach modules to events | 2013-08-04 | 1 | -2/+0 | |
| | | |||||
| * | Remove $Core and $Mod* comments apart from $ModDep. | 2013-07-04 | 1 | -2/+0 | |
| | | |||||
| * | Replace hardcoded mode letters passed to IsModeSet() and GetModeParameter() ↵ | 2013-07-01 | 1 | -18/+8 | |
| | | | | | with ModeHandlers, part 1 | ||||
| * | Remove OnUserPreNotice and OnUserNotice hooks, add MessageType argument to ↵ | 2013-05-20 | 1 | -15/+3 | |
| | | | | | | | OnUserMessage and OnUserPreMessage 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 | ||||
| * | Tidy up keywords on module methods. | 2013-05-15 | 1 | -6/+6 | |
| | | | | | | - 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. | ||||
| * | Add method for writing server notices. | 2013-05-14 | 1 | -1/+1 | |
| | | | | | | | | | | 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. | ||||
