MantisBT - Doomseeker
View Issue Details
0003288Doomseeker[All Projects] Suggestionpublic2017-10-03 19:052018-10-27 22:55
WubTheCaptain 
Zalewa 
lowfeatureN/A
closedfixed 
x86_64Debian GNU/Linuxbuster/sid
1.1 
1.21.2 
0003288: IRC: Allow changing ident
Doomseeker includes a small IRC client. Its connect dialog displays fields to edit your nick, alternate nick and realname but not ident. The ident seems to be hardcoded to be the same as your configured nick.

On Debian GNU/Linux, it is also worth noting this ident is not the same as the Unix account on the local system by default/if empty or undefined.

  1. If IRC is not already visible, to view it press Ctrl + I or access it via top crates (View → IRC) or the button (IRC).

  2. On the left side of IRC panel, click the "Connect" button.

  3. Notice how there's fields to edit your nick, alternate nick and realname but not ident.

nick!~ident@hostname
No tags attached.
related to 0003392closed  IRC: Define username from local UNIX user account name when undefined 
Issue History
2017-10-03 19:05WubTheCaptainNew Issue
2018-02-18 10:29ZalewaAssigned To => Zalewa
2018-02-18 10:29ZalewaStatusnew => assigned
2018-02-18 11:37ZalewaNote Added: 0019066
2018-02-18 12:19ZalewaNote Added: 0019067
2018-02-18 12:19ZalewaStatusassigned => needs testing
2018-03-03 17:39WubTheCaptainNote Added: 0019104
2018-03-03 17:39WubTheCaptainStatusneeds testing => resolved
2018-03-03 17:39WubTheCaptainFixed in Version => 1.2
2018-03-03 17:39WubTheCaptainResolutionopen => fixed
2018-03-03 17:39WubTheCaptainTarget Version => 1.2
2018-03-03 18:02WubTheCaptainRelationship addedrelated to 0003392
2018-10-27 22:55WubTheCaptainStatusresolved => closed

Notes
(0019066)
Zalewa   
2018-02-18 11:37   
If I'm not mistaken, what you want is the <user> parameter of the /user command as defined by RFC 2812:'https://tools.ietf.org/html/rfc2812#section-3.1.3 [^]'
(0019067)
Zalewa   
2018-02-18 12:19   
Okay, among other things, I've added the "User name" edit box to the IRC connection dialog:'https://bitbucket.org/Doomseeker/doomseeker/commits/9d95b09a6e8a034b0809caa5491377bc9f7c6597 [^]'

It can now be considered if we want to allow to keep different identities - identity per network or multiple identities stored separately, with preferable identity somehow associated with each network. However, I don't think that complicating the IRC client should be the focus in Doomseeker.
(0019104)
WubTheCaptain   
2018-03-03 17:39   
While the <user> part of USER message is currently derived from the nickname and not the local user account name on UNIX-like operating systems (which may not be the most ideal default) when NULL, the suggested feature previously missing and mentioned in this ticket has been resolved.