View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002579 | unreal | ircd | public | 2005-07-01 02:56 | 2013-05-20 09:48 |
Reporter | w00t | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
OS | Any | OS Version | Any | ||
Product Version | 3.2.3 | ||||
Summary | 0002579: After synch has ended, IRCd will send JOIN instead of token regardless of PROTCTL setting. | ||||
Description | Read topic. I was working on services, and noted that during synch, the IRCd would use the C token, after synch however the IRCd would start using JOIN instead of C whenever a user parted/rejoined a channel - not a good thing if you're only supporting tokens. | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
related to | 0002691 | resolved | Some commands don't use token form in server->server |
|
I (highly) suggest you to accept both, there are some other places were we ("incorrectly") only send non-tokens etc, just because we were lazy (sometimes perhaps the reverse too, I don't remember). As the old RFC/IP/.. saying says: be liberal in what you accept, conservative in what you send. Thanks for the report though, because such things still need to be fixed. If you find any other places with such issues, let us know :). |
|
Yup, KILL does the same. I was killing a pseudoclient and wondering why on earth it wasn't coming back - turns out I was looking for TOK_KILL (.) and recieving KILL - highly irritating, was making me think my hash functions were screwed both times :P. I am adding support for the commands where I notice there's a problem, it just gets a little irritating, not to mention that little extra b/w it uses (especially with JOIN I'd imagine :P). |
|
0003328 is a duplicate of this issue, also noting NOTICE and TSCTL (after alltime req) |
|
Fixed by removing TOKEN support. :P |
Date Modified | Username | Field | Change |
---|---|---|---|
2005-07-01 02:56 | w00t | New Issue | |
2005-07-02 12:05 | syzop | Note Added: 0010154 | |
2005-07-03 02:28 | w00t | Note Added: 0010157 | |
2007-04-27 04:43 |
|
Status | new => acknowledged |
2007-05-12 10:10 | aquanight | Relationship added | related to 0002691 |
2007-05-12 12:09 | Stealth | Note Added: 0014099 | |
2013-05-20 09:47 |
|
Note Added: 0017622 | |
2013-05-20 09:47 |
|
Status | acknowledged => resolved |
2013-05-20 09:47 |
|
Resolution | open => fixed |
2013-05-20 09:47 |
|
Assigned To | => nenolod |