MantisBT - Doomseeker |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0000620 | Doomseeker | [All Projects] Suggestion | public | 2011-11-11 19:53 | 2018-09-29 14:46 |
|
Reporter | Zalewa | |
Assigned To | Zalewa | |
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | closed | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | 0.7 Beta | |
Target Version | 0.8 Beta | Fixed in Version | 0.11.1 Beta | |
|
Summary | 0000620: Add a way to store and manage multiple passwords. |
Description | Add a way to store and manage multiple passwords. This applies to passwords which are used to connect to servers. |
Steps To Reproduce | |
Additional Information | |
Tags | No tags attached. |
Relationships | has duplicate | 0001580 | closed | | Have Doomseeker save Multiple Server Passwords |
|
Attached Files | doomseeker-server-passwords-manager.jpg (110,922) 2013-11-25 19:53 https://zandronum.com/tracker/file_download.php?file_id=1108&type=bug

|
|
Issue History |
Date Modified | Username | Field | Change |
2011-11-11 19:53 | Zalewa | New Issue | |
2011-11-12 20:42 | Blzut3 | Note Added: 0002302 | |
2011-11-12 20:46 | Zalewa | Note Added: 0002303 | |
2013-11-15 04:59 | Blzut3 | Relationship added | has duplicate 0001580 |
2013-11-15 05:08 | DevilHunter | Note Added: 0007560 | |
2013-11-15 17:11 | Zalewa | Note Added: 0007561 | |
2013-11-15 17:11 | Zalewa | Assigned To | => Zalewa |
2013-11-15 17:11 | Zalewa | Status | new => assigned |
2013-11-25 19:38 | Zalewa | Note Added: 0007602 | |
2013-11-25 19:38 | Zalewa | Status | assigned => feedback |
2013-11-25 19:38 | Zalewa | Assigned To | Zalewa => Blzut3 |
2013-11-25 19:38 | Zalewa | Status | feedback => assigned |
2013-11-25 19:38 | Zalewa | Status | assigned => feedback |
2013-11-25 19:53 | Zalewa | File Added: doomseeker-server-passwords-manager.jpg | |
2013-11-25 19:53 | Zalewa | Note Added: 0007603 | |
2013-11-25 19:53 | Zalewa | Status | feedback => assigned |
2013-11-25 21:19 | Zalewa | Status | assigned => feedback |
2013-11-25 21:25 | Blzut3 | Note Added: 0007604 | |
2013-11-25 21:45 | Zalewa | Note Added: 0007605 | |
2013-11-25 21:45 | Zalewa | Status | feedback => assigned |
2013-11-25 23:10 | Zalewa | Assigned To | Blzut3 => Zalewa |
2013-11-27 18:26 | Zalewa | Note Added: 0007621 | |
2013-11-27 18:26 | Zalewa | Status | assigned => needs testing |
2013-11-29 16:44 | DevilHunter | Note Added: 0007634 | |
2013-11-29 17:31 | Zalewa | Status | needs testing => resolved |
2013-11-29 17:31 | Zalewa | Fixed in Version | => 0.11.1 Beta |
2013-11-29 17:31 | Zalewa | Resolution | open => fixed |
2018-09-29 14:46 | WubTheCaptain | Status | resolved => closed |
Notes |
|
(0002302)
|
Blzut3
|
2011-11-12 20:42
|
|
One thing to add to this is we might want to save passwords to a separate ini file. This way, should it be needed, we can safely request a user's doomseeker.ini be posted. |
|
|
(0002303)
|
Zalewa
|
2011-11-12 20:46
|
|
Good idea. I was also thinking we could save on which servers given password was used. The information saved would be name (for user's convenience), ip and port. Next time user tries to join the same server we could select the password that was last used on it. |
|
|
|
Right, so seeing as this was found, after all that time I was searching.. Was this even worked on? |
|
|
(0007561)
|
Zalewa
|
2013-11-15 17:11
|
|
|
|
(0007602)
|
Zalewa
|
2013-11-25 19:38
|
|
Question:
What should we do with whitespace passwords? Is it possible for game engines to have passwords that consist solely of spacebars? Should we allow the password manager to remember them? |
|
|
(0007603)
|
Zalewa
|
2013-11-25 19:53
|
|
Regardless my question here's the current status of the password manager:
- All passwords are now stored in a separate "doomseeker-password.ini" file. This file also contains some other settings related to passwords. Currently: "should we remember anything, and if so, how much should we remember".
- Password connection dialog suggests passwords for given server basing on its game, name and address and port. Basing on combination of these factors the best fit is picked for a given server.
- Passwords can be managed through configuration dialog. You can delete stored passwords and view on which recent servers they were used. You can also remove particular servers from passwords without removing the passwords themselves. If cleared of servers, passwords won't be suggested anywhere, but you can still pick them from password dialog.
- All remembered passwords are displayed in password dialog combo box.
- Some old settings have been removed (last used password) or shifted and reset (remember passwords checkbox). I don't think that either is a problem as the first one was made obsolete and the another one can be easily re-enabled when necessary.
Screenshot of the manager has been attached.
Things to consider for the future:
- Remembering RCON and in-game passwords. Differentiating between them to provide best suggestions. Each can be stored as a separate set, or the purpose of the password can be marked with a flag somewhere. |
|
|
(0007604)
|
Blzut3
|
2013-11-25 21:25
|
|
Other than the table looking like they have the default cell size (huge) the feature looks fine to me.
As for space bar passwords, I don't see why we shouldn't remember them. I don't think there's any reason Zandronum can't have such a password set provided you wrap the password in quotes. I'm certainly not sure what the point of specific code to disallow them is? |
|
|
(0007605)
|
Zalewa
|
2013-11-25 21:45
|
|
Whitespace passwords look like nothing and it's easy to store them by mistake. But if you say that the game allows them then I won't block them either.
As for the cell sizes: I've just added row resize calls for both tables. I hope this is satisfactory. |
|
|
(0007621)
|
Zalewa
|
2013-11-27 18:26
|
|
|
|
|
Works just fine. Nice Job, and Thanks :p |
|