Ticket #1077: urllen.patch

File urllen.patch, 795 bytes (added by bitlbee.org@…, at 2013-07-13T18:13:39Z)

URL length patch against current BZR head

  • doc/user-guide/commands.xml

    === modified file 'doc/user-guide/commands.xml'
     
    10441044        </bitlbee-setting>
    10451045       
    10461046        <bitlbee-setting name="target_url_length" type="integer" scope="account">
    1047                 <default>20</default>
     1047                <default>23</default>
    10481048
    10491049                <description>
    10501050                        <para>
  • protocols/twitter/twitter.c

    === modified file 'protocols/twitter/twitter.c'
     
    290290
    291291        if (strcmp(acc->prpl->name, "twitter") == 0) {
    292292                def_url = TWITTER_API_URL;
    293                 def_tul = "20";
     293                def_tul = "23";
    294294                def_mentions = "true";
    295295        } else {                /* if( strcmp( acc->prpl->name, "identica" ) == 0 ) */
    296296                def_url = IDENTICA_API_URL;