Changeset 1a2c1c0 for doc


Ignore:
Timestamp:
2013-06-16T12:42:39Z (11 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
2f9027c
Parents:
ab19567 (diff), 5cb9461 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merging utf8-nicks branch. This adds a utf8_nicks setting which removes the
ASCII restriction on contact nicknames. Use at your own risk!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user-guide/commands.xml

    rab19567 r1a2c1c0  
    16201620        </bitlbee-setting>
    16211621
     1622        <bitlbee-setting name="utf8_nicks" type="boolean" scope="global">
     1623                <default>false</default>
     1624
     1625                <description>
     1626                        <para>
     1627                                Officially, IRC nicknames are restricted to ASCII. Recently some clients and servers started supporting Unicode nicknames though. To enable UTF-8 nickname support (contacts only) in BitlBee, enable this setting.
     1628                        </para>
     1629                       
     1630                        <para>
     1631                                To avoid confusing old clients, this setting is disabled by default. Be careful when you try it, and be prepared to be locked out of your BitlBee in case your client interacts poorly with UTF-8 nicknames.
     1632                        </para>
     1633                </description>
     1634        </bitlbee-setting>
     1635
    16221636        <bitlbee-setting name="web_aware" type="string" scope="account">
    16231637                <default>false</default>
Note: See TracChangeset for help on using the changeset viewer.