aboutsummaryrefslogtreecommitdiff
path: root/include/modules.h
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-06-081-21/+46
|\|
| * ModResult is a class now.Gravatar Sadie Powell2020-05-221-3/+1
| * Document ModResult and switch the underlying type to char.Gravatar Sadie Powell2020-05-211-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. Gravatar Sadie Powell2020-05-071-7/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-05-051-17/+18
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-04-241-1/+2
| * Fixes by misspell-fixerGravatar InspIRCd Robot2020-04-211-18/+18
| * Update user-facing text and comments of SSL to TLS.Gravatar Matt Schatz2020-04-141-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-141-1/+1
|\ \
| * | Update user-facing text and comments of SSL to TLS.Gravatar Matt Schatz2020-04-141-1/+1
| |/
* | Rename Module::flags to Module::properties.•••This name is more descriptive and should create less warnings about shadowing in existing modules. Gravatar Sadie Powell2020-04-111-3/+3
* | Improve storage of module description, flags, and link data.Gravatar Sadie Powell2020-04-111-34/+20
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-091-5/+3
|\|
| * Document Module::Prioritize.Gravatar Sadie Powell2020-04-011-4/+3
| * Fix various documentation and formatting issues.Gravatar Sadie Powell2020-03-301-1/+0
* | Use C++11 inline initialisation for class members.Gravatar Sadie Powell2020-02-061-10/+4
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-02-041-39/+10
|\|
| * Make loading modules considerably more robust and user friendly.Gravatar Sadie Powell2020-02-021-37/+1
| * Update copyright headers.Gravatar InspIRCd Robot2020-01-311-1/+1
| * Bump the ABI version.Gravatar Sadie Powell2020-01-311-1/+1
| * Add an event for when a command is blocked before execution.Gravatar Sadie Powell2020-01-221-1/+8
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-171-5/+10
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-01-111-5/+10
| * Bump the InspIRCd ABI version.Gravatar Peter Powell2019-12-031-1/+1
* | Move ISupport logic out of the core and into core_info.Gravatar Sadie Powell2020-01-051-7/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-11-131-1/+7
|\|
| * Add an event which is fired when the server shuts down.Gravatar Peter Powell2019-10-171-1/+7
| * Release v3.3.0. v3.3.0Gravatar Peter Powell2019-08-231-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-07-271-1/+9
|\|
| * Allow modules to prevent a failed connection from being closed.Gravatar Peter Powell2019-07-211-1/+9
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-07-161-4/+16
|\|
| * Add OnUserPreQuit event to allow modules to change quit messages (#1629).Gravatar iwalkalone2019-06-241-1/+11
| * Make the data provider list case insensitive.Gravatar Peter Powell2019-06-181-1/+1
| * Only call events on modules which aren't dying.Gravatar Peter Powell2019-06-061-2/+4
| * Release v3.1.0. v3.1.0Gravatar Peter Powell2019-05-171-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-05-151-18/+15
|\|
| * Bump the API revision for the previous commits.Gravatar Peter Powell2019-04-191-1/+1
| * Remove the OnNamesListItem event out of the core.Gravatar Peter Powell2019-04-191-13/+1
| * Bump the API revision for the previous commit.Gravatar Peter Powell2019-04-151-1/+1
| * Fix various typos.Gravatar Peter Powell2019-04-041-1/+1
| * Bump the API revision for the previous commit.Gravatar Peter Powell2019-04-041-1/+1
| * Document OnUserInit properly and add OnUserPostInit.Gravatar Peter Powell2019-04-041-3/+12
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-02-151-8/+7
|\|
| * Document OnUserWrite.Gravatar Peter Powell2019-02-071-0/+6
| * Release v3.0.0 release candidate 2. v3.0.0rc2Gravatar Peter Powell2019-02-061-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. Gravatar Peter Powell2019-02-051-7/+0
* | ModuleManager: remove fakederef.Gravatar Sadie Powell2019-02-071-3/+3
* | LogManager: remove fakederef.Gravatar Sadie Powell2019-02-071-2/+2
* | Replace the override macro with the override keyword.Gravatar Sadie Powell2019-01-251-1/+1
|/
* Release v3.0.0 release candidate 1. v3.0.0rc1Gravatar Peter Powell2019-01-071-1/+2