aboutsummaryrefslogtreecommitdiff
path: root/src/modules.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Add a typedef for the data provider map.Gravatar Sadie Powell2020-12-041-5/+5
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-12-041-1/+28
|\|
| * Improve the logging of service adding/deleting.Gravatar Sadie Powell2020-12-041-0/+24
| * Fire service deregistration events properly.Gravatar Sadie Powell2020-12-041-1/+4
* | Merge tag 'v3.8.1' into master.Gravatar Sadie Powell2020-11-201-2/+5
|\|
| * Skip module tags which don't have a module specified.Gravatar Sadie Powell2020-11-101-1/+5
| * Only assign NewServices once the duplicate check is done.Gravatar Sadie Powell2020-11-031-1/+1
* | Initial support for platform-specific module file extensions.Gravatar Sadie Powell2020-11-041-2/+3
* | 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-12/+0
* | Add stdalgo::iterator_range and switch config tag reading to use it.•••This allows us to use range-based for loops which were not possible with the previous config tag system. Gravatar Sadie Powell2020-10-311-3/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-10-271-0/+1
|\|
| * Recheck users for xlines when their real hostname changes.Gravatar Sadie Powell2020-10-061-0/+1
* | Move the property string from cmd_modules to Module & show on load.Gravatar Sadie Powell2020-07-241-0/+14
* | 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-1/+0
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-05-051-2/+3
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-04-241-0/+1
| * Fixes by misspell-fixerGravatar InspIRCd Robot2020-04-211-2/+2
| * 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-2/+2
* | Improve storage of module description, flags, and link data.Gravatar Sadie Powell2020-04-111-7/+5
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-091-6/+7
|\|
| * Fix expanding module names.Gravatar Sadie Powell2020-03-271-6/+7
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-02-191-3/+2
|\|
| * Clean up ModuleDLLManager from the Module::cull() method.•••This avoids a leak which happens in some rare circumstances. Gravatar Sadie Powell2020-02-141-3/+2
* | Use C++11 inline initialisation for class members.Gravatar Sadie Powell2020-02-061-8/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-02-041-1/+2
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-01-311-1/+1
| * Add an event for when a command is blocked before execution.Gravatar Sadie Powell2020-01-221-0/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-171-6/+12
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-01-111-6/+12
* | Move ISupport logic out of the core and into core_info.Gravatar Sadie Powell2020-01-051-2/+0
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-11-131-0/+1
|\|
| * Add an event which is fired when the server shuts down.Gravatar Peter Powell2019-10-171-0/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-09-231-1/+1
|\|
| * Document ConfigStatus and add a way to detect the initial load.Gravatar Peter Powell2019-09-021-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-07-271-0/+1
|\|
| * Allow modules to prevent a failed connection from being closed.Gravatar Peter Powell2019-07-211-0/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-07-161-4/+1
|\|
| * Add OnUserPreQuit event to allow modules to change quit messages (#1629).Gravatar iwalkalone2019-06-241-0/+1
| * Deduplicate dirent.h inclusion.Gravatar Peter Powell2019-06-201-4/+0
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-05-151-2/+2
|\|
| * Re-order the includes to fix C++03 builds.•••inspircd.h defines __STDC_LIMIT_MACROS to ensure that C99 int type limits are defined, however, if <stdint.h> is included implicitly before inspircd.h, the build fails due to the C99 integer type limits being undefined. Gravatar nia2019-05-061-1/+1
| * Remove the OnNamesListItem event out of the core.Gravatar Peter Powell2019-04-191-1/+0
| * Document OnUserInit properly and add OnUserPostInit.Gravatar Peter Powell2019-04-041-0/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-03-301-3/+23
|\|
| * Split reading module initialisation and configuration reading.•••This allows modules to register services that other modules may require to be available when reading the configuration. Gravatar Peter Powell2019-02-201-3/+23
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-02-151-4/+0
|\|