View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005288 | unreal | module api | public | 2019-05-18 18:33 | 2019-08-18 15:17 |
Reporter | syzop | Assigned To | syzop | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 5.0.0-alpha1 | ||||
Summary | 0005288: U5: register global variables/data | ||||
Description | Some way for modules to register global variables or data. So you can register "some_variable" = 1234 for instance, that will be remembered through REHASH. This way both Gottem and me can drop some silly stuff that we have now. | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
|
I think this will be next on my action list. This would also mean some things can be moved from core to modules, like connection-flood, which is now all over the place. |
|
I made it even more generic and (re-)used the moddata system. There's now MODDATA_LOCALVAR and MODDATA_GLOBALVAR. |
|
Tested and it works. Now in use by tkldb and chanmodes/floodprot. |
Date Modified | Username | Field | Change |
---|---|---|---|
2019-05-18 18:33 | syzop | New Issue | |
2019-05-18 18:34 | syzop | Status | new => acknowledged |
2019-05-18 18:34 | syzop | Relationship added | child of 0005279 |
2019-06-27 08:35 | syzop | Note Added: 0020743 | |
2019-06-28 18:19 | syzop | Note Added: 0020744 | |
2019-06-29 09:39 | syzop | Assigned To | => syzop |
2019-06-29 09:39 | syzop | Status | acknowledged => resolved |
2019-06-29 09:39 | syzop | Resolution | open => fixed |
2019-06-29 09:39 | syzop | Fixed in Version | => 5.0.0-alpha1 |
2019-06-29 09:39 | syzop | Note Added: 0020746 | |
2019-08-18 15:17 | syzop | View Status | private => public |