| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright headers. | InspIRCd Robot | 2024-07-14 | 1 | -1/+1 |
| * | Use auto when extracting the internal type of a message target. | Sadie Powell | 2024-07-13 | 1 | -1/+1 |
| * | Allow using /ACCEPT to override more blocking modes. | Sadie Powell | 2024-07-13 | 1 | -0/+6 |
| * | 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 |
| * | Move numeric helper classes to their own header. | Sadie Powell | 2022-06-26 | 1 | -0/+1 |
| * | Merge branch 'insp3' into master. | Sadie Powell | 2022-04-29 | 1 | -1/+1 |
| |\ |
|
| | * | Update copyright headers. | InspIRCd Robot | 2022-04-28 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2022-03-27 | 1 | -4/+21 |
| |\| |
|
| | * | Add support for blocking invites to the commonchans module. | Sadie Powell | 2022-03-23 | 1 | -4/+28 |
| * | | Abolish the infernal space before accessibility keywords. | Sadie Powell | 2022-01-25 | 1 | -2/+2 |
| * | | Apply the final keyword to all module classes where appropriate. | Sadie Powell | 2021-10-04 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2021-07-01 | 1 | -3/+3 |
| |\| |
|
| | * | Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
| Josh Soref | 2021-06-21 | 1 | -3/+3 |
| * | | Rename Simple{Channel,User}ModeHandler to match other mode handlers. | Sadie Powell | 2021-06-01 | 1 | -1/+1 |
| * | | Replace all internal references to uline with services. | Sadie Powell | 2021-01-30 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-05-05 | 1 | -1/+1 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2020-04-24 | 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 | -8/+4 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-04-09 | 1 | -1/+1 |
| |\| |
|
| | * | Add the Numerics::CannotSendTo class and switch stuff to use it. | Sadie Powell | 2020-04-04 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-01-17 | 1 | -2/+5 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2020-01-11 | 1 | -2/+5 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-01-01 | 1 | -1/+1 |
| |\| |
|
| | * | Update my name and email address. | Sadie Powell | 2019-12-31 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-05-15 | 1 | -16/+35 |
| |\| |
|
| | * | Fix an inverted condition in the commonchans module. | Peter Powell | 2019-05-14 | 1 | -1/+1 |
| | * | Some more text fixes and improvements (#1618). | Robby | 2019-04-28 | 1 | -2/+2 |
| | * | commonchans: HandleMessage should not be marked as override. | Peter Powell | 2019-04-13 | 1 | -1/+1 |
| | * | General code cleanup for the commonchans module.•••- Restructure the code to be more readable.
- Add support for tag messages.
| Peter Powell | 2019-04-04 | 1 | -16/+35 |
| | * | m_commonchans: Replace IsOper() with HasPrivPermission() instead. | Robby | 2019-04-02 | 1 | -1/+1 |
| * | | Replace the override macro with the override keyword. | Sadie Powell | 2019-01-25 | 1 | -2/+2 |
| |/ |
|
| * | 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 | -3/+3 |
| * | Only subclass Simple{Channel,User}ModeHandler when necessary. | Peter Powell | 2017-11-13 | 1 | -10/+3 |
| * | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... | Attila Molnar | 2016-02-25 | 1 | -1/+1 |
| * | Introduce Server class•••- Replaces std::string server in User
- Replaces InspIRCd::ULine() and SilentULine()
| Attila Molnar | 2014-01-05 | 1 | -1/+1 |
| * | Use WriteNumeric() everywhere we send numerics and include the user's nick au... | Adam | 2013-11-12 | 1 | -1/+1 |
| * | Automatically register ServiceProviders created by modules | attilamolnar | 2013-09-08 | 1 | -5/+0 |
| * | Automatically attach modules to events | attilamolnar | 2013-08-04 | 1 | -1/+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 | -1/+1 |
| * | 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 | -8/+2 |
| * | 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 | -4/+4 |
| * | Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper() | attilamolnar | 2013-04-10 | 1 | -1/+1 |
| * | Whitespace and empty destructor removal, minor coding style changes | attilamolnar | 2013-04-01 | 1 | -5/+0 |
| * | Register all commands, modes and extensions using AddService()•••AddService() throws an exception if an item cannot be registered, modules no longer need to worry about AddMode() etc. failing
| attilamolnar | 2012-12-02 | 1 | -2/+1 |
| * | Dynamically determine the size of the eventlist[] passed to Attach()•••m_sqlauth was attached to I_OnUserDisconnect but didn't provide a handler for it, remove
| attilamolnar | 2012-12-02 | 1 | -1/+1 |
| * | Attach to events and register services in init() | attilamolnar | 2012-12-02 | 1 | -1/+4 |