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

Update irc-framework #324

Merged
merged 1 commit into from
May 12, 2016
Merged

Update irc-framework #324

merged 1 commit into from
May 12, 2016

Conversation

xPaw
Copy link
Member

@xPaw xPaw commented May 11, 2016

No description provided.

@@ -182,6 +183,7 @@ Client.prototype.connect = function(args) {
} else {
webirc = {
password: config.webirc[network.host],
username: network.username,
Copy link
Member

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?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

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?

Copy link
Member

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.

@maxpoulin64 maxpoulin64 merged commit bbf7b80 into master May 12, 2016
@maxpoulin64 maxpoulin64 deleted the update-irc-fw branch May 12, 2016 07:25
@xPaw xPaw mentioned this pull request May 12, 2016
@astorije astorije added Type: Feature Tickets that describe a desired feature or PRs that add them to the project. and removed second review needed labels May 12, 2016
@astorije astorije added this to the ★ Next Release milestone May 15, 2016
matburnham pushed a commit to matburnham/lounge that referenced this pull request Sep 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature Tickets that describe a desired feature or PRs that add them to the project.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants