]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Merge branch 'master' into 1.0.x
authorEvan Prodromou <evan@status.net>
Fri, 13 Aug 2010 21:33:41 +0000 (14:33 -0700)
committerEvan Prodromou <evan@status.net>
Fri, 13 Aug 2010 21:33:41 +0000 (14:33 -0700)
1  2 
README
classes/File_redirection.php
lib/common.php
lib/default.php
lib/statusnet.php
lib/util.php

diff --cc README
Simple merge
Simple merge
diff --cc lib/common.php
Simple merge
diff --cc lib/default.php
index e0081f3165e5a1001fc009e460d5d7ec1e23b26e,45a4560ff36100ccda3890267d51615ac1a3a9cd..76e4e44cf2b17a43e57c86a68eae916f6353a98b
@@@ -316,11 -314,8 +316,12 @@@ $default 
          array('subscribers' => true,
                'members' => true,
                'peopletag' => true),
 +        'url' =>
 +        array('shortener' => 'ur1.ca',
 +              'maxlength' => 25,
 +              'maxnoticelength' => -1),
          'http' => // HTTP client settings when contacting other sites
-         array('ssl_cafile' => false // To enable SSL cert validation, point to a CA bundle (eg '/usr/lib/ssl/certs/ca-certificates.crt')
+         array('ssl_cafile' => false, // To enable SSL cert validation, point to a CA bundle (eg '/usr/lib/ssl/certs/ca-certificates.crt')
+               'curl' => false, // Use CURL backend for HTTP fetches if available. (If not, PHP's socket streams will be used.)
                ),
          );
Simple merge
diff --cc lib/util.php
Simple merge