bip(1)

NAME

bip.conf - Configuration file for BIP IRC Proxy

DESCRIPTION

Arrayworks definitions, users configuration, users connections declarations. Each section is described in this manpage.
The bip.conf skeleton should be something like this :

option1 = value;
option2 = value;

network {
net_opt = value;
...
server { ... };
server { ... };
};
user {
user_opt = value;
...
connection {
conn_opt = value;
...
channel { ... };
};
connection {
conn_opt = value;
...
channel { ... };
channel { ... };
...
};
};

SYNTAX RULES

The syntax is quite simple :
- everything after the # character is ignored (comments)
- each variable affectation must be finished with a ;
- each section { } must be finished with a ;

Arraymistakes. You can also find an example configuration file along
with BIP.

GLOBAL OPTIONS

Arrayip Ignored for the time beeing.

Arraystartup. If true, BIP refuses to start.
port (default: 7778)
The port on which BIP should listen for clients.

NETWORK SECTION

Arraysince it uses the variable name from the connection section.

SERVER SUB-SECTION

Arraywork section.
host The server's hostname or IP address.

port (default: 6667)
The server port to connect to.

USER SECTION

Arrayto check if the cert is signed by a Certificate Authority in
repository, or basic to check if cert exists in repository. The
repository is defined by ssl_check_store.
ssl_check_store (default: not set)
This repository is browsed by BIP when a SSL cer
tificate or CA check is needed.

CONNECTION SUB-SECTION

Arrayuse a specific IP address for this network when you have more
than one. This options is totally useless to people who only have
one IP address.

CHANNEL SUB-SUB-SECTION

Arraysections and appear more than once in a connection section.
name The channel name (#bip, &bip, ...).

key The channel key if needed.

SEE ALSO

bip, bipmkpw

AUTHOR

bip authors:
Arnaud 'nohar' Cornet
Loic 'Kyoshiro' Gomez

ArrayCrypto shamelessly taken from Christophe 'sexy' Devine.
This man page is written by Loic 'Kyoshiro' Gomez.
10 October 2005
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout