Add full daemon support + handle sigsegv
[jelmer/ctrlproxy.git] / README
1 ctrlproxy 0.6
2 ==============
3
4 Jelmer Vernooij <jelmer@nl.linux.org>, 14 October 2002
5
6 Why ctrlproxy?
7 --------------
8 CtrlProxy is a project I started because I got bored with running irssi in 
9 screen on my server. My server isn't very fast and that meant 
10 when it was on high load ircing was getting pretty hard. I could 
11 of course run irssi on my workstation, but my workstation isn't on 
12 24/7 and some people depend on the channel logs I generate.
13
14 Features
15 --------
16  * Connect to one server with many clients under one nick transparently
17  * Connect to multiple servers using only one process
18  * CTCP support when no client is attached
19  * irssi-style logging support
20  * Transparent detaching and attaching of clients
21  * Password support
22
23 Requirements
24 ------------
25  * libpopt
26  * GNU libc
27
28 Building
29 --------
30  
31 ircproxy can be installed using:
32
33 $ make
34 $ make install
35
36 You might want to change the PREFIX in Makefile.settings
37
38 Documentation
39 -------------
40 Most documentation is in the manpages: ctrlproxy(1) and ctrlproxyrc(5)
41 The example ctrlproxyrc file might be of some use..