erming / shout

Deprecated. See fork @ https://github.com/thelounge
MIT License
3.63k stars 273 forks source link

Passwords as a per-user thing, not a per-server thing. #677

Closed agausmann closed 8 years ago

agausmann commented 8 years ago

This is kind of related to #359, but it should also be its own issue.

Nowadays a lot of IRC server and client software recognize the password field as something that a user uses to authenticate himself. For example, freenode forwards the PASS option to NickServ, and Kiwi allows the user to change the password field even when server connection settings are locked.

Shout currently handles the password field as a "network setting" as if the password is a mandatory field needed to access the network. In my opinion, and likely in the opinion of many others, the password field should be specified as a "user preference", not as a "network setting."

astorije commented 8 years ago

@AGausmann, could you open this on The Lounge (active, official fork)? FYI, #359 has been implemented there a while ago: https://github.com/thelounge/lounge/pull/57

agausmann commented 8 years ago

Thanks.