Modify

#1067 closed defect (fixed)

Nick naming broken somewhere between 20130601 and 0617

Reported by: tekk@… Owned by:
Priority: normal Milestone:
Component: BitlBee Version: devel
Keywords: Cc:
IRC client+version: Client-independent Operating System: Linux
OS version/distro: Debian

Description

The behavior for years has been to actually name a contact by their nick, so a nick of foo@… would be simply foo. At some point between June 01 and June 17, this convention was broken for most protocols, rendering the nick as foobarcom. Bizarrely, however, while at least xmpp and msn are affected, oscar/aim doesn't seem to be.

Attachments (0)

Change History (2)

comment:1 Changed at 2013-06-22T10:48:00Z by wilmer

Yes, I think I see what happened here. The "chop" variable in nick_gen() is still assigned but no longer used later on.

The reason OSCAR/AIM are fine is because there the handle is just the part before @, the @blah part gets added by BitlBee just to make it a complete IRC hostmask.

Will try to fix this later today.

comment:2 Changed at 2013-06-22T21:50:52Z by wilmer

Resolution: fixed
Status: newclosed

changeset:devel,994 should fix this.

Modify Ticket

Action
as closed The ticket will remain with no owner.
The resolution will be deleted.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.