Revision 545009

Go back to digest for 28th May 2006

Features in Networking Tools

Olivier Goffart committed changes in /trunk/KDE/kdenetwork/kopete:

Remove the maxlenght from the Kopete::Password API
It make no sens to limit the maximum size of a password you ask to the user. The user should know the lenght of his password.

That code was introduced beause ICQ has a limit of 8 for the password length, but the official client do strip the password, so the user may think it has a longner password. The correct way to do it in Kopete is the same: strip the password.


File Changes

Modified 15 files
  • /trunk/KDE/kdenetwork/kopete
  •   /libkopete/kopetepassword.cpp
  •   /libkopete/kopetepassword.h
  •   /libkopete/kopetepasswordedaccount.cpp
  •   /libkopete/kopetepasswordedaccount.h
  •   /libkopete/managedconnectionaccount.cpp
  •   /libkopete/managedconnectionaccount.h
  •   /libkopete/ui/kopetepasswordwidget.cpp
  •   /protocols/gadu/gaduaccount.cpp
  •   /protocols/jabber/jabberaccount.cpp
  •   /protocols/messenger/messengeraccount.cpp
  •   /protocols/msn/msnaccount.cpp
  •   /protocols/oscar/oscaraccount.cpp
  •   /protocols/yahoo/yahooaccount.cpp
  •   /protocols/oscar/aim/aimaccount.cpp
  •   /protocols/oscar/icq/icqaccount.cpp
15 files changed in total