View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004043 | unreal | ircd | public | 2011-09-19 00:05 | 2012-02-26 21:42 |
Reporter | maxb | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | confirmed | Resolution | open | ||
Product Version | 3.2.8 | ||||
Summary | 0004043: Caution about mismatched cloak-keys should also apply to hiddenhost-prefix ? | ||||
Description | http://www.unrealircd.com/files/docs/unreal32docs.html#setblock cautions that cloak-keys must be the same on all linked servers. It seems to me that the same caution also ought to apply to hiddenhost-prefix? Ideally the ircd would also check for mismatches at link time in much the same way cloak keys are checked. | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
|
The difference is that cloak keys are used for hashing, hidden host prefix is a text field and isn't checked or really even cared about when linking. ircd1 will send real and hidden hosts. hidden-something.my-isp.net will not clash or desync with somethingelse-something.my-isp.net because it's a simple plain text replacement for that quad and isn't hashing it. |
|
Both the cloak-keys (via hashing) and the hiddenhost-prefix (via simply being prepended) contribute to the overall string form of the hidden host. Surely then, it's equally important that both be the same, to ensure that the a given real host turns into the same hidden host, whereever on the network it is hidden? |
|
I've just found the following in doc/technical/serverprotocol.html (in the NETINFO section): "The cloak-prefix is currently not sent here (and thus unreal won't generate warning for mismatching cloak prefixes, but they should be the same anyway)." So this is a known issue, it seems. |
Date Modified | Username | Field | Change |
---|---|---|---|
2011-09-19 00:05 | maxb | New Issue | |
2011-09-19 04:07 | katsklaw | Note Added: 0016750 | |
2011-09-19 04:08 | katsklaw | Note Edited: 0016750 | |
2011-09-19 23:09 | maxb | Note Added: 0016751 | |
2011-09-20 19:04 | syzop | Status | new => confirmed |
2011-10-30 02:29 | maxb | Note Added: 0016764 | |
2012-02-26 21:42 | syzop | Relationship added | related to 0004090 |