1CTRLPROXY(1) CTRLPROXY(1)
2
3
4
6 ctrlproxy - a modular IRC proxy with multi-server support
7
9 ctrlproxy [-d file] [-l file] [-D] [--init] [-r file] [-v]
10
12 ctrlproxy is a modular IRC proxy. It connects to a number of IRC
13 servers and then passes data it receives on to the modules that have
14 been loaded into it. Current modules are client_simple (for proxy
15 support) and log (for irssi-style log file generation).
16
17 By default, ctrlproxy listens for client connections on port 6668 and
18 any ports after that one, depending on the number of servers it is
19 connected to.
20
22 ctrlproxy recognizes the following command-line options
23
24 -i, --inetd-client=NETWORK
25 Add incoming client on stdin/stdout, connected to the specified
26 network. This can be used for inetd-like communication and testing.
27
28 -d, --debugfile=FILE
29 Dump IRC traffic to specified file. Only useful for debugging
30 purposes.
31
32 -D, --daemon
33 Go to the background after the program has been started (daemon
34 mode).
35
36 -c, --config-dir=DIR
37 Read configuration files from the specified directory DIR instead
38 of from .ctrlproxy in the usersĀ“ homedirectory.
39
40 --init
41 Create a new configuration file.
42
43 -v, --version
44 Show copyright and version information
45
46 -?, --help
47 Show help message with short argument information
48
49 -l, --log=FILE
50 Log ctrlproxy messages to specified file.
51
52 --usage
53 Display brief usage message
54
56 When ctrlproxy receives a USR1 signal, it will save its current state.
57
59 CTRLPROXY_MODULESDIR
60 Override directory that will be searched for plugins.
61
63 irssi (1), ctrlproxy_config(5), http://www.ctrlproxy.org/,
64 config.example
65
67 Probably, but none are known at the moment. Please send any you find to
68 jelmer@samba.org
69
71 This program is free software; you can redistribute it and/or modify it
72 under the terms of the GNU General Public License as published by the
73 Free Software Foundation; either version 3 of the License, or (at your
74 option) any later version.
75
76 This program is distributed in the hope that it will be useful, but
77 \fBWITHOUT ANY WARRANTY\fR; without even the implied warranty of
78 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
79 General Public License for more details.
80
81 You should have received a copy of the GNU General Public License along
82 with this program; if not, write to the Free Software Foundation, Inc.,
83 59 Temple PLace, Suite 330, Boston, MA 02111-1307 USA
84
86 Jelmer Vernooij[1] (original developer)
87
88 See the file AUTHORS for a full list of contributors.
89
91 1. Jelmer Vernooij
92 mailto:jelmer@samba.org
93
94
95
96 12/06/2008 CTRLPROXY(1)