Modify ↓
Opened at 2016-08-10T11:13:48Z
Closed at 2016-09-25T04:55:08Z
#1262 closed defect (duplicate)
Please allow period (.) in nicks
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | wishlist | Milestone: | |
Component: | IRC | Version: | 3.2.2 |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | Public server |
OS version/distro: |
Description
Hi,
I am on an XMPP server where almost everybody is on the form firstname.lastname. However, Bitlbee doesn't allow period (.) in nicks, and they end up as firstnamelastname. I don't see any good reason why not to simply add . to the whitelist. Do you think it could be done?
Attachments (0)
Change History (3)
comment:1 Changed at 2016-08-10T19:52:23Z by
Component: | Unspecified / other → IRC |
---|---|
Priority: | normal → wishlist |
comment:2 Changed at 2016-08-10T20:13:04Z by
As I read the source code, even with UTF-8 nicks enabled, the nick_{lc,uc}_chars arrays are consulted for anything below 0x7f.
comment:3 Changed at 2016-09-25T04:55:08Z by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
This is pretty much the same thing as #1243
Note: See
TracTickets for help on using
tickets.
Hm, and I think even with utf8 nicks enabled this won't work, or will it?