-
Notifications
You must be signed in to change notification settings - Fork 421
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
PING/PONG Error! #415
Comments
PR #418 maybe helping here. |
The code here seems to be fine to me. What it says is that if a PING is received from the server, to reply with a PONG. The calls to |
motion for close? |
I concur, but is this project even being maintained anymore? @martynsmith seems to be missing in action since over 2 months ago... |
Not completely, but close to, since #399 I've jumped to re-kickstart. I know its still used by a lot of users, but I'm trying to save it for my own selfish reasoning in order to learn git/github. I don't know how to merge or rebase yet, but I'm not sure more PR's would help because nobody is checking them (i will in the future). I've talked with Jirwin once, about 2 months ago, as far as i know he possibly might pass it on to the right person. |
@moshmage my mistake, ya i totally agree that the PRs would be good place to be. I think looking at the old PRs and Forks might help too, i don't have a good method/tool to do that though. The project was reverted and lost changes (around January i think), so there might be large chunks of stable code floating around? |
I only joined up like.. 28 days ago, don't even have the collaborator badge yet, or I'd be merging PRs left and right, lol. On account of the lost code and forks, the forks that are not asking for a PR shouldn't be merged for respect reasons, maybe their fork has something that we shouldn't even think about; If Forkers want to merge, they'll ask, believe you me :) on the merging method/tools: You can always try using IntelliJ (or Webstorm, whatever float your boat), and then make a pull from whatever PR/branch/etc - The IDE will spawn a "merge dialog" which will as you "accept mine", "accept theirs" or "merge" - when you click "merge" it will open a window with the files side by side, all you have to do is click the "yes, I want this change to be added in" or "no, ignore this change" icons near the lines. |
I'll look at Webstorm and IntelliJ, in the mean time I'll be messing with forks to get up on my PRs. |
Is there any interest in maybe starting a major fork? I'd be willing to help maintain it if I could get a couple dedicated co-maintainers. I love this project but unfortunately I just don't use IRC much anymore, so my ability to push new features would be limited, but I'd be more than happy to consider merging in others' pull requests. |
I agree, this is a great project, and I'd join you on that conquest, but maybe its possible to stay on this fork? (@jirwin: perhaps a new branch?). I think staying here for the traffic would be optimal if we can become contributors (I nominate @philip-peterson lol) . Also, if people did start using "our" new fork i think they would eventually failover to 'npm install irc', its such a nooby friendly & easy to remember name. |
https://github.com/martynsmith/node-irc/blob/master/lib/irc.js#L227-#L233
Your Ping/Pong Replies are alittle messed up. :X Thats why it keeps disconnecting randomly @.@
o.o or am i reading that piece of code wrong... :X
The text was updated successfully, but these errors were encountered: