Add Support for NickServ/ChanServ. NickServ: - Register User (Password) - get additional Info for users (Email, Website, etc.) IRC NickServ/ChanServ sourcecode: - http://www.anope.org/ - http://www.google.com/codesearch?q=nickserv
Low priority. Let's walk before we try to run :-) Some of these things don't necessarily have a Telepathy API yet, and I suspect they all rely on the ability to recognise particular IRC networks and behave suitably.
Note that at least Freenode treats the server password, if set, as your NickServ password, so you may be able to work around this for now.
Does it make sense to generally send the IRC password to the nick server? I seem to recall that Konversation does this. That might simplify fixing this :)
Also reported at: https://bugs.launchpad.net/ubuntu/+source/telepathy-idle/+bug/557119
(In reply to comment #3) > Does it make sense to generally send the IRC password to the nick server? I > seem to recall that Konversation does this. That might simplify fixing this :) Only on networks where there identifiably *is* a nick server (if a malicious user joins a network that doesn't have a nickserv and calls themselves nickserv, you don't want to send *them* your password!), which brings us back to the problem of identifying which network you're on. If Konversation has code for this, perhaps it could be adapted.
No, I double checked and Konversation - at least in the current version - does require you to explicitly configure a nick and a password for auto-identifying. Perhaps my memory serves me false.
On freenode.net the password login work. With oftc.net net-irc/telepathy-idle-0.1.5 fails to autologin. Oftc only supports "Automatically Identifying Using SSL + CertFP" and as fallback "nickserv identify". http://www.oftc.net/oftc/NickServ/CertFP
freenode forwards your IRC server password to the nickserv. This is a feature of freenode, and is arguably much better than auto-identifying with the nickserv, but sadly other servers don't do this. Just for the sake of the argument though, is this really better in telepathy-idle than in Empathy? My understanding was that telepathy-idle was mainly there for providing the mechanisms and Empathy the interface, but the auto-identify hack makes use of mechanisms that are already present in telepathy-idle (basically /msg). For the record, XChat also has a separate "nickserv password" field in its configuration, but doesn't let you specify an alternative nick for nickserv like Konversation does. Don't know if that is really necessary anyway.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/telepathy/telepathy-idle/issues/3.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.