Skip to content
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

(re)connection improvements #34

Open
2 of 3 tasks
mbax opened this issue Sep 12, 2015 · 6 comments
Open
2 of 3 tasks

(re)connection improvements #34

mbax opened this issue Sep 12, 2015 · 6 comments
Milestone

Comments

@mbax
Copy link
Member

mbax commented Sep 12, 2015

  • Client should respect server wishes to not come back. Don't attempt reconnect for KILL.
  • Client should allow modification of re-connection timing via event.
  • Client should allow modification of re-connection occurring at all via event.
@mbax mbax added this to the Prior to 1.0.0 milestone Oct 4, 2015
@lol768
Copy link
Member

lol768 commented Nov 10, 2015

DisconnectCause enum? KILL, USER_INITIATED_QUIT, PING_TIMEOUT, CONNECTION_RESET...?

@mbax
Copy link
Member Author

mbax commented Nov 10, 2015

oooooh

@mbax
Copy link
Member Author

mbax commented Nov 25, 2015

Example last three messages when killed via ghost:

CURRENTNICK is the nick of the user being killed
AUTHEDNICK is the nick of the user doing the killing

:[email protected] KILL CURRENTNICK :(GHOST command used by AUTHEDNICK)
:[email protected] QUIT :Killed (NickServ (GHOST command used by AUTHEDNICK))
ERROR :Closing Link: HOST.NAME (Killed (NickServ (GHOST command used by AUTHEDNICK)))

@mbax
Copy link
Member Author

mbax commented Nov 25, 2015

Example last two messages when floodkicked

:[email protected] QUIT :Excess Flood
ERROR :Closing Link: HOST.NAME (Excess Flood)

@mbax mbax modified the milestones: After 1.0.0, Prior to 1.0.0 Feb 1, 2016
@Ribesg
Copy link
Contributor

Ribesg commented Nov 22, 2016

@Zarthus
Copy link
Member

Zarthus commented Aug 12, 2017

@Ribesg 's link got deprecated, updated link: https://dev.twitch.tv/docs/v5/guides/irc/#reconnect-twitch-commands (I think?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants