| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2022-12-30 | 1 | -2/+1 | |
| | | |||||
| * | Update copyright headers. | 2022-04-28 | 1 | -1/+1 | |
| | | |||||
| * | Fix various minor Doxygen warnings. | 2022-02-02 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2021-08-27 | 1 | -1/+1 | |
| | | |||||
| * | Fix various spelling issues (#1883). | 2021-06-21 | 1 | -9/+9 | |
| | | | | | Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | ||||
| * | Fix xline matching on WebIRC connections. | 2021-06-17 | 1 | -2/+9 | |
| | | |||||
| * | Fix a bunch of really obvious unnecessary includes. | 2021-03-05 | 1 | -1/+0 | |
| | | |||||
| * | Update copyright headers. | 2021-03-05 | 1 | -2/+3 | |
| | | |||||
| * | Add a typedef for the data provider map. | 2020-12-04 | 1 | -1/+2 | |
| | | |||||
| * | Recheck users for xlines when their real hostname changes. | 2020-10-06 | 1 | -17/+79 | |
| | | |||||
| * | ModResult is a class now. | 2020-05-22 | 1 | -3/+1 | |
| | | |||||
| * | Document ModResult and switch the underlying type to char. | 2020-05-21 | 1 | -21/+51 | |
| | | |||||
| * | Update copyright headers. | 2020-04-24 | 1 | -1/+2 | |
| | | |||||
| * | Fixes by misspell-fixer | 2020-04-21 | 1 | -18/+18 | |
| | | |||||
| * | Update user-facing text and comments of SSL to TLS. | 2020-04-14 | 1 | -1/+1 | |
| | | |||||
| * | Document Module::Prioritize. | 2020-04-01 | 1 | -4/+3 | |
| | | |||||
| * | Fix various documentation and formatting issues. | 2020-03-30 | 1 | -1/+0 | |
| | | |||||
| * | Make loading modules considerably more robust and user friendly. | 2020-02-02 | 1 | -37/+1 | |
| | | |||||
| * | Update copyright headers. | 2020-01-31 | 1 | -1/+1 | |
| | | |||||
| * | Bump the ABI version. | 2020-01-31 | 1 | -1/+1 | |
| | | |||||
| * | Add an event for when a command is blocked before execution. | 2020-01-22 | 1 | -1/+8 | |
| | | |||||
| * | Update copyright headers. | 2020-01-11 | 1 | -5/+10 | |
| | | |||||
| * | Bump the InspIRCd ABI version. | 2019-12-03 | 1 | -1/+1 | |
| | | |||||
| * | Add an event which is fired when the server shuts down. | 2019-10-17 | 1 | -1/+7 | |
| | | |||||
| * | Release v3.3.0. v3.3.0 | 2019-08-23 | 1 | -1/+1 | |
| | | |||||
| * | Allow modules to prevent a failed connection from being closed. | 2019-07-21 | 1 | -1/+9 | |
| | | |||||
| * | Add OnUserPreQuit event to allow modules to change quit messages (#1629). | 2019-06-24 | 1 | -1/+11 | |
| | | |||||
| * | Make the data provider list case insensitive. | 2019-06-18 | 1 | -1/+1 | |
| | | |||||
| * | Only call events on modules which aren't dying. | 2019-06-06 | 1 | -2/+4 | |
| | | |||||
| * | Release v3.1.0. v3.1.0 | 2019-05-17 | 1 | -1/+1 | |
| | | |||||
| * | Bump the API revision for the previous commits. | 2019-04-19 | 1 | -1/+1 | |
| | | |||||
| * | Remove the OnNamesListItem event out of the core. | 2019-04-19 | 1 | -13/+1 | |
| | | |||||
| * | Bump the API revision for the previous commit. | 2019-04-15 | 1 | -1/+1 | |
| | | |||||
| * | Fix various typos. | 2019-04-04 | 1 | -1/+1 | |
| | | |||||
| * | Bump the API revision for the previous commit. | 2019-04-04 | 1 | -1/+1 | |
| | | |||||
| * | Document OnUserInit properly and add OnUserPostInit. | 2019-04-04 | 1 | -3/+12 | |
| | | |||||
| * | Document OnUserWrite. | 2019-02-07 | 1 | -0/+6 | |
| | | |||||
| * | Release v3.0.0 release candidate 2. v3.0.0rc2 | 2019-02-06 | 1 | -1/+1 | |
| | | |||||
| * | Delete the old broken test suite. | 2019-02-05 | 1 | -7/+0 | |
| | | | | | | | This doesn't work properly and is disabled in both debug & release builds. It will be resurrected with a proper unit testing framework in the future. | ||||
| * | Release v3.0.0 release candidate 1. v3.0.0rc1 | 2019-01-07 | 1 | -1/+2 | |
| | | |||||
| * | Fix the OnSendWhoLine event being completely broken with WHOX. | 2018-11-15 | 1 | -11/+1 | |
| | | |||||
| * | Fix warnings from Doxygen. | 2018-10-21 | 1 | -1/+1 | |
| | | |||||
| * | Switch all core modules still using COMMAND_INIT to MODULE_INIT. | 2018-09-23 | 1 | -2/+0 | |
| | | |||||
| * | Amend OnPostCommand to specify whether the command is loopcalled. | 2018-09-11 | 1 | -1/+2 | |
| | | | | | | This restores previous behaviour which was lost when the original line parameter was removed. | ||||
| * | Rename OnChangeLocalUserHost to OnPreChangeHost for consistency. | 2018-08-14 | 1 | -2/+2 | |
| | | |||||
| * | Remove the OnInfo event. | 2018-08-14 | 1 | -13/+1 | |
| | | | | | | This is not used by anything and On{Post,Pre}Command hooks can be used if people really want to add stuff to INFO. | ||||
| * | Implement IRCv3 message tag support. | 2018-08-13 | 1 | -3/+4 | |
| | | | | | Co-authored-by: Attila Molnar <attilamolnar@hush.com> | ||||
| * | Convert AWAY to use cross-module events and clean up slightly. | 2018-08-12 | 1 | -11/+1 | |
| | | | | | | | | OnSetAway has been replaced with four events. OnUserPreAway and OnUserPreBack can be used to deny an away state change and/or change the away message of a local user. OnUserAway and OnUserBack allow modules to be notified that a user's away state has changed. | ||||
| * | Remove the original line parameter of On{Pre,Post}Command. | 2018-08-10 | 1 | -4/+2 | |
| | | | | | | | | | | In the brave new world of message tags and alternate wire formats this is no longer something that is appropriate to expose. In reality it was only ever used by m_alias which now reconstitutes the command name and parameters into a RFC 1459-style message for whatever it needs to do. | ||||
| * | Remove support for static modules. | 2018-07-31 | 1 | -23/+0 | |
| | | | | | | | | | | This has been frequently broken in the past and as far as I know is used by literally nobody. Also, even if all modules are compiled into the core any libraries linked against are and have always been linked dynamically making this unusable on platforms without dynamic libraries. | ||||
