-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathircxy.conf
249 lines (158 loc) · 6.52 KB
/
ircxy.conf
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
241
242
243
244
245
246
247
248
249
# This is the configuration file.
# lines beginning with a # are comments and will be ignored.
# !!- PLEASE GO THROUGH THIS FILE AND SET IT UP PROPERLY -!!
#If your version of java is prior to 1.3.X, uncomment the following line.
#old-java 1
#The IP address of the machine this server is running on.
#Note: To alter the port use: java TES -p=<port-number>
server-ip 0.0.0.0
#Would you like your server to be listed on the TES website server-list.
#Note: Your server will not appear on the list until it has been running
#for at least 20 minutes
#yes / no
web-report yes
#A description of your server/network to be displayed on the website
web-description A friendly place to chat.
#A link to your server/network 's website (if you have one).
#If you don't have one, comment the next line out, with a #
web-url http://www.squarish.net
#server name, ideally the FQDN(fully qualified domain name) of the server your running.
#Just make sure it DOESN'T contain spaces. It has to look like a domain name.
server-name irc.ronsor.net
#You can put anything here
server-description Good things come to those who wait.
#ADMIN replies
#Put any admin information about your server you like.
admin-me Running the Java ircx server TES - http://www.squarish.net/tesx
#a description of what city, state and country the server is in
admin-location1 Somecity, SomeState, SomeCountry
#univerity, and department perhaps ?
admin-location2 Univerity of XXX, Department YYY
#administrative contact (an e-mail address should be included here)
admin-email Your Name, [email protected]
#welcome message. (The notices you recieve when you connect).
#Each line here will appear as a seperate notice.
welcome-msg Join #ronsor
#Uncomment the next line to force users to join a
#channel when they connect
force-join #ronsor
#Force opers to join this room when they do /oper
force-oper #Admin
#Operator only channels. Channels that only opers can join.
oper-only-chan #Admin
oper-only-chan #Oper-Hangout
#The maximum number of simultaneous connections allowed to your server.
#Set this as high as you like within reason. (it will NOT affect memory consumption).
max-connections 500
####################################################
#The following 2 options are for advanced users only!
#The user array starts off at this size..
initial-uas 50
#Once initial-uas number of users is reached,
#the user-array will expand by the following factor..
ua-expansion 50
#Take care! If you don't understand what these do..
#Don't change them!
####################################################
#The message a user will recieve when the server is full (exceeded max-connections)
server-full This server is full, please try later.
#same here, maximum channels that can be 'open' at once on the whole server.
max-channels 50
#max channels a user can join at once.
max-user-can-join 10
#Maximum size of _local_ whowas list, set to 0 to disable whowas.
#Note: If you're connected to a hub, this setting has no effect.
max-whowas 50
#i-lines allow you to filter connection classes,
#i.e. limit the number of connections from a particular network/host
#Format is: <number of connections per mask>:<ip mask>
#Examples
#Allow infinate connections from 127.0.0.1 (localhost).
i-line *:127.0.0.1
#Allow 5 connections from 62.31.114.*
#i-line 5:62.31.114.*
#Default i-line. (This does what clone-limit used to do)
#Note: You must have a default i-line
i-line 3:*
#o-lines allow you to define system operators
#Format is: <level>:<user>:<password>
# Levels available are: N = Network Admin
# O = Local Operator
# G = Global Operator
# S = Services (e.g. ChanServ)
# H = Hub
#Examples
#
#o-line N:someone:theirpassword
#o-line O:bob:qwerty
#o-line S:chanserv:asdfjkl
#o-line H:hub:asdbfdfasdffe
o-line N:user:pass
o-line H:hub:pass
#If a user sends this number of privmsgs within 1 second of each other,
#they will be disconnected for flooding
txt-flood-limit 25
#How often should the server pinger users.
# Every ... seconds.
ping-interval 180
#Same as above, but for the hub.
hub-ping-interval 320
#Compress privmsgs' between server and hub.
#Reduces volume of data transferred.
#on / off
hub-compress off
#characters that are illegal in a nickname, ident and channel-names
illegal-nick-chars "!�$%&*()+=;:#@/?<>,.
illegal-ident-chars \"�$%^&*+=;:'#@/<>,|
illegal-chan-chars %
#illegal channels. These channels can't be opened by anyone
illegal-chan #illegal-channel
#max length of nicknames, idents, etc...
max-nick-length 20
max-ident-length 10
max-realname-length 70
max-chan-length 50
max-topic-length 350
#protected nicks
#Only opers can use nicks which contain these words.
protected-nick chanserv
protected-nick nickserv
protected-nick teshaserv
protected-nick sysop
protected-nick nethub
# 0 - Show hostmasks ([email protected])
# 1 - Show ip addresses ([email protected])
ip-addresses 1
# Mask ip's (When an ip is masked, only System Opers can see the real ip - with a /whois)
# 0 - No
# 1 - Yes
mask-ips 1
# Type of mask.
# Type 1: Last ip octet is masked out with X's
# Type 2: Last ip octet is set to 1, no matter what it was to start with.
mask-type 1
# If you mask-ips and show hostmasks, then the following will be used as the hostname mask..
# e.g. [email protected] - Sysops will be able to view the unmasked hostname.
ip-mask masked
#The address a K-Lined user should e-mail to beg forgiveness ;)
kline-email [email protected]
######################### SERVICES ######################################
# The following options affect service bots.
#
#
#1 - yes, 0 - no.
use-chanserv 1
#Services connect to localhost (127.0.0.1) instead of server-ip ?
service-localhost 1
#Should users be able to see what channels a service bot is on ?
#Note: sysops will still see the normal whois reply.
#0 = No, 1 = Yes
service-whois 0
#If you plan to use the ChanServ that comes with TES, see CS.conf for more
#options.
#########################################################################
#################### END OF CONF ########################################
#########################################################################
#
# Settings that appear below this line have been added automatically
# by the server.