-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: update irc channels to point to #node.js and #node-dev #2743
Conversation
While you are at it: https://github.com/nodejs/node/blob/v4.0.0/doc/node.1#L774 |
Didn't even see that one! I'll update it. |
9848fdf
to
1b5b1bd
Compare
Searched through and found another irc channel reference in CONTRIBUTING.md. I think that's all of them. |
Yes and no. We should point to both. Maybe. #io.js is still the channel we use for actual development, and it will continue to be. It will probably be renamed at some point. |
Yea, I do like having the #io.js channel around still |
Basically, #node.js is great for questions, but we need a development channel that isn't flooded. :S Currently #io.js is that. I'll take care of doing a rename soon(tm). |
+1 to #node.js-dev or similar |
While at it, does anyone keep track of who has ownership flags of these channels? It'd be good to make sure that they are people active on irc and is part of the nodejs foundation and or tc and or wg. |
I'm not sure who owns #node.js, but I own #io.js and #node-dev. |
@Fishrock123 I think that would be @isaacs. |
Ah, these are all good points. I'd say 👍 to something like #node.js-dev (or #node-dev) as well. Maybe point to #node.js in the root readme, then #node-dev in the contributing section (and in dev documentation)? |
@Fishrock123 could you perhaps have a chat to @isaacs and see if you can get a owner flag? I'm an old IRC beard as well but probably not active enough to fulfil the duties required. |
@jbergstroem I see no point in altering #node.js as it is, for the most part. I guess I can ask one of the mods so I can get access to the topic and stuff. |
So about this PR. Maybe both should be listed? |
At this point, it's likely just to leave the IRC channels alone as they are. -1 to this change. |
@jasnell if we are going to keep the dev channel as io.js perhaps we can make reference to both #node.js and #io.js and explain the difference as to avoid confusion |
How about creating something like #node-dev and redirect #io.js there? |
#node-dev actually already exists, it just isn't really used. |
Per @jasnell and the conversation in this ticket, it seems like the channels are ok as they are. Closing this. 😃 |
That's historic, a redirect from #io.js to #node-dev would solve that.
The current channel names confuse newcomers. |
Yes, I agree but I think it's likely to be more confusing to change them... but that's just my personal opinion |
@jasnell How would it, if #io.js would automatically redirect everyone to #node-dev? |
@ChALkeR ... does freenode support channel redirection? I know some IRC servers do but I'm not familiar enough with freenode. If so, is redirection transparent to the user and is there a timelimit for the redirection being active (I believe some servers use a 60 or 90 day timeout) |
I just asked in #freenode and they do indeed support it i was directed to this link and told to look at channel mode: +f "You need to be opped up in both channels when applying it or the target channel needs to be +F" |
Ok. So long as the redirection can be done seamlessly with minimal impact to users, I have no objection :-) |
@mikeal I'd argue the same if we manually had to shuffle people over, but since freenode supports redirects it should be a breeze. I like the fact that |
Minor typo fix. /cc @nodejs/documentation
Rebased to fix a merge conflict, then changed CONTRIBUTING.md to point to |
@yoshokatana Could you change it to that it links to both? |
Yup! @Fishrock123 should both channels also be listed in the readme and repl? It might be useful. |
@Fishrock123 are we moving forward with this? |
@thealphanerd Yes. Later today. There has been a notice in IRC since friday. I need to figure out with @piscisaureus if the IRC log bot will actually work with this though. |
Done. #io.js is now +if (forward joins to #node-dev, invite only to get into the actual channel). |
LGTM |
IRC (general questions): irc.freenode.net #node.js IRC (node core development): irc.freenode.net #node-dev PR-URL: #2743 Reviewed-By: Jeremiah Senkpiel <[email protected]>
Landed in 3b30613 @yoshokatana Thanks for the patience! |
IRC (general questions): irc.freenode.net #node.js IRC (node core development): irc.freenode.net #node-dev PR-URL: #2743 Reviewed-By: Jeremiah Senkpiel <[email protected]>
😄 |
IRC (general questions): irc.freenode.net #node.js IRC (node core development): irc.freenode.net #node-dev PR-URL: #2743 Reviewed-By: Jeremiah Senkpiel <[email protected]>
IRC (general questions): irc.freenode.net #node.js IRC (node core development): irc.freenode.net #node-dev PR-URL: #2743 Reviewed-By: Jeremiah Senkpiel <[email protected]>
IRC (general questions): irc.freenode.net #node.js IRC (node core development): irc.freenode.net #node-dev PR-URL: nodejs#2743 Reviewed-By: Jeremiah Senkpiel <[email protected]>
Minor typo fix.