summaryrefslogtreecommitdiffstats
path: root/testing/cgiirc/cgiirc.config
blob: ca68b3697c14f9881d9e741dd3662749d3f59395 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
# This is the full access CGI:IRC 0.5 config file
# It will allow access to *all* servers and channels
# See http://cgiirc.sourceforge.net/docs/config.php for help editing it.

# -----
# These are the default settings to show on the login form

# default server(s) to connect to, more than one server can
# be entered as a comma seperated list
default_server = <% SET YOUR IRC SERVER HERE %>
default_port = <% SET THE PORT OF YOUR IRC SERVER %>

# default channel(s), again this can be a comma seperated list
default_channel = #cgiirc

# Realname to use (in /whois)
default_name = CGI:IRC User

# default nickname, a ? is replaced with a random number
default_nick = CGI???

# The default username to send, this will only be sent if 
# encoded_ip (below) is set to 1 or less and will have no affect
# if the system is running identd.
default_user = cgiirc

# Default quit message
#quit_message = CGI:IRC
# Quit prefix added to EOF messages and other quits not from /quit
#quit_prefix = CGI:IRC

# -----
# System setup options

# You can change the default locations of the scripts with these
# settings, generally they don't need to be changed
script_nph = nph-irc.cgi
script_form = client-perl.cgi
script_login = irc.cgi

# The path to images for the browser (a URL!)
# In script aliased directories (cgi-bin) the default will *not* work,
# you need to move the directory elsewhere and change this to something
# like /images.
image_path = /usr/share/webapps/cgiirc/images

# The charset to send to IRC, to send anything other than UTF-8 you will
# need the Encode perl module installed.
# See perldoc Encode::Supported for a list of supported encodings.
# If you see the wrong characters in CGI:IRC or with a normal IRC client
# you probably need to change this or set it on the login form.
# Note that this config file should be encoded in UTF8, regardless of this
# setting.
# Extended ASCII:
#irc charset = iso-8859-1

# The location to *append* before the location of the socket directory
# (don't change this unless you understand it - and then think about it again).
# Remember you will need to either edit client-perl.cgi or
# client.c and recompile client.cgi if you change this

# IF YOU CHANGE THIS AND HAVE ANY PROBLEMS TRY THE DEFAULT BEFORE ASKING FOR
# HELP
socket_prefix = /tmp/cgiirc-

# Virtual Host - Bind to a specific IP address
# (this must be a valid interface or IP alias on your system).
#vhost = 0.0.0.0
# For IPv6
#vhost6 = 

# Prefer IPv6 addresses if both addresses resolve (default is IPv4).
#prefer_v6 = 0 (XXX: This option does not currently work)

# -----
# Access related settings

# encoded_ip, set to 3 to send real IP in realname and encoded in username
# set to 2 to send hex encoded IP address in username  
# and in realname, set to 1 to send only in realname and 0 to 
# disable.
encoded_ip = 2

# If the ip_access_file option is set to the filename that
# contains ipaccess information then CGI:IRC will check this file.
# See ipaccess.example for more information, rename it to ipaccess
# and uncomment the line below to enable.
# NOTE: If the file does not exist, all clients are denied!
#ip_access_file = ipaccess
# If the ip_access_file option is set to a comma-separated list
# of filenames, they are checked sequentially, as if they were
# concatenated.
#ip_access_file = ipaccess.deny,ipaccess.allow

# The maximum number of users that can connect to this CGI:IRC script at once
# Please note, sometimes CGI:IRC leaves files in the socket_prefix location, if
# it is killed (kill -9) or maybe a bug - this option still counts those as users.
#max_users = 20

# Allow access to servers, ports and channels not set in the default
# settings above and use access_channel, access_port and access_server below.
allow_non_default = 1

# This is regular experssion that sets what channels access should
# be allowed to.
access_channel = .*

# This is regular experssion that sets what servers access should
# be allowed to.
access_server = .*

# This is regular experssion that sets what ports access should
# be allowed to.
access_port = .*

# A list of commands to allow and deny access to, this is a space
# seperated list of commands to allow access to or if prefixed 
# with an ! commands to disallow access to.
# Eg to only allow access to, msg, me, whois, join, nick
#   = msg me whois join nick ! 
# Note the ! on the end, it disallows all other commands

# It is recommened that you disable quote if you are limiting
# access to channels.
#access_command = !quote
access_command = 

# Session timeout (timeout after this many seconds of inactivity).
# 18000 is 5 hours
session_timeout = 18000

# Admin password (used for /ctcp kill)
# Remember this is a crypt of the password - not the actual password.
# You can generate this by running (at a Unix shell prompt):
# perl -le'print crypt(shift,$$)' password
# where password is the password to generate a crypt for.
#admin password = 

# If your server is password protected and you wish to provide the password in
# the script rather than get the user to enter the password then set this
# option to the password (The user can still override this with a password on
# the login form).
#server_password =

# Send extra information (e.g. proxy headers) on ctcp USERINFO.
#extra_userinfo = 1

# If the IRC server has been configured to allow CGI:IRC host spoofing (web irc
# spoofing), then set this to the password to use.
#webirc_password =

# If the irc server you are connecting to accepts hostnames encoded into
# passwords (old style CGI:IRC host spoofing) and it has been setup for your
# host uncomment the following line.
#realhost_as_password = 1

# Check clients connecting against a DNSBL (deny access if their IP address is in
# it), seperate with spaces to check more than one.
#dnsbl = opm.blitzed.org

# Redirect to a different URL (eg. custom login form) instead of the default.
#form_redirect = http://cgiirc.sourceforge.net/docs/custom.php

# List of URLs (seperated with ,) which this copy of CGI:IRC should
# balance requests over. All the URLs should be within the domain set for
# javascript_domain below and should point to the directory which the
# CGI:IRC install is in without a trailing /.
#balance_servers = http://a.cgiirc.org, http://foo.cgiirc.org/cgi-bin/cgiirc

# Set JavaScript document.domain.
#javascript_domain = cgiirc.org

# Set the login secret (used to make it slightly harder to abuse CGI:IRC by
# opening lots of connections to it). This should be a hard to guess sequence
# of characters (you never need to type it in). If balance_servers is used this
# should be set to the same value on all servers. This requires the Digest::MD5
# module.
#login secret = 

# -----
# Appearence settings

# The options to show on the basic and advanced login forms.
# Simply a space seperated list of the fields to display.
#login basic = Nickname, Channel
#login advanced = Nickname, Realname, Channel, Server, Password, Format, Character set

# The default format to use
format = default

# These options control where output goes. Parameters are comma seperated
# and are the types (e.g. the names used in the format files), only the
# first two words are matched.

# Do not output joins, parts or quits.
#output none = join, part, quit
# Hide a lot of information that is shown at connect time
#output none = raw 439, reply welcome, reply yourhost, reply created, reply myinfo, reply protoctl, raw 251, raw 252, raw 254, raw 255, raw 265, raw 266, looking up, connecting, reply motd start, reply motd end, reply names

# Show whois in the active window
#output active = reply whois

# Show the names output in the Status window
#output status = reply names

# Perform these commands (seperated with) ; on connect.
#perform = 

# Remove almost all colour from the output
#removecolour = 0

# By default CGI:IRC shorterns the text inside links to 120 characters to work
# around browser bugs. This changes the length text is shortened to
#linkshorten = 120

# If set this disables the input of %C, %B, etc so that the user
# cannot enter colours, etc
#disable_format_input = 1

# ----
# Interface settings
# These control the options for the user - the user can change these via the
# options dialog.
# Uncommenting the options below will change from the default value.

# Enable Timestamps for all text
#interface timestamp = 1
# Convert :-) and so on into smilie images
#interface smilies = 1
# Default font to use
#interface font = monospace
# Show users nickname next to text entry area
#interface shownick = 1
# Show long scrollback (uses more memory)
#interface scrollback = 1
# Enable activity sounds by default
#interface actsound = 1
# Enable join sounds by default
#interface joinsound = 1