If nick is taken telepathy-idle fails

Bug #197048 reported by Ted Gould
12
This bug affects 1 person
Affects Status Importance Assigned to Milestone
telepathy-idle
New
Unknown
telepathy-idle (Ubuntu)
Triaged
Medium
Unassigned

Bug Description

Binary package hint: telepathy-idle

If a nick is already taken on the IRC server (unclean logout) telepathy-idle just fails instead of adding on additional characters to allow for login.

Revision history for this message
Ted Gould (ted) wrote :

Binary package hint: telepathy-idle

If a nick is already taken on the IRC server (unclean logout) telepathy-idle just fails instead of adding on additional characters to allow for login.

Revision history for this message
Ted Gould (ted) wrote :
Changed in telepathy-idle:
status: Unknown → Confirmed
Revision history for this message
In , Jonathon Jongsma (jonathon-jongsma) wrote :

I'm wondering if this shouldn't instead be handled by the client (e.g. empathy). Because different clients might have different approaches to the problem. Also, if we did automatic nick-changing in the connection manager, we'd need to have some way to communicate back up to the client that "the nick you gave us didn't work, so I used this one instead". That seems like more trouble than just having the client take responsibility for automatically retrying with a modified nick.

Revision history for this message
In , Will Thompson (wjt) wrote :

*** Bug 23729 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Sjoerd Simons (sjoerd) wrote :

Review of attachment 14717:

Test comment for splinter

::: telepathy-idle-0.1.2/src/idle-connection.c
@@ +725,2 @@
+ if (conn->parent.status == TP_CONNECTION_STATUS_CONNECTING) {
+ /* Code to make it so that nicks don't collide. If the nick

Test

@@ +744,3 @@
+ gchar msg[IRC_MSG_MAXLEN+1];
+ g_snprintf(msg, IRC_MSG_MAXLEN+1, "NICK %s", priv->nickname);
+ send_irc_cmd(conn, msg);

Test review comment for splinter: g_strdup_printf is awesome :)

Nigel Babu (nigelbabu)
tags: added: patch-forwarded-upstream
Revision history for this message
Brian Curtis (bcurtiswx) wrote :

Sent upstream , no further info needed, marking as triaged and medium.

Changed in telepathy-idle (Ubuntu):
importance: Undecided → Medium
status: New → Triaged
Revision history for this message
In , Omer Akram (om26er) wrote :

does this patch still apply?

Changed in telepathy-idle:
importance: Unknown → Wishlist
Changed in telepathy-idle:
importance: Wishlist → Unknown
Changed in telepathy-idle:
importance: Unknown → Wishlist
Revision history for this message
In , Rishi-is (rishi-is) wrote :
Revision history for this message
In , Gitlab-migration (gitlab-migration) wrote :

-- 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/2.

Changed in telepathy-idle:
status: Confirmed → Unknown
Logan Rosen (logan)
Changed in telepathy-idle:
importance: Wishlist → Unknown
Changed in telepathy-idle:
status: Unknown → New
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.