aboutsummaryrefslogtreecommitdiff
path: root/modulemanager
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2021-03-051-1/+1
* Fix warning about unknown sections in the contrib module manifest.Gravatar Sadie Powell2021-03-021-2/+0
* Update copyright headers.Gravatar InspIRCd Robot2021-02-261-1/+1
* Fix unnecessary begin blocks in Perl source files.Gravatar Sadie Powell2021-01-251-8/+7
* Update copyright headers.Gravatar InspIRCd Robot2020-07-301-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. Gravatar Sadie Powell2020-07-071-1/+1
* Remove whitespace between the shebang and the copyright header.Gravatar Sadie Powell2020-01-111-1/+0
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-1/+3
* Update my name and email address.Gravatar Sadie Powell2019-12-311-1/+1
* modulemanager: use get_version to get the InspIRCd version.Gravatar Peter Powell2019-05-121-3/+3
* Merge tag 'v2.0.26' into master.Gravatar Peter Powell2018-04-221-1/+1
|\
| * Fix ModuleManager's external source lists not working with HTTPS.Gravatar Peter Powell2018-04-121-1/+1
* | Merge tag 'v2.0.25' into master.Gravatar Peter Powell2017-11-121-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. Gravatar Peter Powell2017-11-121-2/+2
| * Fix ModuleManager not being able to find make::configure.Gravatar Peter Powell2017-05-161-2/+7
| * Workaround modern Perls not adding . to @INC.Gravatar Peter Powell2016-11-081-0/+1
* | Fix some minor bugs in the Module Manager.•••- Fix installation of module. - Exit after listing modules. Gravatar Peter Powell2017-07-121-1/+2
* | Adapt modulemanager for the API added in the previous commit.Gravatar Peter Powell2017-03-251-18/+11
* | Use the standard Perl prelude in ModuleManager.Gravatar Peter Powell2017-03-251-8/+10
* | Replace module_installed with eval.Gravatar Peter Powell2017-03-251-2/+2
* | Amend modulemanager to use {read,write}_config_file.Gravatar Peter Powell2017-03-251-20/+3
* | Merge insp20Gravatar Attila Molnar2015-04-201-3/+8
|\|
| * Fix modulemanager not being able to download modules (again!).Gravatar Peter Powell2014-10-291-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. Gravatar Peter Powell2014-12-071-1/+1
* | Merge insp20Gravatar Attila Molnar2014-01-211-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. Gravatar Peter Powell2013-11-291-14/+17
* | Clean up and move various subroutines.•••- Fix indentation of get_compiler_info and clean up slightly. - Move module_installed to make::utilities. - Remove promptnumeric (unused). - Rename clean to cmd_clean and rewrite. - Rename dir_check to prompt_bool and rewrite. - Rename dumphash to dump_hash. - Rename getcache to read_configure_cache and rewrite. - Rename getrevision to get_revision. - Rename makecache to write_configure_cache and rewrite. - Rename promptstring_s to prompt_string and rewrite. - Rename showhelp to cmd_help and rewrite. - Rename update to cmd_update and rewrite. - Rename yesno to prompt_bool and rewrite. - Replace getmodules with a <src/modules/m_*.cpp> glob. Gravatar Peter Powell2013-08-181-9/+4
|/
* Fix ModuleManager error caused by a lack of arguments.Gravatar Peter Powell2013-04-101-1/+1
* Fix ModuleManager failing when:•••- LWP::Simple is not installed. - Crypt::SSLeay or IO::Socket::SSL are not installed. This fixes #154. Gravatar Peter Powell2012-11-081-1/+13
* Headers: update remaining scripts tooGravatar Robby-2012-04-201-0/+20
* Fix version comparisons in modulemanager so that "core 2.0" will match 2.0.1Gravatar Daniel De Graaf2010-04-031-9/+8
* Filter out modules not applicable to the installed inspircd version•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12625 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-121-0/+12
* Improve support for NetBSD•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12438 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-02-121-1/+1
* modulemanger: check dependencies correctly•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11740 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2009-09-171-12/+1
* Regenerate modules makefile if installing or uninstalling extras modules.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11513 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2009-08-141-1/+13
* Extra bracket on regex go away•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11503 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2009-08-111-1/+1
* Write .modulemanager after everything has finished, not in a loop.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11492 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2009-08-041-7/+7
* Dependancies need string version support too.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11491 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2009-08-041-2/+2
* Provide some kind of output so it doesn't look like it's doing nothing•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11490 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2009-08-041-0/+5
* Track installed module versions, so we can do upgrades properly.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11489 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2009-08-041-1/+37
* Allow for string comparison of git IDs.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11488 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2009-08-041-0/+9
* Use string versions in "module" line instead of numerical versions.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11487 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2009-08-041-1/+1
* Allow for silencing getmodules() output (is annoying when using modulemanager)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10466 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-09-071-1/+1
* Add "list" and usage to modulemanager [danieldg]•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10465 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-09-071-3/+27
* Updates•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10453 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-09-071-1/+1
* Upgrade the upgrade command to ..upgrade better. Thanks danieldg.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10430 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-09-071-2/+11
* Implement masking and descriptions for module manager, thanks danieldg•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10429 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-09-071-17/+18
* Allow comments in sources.list and list files (thanks danieldg)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10428 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-09-071-0/+2
* Add basic module manager, patch courtesy of danieldg.. still needs some work/...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10426 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-09-071-0/+234