aboutsummaryrefslogtreecommitdiffstats
path: root/include/modules.h
Commit message (Collapse)AuthorAgeFilesLines
* Convert ConnectClass from reference<> to std::shared_ptr<>.Gravatar Sadie Powell2020-11-031-1/+1
|
* Clean up a bunch of contructors and destructors.Gravatar Sadie Powell2020-11-011-9/+1
|
* Merge branch 'insp3' into master.Gravatar Sadie Powell2020-10-271-17/+77
|\
| * Recheck users for xlines when their real hostname changes.Gravatar Sadie Powell2020-10-061-17/+79
| |
* | Convert CmdResult to an 8-bit strongly typed enum.Gravatar Sadie Powell2020-10-271-1/+1
| |
* | Move the property string from cmd_modules to Module & show on load.Gravatar Sadie Powell2020-07-241-0/+3
| |
* | 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.Gravatar Sadie Powell2020-05-071-7/+1
| | | | | | | | | | This replaces the previous support which was pretty much a giant hack and was not synchronised between servers.
* | 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.Gravatar Sadie Powell2020-04-111-3/+3
| | | | | | | | | | This name is more descriptive and should create less warnings about shadowing in existing modules.
* | 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
| |