| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Run the Ruff linter on the Python files. | 2026-06-14 | 1 | -6/+5 | |
| * | Default to the current state in `modulemanager extra interactive`. | 2026-06-08 | 1 | -2/+3 | |
| * | Update my email address. | 2026-06-06 | 1 | -1/+1 | |
| * | Add an interactive mode to `./modulemanager extra`. | 2026-04-28 | 1 | -1/+46 | |
| * | Add the common Python module to deduplicate some code. | 2026-04-27 | 1 | -7/+3 | |
| * | Switch the build system to CMake. | 2026-04-27 | 1 | -3/+5 | |
| * | Fix some minor Python issues. | 2026-04-19 | 1 | -1/+1 | |
| * | Minor clean up of modulemanager. | 2026-04-18 | 1 | -3/+2 | |
| * | Add the new module manager. | 2026-04-16 | 1 | -0/+649 | |
| * | Delete the old module manager. | 2026-04-11 | 1 | -364/+0 | |
| * | Merge branch 'insp4' into master. | 2025-03-29 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2025-03-28 | 1 | -1/+1 | |
| * | | Merge branch 'insp4' into master. | 2025-03-14 | 1 | -0/+8 | |
| |\| | |||||
| | * | Add support for ModLink directives in modulemanager. | 2025-03-13 | 1 | -0/+8 | |
| * | | Fix modulemanager installing modules from contrib. | 2024-07-23 | 1 | -4/+2 | |
| * | | Adjust the build system for the new module structure. | 2024-07-17 | 1 | -4/+4 | |
| |/ | |||||
| * | Don't execute functions in ModConfig directives. | 2024-07-07 | 1 | -1/+1 | |
| * | Update copyright headers. | 2024-06-29 | 1 | -1/+1 | |
| * | Use unprefixed module names in modulemanager. | 2024-06-24 | 1 | -9/+14 | |
| * | When a user installs a contrib module tell them how to load it. | 2024-06-24 | 1 | -0/+7 | |
| * | Merge branch 'insp3' into master. | 2021-06-01 | 1 | -1/+1 | |
| |\ | |||||
| | * | Verify hostnames when installing contrib modules.•••This was missed in f6b861f12d. | 2021-05-22 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -3/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-03-05 | 1 | -1/+1 | |
| | * | Fix warning about unknown sections in the contrib module manifest. | 2021-03-02 | 1 | -2/+0 | |
| * | | Require Perl 5.26 in the build system.•••This version is supported by all major systems that ship the C++17 compilers required by the v4 branch. | 2021-02-28 | 1 | -1/+1 | |
| |/ | |||||
| * | Update copyright headers. | 2021-02-26 | 1 | -1/+1 | |
| * | Fix unnecessary begin blocks in Perl source files. | 2021-01-25 | 1 | -8/+7 | |
| * | Update copyright headers. | 2020-07-30 | 1 | -1/+1 | |
| * | Various improvements to the build system.•••- Fix running configure where configure is not in the PWD. - Only show relative paths when generating files from templates. | 2020-07-07 | 1 | -1/+1 | |
| * | Remove whitespace between the shebang and the copyright header. | 2020-01-11 | 1 | -1/+0 | |
| * | Update copyright headers. | 2020-01-11 | 1 | -1/+3 | |
| * | Update my name and email address. | 2019-12-31 | 1 | -1/+1 | |
| * | modulemanager: use get_version to get the InspIRCd version. | 2019-05-12 | 1 | -3/+3 | |
| * | Merge tag 'v2.0.26' into master. | 2018-04-22 | 1 | -1/+1 | |
| |\ | |||||
| | * | Fix ModuleManager's external source lists not working with HTTPS. | 2018-04-12 | 1 | -1/+1 | |
| * | | Merge tag 'v2.0.25' into master. | 2017-11-12 | 1 | -2/+2 | |
| |\| | |||||
| | * | Don't mess with the encoding of extras modules in modulemanager.•••This fixes installing extras modules such as m_qrcode which contain characters from outside of the Unicode Basic Multilingual Plane. | 2017-11-12 | 1 | -2/+2 | |
| | * | Fix ModuleManager not being able to find make::configure. | 2017-05-16 | 1 | -2/+7 | |
| | * | Workaround modern Perls not adding . to @INC. | 2016-11-08 | 1 | -0/+1 | |
| * | | Fix some minor bugs in the Module Manager.•••- Fix installation of module. - Exit after listing modules. | 2017-07-12 | 1 | -1/+2 | |
| * | | Adapt modulemanager for the API added in the previous commit. | 2017-03-25 | 1 | -18/+11 | |
| * | | Use the standard Perl prelude in ModuleManager. | 2017-03-25 | 1 | -8/+10 | |
| * | | Replace module_installed with eval. | 2017-03-25 | 1 | -2/+2 | |
| * | | Amend modulemanager to use {read,write}_config_file. | 2017-03-25 | 1 | -20/+3 | |
| * | | Merge insp20 | 2015-04-20 | 1 | -3/+8 | |
| |\| | |||||
| | * | Fix modulemanager not being able to download modules (again!). | 2014-10-29 | 1 | -3/+8 | |
| * | | Move common code to make::common from make::utilities.•••The other code in that file will be removed very soon so it has been left alone to avoid merge conflicts. This will help prevent insp20 merge conflicts in the future. | 2014-12-07 | 1 | -1/+1 | |
| * | | Merge insp20 | 2014-01-21 | 1 | -12/+17 | |
| |\| | |||||
| | * | Fix various problems with ModuleManager.•••- Fix downloading the module list on very new versions of Perl. - Fix an off by one error caused by array sizing starting at -1 instead of 0 like in every single other language (!!). - Fix vague error messages when LWP encounters an error. - Fix LWP::Simple being used before we have checked whether it is available. | 2013-11-29 | 1 | -14/+17 | |
