]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/common.php
Removed double spaces from strings
[quix0rs-gnu-social.git] / lib / common.php
index 8543b09c7bf23368d1f217443d713eead2721453..f7308d0b44c357ed7bcaa325dad3c6a60d4cd46c 100644 (file)
@@ -19,7 +19,7 @@
 
 if (!defined('LACONICA')) { exit(1); }
 
-define('LACONICA_VERSION', '0.6.3');
+define('LACONICA_VERSION', '0.6.4.3');
 
 define('AVATAR_PROFILE_SIZE', 96);
 define('AVATAR_STREAM_SIZE', 48);
@@ -69,7 +69,8 @@ $config =
                          'timezone' => 'UTC',
                          'broughtbyurl' => NULL,
                          'closed' => false,
-                         'inviteonly' => false),
+                         'inviteonly' => false,
+              'private' => false),
                'syslog' =>
                array('appname' => 'laconica', # for syslog
                          'priority' => 'debug'), # XXX: currently ignored
@@ -85,6 +86,8 @@ $config =
                'nickname' =>
                array('blacklist' => array(),
                          'featured' => array()),
+               'profile' =>
+               array('banned' => array()),
                'avatar' =>
                array('server' => NULL),
                'public' =>
@@ -113,6 +116,8 @@ $config =
               'port' => 3312),
                'tag' =>
                array('dropoff' => 864000.0),
+               'popular' =>
+               array('dropoff' => 864000.0),
                'daemon' =>
                array('piddir' => '/var/run',
                          'user' => false,