Summary: | If nick is taken try adding a "_" | ||
---|---|---|---|
Product: | Telepathy | Reporter: | Ted Gould <ted> |
Component: | idle | Assignee: | Telepathy bugs list <telepathy-bugs> |
Status: | RESOLVED MOVED | QA Contact: | Telepathy bugs list <telepathy-bugs> |
Severity: | enhancement | ||
Priority: | medium | CC: | 84yelo3, jonathon, om26er |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | Patch to telepathy idle 0.1.2 |
Description
Ted Gould
2008-02-29 09:32:57 UTC
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. *** Bug 23729 has been marked as a duplicate of this bug. *** Review of attachment 14717 [details] [review]: 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 :) does this patch still apply? Corresponding Empathy bug: https://bugzilla.gnome.org/show_bug.cgi?id=680024 -- 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. |
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.