View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006310 | unreal | ircd | public | 2023-07-17 04:51 | 2023-07-23 18:48 |
Reporter | Assigned To | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | acknowledged | Resolution | open | ||
Summary | 0006310: Make /WATCH and /MONITOR entry list sizes customizable. | ||||
Description | Both /WATCH and /MONITOR entry lists are hard-coded in UnrealIRCd to 128. While this may seem relatively large, some people may want to lower it to save system resources, or make it higher. InspIRCd allows entry size customization for both. I don't feel things like this should be hard-coded into the IRCd. We want to discourage people from modifying source code. | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
|
I highly doubt that someone will have more than 128 users on their WATCH/MONITOR list. With that said, I understand lowering for saving resources, although I suppose that the resources consumed are proportional to the number of total entries. I'm okay with an option to lower this but to increase it may bring some issues with botnet attacks if hundreds of bots start adding hundreds of entries. |
|
Yeah I'm fine with that. |