##-----------------------------------------------------------------------------
## info.txt - opendchub configuration parameters			       
##
## Creation:     30.09.2003  degrees
## Last Update:  30.09.2003  degrees
##
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 2 of the License, or
## (at your option) any later version.
##-----------------------------------------------------------------------------

#------------------------------------------------------------------------------
# optional package: opendchub
#------------------------------------------------------------------------------
OPT_OPENDCHUB = 'no'

#------------------------------------------------------------------------------
# do debug
#------------------------------------------------------------------------------
OPENDCHUB_DO_DEBUG = 'no'

#------------------------------------------------------------------------------
# path - change only for hd-install (without trailing slash)
# set SYSLOG_ENABLE to NO to use the logfile on hd (.opendchub/log)
#------------------------------------------------------------------------------
OPENDCHUB_PATH = '/usr/local'

OPENDCHUB_SYSLOG_ENABLE = 'yes'

#------------------------------------------------------------------------------
# add registered user (this will *NOT REWRITE* reglist if hdinstall exists)
#------------------------------------------------------------------------------
OPENDCHUB_REG_USER_N = '1'

OPENDCHUB_REG_USER_1 = 'operator'
OPENDCHUB_REG_PASS_1 = 'op_pass'
OPENDCHUB_REG_FLAG_1 = '2'	# 0-no op, 1-admin telnet, 2-admin telnet/chat

OPENDCHUB_REG_USER_2 = 'moderator'
OPENDCHUB_REG_PASS_2 = 'mod_pass'
OPENDCHUB_REG_FLAG_2 = '1'

OPENDCHUB_REG_USER_3 = 'user'
OPENDCHUB_REG_PASS_3 = 'user_pass'
OPENDCHUB_REG_FLAG_3 = '0'

#------------------------------------------------------------------------------
# hub config
#------------------------------------------------------------------------------

#------------------------------------------------------------------------------
# important
#------------------------------------------------------------------------------
OPENDCHUB_HUB_NAME = 'Fli4L Open DC Hub'
	
OPENDCHUB_HUB_DESCRIPTION = 'A Fli4L Direct Connect Hub'

OPENDCHUB_ADMIN_PASS = 'admin_pass'

OPENDCHUB_LINK_PASS = 'link_pass'

OPENDCHUB_LISTENING_PORT = '4012'

OPENDCHUB_ADMIN_PORT = '53696'

OPENDCHUB_MAX_USERS = '200'

OPENDCHUB_HUB_FULL_MESS = 'Sorry, this hub is full at the moment.'

OPENDCHUB_CRYPT_ENABLE = 'yes'

OPENDCHUB_HUBLIST_UPLOAD = 'no'

OPENDCHUB_PUBLIC_HUB_HOST = 'vandel405.dynip.com'

OPENDCHUB_HUB_HOSTNAME = 'your_hostname_or_ip'

OPENDCHUB_MIN_SHARE = '1073741824'	# in Byte  1GB = (1024*1024*1024 Byte)

#------------------------------------------------------------------------------
# optional (no need to change)
#------------------------------------------------------------------------------
OPENDCHUB_USERS_PER_FORK = '1000'

OPENDCHUB_MIN_VERSION = '0,15'

OPENDCHUB_REDIRECT_HOST = ''

OPENDCHUB_REGISTERED_ONLY = 'no'

OPENDCHUB_CHECK_KEY = 'no'

OPENDCHUB_REVERSE_DNS = 'no'

OPENDCHUB_BAN_OVERRIDES_ALLOW = 'no'

OPENDCHUB_VERBOSITY = '4'

OPENDCHUB_SEARCHCHECK_EXCLUDE_INTERNAL = 'yes'

OPENDCHUB_SEARCHCHECK_EXCLUDE_ALL = 'no'

OPENDCHUB_REDIR_ON_MIN_SHARE = 'no'

OPENDCHUB_KICK_BANTIME = '5'

OPENDCHUB_SEARCHSPAM_TIME = '5'

OPENDCHUB_MAX_EMAIL_LEN = '50'

OPENDCHUB_MAX_DESC_LEN = '100'

#------------------------------------------------------------------------------
# motd
#------------------------------------------------------------------------------
OPENDCHUB_MOTD_TEXT_N = '4'
OPENDCHUB_MOTD_TEXT_1 = '--> Welcome to my Hub.'
OPENDCHUB_MOTD_TEXT_2 = '--> Dont share some illegal.'
OPENDCHUB_MOTD_TEXT_3 = '--> You must accept this, or disconnect now!'
OPENDCHUB_MOTD_TEXT_4 = '--> Enjoy! ;-)'