MantisBT - Doomseeker |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0003288 | Doomseeker | [All Projects] Suggestion | public | 2017-10-03 19:05 | 2018-10-27 22:55 |
|
Reporter | WubTheCaptain | |
Assigned To | Zalewa | |
Priority | low | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | fixed | |
Platform | x86_64 | OS | Debian GNU/Linux | OS Version | buster/sid |
Product Version | 1.1 | |
Target Version | 1.2 | Fixed in Version | 1.2 | |
|
Summary | 0003288: IRC: Allow changing ident |
Description | 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. |
Steps To Reproduce |
- If IRC is not already visible, to view it press Ctrl + I or access it via top crates (View → IRC) or the button (IRC).
- On the left side of IRC panel, click the "Connect" button.
- Notice how there's fields to edit your nick, alternate nick and realname but not ident.
|
Additional Information | nick!~ident@hostname |
Tags | No tags attached. |
Relationships | related to | 0003392 | closed | | IRC: Define username from local UNIX user account name when undefined |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2017-10-03 19:05 | WubTheCaptain | New Issue | |
2018-02-18 10:29 | Zalewa | Assigned To | => Zalewa |
2018-02-18 10:29 | Zalewa | Status | new => assigned |
2018-02-18 11:37 | Zalewa | Note Added: 0019066 | |
2018-02-18 12:19 | Zalewa | Note Added: 0019067 | |
2018-02-18 12:19 | Zalewa | Status | assigned => needs testing |
2018-03-03 17:39 | WubTheCaptain | Note Added: 0019104 | |
2018-03-03 17:39 | WubTheCaptain | Status | needs testing => resolved |
2018-03-03 17:39 | WubTheCaptain | Fixed in Version | => 1.2 |
2018-03-03 17:39 | WubTheCaptain | Resolution | open => fixed |
2018-03-03 17:39 | WubTheCaptain | Target Version | => 1.2 |
2018-03-03 18:02 | WubTheCaptain | Relationship added | related to 0003392 |
2018-10-27 22:55 | WubTheCaptain | Status | resolved => closed |
Notes |
|
(0019066)
|
Zalewa
|
2018-02-18 11:37
|
|
|
|
(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. |
|
|
|
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. |
|