| Summary: | irc don't save password | ||
|---|---|---|---|
| Product: | [Unmaintained] kopete | Reporter: | Marc Collin <marc.collin> |
| Component: | IRC Plugin | Assignee: | Kopete Developers <kopete-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 0.11 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Marc Collin
2005-12-04 07:10:31 UTC
What are you typing every time, and where? Because in irc there are 2 commons way to authentify: Using the PASS command or using the nickserv service. it's in the irc config windows... where we type information about the irc setup... I have this problem also. More specifically, although it remembers the user password in the "Basic setup" tab for the account, it fails to remember the IRC server password in the Connection tab | Edit... | Network Configuration | Host configuration | Password. The other details there are saved in ircnetworks.xml by the functions IRCProtocol::slotSaveNetworkConfig and IRCProtocol::slotReadNetworks and in kopete/protocols/ircprotocol.cpp. But this doesn't seem the right place to save a password (I had a go, and it saves and loads it, but its saves it in plaintext in the file, and you still have to go into the dialog to refresh it). What is the right place I believe bug #107965 and this are the same. |