Modify ↓
#116 closed defect (fixed)
Small error in output having more than one Jabber account
Reported by: | Tar-Minyatur | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.0.2 |
Component: | BitlBee | Version: | 1.0.1 |
Keywords: | Cc: | ||
IRC client+version: | X-Chat | Operating System: | Linux |
OS version/distro: | Ubuntu |
Description
It's not really important, but I'm a perfectionist so I report it. ;o) I've added two Jabber accounts to Bitlbee (one in the LAN, one in the internet). Now BitlBee shows the account name when something's happening on one of the jabber accounts, so they can be properly identified. There is a small error in this message: The account name is cut off after the last dot. It looks like this:
<@root> JABBER(username@domain. - Logging in: Connecting
I think it should look like this:
<@root> JABBER (username@…) - Logging in: Connecting
Attachments (0)
Change History (3)
comment:1 Changed at 2006-03-18T09:17:50Z by
Milestone: | → 1.0.2 |
---|
comment:2 Changed at 2006-03-23T12:33:21Z by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed by [147].
Note: See
TracTickets for help on using
tickets.
But hey, at least this is better than to get a buffer overflow. ;-) But yes, I noticed this before, time to make that buffer a bit bigger.