index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modulemanager
Age
Commit message (
Expand
)
Author
2019-05-12
modulemanager: use get_version to get the InspIRCd version.
Peter Powell
2018-04-22
Merge tag 'v2.0.26' into master.
Peter Powell
2018-04-12
Fix ModuleManager's external source lists not working with HTTPS.
Peter Powell
2017-11-12
Merge tag 'v2.0.25' into master.
Peter Powell
2017-11-12
Don't mess with the encoding of extras modules in modulemanager.
Peter Powell
2017-07-12
Fix some minor bugs in the Module Manager.
Peter Powell
2017-05-16
Fix ModuleManager not being able to find make::configure.
Peter Powell
2017-03-25
Adapt modulemanager for the API added in the previous commit.
Peter Powell
2017-03-25
Use the standard Perl prelude in ModuleManager.
Peter Powell
2017-03-25
Replace module_installed with eval.
Peter Powell
2017-03-25
Amend modulemanager to use {read,write}_config_file.
Peter Powell
2016-11-08
Workaround modern Perls not adding . to @INC.
Peter Powell
2015-04-20
Merge insp20
Attila Molnar
2014-12-07
Move common code to make::common from make::utilities.
Peter Powell
2014-10-29
Fix modulemanager not being able to download modules (again!).
Peter Powell
2014-01-21
Merge insp20
Attila Molnar
2013-11-29
Fix various problems with ModuleManager.
Peter Powell
2013-08-18
Clean up and move various subroutines.
Peter Powell
2013-04-10
Fix ModuleManager error caused by a lack of arguments.
Peter Powell
2012-11-08
Fix ModuleManager failing when:
Peter Powell
2012-04-20
Headers: update remaining scripts too
Robby-
2010-04-03
Fix version comparisons in modulemanager so that "core 2.0" will match 2.0.1
Daniel De Graaf
2010-03-12
Filter out modules not applicable to the installed inspircd version
danieldg
2010-02-12
Improve support for NetBSD
danieldg
2009-09-17
modulemanger: check dependencies correctly
danieldg
2009-08-14
Regenerate modules makefile if installing or uninstalling extras modules.
w00t
2009-08-11
Extra bracket on regex go away
w00t
2009-08-04
Write .modulemanager after everything has finished, not in a loop.
w00t
2009-08-04
Dependancies need string version support too.
w00t
2009-08-04
Provide some kind of output so it doesn't look like it's doing nothing
w00t
2009-08-04
Track installed module versions, so we can do upgrades properly.
w00t
2009-08-04
Allow for string comparison of git IDs.
w00t
2009-08-04
Use string versions in "module" line instead of numerical versions.
w00t
2008-09-07
Allow for silencing getmodules() output (is annoying when using modulemanager)
w00t
2008-09-07
Add "list" and usage to modulemanager [danieldg]
w00t
2008-09-07
Updates
w00t
2008-09-07
Upgrade the upgrade command to ..upgrade better. Thanks danieldg.
w00t
2008-09-07
Implement masking and descriptions for module manager, thanks danieldg
w00t
2008-09-07
Allow comments in sources.list and list files (thanks danieldg)
w00t
2008-09-07
Add basic module manager, patch courtesy of danieldg.. still needs some work/...
w00t