Bug 351420 - ICQ password length limit was changed from 8 to 16 chars
Summary: ICQ password length limit was changed from 8 to 16 chars
Status: RESOLVED WORKSFORME
Alias: None
Product: kopete
Classification: Applications
Component: ICQ and AIM Plugins (show other bugs)
Version: 1.6.5
Platform: Kubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords: triaged
: 363317 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-08-18 03:53 UTC by Maxim
Modified: 2018-10-27 04:00 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maxim 2015-08-18 03:53:56 UTC
ICQ finally increased the infamous 8-character limit on password length. Now passwords up to 16 characters are allowed.  
 
Kopete still truncates user input to the old one though, with the obvious result that users with longer passwords can not log in.
 
I did not check it out yet, but it seems that `protocols/oscar/icq/icqaccount.cpp` is the only place where the limit is hardcoded:
 
void ICQAccount::connectWithPassword( const QString &password )
{
...
                 engine()->start( server, port, accountId(), password.left(8) );
...
}
Comment 1 Pali Rohár 2015-08-22 11:13:09 UTC
Can you try to change "password.left(8)" to just "password" if it really fix that problem?
Comment 2 Maxim 2015-08-24 04:40:20 UTC
I can fix it manually but it should be fixed in distributed package.
Comment 3 Pali Rohár 2015-09-01 16:05:32 UTC
Yes, but I mean if you really tested that change. Before commiting such change into kopete release I need to be sure that this change is really working and does not break something else.
Comment 4 Christoph Feck 2015-09-27 19:52:09 UTC
If you can provide the information requested in comment #3, please add it.
Comment 5 Pali Rohár 2016-05-31 15:54:20 UTC
*** Bug 363317 has been marked as a duplicate of this bug. ***
Comment 6 Andrew Crouthamel 2018-09-26 22:13:58 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 set the bug status 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 7 Andrew Crouthamel 2018-10-27 04:00:27 UTC
Dear Bug Submitter,

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!