View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002471 | unreal | ircd | public | 2005-04-10 20:05 | 2006-04-16 18:39 |
Reporter | RandomNumber | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | no change required | ||
Product Version | 3.2.3 | ||||
Summary | 0002471: Who sets bans and topics on server link | ||||
Description | If you restart a leaf and relink it to a hub, the hub sets the channel bans and what not, #help *!*@127.0.0.1 set by hub.blah.tld (Thu Apr 07 14:32:28) But the channel topic is still set by whoever set it. Just curious why the bans cant have the respective username passed when reseting the bans, if the topic can | ||||
Steps To Reproduce | Set a topic and a ban, restart the leaf and relink then /mode #yourchannel +b and /topic #yourchannel | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
|
It's not that it "can't" it's just that we don't. Think about it, a channel has 1 topic. So at most, we're sending 32 characters to specify the nickname. Channels can have roughly 50 bans. Now take that 32 characters and multiply it by 50, it's now 1600 characters per channel. That's quite a bit of added bandwidth for a connection synch. |
|
as codemastr said, would consume A LOT bandwidth for little use |
Date Modified | Username | Field | Change |
---|---|---|---|
2005-04-10 20:05 | RandomNumber | New Issue | |
2005-04-12 11:48 |
|
Note Added: 0009736 | |
2006-04-16 18:39 | syzop | Status | new => closed |
2006-04-16 18:39 | syzop | Note Added: 0011564 | |
2006-04-16 18:39 | syzop | Resolution | open => no change required |