Bug 111688 - IRC account accesses wallet when no password in use
Summary: IRC account accesses wallet when no password in use
Status: RESOLVED WORKSFORME
Alias: None
Product: kopete
Classification: Unmaintained
Component: IRC Plugin (other bugs)
Version First Reported In: 0.40.0
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-29 05:23 UTC by Chris
Modified: 2023-01-07 05:23 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris 2005-08-29 05:23:53 UTC
Version:           0.10.3 (using KDE KDE 3.4.2)
Installed from:    Gentoo Packages
Compiler:          GCC 3.4.4 
OS:                Linux

Checking the properties for an IRC account seems to bring up some bugs. For one, it attempts to open KDEWallet to get the server password, even though I have no password set or remembered. The checkbox for remembering the password also has a mirrored check-mark. I have to click it twice to turn it off again.

As well, if I go to the Advanced Configuration tab and click Cancel, the next time I go into the account's Advanced Configuration tab, the selections for the Message Destinations area will all be off by one (it'll be the next one up on the list, unless it was the top-most one, then it'll be one down).
Comment 1 Tommi Rantala 2005-10-22 21:56:30 UTC
SVN commit 473173 by rantala:

CCBUG: 111688

Fix the second issue described in the report:
  "if I go to the Advanced Configuration tab and click Cancel, the next
  time I go into the account's Advanced Configuration tab, the selections
  for the Message Destinations area will all be off by one"

The setMessageDestinations() call is wrong (the values should all be +1,
so this caused the problem), and its actually not even needed.



 M  +0 -4      irceditaccountwidget.cpp  


--- branches/KDE/3.5/kdenetwork/kopete/protocols/irc/ui/irceditaccountwidget.cpp #473172:473173
@@ -82,10 +82,6 @@
 		informationReplies->setCurrentItem( config->readNumEntry( "InformationReplies", IRCAccount::ActiveWindow ) - 1 );
 		errorMessages->setCurrentItem( config->readNumEntry( "ErrorMessages", IRCAccount::ActiveWindow ) - 1 );
 
-		account()->setMessageDestinations( serverNotices->currentItem(), serverMessages->currentItem(),
-		informationReplies->currentItem(), errorMessages->currentItem()
-						     );
-
 		QStringList cmds = account()->connectCommands();
 		for( QStringList::Iterator i = cmds.begin(); i != cmds.end(); ++i )
 			new QListViewItem( commandList, *i );
Comment 2 Andrew Crouthamel 2018-11-02 04:19:11 UTC
Dear Bug Submitter,

This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond.

Thank you for helping us make KDE software even better for everyone!
Comment 3 Andrew Crouthamel 2018-11-16 02:49:19 UTC
Dear Bug Submitter,

This is a reminder that this bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version?

Thank you for helping us make KDE software even better for everyone!
Comment 4 Justin Zobel 2022-12-08 23:51:28 UTC
Thank you for reporting this issue in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you!
Comment 5 Bug Janitor Service 2022-12-23 05:20:41 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 6 Bug Janitor Service 2023-01-07 05:23:16 UTC
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!