Project

General

Profile

Bip » History » Version 10

Pierre-Louis Bonicoli, 2010-10-26 01:50
add "Getting the code" paragraph

1 1 Pierre-Louis Bonicoli
h1. About
2
3 9 Pierre-Louis Bonicoli
Bip is an *IRC proxy*, which means it keeps connected to your preferred IRC servers, can store the logs for you, and even send them back to your IRC client(s) upon connection.
4 7 Pierre-Louis Bonicoli
5
You may want to use bip to keep your logfiles (in a unique format and on a unique computer) whatever your client is, when you connect from multiple workstations, or when you simply want to have a playback of what was said while you were away.
6 3 Pierre-Louis Bonicoli
7 10 Pierre-Louis Bonicoli
h2. News
8 1 Pierre-Louis Bonicoli
9
There is a lot of [[News|news]] !
10 10 Pierre-Louis Bonicoli
*2010-10-26* New website: migrating from http://bip.t1r.net to http://https://projects.duckcorp.org/projects/bip
11
*2010-10-25* New repository: migrating from http://bip.t1r.net/bip.git to 
12
*2010-09-12* "bip 0.8.6 released":https://projects.duckcorp.org/attachments/download/20/bip-0.8.6.tar.gz
13 6 Pierre-Louis Bonicoli
14 10 Pierre-Louis Bonicoli
h2. Features
15 6 Pierre-Louis Bonicoli
16
There is a lot of [[Features|features]] !
17 4 Pierre-Louis Bonicoli
18 10 Pierre-Louis Bonicoli
h2. Basic usage
19 4 Pierre-Louis Bonicoli
20
* Copy sample bip.conf file found in tarball in ~/.bip/bip.conf
21 1 Pierre-Louis Bonicoli
* Edit according to your needs
22 4 Pierre-Louis Bonicoli
* Setup your favorite IRC client to connect to bip, and setup a IRC password according to the format “bip_username:bip_password:connection_id”
23
24
Use a single bip session for multiple irc connections. Each bip user can have multiple irc networks to connect to, the connection_id identifies a connection for a user. For example if a user connects on OFTC and efnet, he would configure his client to connect to two servers, all with the same host (the one on which bip is running), and he would set a different irc password for each of the networks. ie “user:pass:OFTC” and “user:pass:efnet”.
25 5 Pierre-Louis Bonicoli
26 10 Pierre-Louis Bonicoli
h2. Documentation
27 5 Pierre-Louis Bonicoli
28
Here is the bip documentation:
29 1 Pierre-Louis Bonicoli
* bip README: source:README
30
* bip.conf manual page: source:bip.conf.5
31
* bip manual page: source:bip.1
32
* bipmkpw manual page: source:bipmkpw.1
33 5 Pierre-Louis Bonicoli
34 10 Pierre-Louis Bonicoli
h2. Getting the code
35
36
* Repository: @git clone http://rcs-git.duckcorp.org/projects/bip/bip.git/@
37
* Release (tar.bz): see https://projects.duckcorp.org/projects/bip/files
38 8 Pierre-Louis Bonicoli
39
h2. License
40
41
Bip is open source and released under the terms of the GNU General Public License v2 (source:COPYING).