| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge branch 'insp3' into master. | 2020-06-08 | 1 | -21/+46 | ||
| |\| | ||||||
| | * | 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 | ||
| * | | Add first class support for extbans.•••This replaces the previous support which was pretty much a giant hack and was not synchronised between servers. | 2020-05-07 | 1 | -7/+1 | ||
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -17/+18 | ||
| |\| | ||||||
| | * | 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 | ||
| * | | Merge branch 'insp3' into master. | 2020-04-14 | 1 | -1/+1 | ||
| |\ \ | ||||||
| | * | | Update user-facing text and comments of SSL to TLS. | 2020-04-14 | 1 | -1/+1 | ||
| | |/ | ||||||
| * | | Rename Module::flags to Module::properties.•••This name is more descriptive and should create less warnings about shadowing in existing modules. | 2020-04-11 | 1 | -3/+3 | ||
| * | | Improve storage of module description, flags, and link data. | 2020-04-11 | 1 | -34/+20 | ||
| * | | Merge branch 'insp3' into master. | 2020-04-09 | 1 | -5/+3 | ||
| |\| | ||||||
| | * | Document Module::Prioritize. | 2020-04-01 | 1 | -4/+3 | ||
| | * | Fix various documentation and formatting issues. | 2020-03-30 | 1 | -1/+0 | ||
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -10/+4 | ||
| * | | Merge branch 'insp3' into master. | 2020-02-04 | 1 | -39/+10 | ||
| |\| | ||||||
| | * | 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 | ||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -5/+10 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -5/+10 | ||
| | * | Bump the InspIRCd ABI version. | 2019-12-03 | 1 | -1/+1 | ||
| * | | Move ISupport logic out of the core and into core_info. | 2020-01-05 | 1 | -7/+1 | ||
| * | | Merge branch 'insp3' into master. | 2019-11-13 | 1 | -1/+7 | ||
| |\| | ||||||
| | * | 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 | ||
| * | | Merge branch 'insp3' into master. | 2019-07-27 | 1 | -1/+9 | ||
| |\| | ||||||
| | * | Allow modules to prevent a failed connection from being closed. | 2019-07-21 | 1 | -1/+9 | ||
| * | | Merge branch 'insp3' into master. | 2019-07-16 | 1 | -4/+16 | ||
| |\| | ||||||
| | * | 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 | ||
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -18/+15 | ||
| |\| | ||||||
| | * | 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 | ||
| * | | Merge branch 'insp3' into master. | 2019-02-15 | 1 | -8/+7 | ||
| |\| | ||||||
| | * | 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.•••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. | 2019-02-05 | 1 | -7/+0 | ||
| * | | ModuleManager: remove fakederef. | 2019-02-07 | 1 | -3/+3 | ||
| * | | LogManager: remove fakederef. | 2019-02-07 | 1 | -2/+2 | ||
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -1/+1 | ||
| |/ | ||||||
| * | Release v3.0.0 release candidate 1. v3.0.0rc1 | 2019-01-07 | 1 | -1/+2 | ||
