View Issue Details

IDProjectCategoryView StatusLast Update
0004050unrealmodule apipublic2012-12-15 20:45
Reporterwarg Assigned Tosyzop  
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Product Version3.2.9 
Summary0004050: 3rd party module m_getinfo.c from unrealircd.org/modules fails to compile
DescriptionThe 3rd party module m_getinfo.c from unrealircd.org/modules fails to compile because FLAGS_ASKEDPING was changed to FLAGS_EAUTH in include/struct.h
Additional InformationThe attached patch simply changes `{ FLAGS_ASKEDPING, "ASKEDPING" },' to `{ FLAGS_EAUTH, "EAUTH" },' to reflect the change and remedy the error.
Attached Files
m_getinfo.c.patch (409 bytes)
3rd party modulesm_getinfo.c - http://www.unrealircd.com/modules/view/16

Activities

syzop

2012-12-15 20:45

administrator   ~0017265

This module is no longer on the modules site.
If you feel the module is useful and want to re-submit a fixed version, then feel free to do so (at modules.unrealircd.org).

Issue History

Date Modified Username Field Change
2011-11-12 00:30 warg New Issue
2011-11-12 00:30 warg File Added: m_getinfo.c.patch
2012-12-15 20:45 syzop Note Added: 0017265
2012-12-15 20:45 syzop Status new => closed
2012-12-15 20:45 syzop Assigned To => syzop
2012-12-15 20:45 syzop Resolution open => fixed
2017-01-06 15:48 syzop Category module => module api