View Issue Details

IDProjectCategoryView StatusLast Update
0004005unrealircdpublic2013-05-06 06:21
ReporterBock Assigned Tonenolod 
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status resolvedResolutionduplicate 
PlatformallOSall 
Product Version3.2.9-RC1 
Summary0004005: make unrealircd.conf more universal for all OS.
DescriptionUse:
loadmodule "modules/commands";
Instead:
loadmodule "modules/commands.dll";
loadmodule "modules/commands.so";

For backward capability usage with .so and .dll is acceptable too.

After that config file will be universal for all OS.
TagsNo tags attached.
3rd party modules

Relationships

duplicate of 0003134 resolvednenolod Automatic suffix on loadmodule 

Activities

katsklaw

2011-02-14 12:00

reporter   ~0016595

Last edited: 2011-02-14 12:02

Better still make MODDIR a setup.h/Config option and have make install do it's job so we would have:

loadmodule "commands";
loadmodule "my_leet_mod";

or

modules "commands my_leet_mod cloak";

Bock

2011-02-14 12:02

reporter   ~0016596

Nice. Just use in ./Config option and by default use ./modules/ dir.

nenolod

2013-05-06 06:20

reporter   ~0017490

duplicate of 0003134

Issue History

Date Modified Username Field Change
2011-02-14 10:29 Bock New Issue
2011-02-14 10:40 syzop Status new => confirmed
2011-02-14 12:00 katsklaw Note Added: 0016595
2011-02-14 12:02 katsklaw Note Edited: 0016595
2011-02-14 12:02 Bock Note Added: 0016596
2013-05-06 06:20 nenolod Note Added: 0017490
2013-05-06 06:20 nenolod Relationship added duplicate of 0003134
2013-05-06 06:20 nenolod Status confirmed => resolved
2013-05-06 06:20 nenolod Resolution open => duplicate
2013-05-06 06:20 nenolod Assigned To => nenolod