-
Notifications
You must be signed in to change notification settings - Fork 685
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
Update irc-framework #324
Update irc-framework #324
Conversation
@@ -182,6 +183,7 @@ Client.prototype.connect = function(args) { | |||
} else { | |||
webirc = { | |||
password: config.webirc[network.host], | |||
username: network.username, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think webirc usernames are for the client itself, not to identify the user. Probably would need to update the config format so it takes a username and password instead of just a password. Thoughts on that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds like it. https://kiwiirc.com/docs/webirc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason not to default to something like lounge
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dgw: We could, but it needs to be user changeable in case a server provides a username and password. So far the ircd I use for testing doesn't even use the username, but since it's in the spec we should implement it right.
Update irc-framework
No description provided.