]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices/2000.txt
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices / 2000.txt
1 From chas2 at mediaone.net Sat Jan 1 09:05:33 2000
2 From: chas2 at mediaone.net (Charles Borner)
3 Date: Sat Oct 23 23:00:55 2004
4 Subject: [IRCServices] US Mirror
5 Message-ID: 07ef01bf547a$6a64d6c0$010010c0@ce.mediaone.net
6
7 If you're looking for a mirror, I can provide.
8
9 http://www.evilnet.net
10
11 Our last downtime was for a couple hours to install a new HD and update to
12 RH 6.1 on 12/24/1999
13
14 Our last downtime before that was 4 months ago when we had to bring the
15 server offline while the generator that's part of our provider's UPS was
16 being upgraded.
17
18 Our box went up in August of 1999.
19
20 Our previous Linux box at an older provider had no downtime related to
21 server problems, it was our connectivity provider that was the problem.
22
23 Currently we're the only box on a T1 line.
24
25 Services active:
26
27 Apache+Mod_Perl+PHP3
28 Wu-FTPD
29 AnonFTP
30 DalNET IRC (DreamForge+EsperNET services) (irc.evilnet.net)
31 SSH
32 We also have sendmail running, but in an SMTP-only configuration (keeps
33 people from abusing the server).
34 (An occasional Q2/Q3/UT server which hasn't affected connectivity at all, as
35 the game server goes up for only short periods and doesn't advertise at
36 all.)
37
38 The current machine itself:
39
40 CPU: P2 233
41 Mobo: Asus PL97 LX-based motherboard
42 RAM: 192MB
43 Capacity: 15GB
44
45 Contact Information:
46
47 Charles E. Borner Jr.
48 1220 Maple Ave.
49 Berwyn, IL 60402
50 Phone (Till 1/7/19100): 630-241-2225
51 Phone (After 1/7/2000): 708-749-7802
52
53 chas@evilnet.net
54 accounts@evilnet.net
55
56 ---------------------------------------------------------------
57 To unsubscribe, send email to majordomo@ender.shadowfire.org
58 with "unsubscribe ircservices" in the body, without the quotes.
59
60 From BeenJaminG at aol.com Sun Jan 2 10:56:42 2000
61 From: BeenJaminG at aol.com (BeenJaminG@aol.com)
62 Date: Sat Oct 23 23:00:55 2004
63 Subject: [IRCServices] Re: DALnet-src: Y2K bug in the ircd (dreamforge and below)
64 Message-ID: 0.91a59bea.25a0f96a@aol.com
65
66 In a message dated 1/2/00 9:46:16 AM Eastern Standard Time,
67 andrewk@icon.co.za writes:
68
69 > Well my bug is in the date() function (s_misc.c), where the reply string
70 > is generated:
71 >
72 > (void)sprintf(buf, "%s %s %d 19%02d -- %02d:%02d %c%02d:%02d",
73 > weekdays[lt->tm_wday], months[lt->tm_mon],lt->tm_mday,
74 > lt->tm_year, lt->tm_hour, lt->tm_min,
75 > plus, minswest/60, minswest%60);
76 >
77 > The "19", for the centuary, is hardcoded.
78 >
79 > After a very brief check, it looks like date() is only used by m_time().
80 >
81 > Andrew
82
83 (void)sprintf(buf, "%s %s %d %04d -- %02d:%02d %c%02d:%02d",
84 weekdays[lt->tm_wday], months[lt->tm_mon],lt->tm_mday,
85 lt->tm_year + 1900 , lt->tm_hour, lt->tm_min,
86 plus, minswest/60, minswest%60);
87
88 I simply took out the 19 and changed the formatting to %04d, then added
89 1900 to the year. I'm guessing this is going to affect a lot of people using
90 services who are using dalnet-compatable ircds. I wrote a little patch
91 yesterday for some server admins who wanted to fix the bug without
92 messing in their source code.
93 You can find it and instructions on applying it at
94 http://www.mystical.net/~services/ircd/
95
96 -- bstu
97 ---------------------------------------------------------------
98 To unsubscribe, send email to majordomo@ender.shadowfire.org
99 with "unsubscribe ircservices" in the body, without the quotes.
100
101 From mike at icon.co.za Sun Jan 2 13:52:53 2000
102 From: mike at icon.co.za (Michael Smith)
103 Date: Sat Oct 23 23:00:55 2004
104 Subject: [IRCServices] DreamForge 4.6.7
105 Message-ID: 2.2.32.20000102215253.00ca041c@shell.icon.co.za
106
107 Hi Guys, I know I am going to be killed for this, but I have the following
108 problem
109 compiling Dreamforge 4.6.7
110
111 The following problem i get on Suse6.2 (which runs glibc 2.1). From what I can
112 tell, glibc causes this problem. I was wondering if anyone has any patches,
113 or has had success getting df467 to compile
114
115 make
116 Building src
117 make[1]: Entering directory `/root/df467/src'
118 gcc -I../include -O -g -c bsd.c -o bsd.o
119 gcc -I../include -O -g -c dbuf.c -o dbuf.o
120 gcc -I../include -O -g -c packet.c -o packet.o
121 gcc -I../include -O -g -c send.c -o send.o
122 gcc -I../include -O -g -c match.c -o match.o
123 gcc -I../include -O -g -c parse.c -o parse.o
124 gcc -I../include -O -g -c support.c -o support.o
125 gcc -I../include -O -g -c channel.c
126 gcc -I../include -O -g -c class.c
127 gcc -I../include -O -g -c hash.c
128 gcc -I../include -O -g -c ircd.c
129 gcc -I../include -O -g -c list.c
130 gcc -I../include -O -g -c res.c
131 gcc -I../include -O -g -c s_auth.c
132 gcc -I../include -O -g -c s_bsd.c
133 gcc -I../include -O -g -c s_conf.c
134 s_conf.c: In function `m_kline':
135 s_conf.c:1962: warning: assignment makes pointer from integer without a cast
136 s_conf.c: In function `m_unkline':
137 s_conf.c:2056: warning: assignment makes pointer from integer without a cast
138 gcc -I../include -O -g -c s_debug.c
139 gcc -I../include -O -g -c s_err.c
140 gcc -I../include -O -g -c s_misc.c
141 gcc -I../include -O -g -c s_numeric.c
142 gcc -I../include -O -g -c s_serv.c
143 s_serv.c: In function `get_client_name2':
144 s_serv.c:1478: warning: passing arg 1 of `strcpy' makes pointer from integer wit
145 hout a cast
146 gcc -I../include -O -g -c s_user.c
147 gcc -I../include -O -g -c whowas.c
148 gcc -I../include -O -g -c userload.c -o userload.o
149 In file included from userload.c:35:
150 /usr/include/string.h:266: conflicting types for `myncmp'
151 ../include/common.h:77: previous declaration of `myncmp'
152 make[1]: *** [userload.o] Error 1
153 make[1]: Leaving directory `/root/df467/src'
154 make: *** [build] Error 2
155
156 Once Again, I know this doesnt belong on this list, but I are kinda
157 desperate, and according to dalnet-src , the old df467 is no longer being
158 maintained or supported
159
160 Mike
161
162 ---
163 Michael Smith (Warlock on IRC)
164 http://www.warlock.web.za
165 "Do you smell something burning or is it me?"
166 -- Joan of Arc
167
168 ---------------------------------------------------------------
169 To unsubscribe, send email to majordomo@ender.shadowfire.org
170 with "unsubscribe ircservices" in the body, without the quotes.
171
172 From achurch at dragonfire.net Mon Jan 3 11:19:38 2000
173 From: achurch at dragonfire.net (Andrew Church)
174 Date: Sat Oct 23 23:00:55 2004
175 Subject: [IRCServices] DreamForge 4.6.7
176 Message-ID: 387007c6.65360@dragonfire.net
177
178 >gcc -I../include -O -g -c userload.c -o userload.o
179 >In file included from userload.c:35:
180 >/usr/include/string.h:266: conflicting types for `myncmp'
181 >../include/common.h:77: previous declaration of `myncmp'
182
183 It looks like your system includes define "myncmp", which Dreamforge
184 wants to use itself. The easiest solution would be to edit userload.c and
185 bracket the #include for string.h with #define's to hide the system
186 function:
187
188 #define myncmp _builtin_myncmp
189 #include <string.h>
190 #undef myncmp
191
192 Good luck.
193
194 --Andrew Church
195 achurch@dragonfire.net
196 http://achurch.dragonfire.net/
197 ---------------------------------------------------------------
198 To unsubscribe, send email to majordomo@ender.shadowfire.org
199 with "unsubscribe ircservices" in the body, without the quotes.
200
201 From achurch at dragonfire.net Mon Jan 3 11:24:21 2000
202 From: achurch at dragonfire.net (Andrew Church)
203 Date: Sat Oct 23 23:00:55 2004
204 Subject: [IRCServices] Re: DALnet-src: Y2K bug in the ircd (dreamforge and below)
205 Message-ID: 38700b17.65431@dragonfire.net
206
207 >> Well my bug is in the date() function (s_misc.c), where the reply string
208 >> is generated:
209 >>
210 >> (void)sprintf(buf, "%s %s %d 19%02d -- %02d:%02d %c%02d:%02d",
211 >> weekdays[lt->tm_wday], months[lt->tm_mon],lt->tm_mday,
212 >> lt->tm_year, lt->tm_hour, lt->tm_min,
213 >> plus, minswest/60, minswest%60);
214 >>
215 >> The "19", for the centuary, is hardcoded.
216
217 <rant>
218 Is it just me, or is this so completely braindead it's not even funny?
219 Even assuming this is left over from the original ircd, that's still
220 post-1990 code, and it would have taken some major guts (or stupidity) to
221 assume that that code would no longer be in use by 2000. It doesn't even
222 take any extra effort to write "%04d" and "lt->tm_year+1900" instead.
223
224 _This_ is why programming should be left to experts.
225 </rant>
226
227 --Andrew Church
228 achurch@dragonfire.net
229 http://achurch.dragonfire.net/
230 ---------------------------------------------------------------
231 To unsubscribe, send email to majordomo@ender.shadowfire.org
232 with "unsubscribe ircservices" in the body, without the quotes.
233
234 From listuser at bundynet.de Mon Jan 3 09:53:16 2000
235 From: listuser at bundynet.de (Stefan Funke)
236 Date: Sat Oct 23 23:00:55 2004
237 Subject: [IRCServices] DreamForge 4.6.7
238 In-Reply-To: <2.2.32.20000102215253.00ca041c@shell.icon.co.za>
239 References: 2.2.32.20000102215253.00ca041c@shell.icon.co.za
240 Message-ID: Pine.LNX.4.10.10001031851001.4486&#45;100000@dragon.bundynet.lan
241
242 On Sun, 2 Jan 2000, Michael Smith wrote:
243
244 > Hi Guys, I know I am going to be killed for this, but I have the following
245 > problem
246 > compiling Dreamforge 4.6.7
247 >
248 > The following problem i get on Suse6.2 (which runs glibc 2.1). From what I can
249 > tell, glibc causes this problem. I was wondering if anyone has any patches,
250 > or has had success getting df467 to compile
251
252 Before you compile it look for a y2k patch for it. DF467 will have some
253 bugs without it ;-) e.g.:
254
255 > /time
256 >> Monday January 3 19100 -- 18:52 +01:00
257
258 Greets...
259
260 ---------------------------------------------------------------
261 To unsubscribe, send email to majordomo@ender.shadowfire.org
262 with "unsubscribe ircservices" in the body, without the quotes.
263
264 From cgknipe at mweb.co.za Mon Jan 3 10:36:13 2000
265 From: cgknipe at mweb.co.za (Chris Knipe)
266 Date: Sat Oct 23 23:00:55 2004
267 Subject: [IRCServices] DreamForge 4.6.7
268 In-Reply-To: <2.2.32.20000102215253.00ca041c@shell.icon.co.za>
269 References: 2.2.32.20000102215253.00ca041c@shell.icon.co.za
270 Message-ID: Pine.LNX.4.10.10001032035070.5870&#45;100000@darkwing.savage.za.org
271
272 On Sun, 2 Jan 2000, Michael Smith wrote:
273
274 This problem has also been confirmed on Redhat 6.0 and possible 6.2
275 systems.
276
277
278 Cure. edit ./include/strings.h and comment out line 77. It works perfect
279 then.
280
281 Regards
282 Me
283
284
285
286 >Hi Guys, I know I am going to be killed for this, but I have the following
287 >problem
288 >compiling Dreamforge 4.6.7
289 >
290 >The following problem i get on Suse6.2 (which runs glibc 2.1). From what I can
291 >tell, glibc causes this problem. I was wondering if anyone has any patches,
292 >or has had success getting df467 to compile
293 >
294 >make
295 >Building src
296 >make[1]: Entering directory `/root/df467/src'
297 >gcc -I../include -O -g -c bsd.c -o bsd.o
298 >gcc -I../include -O -g -c dbuf.c -o dbuf.o
299 >gcc -I../include -O -g -c packet.c -o packet.o
300 >gcc -I../include -O -g -c send.c -o send.o
301 >gcc -I../include -O -g -c match.c -o match.o
302 >gcc -I../include -O -g -c parse.c -o parse.o
303 >gcc -I../include -O -g -c support.c -o support.o
304 >gcc -I../include -O -g -c channel.c
305 >gcc -I../include -O -g -c class.c
306 >gcc -I../include -O -g -c hash.c
307 >gcc -I../include -O -g -c ircd.c
308 >gcc -I../include -O -g -c list.c
309 >gcc -I../include -O -g -c res.c
310 >gcc -I../include -O -g -c s_auth.c
311 >gcc -I../include -O -g -c s_bsd.c
312 >gcc -I../include -O -g -c s_conf.c
313 >s_conf.c: In function `m_kline':
314 >s_conf.c:1962: warning: assignment makes pointer from integer without a cast
315 >s_conf.c: In function `m_unkline':
316 >s_conf.c:2056: warning: assignment makes pointer from integer without a cast
317 >gcc -I../include -O -g -c s_debug.c
318 >gcc -I../include -O -g -c s_err.c
319 >gcc -I../include -O -g -c s_misc.c
320 >gcc -I../include -O -g -c s_numeric.c
321 >gcc -I../include -O -g -c s_serv.c
322 >s_serv.c: In function `get_client_name2':
323 >s_serv.c:1478: warning: passing arg 1 of `strcpy' makes pointer from integer wit
324 >hout a cast
325 >gcc -I../include -O -g -c s_user.c
326 >gcc -I../include -O -g -c whowas.c
327 >gcc -I../include -O -g -c userload.c -o userload.o
328 >In file included from userload.c:35:
329 >/usr/include/string.h:266: conflicting types for `myncmp'
330 >../include/common.h:77: previous declaration of `myncmp'
331 >make[1]: *** [userload.o] Error 1
332 >make[1]: Leaving directory `/root/df467/src'
333 >make: *** [build] Error 2
334 >
335 >Once Again, I know this doesnt belong on this list, but I are kinda
336 >desperate, and according to dalnet-src , the old df467 is no longer being
337 >maintained or supported
338 >
339 >Mike
340 >
341 >---
342 >Michael Smith (Warlock on IRC)
343 >http://www.warlock.web.za
344 > "Do you smell something burning or is it me?"
345 > -- Joan of Arc
346 >
347 >---------------------------------------------------------------
348 >To unsubscribe, send email to majordomo@ender.shadowfire.org
349 >with "unsubscribe ircservices" in the body, without the quotes.
350 >
351
352 ---------------------------------------------------------------
353 To unsubscribe, send email to majordomo@ender.shadowfire.org
354 with "unsubscribe ircservices" in the body, without the quotes.
355
356 From mike at icon.co.za Mon Jan 3 12:03:25 2000
357 From: mike at icon.co.za (Michael Smith)
358 Date: Sat Oct 23 23:00:55 2004
359 Subject: [IRCServices] DreamForge 4.6.7
360 Message-ID: 2.2.32.20000103200325.0071d268@shell.icon.co.za
361
362
363 Nopes, did what u said, get tonnes of messages...
364
365 Building src
366 make[1]: Entering directory `/usr/local/ircd/src/df467/src'
367 gcc -I../include -O -g -c bsd.c -o bsd.o
368 gcc -I../include -O -g -c dbuf.c -o dbuf.o
369 gcc -I../include -O -g -c packet.c -o packet.o
370 gcc -I../include -O -g -c send.c -o send.o
371 gcc -I../include -O -g -c match.c -o match.o
372 gcc -I../include -O -g -c parse.c -o parse.o
373 gcc -I../include -O -g -c support.c -o support.o
374 gcc -I../include -O -g -c channel.c
375 gcc -I../include -O -g -c class.c
376 gcc -I../include -O -g -c hash.c
377 gcc -I../include -O -g -c ircd.c
378 gcc -I../include -O -g -c list.c
379 gcc -I../include -O -g -c res.c
380 gcc -I../include -O -g -c s_auth.c
381 gcc -I../include -O -g -c s_bsd.c
382 gcc -I../include -O -g -c s_conf.c
383 s_conf.c: In function `m_kline':
384 s_conf.c:1962: warning: assignment makes pointer from integer without a cast
385 s_conf.c: In function `m_unkline':
386 s_conf.c:2056: warning: assignment makes pointer from integer without a cast
387 gcc -I../include -O -g -c s_debug.c
388 gcc -I../include -O -g -c s_err.c
389 gcc -I../include -O -g -c s_misc.c
390 gcc -I../include -O -g -c s_numeric.c
391 gcc -I../include -O -g -c s_serv.c
392 s_serv.c: In function `get_client_name2':
393 s_serv.c:1478: warning: passing arg 1 of `strcpy' makes pointer from integer
394 without a cast
395 gcc -I../include -O -g -c s_user.c
396 gcc -I../include -O -g -c whowas.c
397 gcc -I../include -O -g -c userload.c -o userload.o
398 gcc -I../include -O -g -c crule.c
399 gcc -I../include -O -g -c help.c -o help.o
400 gcc -I../include -O -g -c md5.c -o md5.o
401 /bin/sh version.c.SH
402 Extracting IRC/ircd/version.c...
403 gcc -I../include -O -g -c version.c
404 gcc -I../include -O -g -c res_skipname.c -o res_skipname.o
405 gcc -I../include -O -g bsd.o dbuf.o packet.o send.o match.o parse.o
406 support.o channel.o class.o hash.o ircd.o list.o res.o s_auth.o s_bsd.o
407 s_conf.o s_debug.o s_err.o s_misc.o s_numeric.o s_serv.o s_user.o whowas.o
408 userload.o crule.o help.o md5.o version.o res_skipname.o -o ircd
409 dbuf.o: warning: multiple common of `global_count'
410 bsd.o: warning: previous common is here
411 dbuf.o: warning: multiple common of `max_global_count'
412 bsd.o: warning: previous common is here
413 dbuf.o: warning: multiple common of `now'
414 bsd.o: warning: previous common is here
415 packet.o: warning: multiple common of `global_count'
416 bsd.o: warning: previous common is here
417 packet.o: warning: multiple common of `max_global_count'
418 bsd.o: warning: previous common is here
419 packet.o: warning: multiple common of `now'
420 bsd.o: warning: previous common is here
421 send.o: warning: multiple common of `global_count'
422 bsd.o: warning: previous common is here
423 send.o: warning: multiple common of `max_global_count'
424 bsd.o: warning: previous common is here
425 send.o: warning: multiple common of `now'
426 bsd.o: warning: previous common is here
427 match.o: warning: multiple common of `global_count'
428 bsd.o: warning: previous common is here
429 match.o: warning: multiple common of `max_global_count'
430 bsd.o: warning: previous common is here
431 match.o: warning: multiple common of `now'
432 bsd.o: warning: previous common is here
433 parse.o: warning: multiple common of `global_count'
434 bsd.o: warning: previous common is here
435 parse.o: warning: multiple common of `max_global_count'
436 bsd.o: warning: previous common is here
437 parse.o: warning: multiple common of `now'
438 bsd.o: warning: previous common is here
439 support.o: warning: multiple common of `global_count'
440 bsd.o: warning: previous common is here
441 support.o: warning: multiple common of `max_global_count'
442 bsd.o: warning: previous common is here
443 support.o: warning: multiple common of `now'
444 bsd.o: warning: previous common is here
445 channel.o: warning: multiple common of `global_count'
446 bsd.o: warning: previous common is here
447 channel.o: warning: multiple common of `max_global_count'
448 bsd.o: warning: previous common is here
449 channel.o: warning: multiple common of `now'
450 bsd.o: warning: previous common is here
451 class.o: warning: multiple common of `global_count'
452 bsd.o: warning: previous common is here
453 class.o: warning: multiple common of `max_global_count'
454 bsd.o: warning: previous common is here
455 class.o: warning: multiple common of `now'
456 bsd.o: warning: previous common is here
457 hash.o: warning: multiple common of `global_count'
458 bsd.o: warning: previous common is here
459 hash.o: warning: multiple common of `max_global_count'
460 bsd.o: warning: previous common is here
461 hash.o: warning: multiple common of `now'
462 bsd.o: warning: previous common is here
463 ircd.o: warning: multiple common of `now'
464 bsd.o: warning: previous common is here
465 ircd.o: warning: multiple common of `global_count'
466 bsd.o: warning: previous common is here
467 ircd.o: warning: multiple common of `max_global_count'
468 bsd.o: warning: previous common is here
469 list.o: warning: multiple common of `global_count'
470 bsd.o: warning: previous common is here
471 list.o: warning: multiple common of `max_global_count'
472 bsd.o: warning: previous common is here
473 list.o: warning: multiple common of `now'
474 bsd.o: warning: previous common is here
475 res.o: warning: multiple common of `global_count'
476 bsd.o: warning: previous common is here
477 res.o: warning: multiple common of `max_global_count'
478 bsd.o: warning: previous common is here
479 res.o: warning: multiple common of `now'
480 bsd.o: warning: previous common is here
481 s_auth.o: warning: multiple common of `global_count'
482 bsd.o: warning: previous common is here
483 s_auth.o: warning: multiple common of `max_global_count'
484 bsd.o: warning: previous common is here
485 s_auth.o: warning: multiple common of `now'
486 bsd.o: warning: previous common is here
487 s_bsd.o: warning: multiple common of `global_count'
488 bsd.o: warning: previous common is here
489 s_bsd.o: warning: multiple common of `max_global_count'
490 bsd.o: warning: previous common is here
491 s_bsd.o: warning: multiple common of `now'
492 bsd.o: warning: previous common is here
493 s_conf.o: warning: multiple common of `global_count'
494 bsd.o: warning: previous common is here
495 s_conf.o: warning: multiple common of `max_global_count'
496 bsd.o: warning: previous common is here
497 s_conf.o: warning: multiple common of `now'
498 bsd.o: warning: previous common is here
499 s_debug.o: warning: multiple common of `global_count'
500 bsd.o: warning: previous common is here
501 s_debug.o: warning: multiple common of `max_global_count'
502 bsd.o: warning: previous common is here
503 s_debug.o: warning: multiple common of `now'
504 bsd.o: warning: previous common is here
505 s_err.o: warning: multiple common of `global_count'
506 bsd.o: warning: previous common is here
507 s_err.o: warning: multiple common of `max_global_count'
508 bsd.o: warning: previous common is here
509 s_err.o: warning: multiple common of `now'
510 bsd.o: warning: previous common is here
511 s_misc.o: warning: multiple common of `global_count'
512 bsd.o: warning: previous common is here
513 s_misc.o: warning: multiple common of `max_global_count'
514 bsd.o: warning: previous common is here
515 s_misc.o: warning: multiple common of `now'
516 bsd.o: warning: previous common is here
517 s_numeric.o: warning: multiple common of `global_count'
518 bsd.o: warning: previous common is here
519 s_numeric.o: warning: multiple common of `max_global_count'
520 bsd.o: warning: previous common is here
521 s_numeric.o: warning: multiple common of `now'
522 bsd.o: warning: previous common is here
523 s_serv.o: warning: multiple common of `global_count'
524 bsd.o: warning: previous common is here
525 s_serv.o: warning: multiple common of `max_global_count'
526 bsd.o: warning: previous common is here
527 s_serv.o: warning: multiple common of `now'
528 bsd.o: warning: previous common is here
529 s_user.o: warning: multiple common of `now'
530 bsd.o: warning: previous common is here
531 s_user.o: warning: multiple common of `max_global_count'
532 bsd.o: warning: previous common is here
533 s_user.o: warning: multiple common of `global_count'
534 bsd.o: warning: previous common is here
535 whowas.o: warning: multiple common of `global_count'
536 bsd.o: warning: previous common is here
537 whowas.o: warning: multiple common of `max_global_count'
538 bsd.o: warning: previous common is here
539 whowas.o: warning: multiple common of `now'
540 bsd.o: warning: previous common is here
541 userload.o: warning: multiple common of `global_count'
542 bsd.o: warning: previous common is here
543 userload.o: warning: multiple common of `max_global_count'
544 bsd.o: warning: previous common is here
545 userload.o: warning: multiple common of `now'
546 bsd.o: warning: previous common is here
547 crule.o: warning: multiple common of `global_count'
548 bsd.o: warning: previous common is here
549 crule.o: warning: multiple common of `max_global_count'
550 bsd.o: warning: previous common is here
551 crule.o: warning: multiple common of `now'
552 bsd.o: warning: previous common is here
553 help.o: warning: multiple common of `global_count'
554 bsd.o: warning: previous common is here
555 help.o: warning: multiple common of `max_global_count'
556 bsd.o: warning: previous common is here
557 help.o: warning: multiple common of `now'
558 bsd.o: warning: previous common is here
559 md5.o: warning: multiple common of `global_count'
560 bsd.o: warning: previous common is here
561 md5.o: warning: multiple common of `max_global_count'
562 bsd.o: warning: previous common is here
563 md5.o: warning: multiple common of `now'
564 bsd.o: warning: previous common is here
565 version.o: warning: multiple common of `global_count'
566 bsd.o: warning: previous common is here
567 version.o: warning: multiple common of `max_global_count'
568 bsd.o: warning: previous common is here
569 version.o: warning: multiple common of `now'
570 bsd.o: warning: previous common is here
571 res.o: In function `query_name':
572 /usr/local/ircd/src/df467/src/res.c:528: undefined reference to `res_mkquery'
573 res.o: In function `proc_answer':
574 /usr/local/ircd/src/df467/src/res.c:617: undefined reference to `dn_expand'
575 /usr/local/ircd/src/df467/src/res.c:622: undefined reference to `_getshort'
576 /usr/local/ircd/src/df467/src/res.c:624: undefined reference to `_getshort'
577 /usr/local/ircd/src/df467/src/res.c:626: undefined reference to `_getlong'
578 /usr/local/ircd/src/df467/src/res.c:628: undefined reference to `_getshort'
579 /usr/local/ircd/src/df467/src/res.c:665: undefined reference to `dn_expand'
580 s_user.o: In function `m_oper':
581 /usr/local/ircd/src/df467/src/s_user.c:2642: undefined reference to `crypt'
582 collect2: ld returned 1 exit status
583 make[1]: *** [ircd] Error 1
584 make[1]: Leaving directory `/usr/local/ircd/src/df467/src'
585 make: *** [build] Error 2
586
587 Bah
588
589 Btw - its ./include/common.h, not strings.h
590
591 Mike
592
593
594 At 08:36 PM 03/01/00 +0200, you wrote:
595 >On Sun, 2 Jan 2000, Michael Smith wrote:
596 >
597 >This problem has also been confirmed on Redhat 6.0 and possible 6.2
598 >systems.
599 >
600 >
601 >Cure. edit ./include/strings.h and comment out line 77. It works perfect
602 >then.
603 >
604 >Regards
605 >Me
606 >
607 >
608 >
609 >>Hi Guys, I know I am going to be killed for this, but I have the following
610 >>problem
611 >>compiling Dreamforge 4.6.7
612 >>
613 >>The following problem i get on Suse6.2 (which runs glibc 2.1). From what I can
614 >>tell, glibc causes this problem. I was wondering if anyone has any patches,
615 >>or has had success getting df467 to compile
616 >>
617 >>make
618 >>Building src
619 >>make[1]: Entering directory `/root/df467/src'
620 >>gcc -I../include -O -g -c bsd.c -o bsd.o
621 >>gcc -I../include -O -g -c dbuf.c -o dbuf.o
622 >>gcc -I../include -O -g -c packet.c -o packet.o
623 >>gcc -I../include -O -g -c send.c -o send.o
624 >>gcc -I../include -O -g -c match.c -o match.o
625 >>gcc -I../include -O -g -c parse.c -o parse.o
626 >>gcc -I../include -O -g -c support.c -o support.o
627 >>gcc -I../include -O -g -c channel.c
628 >>gcc -I../include -O -g -c class.c
629 >>gcc -I../include -O -g -c hash.c
630 >>gcc -I../include -O -g -c ircd.c
631 >>gcc -I../include -O -g -c list.c
632 >>gcc -I../include -O -g -c res.c
633 >>gcc -I../include -O -g -c s_auth.c
634 >>gcc -I../include -O -g -c s_bsd.c
635 >>gcc -I../include -O -g -c s_conf.c
636 >>s_conf.c: In function `m_kline':
637 >>s_conf.c:1962: warning: assignment makes pointer from integer without a cast
638 >>s_conf.c: In function `m_unkline':
639 >>s_conf.c:2056: warning: assignment makes pointer from integer without a cast
640 >>gcc -I../include -O -g -c s_debug.c
641 >>gcc -I../include -O -g -c s_err.c
642 >>gcc -I../include -O -g -c s_misc.c
643 >>gcc -I../include -O -g -c s_numeric.c
644 >>gcc -I../include -O -g -c s_serv.c
645 >>s_serv.c: In function `get_client_name2':
646 >>s_serv.c:1478: warning: passing arg 1 of `strcpy' makes pointer from
647 integer wit
648 >>hout a cast
649 >>gcc -I../include -O -g -c s_user.c
650 >>gcc -I../include -O -g -c whowas.c
651 >>gcc -I../include -O -g -c userload.c -o userload.o
652 >>In file included from userload.c:35:
653 >>/usr/include/string.h:266: conflicting types for `myncmp'
654 >>../include/common.h:77: previous declaration of `myncmp'
655 >>make[1]: *** [userload.o] Error 1
656 >>make[1]: Leaving directory `/root/df467/src'
657 >>make: *** [build] Error 2
658 >>
659 >>Once Again, I know this doesnt belong on this list, but I are kinda
660 >>desperate, and according to dalnet-src , the old df467 is no longer being
661 >>maintained or supported
662 >>
663 >>Mike
664 >>
665 >>---
666 >>Michael Smith (Warlock on IRC)
667 >>http://www.warlock.web.za
668 >> "Do you smell something burning or is it me?"
669 >> -- Joan of Arc
670 >>
671 >>---------------------------------------------------------------
672 >>To unsubscribe, send email to majordomo@ender.shadowfire.org
673 >>with "unsubscribe ircservices" in the body, without the quotes.
674 >>
675 >
676 >---------------------------------------------------------------
677 >To unsubscribe, send email to majordomo@ender.shadowfire.org
678 >with "unsubscribe ircservices" in the body, without the quotes.
679 >
680 >
681 ---
682 Michael Smith (Warlock on IRC)
683 <A HREF="http://www.warlock.web.za">http://www.warlock.web.za</A>
684 "Do you smell something burning or is it me?"
685 -- Joan of Arc
686
687 ---------------------------------------------------------------
688 To unsubscribe, send email to majordomo@ender.shadowfire.org
689 with "unsubscribe ircservices" in the body, without the quotes.
690
691 From lonewolf at lagnet.org.za Mon Jan 3 13:33:46 2000
692 From: lonewolf at lagnet.org.za (Lonewolf)
693 Date: Sat Oct 23 23:00:55 2004
694 Subject: [IRCServices] DreamForge 4.6.7
695 In-Reply-To: <2.2.32.20000103200325.0071d268@shell.icon.co.za>; from "Michael Smith" on Mon, Jan 03, 2000 at 10:03:25PM
696 References: <2.2.32.20000103200325.0071d268@shell.icon.co.za>
697 Message-ID: 20000103233346.A5100@apotheosis.org.za
698
699 On Mon, Jan 03, 2000 at 10:03:25PM +0200, Michael Smith wrote:
700 > Nopes, did what u said, get tonnes of messages...
701
702 [ snip. ]
703 > /usr/local/ircd/src/df467/src/res.c:528: undefined reference to `res_mkquery'
704 > res.o: In function `proc_answer':
705 > /usr/local/ircd/src/df467/src/res.c:617: undefined reference to `dn_expand'
706 > /usr/local/ircd/src/df467/src/res.c:622: undefined reference to `_getshort'
707 > /usr/local/ircd/src/df467/src/res.c:624: undefined reference to `_getshort'
708 > /usr/local/ircd/src/df467/src/res.c:626: undefined reference to `_getlong'
709 > /usr/local/ircd/src/df467/src/res.c:628: undefined reference to `_getshort'
710 > /usr/local/ircd/src/df467/src/res.c:665: undefined reference to `dn_expand'
711 These are from libresolv.
712
713 > s_user.o: In function `m_oper':
714 > /usr/local/ircd/src/df467/src/s_user.c:2642: undefined reference to `crypt'
715 > collect2: ld returned 1 exit status
716 These are from libcrypt.
717
718 [ snip. ]
719
720 The "./Config" script will ask you if you need any "extra libraries", put
721 "-lresolv -lcrypt".
722
723 Once that's done, apply the following to include/sys.h:
724 --- include/sys.h.old Mon Jan 3 23:31:07 2000
725 +++ include/sys.h Mon Jan 3 23:26:12 2000
726 @@ -103,9 +103,9 @@
727 #endif
728
729 /*
730 - * Different name on NetBSD, FreeBSD, and BSDI
731 + * Different name on NetBSD, FreeBSD, and BSDI and now Linux!
732 */
733 -#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__bsdi__)
734 +#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__bsdi__) || defined(__linux__)
735 #define dn_skipname __dn_skipname
736 #endif
737
738 It should then compile, though messily.
739
740 --
741 lonewolf@lagnet.org.za
742 ---------------------------------------------------------------
743 To unsubscribe, send email to majordomo@ender.shadowfire.org
744 with "unsubscribe ircservices" in the body, without the quotes.
745
746 From mike at icon.co.za Mon Jan 3 14:14:26 2000
747 From: mike at icon.co.za (Michael Smith)
748 Date: Sat Oct 23 23:00:55 2004
749 Subject: [IRCServices] Services 4.3.2
750 Message-ID: 2.2.32.20000103221426.0073ab24@shell.icon.co.za
751
752 Okay - now i can happily post this :)
753
754 gcc actions.o akill.o channels.o chanserv.o commands.o compat.o config.o
755 datafiles.o encrypt.o helpserv.o init.o language.o list.o log.o main.o
756 memory.o memoserv.o messages.o misc.o news.o nickserv.o operserv.o process.o
757 send.o sessions.o sockutil.o timeout.o users.o -lbsd -o services
758 /usr/i486-linux/bin/ld: cannot open -lbsd: No such file or directory
759 collect2: ld returned 1 exit status
760 make: *** [services] Error 1
761
762 Also , suse 6.2, glibc2.1
763
764 Help
765
766 Mike
767
768
769 At 11:33 PM 03/01/00 +0200, you wrote:
770 >On Mon, Jan 03, 2000 at 10:03:25PM +0200, Michael Smith wrote:
771 >> Nopes, did what u said, get tonnes of messages...
772 >
773 >[ snip. ]
774 >> /usr/local/ircd/src/df467/src/res.c:528: undefined reference to `res_mkquery'
775 >> res.o: In function `proc_answer':
776 >> /usr/local/ircd/src/df467/src/res.c:617: undefined reference to `dn_expand'
777 >> /usr/local/ircd/src/df467/src/res.c:622: undefined reference to `_getshort'
778 >> /usr/local/ircd/src/df467/src/res.c:624: undefined reference to `_getshort'
779 >> /usr/local/ircd/src/df467/src/res.c:626: undefined reference to `_getlong'
780 >> /usr/local/ircd/src/df467/src/res.c:628: undefined reference to `_getshort'
781 >> /usr/local/ircd/src/df467/src/res.c:665: undefined reference to `dn_expand'
782 >These are from libresolv.
783 >
784 >> s_user.o: In function `m_oper':
785 >> /usr/local/ircd/src/df467/src/s_user.c:2642: undefined reference to `crypt'
786 >> collect2: ld returned 1 exit status
787 >These are from libcrypt.
788 >
789 >[ snip. ]
790 >
791 >The "./Config" script will ask you if you need any "extra libraries", put
792 >"-lresolv -lcrypt".
793 >
794 >Once that's done, apply the following to include/sys.h:
795 >--- include/sys.h.old Mon Jan 3 23:31:07 2000
796 >+++ include/sys.h Mon Jan 3 23:26:12 2000
797 >@@ -103,9 +103,9 @@
798 > #endif
799 >
800 > /*
801 >- * Different name on NetBSD, FreeBSD, and BSDI
802 >+ * Different name on NetBSD, FreeBSD, and BSDI and now Linux!
803 > */
804 >-#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__bsdi__)
805 >+#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__bsdi__) ||
806 defined(__linux__)
807 > #define dn_skipname __dn_skipname
808 > #endif
809 >
810 >It should then compile, though messily.
811 >
812 >--
813 >lonewolf@lagnet.org.za
814 >---------------------------------------------------------------
815 >To unsubscribe, send email to majordomo@ender.shadowfire.org
816 >with "unsubscribe ircservices" in the body, without the quotes.
817 >
818 >
819 ---
820 Michael Smith (Warlock on IRC)
821 http://www.warlock.web.za
822 "Do you smell something burning or is it me?"
823 -- Joan of Arc
824
825 ---------------------------------------------------------------
826 To unsubscribe, send email to majordomo@ender.shadowfire.org
827 with "unsubscribe ircservices" in the body, without the quotes.
828
829 From v13 at it.teithe.gr Mon Jan 3 15:19:15 2000
830 From: v13 at it.teithe.gr (Harhalakis Stefanos)
831 Date: Sat Oct 23 23:00:55 2004
832 Subject: [IRCServices] Services 4.3.2
833 In-Reply-To: <2.2.32.20000103221426.0073ab24@shell.icon.co.za>
834 References: 2.2.32.20000103221426.0073ab24@shell.icon.co.za
835 Message-ID: Pine.SGI.4.05.10001040115430.17536&#45;100000@aetos.it.teithe.gr
836
837 On Tue, 4 Jan 2000, Michael Smith wrote:
838
839 > Okay - now i can happily post this :)
840 >
841 > gcc actions.o akill.o channels.o chanserv.o commands.o compat.o config.o
842 > datafiles.o encrypt.o helpserv.o init.o language.o list.o log.o main.o
843 > memory.o memoserv.o messages.o misc.o news.o nickserv.o operserv.o process.o
844 > send.o sessions.o sockutil.o timeout.o users.o -lbsd -o services
845 > /usr/i486-linux/bin/ld: cannot open -lbsd: No such file or directory
846 > collect2: ld returned 1 exit status
847 > make: *** [services] Error 1
848
849 Can you *PLEASE* stop this? Just use your emails to continue.
850 I don't want to know how to compile the ircd on your computer.
851
852 > Mike
853 <<V13>>
854
855
856 ---------------------------------------------------------------
857 To unsubscribe, send email to majordomo@ender.shadowfire.org
858 with "unsubscribe ircservices" in the body, without the quotes.
859
860 From atcarr at hotmail.com Mon Jan 3 18:28:31 2000
861 From: atcarr at hotmail.com (The Phantom of the Internet)
862 Date: Sat Oct 23 23:00:55 2004
863 Subject: [IRCServices] Services 4.3.2
864 Message-ID: 20000104022831.15700.qmail@hotmail.com
865
866 I personally do not see a problem with someone posting questions when they
867 run into problems compiling but please if you are going to respond to a
868 message could you at least follow proper posting procedures and only copy
869 the message parts which you want to respond to? We all receive the first
870 message so there is no need to resend the entire text.
871
872 As an example:
873
874 <SNIP>
875 /usr/i486-linux/bin/ld: cannot open -lbsd: No such file or directory
876 collect2: ld returned 1 exit statusmake: *** [services] Error 1
877 </SNIP>
878 This appears to be stating that you are missing some compile variables on
879 your system you might want to search to see if that file is missing or not.
880
881 The Phantom
882
883 ______________________________________________________
884 Get Your Private, Free Email at http://www.hotmail.com
885
886 ---------------------------------------------------------------
887 To unsubscribe, send email to majordomo@ender.shadowfire.org
888 with "unsubscribe ircservices" in the body, without the quotes.
889
890 From lebleu at prefer.net Tue Jan 4 12:01:31 2000
891 From: lebleu at prefer.net (Kevin)
892 Date: Sat Oct 23 23:00:55 2004
893 Subject: [IRCServices] Services 4.3.2
894 In-Reply-To: <20000104022831.15700.qmail@hotmail.com>
895 References: 20000104022831.15700.qmail@hotmail.com
896 Message-ID: Pine.LNX.4.21.0001041359020.31642&#45;100000@hades.bleu.paganpaths.org
897
898 On Mon, 3 Jan 2000, The Phantom of the Internet wrote:
899
900 > <SNIP>
901 > /usr/i486-linux/bin/ld: cannot open -lbsd: No such file or directory
902 > collect2: ld returned 1 exit statusmake: *** [services] Error 1
903 > </SNIP>
904 > This appears to be stating that you are missing some compile variables on
905 > your system you might want to search to see if that file is missing or not.
906
907 Actually, it's stating that they are missing libbsd. Most likely the
908 problem is somehow they got it configured for bsd instead of linux, since
909 I don't know of any libbsd for linux. Re-running ./configure might be a
910 good idea... might need to empty config.cache too.
911
912 --Kevin
913
914 --
915 PaganPaths IRC Network - irc.paganpaths.org - http://www.paganpaths.org/
916 PPCR Pagan Internet Radio - <A HREF="http://www.paganpaths.org/radio/">http://www.paganpaths.org/radio/</A>
917 If you're reading this you're part of the mass hallucination that is Kevin
918 the Blue.
919 Copyright 1999 Kevin the Blue <LeBleu@prefer.net>
920 PGP public key at <A HREF="http://www.lebl.eu.org/~lebleu/mypublickey.asc">http://www.lebl.eu.org/~lebleu/mypublickey.asc</A>
921 Wear a blue ribbon today to show your solidarity for freedom of speech on
922 the Internet!
923
924 ---------------------------------------------------------------
925 To unsubscribe, send email to majordomo@ender.shadowfire.org
926 with "unsubscribe ircservices" in the body, without the quotes.
927
928 From andrewk at icon.co.za Tue Jan 4 13:27:41 2000
929 From: andrewk at icon.co.za (Andrew Kempe)
930 Date: Sat Oct 23 23:00:55 2004
931 Subject: [IRCServices] Services 4.3.2
932 Message-ID: NCBBIPDDJGGDOCPMKPKPAEPBDAAA.andrewk@icon.co.za
933
934 [this bounced]
935
936 From: achurch@dragonfire.net (Andrew Church)
937 To: ircservices@ender.shadowfire.org
938 Subject: Re: [IRCServices] Services 4.3.2
939 Date: Tue, 04 Jan 2000 21:48:45 JST
940
941
942
943
944
945
946 >gcc actions.o akill.o channels.o chanserv.o commands.o compat.o config.o
947 >datafiles.o encrypt.o helpserv.o init.o language.o list.o log.o main.o
948 >memory.o memoserv.o messages.o misc.o news.o nickserv.o operserv.o
949 process.o
950 >send.o sessions.o sockutil.o timeout.o users.o -lbsd -o services
951 >/usr/i486-linux/bin/ld: cannot open -lbsd: No such file or directory
952
953 Are you running with a config.cache from another system? Try removing
954 config.cache and rerunning the configure script, then recompiling.
955
956 --Andrew Church
957 achurch@dragonfire.net
958 http://achurch.dragonfire.net/
959
960 ---------------------------------------------------------------
961 To unsubscribe, send email to majordomo@ender.shadowfire.org
962 with "unsubscribe ircservices" in the body, without the quotes.
963
964 From muerte22 at hotmail.com Tue Jan 4 13:38:23 2000
965 From: muerte22 at hotmail.com (Angel of Death)
966 Date: Sat Oct 23 23:00:55 2004
967 Subject: [IRCServices] Services
968 Message-ID: 20000104213823.41133.qmail@hotmail.com
969
970
971 Just a question/comment/suggestion for the coding team. Wouldn't it be an
972 idea to make a backup link or 2 in the services.conf for if a server goes
973 down it can try to link to another one like ircd's do. I mean for smaller
974 shell networks servers come up and down or lag, so i think it would be a big
975 benifit.
976
977
978 Muerte
979 /server irc.acestar.org
980 www.acestar.org
981
982 ______________________________________________________
983 Get Your Private, Free Email at http://www.hotmail.com
984
985 ---------------------------------------------------------------
986 To unsubscribe, send email to majordomo@ender.shadowfire.org
987 with "unsubscribe ircservices" in the body, without the quotes.
988
989 From mike at icon.co.za Tue Jan 4 14:33:09 2000
990 From: mike at icon.co.za (Michael Smith)
991 Date: Sat Oct 23 23:00:55 2004
992 Subject: [IRCServices] Services 4.3.2
993 Message-ID: 2.2.32.20000104223309.00bd7730@shell.icon.co.za
994
995
996 >From: achurch@dragonfire.net (Andrew Church)
997
998 > Are you running with a config.cache from another system? Try removing
999 >config.cache and rerunning the configure script, then recompiling.
1000 >
1001
1002 Thanks, this worked. I had re-run the configure script, but I didnt remove
1003 the config.cache. Once I removed it , it compiled just dandy.
1004
1005 BTW - wasnt there mention of another list for ircd based stuff. I'm sorry to
1006 have spammed you guys, but dalnet dont support it anymore, and i reconed
1007 that the chaps
1008 that WOULD know would be the chaps on this list. I was right, and my problem
1009 was sorted
1010
1011 Thanks Guys
1012
1013 Mike
1014 ---
1015 Michael Smith (Warlock on IRC)
1016 http://www.warlock.web.za
1017 "Do you smell something burning or is it me?"
1018 -- Joan of Arc
1019
1020 ---------------------------------------------------------------
1021 To unsubscribe, send email to majordomo@ender.shadowfire.org
1022 with "unsubscribe ircservices" in the body, without the quotes.
1023
1024 From andrewk at icon.co.za Wed Jan 5 11:54:47 2000
1025 From: andrewk at icon.co.za (Andrew Kempe)
1026 Date: Sat Oct 23 23:00:55 2004
1027 Subject: [IRCServices] Services
1028 In-Reply-To: <20000104213823.41133.qmail@hotmail.com>
1029 References: 20000104213823.41133.qmail@hotmail.com
1030 Message-ID: NCBBIPDDJGGDOCPMKPKPCEPHDAAA.andrewk@icon.co.za
1031
1032 Services really should be connected to an ircd on the same box as itself. If
1033 this ircd looses connectivity to the outside world for some reason, there is
1034 little chance Services is going to succeed.
1035
1036 Andrew
1037
1038 > -----Original Message-----
1039 > From: owner-ircservices@ender.shadowfire.org
1040 > [mailto:owner-ircservices@ender.shadowfire.org]On Behalf Of Angel of
1041 > Death
1042 > Sent: 04 January 2000 23:38
1043 > To: ircservices@ender.shadowfire.org
1044 > Subject: [IRCServices] Services
1045 >
1046 >
1047 >
1048 > Just a question/comment/suggestion for the coding team. Wouldn't it be an
1049 > idea to make a backup link or 2 in the services.conf for if a server goes
1050 > down it can try to link to another one like ircd's do. I mean for smaller
1051 > shell networks servers come up and down or lag, so i think it
1052 > would be a big
1053 > benifit.
1054 >
1055 >
1056 > Muerte
1057 > /server irc.acestar.org
1058 > www.acestar.org
1059 >
1060 > ______________________________________________________
1061 > Get Your Private, Free Email at <A HREF="http://www.hotmail.com">http://www.hotmail.com</A>
1062 >
1063 > ---------------------------------------------------------------
1064 > To unsubscribe, send email to majordomo@ender.shadowfire.org
1065 > with "unsubscribe ircservices" in the body, without the quotes.
1066 >
1067
1068 ---------------------------------------------------------------
1069 To unsubscribe, send email to majordomo@ender.shadowfire.org
1070 with "unsubscribe ircservices" in the body, without the quotes.
1071
1072 From muerte22 at hotmail.com Wed Jan 5 19:46:35 2000
1073 From: muerte22 at hotmail.com (Angel of Death)
1074 Date: Sat Oct 23 23:00:55 2004
1075 Subject: [IRCServices] Services
1076 Message-ID: 20000106034636.82081.qmail@hotmail.com
1077
1078 I agree, but for one reason or another that ircd may shutdown or something,
1079 i've seen it happen. And the services don't have a place to link back to. Or
1080 someone has a shell that only allows 1 proccess and they wish to use it for
1081 the services and it can only connect to 1 server. if that server dies, the
1082 network is basically SOL until the person can manually move services or that
1083 server comes back up and services are crontab'd. Just an idea, i know i'd
1084 like it.
1085
1086 Muerte
1087 Network Founder
1088 /server irc.acestar.org
1089 home of #Rom and EliteIRCD
1090
1091
1092 >From: "Andrew Kempe" <andrewk@icon.co.za>
1093 >Reply-To: ircservices@ender.shadowfire.org
1094 >To: <ircservices@ender.shadowfire.org>
1095 >Subject: RE: [IRCServices] Services
1096 >Date: Wed, 5 Jan 2000 21:54:47 +0200
1097 >
1098 >Services really should be connected to an ircd on the same box as itself.
1099 >If
1100 >this ircd looses connectivity to the outside world for some reason, there
1101 >is
1102 >little chance Services is going to succeed.
1103 >
1104 >Andrew
1105 >
1106 > > -----Original Message-----
1107 > > From: owner-ircservices@ender.shadowfire.org
1108 > > [mailto:owner-ircservices@ender.shadowfire.org]On Behalf Of Angel of
1109 > > Death
1110 > > Sent: 04 January 2000 23:38
1111 > > To: ircservices@ender.shadowfire.org
1112 > > Subject: [IRCServices] Services
1113 > >
1114 > >
1115 > >
1116 > > Just a question/comment/suggestion for the coding team. Wouldn't it be
1117 >an
1118 > > idea to make a backup link or 2 in the services.conf for if a server
1119 >goes
1120 > > down it can try to link to another one like ircd's do. I mean for
1121 >smaller
1122 > > shell networks servers come up and down or lag, so i think it
1123 > > would be a big
1124 > > benifit.
1125 > >
1126 > >
1127 > > Muerte
1128 > > /server irc.acestar.org
1129 > > www.acestar.org
1130 > >
1131 > > ______________________________________________________
1132 > > Get Your Private, Free Email at <A HREF="http://www.hotmail.com">http://www.hotmail.com</A>
1133 > >
1134 > > ---------------------------------------------------------------
1135 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
1136 > > with "unsubscribe ircservices" in the body, without the quotes.
1137 > >
1138 >
1139 >---------------------------------------------------------------
1140 >To unsubscribe, send email to majordomo@ender.shadowfire.org
1141 >with "unsubscribe ircservices" in the body, without the quotes.
1142
1143 ______________________________________________________
1144 Get Your Private, Free Email at <A HREF="http://www.hotmail.com">http://www.hotmail.com</A>
1145
1146 ---------------------------------------------------------------
1147 To unsubscribe, send email to majordomo@ender.shadowfire.org
1148 with "unsubscribe ircservices" in the body, without the quotes.
1149
1150 From lebleu at prefer.net Wed Jan 5 20:36:37 2000
1151 From: lebleu at prefer.net (Kevin)
1152 Date: Sat Oct 23 23:00:56 2004
1153 Subject: [IRCServices] Services
1154 In-Reply-To: <20000106034636.82081.qmail@hotmail.com>
1155 References: 20000106034636.82081.qmail@hotmail.com
1156 Message-ID: Pine.LNX.4.21.0001052234430.15616&#45;100000@hades.bleu.paganpaths.org
1157
1158 On Wed, 5 Jan 2000, Angel of Death wrote:
1159
1160 > I agree, but for one reason or another that ircd may shutdown or something,
1161 > i've seen it happen. And the services don't have a place to link back to. Or
1162
1163 I have cronjobs for both services and my ircd that will auto-restart them
1164 w/in 10 minutes if they go down to avoid such a problem. (Though I really
1165 haven't had it, my ircd never seems to go down unexpectedly)
1166
1167 --Kevin
1168
1169 --
1170 If you're reading this you're part of the mass hallucination that is Kevin
1171 the Blue.
1172 Copyright 1999 Kevin the Blue <LeBleu@prefer.net>
1173 PGP public key at http://www.lebl.eu.org/~lebleu/mypublickey.asc
1174 Wear a blue ribbon today to show your solidarity for freedom of speech on
1175 the Internet!
1176
1177 ---------------------------------------------------------------
1178 To unsubscribe, send email to majordomo@ender.shadowfire.org
1179 with "unsubscribe ircservices" in the body, without the quotes.
1180
1181 From cgknipe at mweb.co.za Thu Jan 6 06:19:33 2000
1182 From: cgknipe at mweb.co.za (Chris Knipe)
1183 Date: Sat Oct 23 23:00:56 2004
1184 Subject: [IRCServices] Services
1185 In-Reply-To: <20000106034636.82081.qmail@hotmail.com>
1186 References: 20000106034636.82081.qmail@hotmail.com
1187 Message-ID: Pine.LNX.4.10.10001061619110.17550&#45;100000@darkwing.savage.za.org
1188
1189 On Wed, 5 Jan 2000, Angel of Death wrote:
1190
1191 >I agree, but for one reason or another that ircd may shutdown or something,
1192 >i've seen it happen. And the services don't have a place to link back to. Or
1193 >someone has a shell that only allows 1 proccess and they wish to use it for
1194 >the services and it can only connect to 1 server. if that server dies, the
1195 >network is basically SOL until the person can manually move services or that
1196 >server comes back up and services are crontab'd. Just an idea, i know i'd
1197 >like it.
1198
1199 Use an crontab to automatically restard the IRCD and services ?? *frown*
1200
1201 Regards
1202 Chris Knipe
1203 Cel: (083) 430 8151
1204 Freelance Internet Developer, Consultant, Administrator & Speaker
1205
1206
1207 ---------------------------------------------------------------
1208 To unsubscribe, send email to majordomo@ender.shadowfire.org
1209 with "unsubscribe ircservices" in the body, without the quotes.
1210
1211 From johnl at potomacnet.com Thu Jan 6 05:14:28 2000
1212 From: johnl at potomacnet.com (John Lamb)
1213 Date: Sat Oct 23 23:00:56 2004
1214 Subject: [IRCServices] Services
1215 Message-ID: 200001061814.NAA22405@dns1.potomacnetworks.com
1216
1217 I don't think everyone is understanding the situation presented here. Say you have Services running on server A. Services links to server B, not an ircd on the same box (A). Server B crashes. Now Services are no where because the .conf file only has one server (B) to link to. This is correctable if a person with access to server A is around to edit the .conf file, but the situation is that, that person is not around. So the asked for solution is to have multiple S:lines in the .conf file that Services would attempt to link to in the event the primary is down. Setting up a crontab to restart the ircd on server B is moot because server B is dead. This is what I gathered from Angel's emails. Correct me if I'm wrong.
1218
1219 !K
1220
1221 You wrote:
1222
1223 > From: Chris Knipe <cgknipe@mweb.co.za>
1224 > To: ircservices@ender.shadowfire.org
1225 > Date: Thu, 6 Jan 2000 16:19:33 +0200 (SAST)
1226 > Subject: RE: [IRCServices] Services
1227 >
1228 >
1229 > On Wed, 5 Jan 2000, Angel of Death wrote:
1230 >
1231 > >I agree, but for one reason or another that ircd may shutdown or something,
1232 > >i've seen it happen. And the services don't have a place to link back to. Or
1233 > >someone has a shell that only allows 1 proccess and they wish to use it for
1234 > >the services and it can only connect to 1 server. if that server dies, the
1235 > >network is basically SOL until the person can manually move services or that
1236 > >server comes back up and services are crontab'd. Just an idea, i know i'd
1237 > >like it.
1238 >
1239 > Use an crontab to automatically restard the IRCD and services ?? *frown*
1240 >
1241 > Regards
1242 > Chris Knipe
1243 > Cel: (083) 430 8151
1244 > Freelance Internet Developer, Consultant, Administrator &amp; Speaker
1245 ---------------------------------------------------------------
1246 To unsubscribe, send email to majordomo@ender.shadowfire.org
1247 with "unsubscribe ircservices" in the body, without the quotes.
1248
1249 From muerte22 at hotmail.com Thu Jan 6 10:38:37 2000
1250 From: muerte22 at hotmail.com (Angel of Death)
1251 Date: Sat Oct 23 23:00:56 2004
1252 Subject: [IRCServices] Services
1253 Message-ID: 20000106183837.56782.qmail@hotmail.com
1254
1255 I'm reffering if they are on DIFFERENT boxes for some reason. Are if
1256 something were jsut to effect it, it was just an idea. And crontab won't
1257 make it link to a different server.
1258
1259
1260 >From: Chris Knipe <cgknipe@mweb.co.za>
1261 >Reply-To: ircservices@ender.shadowfire.org
1262 >To: ircservices@ender.shadowfire.org
1263 >Subject: RE: [IRCServices] Services
1264 >Date: Thu, 6 Jan 2000 16:19:33 +0200 (SAST)
1265 >
1266 >On Wed, 5 Jan 2000, Angel of Death wrote:
1267 >
1268 > >I agree, but for one reason or another that ircd may shutdown or
1269 >something,
1270 > >i've seen it happen. And the services don't have a place to link back to.
1271 >Or
1272 > >someone has a shell that only allows 1 proccess and they wish to use it
1273 >for
1274 > >the services and it can only connect to 1 server. if that server dies,
1275 >the
1276 > >network is basically SOL until the person can manually move services or
1277 >that
1278 > >server comes back up and services are crontab'd. Just an idea, i know
1279 >i'd
1280 > >like it.
1281 >
1282 >Use an crontab to automatically restard the IRCD and services ?? *frown*
1283 >
1284 >Regards
1285 >Chris Knipe
1286 >Cel: (083) 430 8151
1287 >Freelance Internet Developer, Consultant, Administrator & Speaker
1288 >
1289 >
1290 >---------------------------------------------------------------
1291 >To unsubscribe, send email to majordomo@ender.shadowfire.org
1292 >with "unsubscribe ircservices" in the body, without the quotes.
1293
1294 ______________________________________________________
1295 Get Your Private, Free Email at http://www.hotmail.com
1296
1297 ---------------------------------------------------------------
1298 To unsubscribe, send email to majordomo@ender.shadowfire.org
1299 with "unsubscribe ircservices" in the body, without the quotes.
1300
1301 From muerte22 at hotmail.com Thu Jan 6 13:36:39 2000
1302 From: muerte22 at hotmail.com (Angel of Death)
1303 Date: Sat Oct 23 23:00:56 2004
1304 Subject: [IRCServices] Services
1305 Message-ID: 20000106213639.16411.qmail@hotmail.com
1306
1307 EXACTLY :)
1308
1309 Thanks John
1310
1311 Muerte
1312 /server irc.acestar.org
1313
1314 >From: John Lamb <johnl@potomacnet.com>
1315 >Reply-To: ircservices@ender.shadowfire.org
1316 >To: ircservices@ender.shadowfire.org
1317 >Subject: RE: [IRCServices] Services
1318 >Date: Thu, 06 Jan 2000 13:14:28 z (EST)
1319 >
1320 >I don't think everyone is understanding the situation presented here. Say
1321 >you have Services running on server A. Services links to server B, not an
1322 >ircd on the same box (A). Server B crashes. Now Services are no where
1323 >because the .conf file only has one server (B) to link to. This is
1324 >correctable if a person with access to server A is around to edit the .conf
1325 >file, but the situation is that, that person is not around. So the asked
1326 >for solution is to have multiple S:lines in the .conf file that Services
1327 >would attempt to link to in the event the primary is down. Setting up a
1328 >crontab to restart the ircd on server B is moot because server B is dead.
1329 >This is what I gathered from Angel's emails. Correct me if I'm wrong.
1330 >
1331 >!K
1332 >
1333 >You wrote:
1334
1335
1336 ______________________________________________________
1337 Get Your Private, Free Email at http://www.hotmail.com
1338
1339 ---------------------------------------------------------------
1340 To unsubscribe, send email to majordomo@ender.shadowfire.org
1341 with "unsubscribe ircservices" in the body, without the quotes.
1342
1343 From dragon at wastelands.net Fri Jan 7 01:08:47 2000
1344 From: dragon at wastelands.net (Gaven Cohen)
1345 Date: Sat Oct 23 23:00:56 2004
1346 Subject: [IRCServices] ChanServ KICK command(?)
1347 In-Reply-To: <Pine.LNX.4.20.9912222230020.2081-100000@darkness.darkness.gr>
1348 References: Pine.LNX.4.20.9912222230020.2081&#45;100000@darkness.darkness.gr
1349 Message-ID: Pine.LNX.4.10.10001071105100.2564&#45;100000@dragon.wastelands.net
1350
1351
1352 On Wed, 22 Dec 1999, Nick Krassas wrote:
1353
1354 > Greetings all,
1355 > one idea is that a user having access at one channel could easy
1356 > put a akick to the user that is not wanted in the channel. a second
1357 > reason, is the kick going to be anonymous ? and is this correct ?
1358
1359 Its fairly easy to define a number of switches which channel founders
1360 could use to control kick usage.
1361
1362 - enabled or not
1363 - anonymous or kicker in the kick reason
1364 - etc.
1365
1366 Personally, I found anonymous kicks (such as when I use a bot) quite
1367 useful, provided all the channel ops are mature and responsible. Sure,
1368 its easy enough to just ignore someone you've kicked for bad behaviour or
1369 whatever, but its useful to have a non-person to be the recipient of bad
1370 vibes :)
1371
1372 See ya,
1373 Gaven
1374
1375 ---
1376 Gaven Cohen aka Kinslayer <dragon@wastelands.net> www.wastelands.net
1377 freelance sysadmin/programmer HABONIM DROR linux, fantasy enthusiast
1378 RSA/1024 0xFC82B78F 4B 43 3C 20 47 58 AF AC DB 1E 7F 6E 64 08 15 7E
1379
1380 ---------------------------------------------------------------
1381 To unsubscribe, send email to majordomo@ender.shadowfire.org
1382 with "unsubscribe ircservices" in the body, without the quotes.
1383
1384 From jacques at aquarius.natey.za.net Thu Jan 6 14:10:09 2000
1385 From: jacques at aquarius.natey.za.net (Jacques Marneweck)
1386 Date: Sat Oct 23 23:00:56 2004
1387 Subject: [IRCServices] Services
1388 In-Reply-To: <200001061814.NAA22405@dns1.potomacnetworks.com>
1389 References: 200001061814.NAA22405@dns1.potomacnetworks.com
1390 Message-ID: Pine.BSF.4.10.10001062208430.27798&#45;100000@aquarius.natey.za.net
1391
1392 On Thu, 6 Jan 2000, John Lamb wrote:
1393
1394 > I don't think everyone is understanding the situation presented here. Say you have Services running on server A. Services links to server B, not an ircd on the same box (A). Server B crashes. Now Services are no where because the .conf file only has one server (B) to link to. This is correctable if a person with access to server A is around to edit the .conf file, but the situation is that, that person is not around. So the asked for solution is to have multiple S:lines in the .conf file that Services would attempt to link to in the event the primary is down. Setting up a crontab to restart the ircd on server B is moot because server B is dead. This is what I gathered from Angel's emails. Correct me if I'm wrong.
1395
1396 Easy:
1397
1398 DNS: services-uplink-entry-point.your.domain
1399
1400 in DNS
1401
1402 services-uplink-entry-point IN A 196.14.22.5
1403 IN A 196.14.22.14
1404
1405 etc.
1406
1407 That way the servers who's IP's are listed above get services connecting
1408 to them on a round-robin basis.
1409
1410 Regards
1411 Jacques
1412
1413 >
1414 > !K
1415 >
1416 > You wrote:
1417 >
1418 > > From: Chris Knipe <cgknipe@mweb.co.za>
1419 > > To: ircservices@ender.shadowfire.org
1420 > > Date: Thu, 6 Jan 2000 16:19:33 +0200 (SAST)
1421 > > Subject: RE: [IRCServices] Services
1422 > >
1423 > >
1424 > > On Wed, 5 Jan 2000, Angel of Death wrote:
1425 > >
1426 > > >I agree, but for one reason or another that ircd may shutdown or something,
1427 > > >i've seen it happen. And the services don't have a place to link back to. Or
1428 > > >someone has a shell that only allows 1 proccess and they wish to use it for
1429 > > >the services and it can only connect to 1 server. if that server dies, the
1430 > > >network is basically SOL until the person can manually move services or that
1431 > > >server comes back up and services are crontab'd. Just an idea, i know i'd
1432 > > >like it.
1433 > >
1434 > > Use an crontab to automatically restard the IRCD and services ?? *frown*
1435 > >
1436 > > Regards
1437 > > Chris Knipe
1438 > > Cel: (083) 430 8151
1439 > > Freelance Internet Developer, Consultant, Administrator &amp; Speaker
1440 > ---------------------------------------------------------------
1441 > To unsubscribe, send email to majordomo@ender.shadowfire.org
1442 > with "unsubscribe ircservices" in the body, without the quotes.
1443 >
1444
1445 ---------------------------------------------------------------
1446 To unsubscribe, send email to majordomo@ender.shadowfire.org
1447 with "unsubscribe ircservices" in the body, without the quotes.
1448
1449 From JohnL at potomacnet.com Sat Jan 8 12:51:16 2000
1450 From: JohnL at potomacnet.com (John Lamb)
1451 Date: Sat Oct 23 23:00:56 2004
1452 Subject: [IRCServices] Services
1453 In-Reply-To: <Pine.BSF.4.10.10001062208430.27798-100000@aquarius.natey.za.net>
1454 References: <200001061814.NAA22405@dns1.potomacnetworks.com>
1455 Message-ID: 3.0.6.32.20000108155116.007994b0@mail.potomacnet.com
1456
1457 Altering DNS zone files to accomplish such a task is not only backwards,
1458 but dangerous. You have also created the need for a person with access to
1459 the DNS server to make such a change. Where the previous suggestion
1460 eliminated the need for anyone.
1461
1462 !K
1463
1464 At 10:10 PM 1/6/00 +0000, you wrote:
1465
1466 <snip my comments>
1467
1468 >Easy:
1469 >
1470 >DNS: services-uplink-entry-point.your.domain
1471 >
1472 >in DNS
1473 >
1474 >services-uplink-entry-point IN A 196.14.22.5
1475 > IN A 196.14.22.14
1476 >
1477 >etc.
1478 >
1479 >That way the servers who's IP's are listed above get services connecting
1480 >to them on a round-robin basis.
1481 >
1482 >Regards
1483 >Jacques
1484 ---------------------------------------------------------------
1485 To unsubscribe, send email to majordomo@ender.shadowfire.org
1486 with "unsubscribe ircservices" in the body, without the quotes.
1487
1488 From joshodom at uswest.net Sat Jan 8 02:30:14 2000
1489 From: joshodom at uswest.net (Josh Odom)
1490 Date: Sat Oct 23 23:00:56 2004
1491 Subject: [IRCServices] Services
1492 In-Reply-To: <3.0.6.32.20000108155116.007994b0@mail.potomacnet.com>
1493 References: 3.0.6.32.20000108155116.007994b0@mail.potomacnet.com
1494 Message-ID: LNBBIDPHKBGLGHDPOHNACEGECAAA.joshodom@uswest.net
1495
1496 Not Dangerous.
1497
1498 -----Original Message-----
1499 From: owner-ircservices@ender.shadowfire.org
1500 [mailto:owner-ircservices@ender.shadowfire.org]On Behalf Of John Lamb
1501 Sent: Saturday, January 08, 2000 12:51 PM
1502 To: ircservices@ender.shadowfire.org
1503 Subject: RE: [IRCServices] Services
1504
1505
1506 Altering DNS zone files to accomplish such a task is not only backwards,
1507 but dangerous. You have also created the need for a person with access to
1508 the DNS server to make such a change. Where the previous suggestion
1509 eliminated the need for anyone.
1510
1511 !K
1512
1513 At 10:10 PM 1/6/00 +0000, you wrote:
1514
1515 <snip my comments>
1516
1517 >Easy:
1518 >
1519 >DNS: services-uplink-entry-point.your.domain
1520 >
1521 >in DNS
1522 >
1523 >services-uplink-entry-point IN A 196.14.22.5
1524 > IN A 196.14.22.14
1525 >
1526 >etc.
1527 >
1528 >That way the servers who's IP's are listed above get services connecting
1529 >to them on a round-robin basis.
1530 >
1531 >Regards
1532 >Jacques
1533 ---------------------------------------------------------------
1534 To unsubscribe, send email to majordomo@ender.shadowfire.org
1535 with "unsubscribe ircservices" in the body, without the quotes.
1536
1537 ---------------------------------------------------------------
1538 To unsubscribe, send email to majordomo@ender.shadowfire.org
1539 with "unsubscribe ircservices" in the body, without the quotes.
1540
1541 From muerte22 at hotmail.com Sat Jan 8 16:35:24 2000
1542 From: muerte22 at hotmail.com (Angel of Death)
1543 Date: Sat Oct 23 23:00:56 2004
1544 Subject: [IRCServices] Services
1545 Message-ID: 20000109003524.86506.qmail@hotmail.com
1546
1547 That's an idea. that might work. hehe.
1548
1549 Muerte
1550
1551
1552 >From: Jacques Marneweck <jacques@aquarius.natey.za.net>
1553 >Reply-To: ircservices@ender.shadowfire.org
1554 >To: ircservices@ender.shadowfire.org
1555 >Subject: RE: [IRCServices] Services
1556 >Date: Thu, 6 Jan 2000 22:10:09 +0000 (GMT)
1557 >
1558 >On Thu, 6 Jan 2000, John Lamb wrote:
1559 >
1560 > > I don't think everyone is understanding the situation presented here.
1561 >Say you have Services running on server A. Services links to server B, not
1562 >an ircd on the same box (A). Server B crashes. Now Services are no where
1563 >because the .conf file only has one server (B) to link to. This is
1564 >correctable if a person with access to server A is around to edit the .conf
1565 >file, but the situation is that, that person is not around. So the asked
1566 >for solution is to have multiple S:lines in the .conf file that Services
1567 >would attempt to link to in the event the primary is down. Setting up a
1568 >crontab to restart the ircd on server B is moot because server B is dead.
1569 >This is what I gathered from Angel's emails. Correct me if I'm wrong.
1570 >
1571 >Easy:
1572 >
1573 >DNS: services-uplink-entry-point.your.domain
1574 >
1575 >in DNS
1576 >
1577 >services-uplink-entry-point IN A 196.14.22.5
1578 > IN A 196.14.22.14
1579 >
1580 >etc.
1581 >
1582 >That way the servers who's IP's are listed above get services connecting
1583 >to them on a round-robin basis.
1584 >
1585 >Regards
1586 >Jacques
1587 >
1588 > >
1589 > > !K
1590 > >
1591 > > You wrote:
1592 > >
1593 > > > From: Chris Knipe <cgknipe@mweb.co.za>
1594 > > > To: ircservices@ender.shadowfire.org
1595 > > > Date: Thu, 6 Jan 2000 16:19:33 +0200 (SAST)
1596 > > > Subject: RE: [IRCServices] Services
1597 > > >
1598 > > >
1599 > > > On Wed, 5 Jan 2000, Angel of Death wrote:
1600 > > >
1601 > > > >I agree, but for one reason or another that ircd may shutdown or
1602 >something,
1603 > > > >i've seen it happen. And the services don't have a place to link back
1604 >to. Or
1605 > > > >someone has a shell that only allows 1 proccess and they wish to use
1606 >it for
1607 > > > >the services and it can only connect to 1 server. if that server
1608 >dies, the
1609 > > > >network is basically SOL until the person can manually move services
1610 >or that
1611 > > > >server comes back up and services are crontab'd. Just an idea, i
1612 >know i'd
1613 > > > >like it.
1614 > > >
1615 > > > Use an crontab to automatically restard the IRCD and services ??
1616 >*frown*
1617 > > >
1618 > > > Regards
1619 > > > Chris Knipe
1620 > > > Cel: (083) 430 8151
1621 > > > Freelance Internet Developer, Consultant, Administrator &amp; Speaker
1622 > > ---------------------------------------------------------------
1623 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
1624 > > with "unsubscribe ircservices" in the body, without the quotes.
1625 > >
1626 >
1627 >---------------------------------------------------------------
1628 >To unsubscribe, send email to majordomo@ender.shadowfire.org
1629 >with "unsubscribe ircservices" in the body, without the quotes.
1630
1631 ______________________________________________________
1632 Get Your Private, Free Email at http://www.hotmail.com
1633
1634 ---------------------------------------------------------------
1635 To unsubscribe, send email to majordomo@ender.shadowfire.org
1636 with "unsubscribe ircservices" in the body, without the quotes.
1637
1638 From atcarr at hotmail.com Sat Jan 8 21:03:15 2000
1639 From: atcarr at hotmail.com (The Phantom of the Internet)
1640 Date: Sat Oct 23 23:00:56 2004
1641 Subject: [IRCServices] Services
1642 Message-ID: 20000109050315.57546.qmail@hotmail.com
1643
1644
1645
1646
1647 <snip>
1648
1649 Easy:
1650
1651 DNS: services-uplink-entry-point.your.domain
1652
1653 in DNS
1654
1655 services-uplink-entry-point IN A 196.14.22.5
1656 IN A 196.14.22.14
1657
1658 etc.
1659
1660 That way the servers who's IP's are listed above get services connecting to
1661 them on a round-robin basis.
1662
1663 Regards
1664 Jacques
1665 </snip>
1666
1667 I only see one problem with this round-robin effect for services. The
1668 current coding has services shut back down if there is an error where it is
1669 unable to connect to the specified server. Now if services somehow hits the
1670 ip address on this round-robin which is down then it will shut down and wait
1671 to retry until the next cron job. Which depending on the Admin who set this
1672 situation up could be anywhere from 5-30 minutes.
1673
1674 The Phantom
1675 ______________________________________________________
1676 Get Your Private, Free Email at http://www.hotmail.com
1677
1678 ---------------------------------------------------------------
1679 To unsubscribe, send email to majordomo@ender.shadowfire.org
1680 with "unsubscribe ircservices" in the body, without the quotes.
1681
1682 From cgknipe at mweb.co.za Sun Jan 9 05:38:11 2000
1683 From: cgknipe at mweb.co.za (Chris Knipe)
1684 Date: Sat Oct 23 23:00:56 2004
1685 Subject: [IRCServices] Services
1686 In-Reply-To: <20000106213639.16411.qmail@hotmail.com>
1687 References: 20000106213639.16411.qmail@hotmail.com
1688 Message-ID: Pine.LNX.4.10.10001091522430.17626&#45;100000@darkwing.savage.za.org
1689
1690 On Thu, 6 Jan 2000, Angel of Death wrote:
1691
1692 Hi ...
1693
1694 I won't stay long on this, it might not even be a good solution, but here
1695 goes...
1696
1697 Crontab, *CAN* do what is needed...
1698
1699 >>I don't think everyone is understanding the situation presented here. Say
1700 >>you have Services running on server A. Services links to server B, not an
1701 >>ircd on the same box (A). Server B crashes. Now Services are no where
1702 >>because the .conf file only has one server (B) to link to. This is
1703 >>correctable if a person with access to server A is around to edit the .conf
1704 >>file, but the situation is that, that person is not around. So the asked
1705 >>for solution is to have multiple S:lines in the .conf file that Services
1706 >>would attempt to link to in the event the primary is down. Setting up a
1707 >>crontab to restart the ircd on server B is moot because server B is dead.
1708 >>This is what I gathered from Angel's emails. Correct me if I'm wrong.
1709
1710 >From the Services Documentation:
1711
1712 Normally, Services can be run simply by invoking the "services"
1713 executable. Services will then use the defaults specified in the
1714 services.conf file, and connect to the specified uplink server.
1715 Alternatively, any of the following command-line options can be specified
1716 to change the default values:
1717
1718 -remote server[:port] Connect to the specified server
1719 -local host -or- Connect from the specified address (e.g.
1720 [host]:[port] for multihomed servers)
1721 -name servername Our server name (e.g. services.some.net)
1722 -desc string Description of us (e.g. SomeNet Services)
1723 -user username Username for Services' nicks (e.g. services)
1724 -host hostname Hostname for Services' nicks (e.g. esper.net)
1725 -dir directory Directory containing Services' data files
1726 (e.g. /usr/local/lib/services)
1727 -log filename Services log filename (e.g. services.log)
1728 -update secs How often to update databases (in seconds)
1729 -expire secs How often to check for nick/channel
1730 expiration (in seconds)
1731
1732 ---
1733
1734 Now with an rather interesting sh / bash script, you will be able to ping
1735 or traceroute the server to where your services are supposed to link to
1736 (most shell providers allow the use of ping). From the output, you can
1737 easily grep the ping statistics...
1738
1739 >From standard Linux (output returned by ping might vary from OS to OS),
1740 issuing something like the command below, will give you an good idea of the
1741 current network performance to any remote server where services could or
1742 shoud be linking to...
1743
1744 ping -c 50 <host name> | grep received | cut -c 43-70
1745 0% packet loss
1746
1747 >From the ammount of packet loss returned, you can then reliably decide
1748 where to link to, or what other actions to take. (Hence if you have the
1749 access, you can even change routing tables - would it be neccessary).
1750
1751 Should 100% packet loss be returned, that would obviously mean the server
1752 is dead, now you can re-invoke services with the -remote parameter, linking
1753 your services to the server specified.
1754
1755 The matter of C/N lines in this case, would depend on the remote server
1756 where services is linking to.
1757
1758 Mind you, this type of configuration can even be used to "re-route"
1759 services should lag become an problem.
1760
1761 Regards
1762 Chris Knipe
1763 Cel: (083) 430 8151
1764 Freelance Internet Developer, Consultant, Administrator & Speaker
1765
1766
1767 ---------------------------------------------------------------
1768 To unsubscribe, send email to majordomo@ender.shadowfire.org
1769 with "unsubscribe ircservices" in the body, without the quotes.
1770
1771 From v13 at it.teithe.gr Sun Jan 9 14:18:48 2000
1772 From: v13 at it.teithe.gr (Harhalakis Stefanos)
1773 Date: Sat Oct 23 23:00:56 2004
1774 Subject: [IRCServices] Services
1775 In-Reply-To: <20000109050315.57546.qmail@hotmail.com>
1776 References: 20000109050315.57546.qmail@hotmail.com
1777 Message-ID: Pine.SGI.4.05.10001100016400.117&#45;100000@aetos.it.teithe.gr
1778
1779 On Sat, 8 Jan 2000, The Phantom of the Internet wrote:
1780
1781 > I only see one problem with this round-robin effect for services. The
1782 > current coding has services shut back down if there is an error where it is
1783 > unable to connect to the specified server. Now if services somehow hits the
1784 > ip address on this round-robin which is down then it will shut down and wait
1785 > to retry until the next cron job. Which depending on the Admin who set this
1786 > situation up could be anywhere from 5-30 minutes.
1787 You don't have to use cron. You can have a script like:
1788
1789 while /bin/true; do
1790 ./services -nofork
1791 done
1792
1793 or make it as complex as you like. This way services will restart
1794 immediately after dying.
1795
1796 > The Phantom
1797 <<V13>>
1798
1799 ---------------------------------------------------------------
1800 To unsubscribe, send email to majordomo@ender.shadowfire.org
1801 with "unsubscribe ircservices" in the body, without the quotes.
1802
1803 From justdoit at oceanfree.net Sun Jan 9 15:24:19 2000
1804 From: justdoit at oceanfree.net (Aaron Brady)
1805 Date: Sat Oct 23 23:00:56 2004
1806 Subject: [IRCServices] Diff to allow SIDENTIFY command
1807 References: <Pine.SGI.4.05.10001100016400.117-100000@aetos.it.teithe.gr>
1808 Message-ID: 003301bf5af8$abac2c80$0100000a@rage.org
1809
1810 This diff file will allow the use of the SIDENTIFY command, a synonym for
1811 IDENTIFY. One some servers, cyclone for one, if you connect with a Password
1812 (in mIRC/pIRCh whateva) and your I: line doesn't require one, it is securely
1813 sent to services via SIDENTIFY
1814
1815 :insom PRIVMSG services@lost-in-cyberspace.com :SIDENTIFY fr4ud
1816
1817
1818
1819
1820
1821 From atcarr at hotmail.com Mon Jan 10 04:57:58 2000
1822 From: atcarr at hotmail.com (The Phantom of the Internet)
1823 Date: Sat Oct 23 23:00:56 2004
1824 Subject: [IRCServices] Diff to allow SIDENTIFY command
1825 Message-ID: 20000110125758.95489.qmail@hotmail.com
1826
1827 Of course if you are running a variant of DreamForge 4.6.7 it already has
1828 that as part of the coding. So far I haven't found any server variant of
1829 this dreamforge code to not still have that coded into the server. But I
1830 don't go to far into looking at the systems. The best way to check if a
1831 server already has this is to type /server servername password if once you
1832 have logged into the network you get a message from nickserv saying that you
1833 are not identified for your nick then its already there. If not you will
1834 get a message stating you cannot re-register.
1835
1836 The Phantom
1837 ______________________________________________________
1838 Get Your Private, Free Email at http://www.hotmail.com
1839
1840 ---------------------------------------------------------------
1841 To unsubscribe, send email to majordomo@ender.shadowfire.org
1842 with "unsubscribe ircservices" in the body, without the quotes.
1843
1844 From net at lite.net Mon Jan 10 05:10:23 2000
1845 From: net at lite.net (Jonathan George)
1846 Date: Sat Oct 23 23:00:56 2004
1847 Subject: [IRCServices] Diff to allow SIDENTIFY command
1848 In-Reply-To: <20000110125758.95489.qmail@hotmail.com>
1849 References: 20000110125758.95489.qmail@hotmail.com
1850 Message-ID: Pine.LNX.4.10.10001100708430.32277&#45;100000@lite.net
1851
1852 Uhm... perhaps you should have looked at the patch first. The
1853 patch is to be applied against Services, not DreamForge... in order to
1854 take advantage of a DreamForge feature.
1855
1856 |Of course if you are running a variant of DreamForge 4.6.7 it already has
1857 |that as part of the coding. So far I haven't found any server variant of
1858 |this dreamforge code to not still have that coded into the server. But I
1859 |don't go to far into looking at the systems. The best way to check if a
1860 |server already has this is to type /server servername password if once you
1861 |have logged into the network you get a message from nickserv saying that you
1862 |are not identified for your nick then its already there. If not you will
1863 |get a message stating you cannot re-register.
1864 |
1865 |The Phantom
1866
1867 ================================================
1868 Jonathan George - www.jdg.net - (net@lite.net)
1869 Software Engineer
1870 ================================================
1871 200 Arco Place, Suite 252
1872 Independence, KS 67301
1873 Voice: (316) 332-1616
1874 Fax: (316) 332-1451
1875 ================================================
1876
1877 ---------------------------------------------------------------
1878 To unsubscribe, send email to majordomo@ender.shadowfire.org
1879 with "unsubscribe ircservices" in the body, without the quotes.
1880
1881 From andrewk at icon.co.za Mon Jan 10 08:21:24 2000
1882 From: andrewk at icon.co.za (Andrew Kempe)
1883 Date: Sat Oct 23 23:00:56 2004
1884 Subject: [IRCServices] Diff to allow SIDENTIFY command
1885 In-Reply-To: <003301bf5af8$abac2c80$0100000a@rage.org>
1886 References: 003301bf5af8$abac2c80$0100000a@rage.org
1887 Message-ID: NCBBIPDDJGGDOCPMKPKPMEBODBAA.andrewk@icon.co.za
1888
1889 Please don't post patches to this list - it is a discussion and support
1890 list - not a coding list. If you really have the urge, join the
1891 "ircservices-coding@" list (in the same way you joined this one). Then
1892 again, it's for Services, rather than ircd's. And even there, patches are
1893 not welcome on the list itself. Rather mail the address of the patch.
1894
1895 Thanks, Andrew
1896
1897 > -----Original Message-----
1898 > From: owner-ircservices@ender.shadowfire.org
1899 > [mailto:owner-ircservices@ender.shadowfire.org]On Behalf Of Aaron Brady
1900 > Sent: 10 January 2000 01:24
1901 > To: ircservices@ender.shadowfire.org
1902 > Subject: [IRCServices] Diff to allow SIDENTIFY command
1903 >
1904 >
1905 > This diff file will allow the use of the SIDENTIFY command, a synonym for
1906 > IDENTIFY. One some servers, cyclone for one, if you connect with
1907 > a Password
1908 > (in mIRC/pIRCh whateva) and your I: line doesn't require one, it
1909 > is securely
1910 > sent to services via SIDENTIFY
1911 >
1912 > :insom PRIVMSG services@lost-in-cyberspace.com :SIDENTIFY fr4ud
1913 >
1914 >
1915 >
1916 >
1917 >
1918
1919 ---------------------------------------------------------------
1920 To unsubscribe, send email to majordomo@ender.shadowfire.org
1921 with "unsubscribe ircservices" in the body, without the quotes.
1922
1923 From makero at 13g.dhs.org Tue Jan 11 04:50:25 2000
1924 From: makero at 13g.dhs.org (Makero)
1925 Date: Sat Oct 23 23:00:56 2004
1926 Subject: [IRCServices] IRCServices + ircdu_2.10.07
1927 Message-ID: 20000111.12502599@gollo.13g.dhs.org
1928
1929 Hy
1930
1931 I'm running IRCDu 2.10.07 and i'm trying to make IRCServices work with
1932 it. In current release, if you edit the Makefile, you can compile
1933 IRCServices for the ircdu 2.10.x
1934
1935 Well. I have edited the makefile, and compiled the IRCServices. When
1936 the IRCServi ces run (./services)), everything appears to be ok. The
1937 IRCServices process is running, ( I can see it when ps - ax | grep
1938 services) and i can se the link whit the /links command in ircdu
1939
1940 But nothing else. I cant see any boot in the irc. When i /msg chan
1941 help. Y get a \93not such nick\94 error.
1942
1943 I supposed that this is why makefile must to be edited to compile in
1944 ircdu 2.10.x mode. :-) Because they don't work.
1945
1946 I really want to use IRCDu 2.10.7 an IRCServices together. My question
1947 is: Is anybody working to fix this?. Can I help anyway?. Can you send
1948 me some info around the problem, so I can start my own work?
1949
1950 Thanks a lot
1951
1952 makero
1953
1954 makero@13g.dhs.org
1955
1956 You can connect to my ircdu and see the problem at irc://13g.dhs.org
1957
1958
1959
1960
1961
1962 ---------------------------------------------------------------
1963 To unsubscribe, send email to majordomo@ender.shadowfire.org
1964 with "unsubscribe ircservices" in the body, without the quotes.
1965
1966 From andrewk at icon.co.za Tue Jan 11 06:58:47 2000
1967 From: andrewk at icon.co.za (Andrew Kempe)
1968 Date: Sat Oct 23 23:00:56 2004
1969 Subject: [IRCServices] IRCServices + ircdu_2.10.07
1970 In-Reply-To: <20000111.12502599@gollo.13g.dhs.org>
1971 References: 20000111.12502599@gollo.13g.dhs.org
1972 Message-ID: NCBBIPDDJGGDOCPMKPKPCEDCDBAA.andrewk@icon.co.za
1973
1974 The reason 2.10.x was commented out was becuase Services don't support it :)
1975
1976 I'm personally not attempting to add support for ircu - although there may
1977 be a few people who are.
1978
1979 If you want to add support for it, please do. But you're going to have to
1980 make numerous changes - way beyond the scope of this list.
1981
1982 Andrew
1983
1984 > -----Original Message-----
1985 > From: owner-ircservices@ender.shadowfire.org
1986 > [mailto:owner-ircservices@ender.shadowfire.org]On Behalf Of Makero
1987 > Sent: 11 January 2000 14:50
1988 > To: ircservices@ender.shadowfire.org
1989 > Subject: [IRCServices] IRCServices + ircdu_2.10.07
1990 >
1991 >
1992 > Hy
1993 >
1994 > I'm running IRCDu 2.10.07 and i'm trying to make IRCServices work with
1995 > it. In current release, if you edit the Makefile, you can compile
1996 > IRCServices for the ircdu 2.10.x
1997 >
1998 > Well. I have edited the makefile, and compiled the IRCServices. When
1999 > the IRCServi ces run (./services)), everything appears to be ok. The
2000 > IRCServices process is running, ( I can see it when ps - ax | grep
2001 > services) and i can se the link whit the /links command in ircdu
2002 >
2003 > But nothing else. I cant see any boot in the irc. When i /msg chan
2004 > help. Y get a \93not such nick\94 error.
2005 >
2006 > I supposed that this is why makefile must to be edited to compile in
2007 > ircdu 2.10.x mode. :-) Because they don't work.
2008 >
2009 > I really want to use IRCDu 2.10.7 an IRCServices together. My question
2010 > is: Is anybody working to fix this?. Can I help anyway?. Can you send
2011 > me some info around the problem, so I can start my own work?
2012 >
2013 > Thanks a lot
2014 >
2015 > makero
2016 >
2017 > makero@13g.dhs.org
2018 >
2019 > You can connect to my ircdu and see the problem at irc://13g.dhs.org
2020 >
2021 >
2022 >
2023 >
2024 >
2025 > ---------------------------------------------------------------
2026 > To unsubscribe, send email to majordomo@ender.shadowfire.org
2027 > with "unsubscribe ircservices" in the body, without the quotes.
2028 >
2029
2030 ---------------------------------------------------------------
2031 To unsubscribe, send email to majordomo@ender.shadowfire.org
2032 with "unsubscribe ircservices" in the body, without the quotes.
2033
2034 From tjung at igateway.net Tue Jan 11 10:41:35 2000
2035 From: tjung at igateway.net (Tim Jung)
2036 Date: Sat Oct 23 23:00:56 2004
2037 Subject: [IRCServices] Problems with services and ircd
2038 References: <NCBBIPDDJGGDOCPMKPKPCEDCDBAA.andrewk@icon.co.za>
2039 Message-ID: 00a601bf5c63$7d366de0$073c8ece@igateway.net
2040
2041 I am running dal4.6.5 and services 4.2. I am running Red Hat 6.1 with all
2042 the patches and updates. It is an AMD K6-2/350 with 128Megs of RAM and 3 gig
2043 HD with 256meg swap partition. I am using a 3COM 3C905 PCI 10/100 BaseT
2044 network as well, nothing else in the server, no extra cards or anything.
2045
2046 The problem that I am having is that if I run IRC and SERVICES the machine
2047 will crater in 1-4 days. It just locks up tight and won't respond to the
2048 console or anything. I am running some other gaming servers on this machine
2049 as well. If I run all the other servers and not IRC/SERVICES everything is
2050 fine. If I run just IRC/SERVICES it all blows up in 1-4 days. I can't figure
2051 out what could be wrong with IRC/SERVICES and why I don't see anything in
2052 the error logs that would cause this problems. I currently have 6 days of up
2053 time on the machine without running IRC/SERVICES.
2054
2055 Anyone have any idea why it would do this?
2056
2057 Tim Jung
2058 System Admin
2059 Internet Gateway Inc.
2060 tjung@igateway.net
2061
2062
2063 ---------------------------------------------------------------
2064 To unsubscribe, send email to majordomo@ender.shadowfire.org
2065 with "unsubscribe ircservices" in the body, without the quotes.
2066
2067 From achurch at dragonfire.net Wed Jan 12 06:50:37 2000
2068 From: achurch at dragonfire.net (Andrew Church)
2069 Date: Sat Oct 23 23:00:56 2004
2070 Subject: [IRCServices] Problems with services and ircd
2071 Message-ID: 387ba5f9.77431@dragonfire.net
2072
2073 >I am running dal4.6.5 and services 4.2. I am running Red Hat 6.1 with all
2074 >the patches and updates. It is an AMD K6-2/350 with 128Megs of RAM and 3 gig
2075 >HD with 256meg swap partition. I am using a 3COM 3C905 PCI 10/100 BaseT
2076 >network as well, nothing else in the server, no extra cards or anything.
2077 >
2078 >The problem that I am having is that if I run IRC and SERVICES the machine
2079 >will crater in 1-4 days. It just locks up tight and won't respond to the
2080 >console or anything.
2081 [...]
2082 >Anyone have any idea why it would do this?
2083
2084 No clue. Just to check, what kernel version do you have?
2085
2086 --Andrew Church
2087 achurch@dragonfire.net
2088 http://achurch.dragonfire.net/
2089 ---------------------------------------------------------------
2090 To unsubscribe, send email to majordomo@ender.shadowfire.org
2091 with "unsubscribe ircservices" in the body, without the quotes.
2092
2093 From tjung at igateway.net Tue Jan 11 17:59:25 2000
2094 From: tjung at igateway.net (Tim Jung)
2095 Date: Sat Oct 23 23:00:56 2004
2096 Subject: [IRCServices] Problems with services and ircd
2097 References: <387ba5f9.77431@dragonfire.net>
2098 Message-ID: 032201bf5ca0$a758ca40$073c8ece@igateway.net
2099
2100 Here is what I get from uname -a
2101
2102 Linux 2.2.12-20 #1 Mon Sep 27 10:25:54 EDT 1999 i586 unknown
2103
2104 So the answer is kernel 2.2.12-20
2105
2106 Tim Jung
2107 System Admin
2108 Internet Gateway Inc.
2109 tjung@igateway.net
2110
2111
2112 ----- Original Message -----
2113 From: "Andrew Church" <achurch@dragonfire.net>
2114 To: <ircservices@ender.shadowfire.org>
2115 Sent: Tuesday, January 11, 2000 3:50 PM
2116 Subject: Re: [IRCServices] Problems with services and ircd
2117
2118
2119 > >I am running dal4.6.5 and services 4.2. I am running Red Hat 6.1 with all
2120 > >the patches and updates. It is an AMD K6-2/350 with 128Megs of RAM and 3
2121 gig
2122 > >HD with 256meg swap partition. I am using a 3COM 3C905 PCI 10/100 BaseT
2123 > >network as well, nothing else in the server, no extra cards or anything.
2124 > [...]
2125 > >Anyone have any idea why it would do this?
2126 >
2127 > No clue. Just to check, what kernel version do you have?
2128 >
2129 > --Andrew Church
2130 > achurch@dragonfire.net
2131 > http://achurch.dragonfire.net/
2132
2133
2134 ---------------------------------------------------------------
2135 To unsubscribe, send email to majordomo@ender.shadowfire.org
2136 with "unsubscribe ircservices" in the body, without the quotes.
2137
2138 From cgknipe at mweb.co.za Wed Jan 12 14:35:35 2000
2139 From: cgknipe at mweb.co.za (Chris Knipe)
2140 Date: Sat Oct 23 23:00:56 2004
2141 Subject: [IRCServices] Problems with services and ircd
2142 In-Reply-To: <032201bf5ca0$a758ca40$073c8ece@igateway.net>
2143 References: 032201bf5ca0$a758ca40$073c8ece@igateway.net
2144 Message-ID: Pine.LNX.4.10.10001130032520.8144&#45;100000@darkwing.savage.za.org
2145
2146 On Tue, 11 Jan 2000, Tim Jung wrote:
2147
2148 >Here is what I get from uname -a
2149 >
2150 >Linux 2.2.12-20 #1 Mon Sep 27 10:25:54 EDT 1999 i586 unknown
2151
2152 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Is this edited??
2153
2154 If not, I believe you are missing an hostname - which can be erm well,
2155 nothing less than total stupidity :) The year is also 1999 ??? Are your
2156 clock correct?
2157
2158 Regards
2159 Chris Knipe
2160 Cel: (083) 430 8151
2161 Freelance Internet Developer, Consultant, Administrator & Speaker
2162
2163
2164 ---------------------------------------------------------------
2165 To unsubscribe, send email to majordomo@ender.shadowfire.org
2166 with "unsubscribe ircservices" in the body, without the quotes.
2167
2168 From cgknipe at mweb.co.za Wed Jan 12 14:32:13 2000
2169 From: cgknipe at mweb.co.za (Chris Knipe)
2170 Date: Sat Oct 23 23:00:56 2004
2171 Subject: [IRCServices] Problems with services and ircd
2172 In-Reply-To: <00a601bf5c63$7d366de0$073c8ece@igateway.net>
2173 References: 00a601bf5c63$7d366de0$073c8ece@igateway.net
2174 Message-ID: Pine.LNX.4.10.10001130019340.8144&#45;100000@darkwing.savage.za.org
2175
2176 On Tue, 11 Jan 2000, Tim Jung wrote:
2177
2178 >I am running dal4.6.5 and services 4.2. I am running Red Hat 6.1 with all
2179 >the patches and updates. It is an AMD K6-2/350 with 128Megs of RAM and 3 gig
2180 >HD with 256meg swap partition. I am using a 3COM 3C905 PCI 10/100 BaseT
2181 >network as well, nothing else in the server, no extra cards or anything.
2182
2183 As stated by Andy aswell, it is very hard to pin point this... However,
2184 there might be an few (rather silly, bit still usefull?) ideas that you can
2185 try...
2186
2187 First off, cut down on your swap parition. With 128MB ram, you only need
2188 about 10% of that in swap space... Go make yourselve another ext2
2189 filesystem and mount /home on it or something :) I have 128MB Ram, and I
2190 only use an 10MB swap parition, which is only about 6MB used at the
2191 moment... Having larger swap paritions than which is actually needed, can
2192 in some cases actually slow down system performance...
2193
2194 Secondly, what happens if you run the irc services without any of the other
2195 gaming servers and stuff?? Do they still crash ?
2196
2197 Have you perhaps tried swapping your memory arround, changing the hardware
2198 in the computer, or perhaps just cleaning them out / swapping the two simms
2199 arround, stuff like that?
2200
2201 Another suggestion, might be to recompile everything. Try first without
2202 patches (clean distributions), then if the binaries proove to be stable,
2203 recompile again, adding an patch. This way, you might be able to find out
2204 where the bad code actually comes from which for some reason cause your
2205 computer to stop responding - and you might be able to work arround it.
2206
2207 Lasty, try running services in full debug mode (/msg operserv set debug
2208 level 9 - I think?), untill it crashes... Andy, or someone else, might be
2209 able to locate some sort of mis behaviour from debugged log files in such an
2210 case... (memmory thats used, but not released - invalid system calls - stuff
2211 like that ...)
2212
2213 I hope this can be an starting point for you. My gut however, tells me
2214 that this can and is more likely hardware related. If you find any core
2215 files from any programs running on your server, gdb traces is always an
2216 good place to start tracing problems.
2217
2218 Regards
2219 Chris Knipe
2220 Cel: (083) 430 8151
2221 Freelance Internet Developer, Consultant, Administrator & Speaker
2222
2223
2224 ---------------------------------------------------------------
2225 To unsubscribe, send email to majordomo@ender.shadowfire.org
2226 with "unsubscribe ircservices" in the body, without the quotes.
2227
2228 From achurch at dragonfire.net Sun Jan 16 18:58:47 2000
2229 From: achurch at dragonfire.net (Andrew Church)
2230 Date: Sat Oct 23 23:00:56 2004
2231 Subject: [IRCServices] Problems with services and ircd
2232 Message-ID: 388478c1.06633@dragonfire.net
2233
2234 With regard to the system-crashing problem, is this something that can
2235 be consistently reproduced? If so, it's probably a kernel problem; if not,
2236 hardware trouble is more likely. In either case, you might try running
2237 Services in debug mode (debug level around 3), and make sure you have your
2238 partition mounted in synchronous mode so everything gets properly written to
2239 the logfile. You might also try enabling the "magic SysRq key" in your
2240 kernel and recompiling, to see if you can use that to regain control of the
2241 system and diagnose the problem (see /usr/src/linux/Documentation/sysrq.txt
2242 for more information).
2243
2244 --Andrew Church
2245 achurch@dragonfire.net
2246 http://achurch.dragonfire.net/
2247 ---------------------------------------------------------------
2248 To unsubscribe, send email to majordomo@ender.shadowfire.org
2249 with "unsubscribe ircservices" in the body, without the quotes.
2250
2251 From achurch at dragonfire.net Sun Jan 16 18:50:44 2000
2252 From: achurch at dragonfire.net (Andrew Church)
2253 Date: Sat Oct 23 23:00:56 2004
2254 Subject: [IRCServices] (Off-topic) Swap partition size
2255 Message-ID: 388478ea.06637@dragonfire.net
2256
2257 >>I am running dal4.6.5 and services 4.2. I am running Red Hat 6.1 with all
2258 >>the patches and updates. It is an AMD K6-2/350 with 128Megs of RAM and 3 gig
2259 >>HD with 256meg swap partition. I am using a 3COM 3C905 PCI 10/100 BaseT
2260 >>network as well, nothing else in the server, no extra cards or anything.
2261 [...]
2262 >First off, cut down on your swap parition. With 128MB ram, you only need
2263 >about 10% of that in swap space...
2264
2265 Actually, the standard recommendation is swap size = 2 * physical RAM
2266 size. 25MB is ridiculously small for a 128MB box, especially a server.
2267 The smaller your swap space, the less physical RAM can be freed up for
2268 things like disk cache, and the more I/O delays you'll get. I personally
2269 have 192MB of swap on my 128MB home machine, and it performs fine (not that
2270 I ever touch swap memory most of the time).
2271
2272 In any case, if you're so squeezed for disk space you need some of
2273 that 256MB for file storage, go out and buy another hard disk. Last I
2274 checked, you can find 4GB SCSI drives for under $100 these days.
2275
2276 >Having larger swap paritions than which is actually needed, can
2277 >in some cases actually slow down system performance...
2278
2279 This may have been true in the past, and may be true of other operating
2280 systems *cough*Windows*cough*, but it doesn't hold for modern Linux, at
2281 least not from what I've seen.
2282
2283 --Andrew Church
2284 achurch@dragonfire.net
2285 http://achurch.dragonfire.net/
2286 ---------------------------------------------------------------
2287 To unsubscribe, send email to majordomo@ender.shadowfire.org
2288 with "unsubscribe ircservices" in the body, without the quotes.
2289
2290 From tjung at igateway.net Tue Jan 18 09:35:59 2000
2291 From: tjung at igateway.net (Tim Jung)
2292 Date: Sat Oct 23 23:00:56 2004
2293 Subject: [IRCServices] Problems with services and ircd
2294 References: <388478c1.06633@dragonfire.net>
2295 Message-ID: 005b01bf61da$7c060f80$073c8ece@igateway.net
2296
2297 The question I would have if it is a hardware problem is why I can load up
2298 the machine with tons of game servers and run for going on ....2 weeks now
2299 with no problem. If it was hardware then Quake 1, Quake 2, Quake 3, Half
2300 Life and some of the other gaming servers should have caused the same
2301 problems. Also no I don't run all of the Quake servers at the same time with
2302 IRC/Services, nor am I running them all now. I only run about 2-3 quake
2303 servers at a time.
2304
2305 Yet if I run nothing but IRC/Services the machine crashes in 1-3 days. It
2306 doesn't make any sense other than there is no hardware problem or Linux
2307 problem.
2308
2309 It would seem there is a problem with either the IRC server or Services or
2310 both of them running together. Until I can figure out which one is causing
2311 the problem or both, I can't run that copy of IRC or that copy of IRC
2312 Services. There is a definite problem with IRC and/or services.
2313
2314 Tim Jung
2315 System Admin
2316 Internet Gateway Inc.
2317 tjung@igateway.net
2318
2319
2320 ----- Original Message -----
2321 From: "Andrew Church" <achurch@dragonfire.net>
2322 To: <ircservices@ender.shadowfire.org>
2323 Sent: Sunday, January 16, 2000 3:58 AM
2324 Subject: Re: [IRCServices] Problems with services and ircd
2325
2326
2327 > With regard to the system-crashing problem, is this something that
2328 can
2329 > be consistently reproduced? If so, it's probably a kernel problem; if
2330 not,
2331 > hardware trouble is more likely. In either case, you might try running
2332 > Services in debug mode (debug level around 3), and make sure you have your
2333 > partition mounted in synchronous mode so everything gets properly written
2334 to
2335 > the logfile. You might also try enabling the "magic SysRq key" in your
2336 > kernel and recompiling, to see if you can use that to regain control of
2337 the
2338 > system and diagnose the problem (see
2339 /usr/src/linux/Documentation/sysrq.txt
2340 > for more information).
2341 >
2342 > --Andrew Church
2343 > achurch@dragonfire.net
2344 > http://achurch.dragonfire.net/
2345 > ---------------------------------------------------------------
2346 > To unsubscribe, send email to majordomo@ender.shadowfire.org
2347 > with "unsubscribe ircservices" in the body, without the quotes.
2348
2349 ---------------------------------------------------------------
2350 To unsubscribe, send email to majordomo@ender.shadowfire.org
2351 with "unsubscribe ircservices" in the body, without the quotes.
2352
2353 From kfiresun at ix.netcom.com Tue Jan 18 17:02:51 2000
2354 From: kfiresun at ix.netcom.com (Kelmar Firesun)
2355 Date: Sat Oct 23 23:00:56 2004
2356 Subject: [IRCServices] Problems with services and ircd
2357 References: <NCBBIPDDJGGDOCPMKPKPCEDCDBAA.andrewk@icon.co.za> <00a601bf5c63$7d366de0$073c8ece@igateway.net>
2358 Message-ID: 001801bf6218$e9b53f90$37526dd1@dragon
2359
2360
2361 ----- Original Message -----
2362 From: Tim Jung <tjung@igateway.net>
2363 To: <ircservices@ender.shadowfire.org>
2364 Sent: Tuesday, January 11, 2000 12:41 PM
2365 Subject: [IRCServices] Problems with services and ircd
2366 >
2367
2368 > I am running dal4.6.5 and services 4.2. I am running Red Hat 6.1 with all
2369 > the patches and updates. It is an AMD K6-2/350 with 128Megs of RAM and 3
2370 gig
2371 > HD with 256meg swap partition. I am using a 3COM 3C905 PCI 10/100 BaseT
2372 > network as well, nothing else in the server, no extra cards or anything.
2373 >
2374
2375 You may not want to use DreamForge 4.6.5, I'd try using 4.6.7 and see if
2376 that makes
2377 the problem go away. I looked at the change log in 4.6.7 but it does not
2378 have the
2379 changes that were made in that version, just version 4.6.5.
2380
2381 You can get the newer version off of DALNet's ftp site:
2382 ftp://ftp.dal.net/pub/dalnet/dreamforge/
2383
2384 or you can grab it out of my FTP dropbox if you like:
2385 <A HREF="ftp://ftp.dreamhaven.net/users/kagebot/pub/server/">ftp://ftp.dreamhaven.net/users/kagebot/pub/server/</A>
2386
2387 Best of luck,
2388 Kelmar K. Firesun
2389
2390 ---------------------------------------------------------------
2391 To unsubscribe, send email to majordomo@ender.shadowfire.org
2392 with "unsubscribe ircservices" in the body, without the quotes.
2393
2394 From cbecerram at entelchile.net Tue Jan 18 18:36:45 2000
2395 From: cbecerram at entelchile.net (Carlos Becerra T.)
2396 Date: Sat Oct 23 23:00:56 2004
2397 Subject: [IRCServices] The Code list...
2398 Message-ID: 3885233D.5D4476E5@entelchile.net
2399
2400 Hello :
2401 What's the address of the services code.... (soource and
2402 patches) ?
2403
2404
2405
2406 ---------------------------------------------------------------
2407 To unsubscribe, send email to majordomo@ender.shadowfire.org
2408 with "unsubscribe ircservices" in the body, without the quotes.
2409
2410 From kfiresun at ix.netcom.com Tue Jan 18 18:07:51 2000
2411 From: kfiresun at ix.netcom.com (Kelmar Firesun)
2412 Date: Sat Oct 23 23:00:56 2004
2413 Subject: [IRCServices] The Code list...
2414 References: <3885233D.5D4476E5@entelchile.net>
2415 Message-ID: 000701bf6221$fe93dfd0$37526dd1@dragon
2416
2417 ftp://ender.shadowfire.org/pub/ircservices/
2418
2419 ----- Original Message -----
2420 From: Carlos Becerra T. <cbecerram@entelchile.net>
2421 To: Lista Services <ircservices@ender.shadowfire.org>
2422 Sent: Tuesday, January 18, 2000 8:36 PM
2423 Subject: [IRCServices] The Code list...
2424
2425
2426 > Hello :
2427 > What's the address of the services code.... (soource and
2428 > patches) ?
2429 >
2430 >
2431 >
2432 > ---------------------------------------------------------------
2433 > To unsubscribe, send email to majordomo@ender.shadowfire.org
2434 > with "unsubscribe ircservices" in the body, without the quotes.
2435
2436 ---------------------------------------------------------------
2437 To unsubscribe, send email to majordomo@ender.shadowfire.org
2438 with "unsubscribe ircservices" in the body, without the quotes.
2439
2440 From cbecerram at entelchile.net Tue Jan 18 19:38:58 2000
2441 From: cbecerram at entelchile.net (Carlos Becerra T.)
2442 Date: Sat Oct 23 23:00:56 2004
2443 Subject: [IRCServices] The Code list...
2444 References: <3885233D.5D4476E5@entelchile.net> <000701bf6221$fe93dfd0$37526dd1@dragon>
2445 Message-ID: 388531D2.D53C2E6F@entelchile.net
2446
2447 > ftp://ender.shadowfire.org/pub/ircservices/
2448
2449 what's is the email address of the code list of the services... what's is
2450 the email address of the his majordomo?
2451
2452 Sorry but my english isn't very well...
2453
2454 ---------------------------------------------------------------
2455 To unsubscribe, send email to majordomo@ender.shadowfire.org
2456 with "unsubscribe ircservices" in the body, without the quotes.
2457
2458 From smkelly at zombie.org Tue Jan 18 19:16:25 2000
2459 From: smkelly at zombie.org (Sean Kelly)
2460 Date: Sat Oct 23 23:00:56 2004
2461 Subject: [andrewk@icon.co.za: [IRCServices] IRCServices-Coding Mailing List]
2462 Message-ID: 20000118211625.A1132@zombie.org
2463
2464 ----- Forwarded message from Andrew Kempe <andrewk@icon.co.za> -----
2465
2466 From: "Andrew Kempe" <andrewk@icon.co.za>
2467 To: "IRCServices" <ircservices@ender.shadowfire.org>
2468 Subject: [IRCServices] IRCServices-Coding Mailing List
2469 Date: Sun, 21 Nov 1999 16:44:43 +0200
2470 X-Priority: 3 (Normal)
2471 X-MSMail-Priority: Normal
2472 X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
2473 Importance: Normal
2474 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.5600
2475 Precedence: bulk
2476 Reply-To: ircservices@ender.shadowfire.org
2477
2478 I've setup a list, as per the popular demand, for the discussion of coding
2479 for IRC Services.
2480
2481 Please make proper use of this list. It is not a place to post once-off
2482 hacks, as I said in my previous mail. It should be used constructively to
2483 gain an insight into the operation of IRC Services and to find optimal
2484 methods of implementing changes.
2485
2486 Please refrain from posting patches at this stage. If you have something
2487 you'd like to share, notify the list of what it is, what it does and its
2488 size. People should then reply to you privately requesting the patch. Should
2489 a patch become popular and be recognised as stable and well written, it will
2490 be added to the the IRC Services ftp site.
2491
2492 To subscribe to this list, email:
2493
2494 majordomo@ender.shadowfire.org
2495
2496 ...with the following line in the _body_ of the email:
2497
2498 subscribe ircservices-coding
2499
2500 An archive of this list will be kept at:
2501
2502 http://ender.shadowfire.org/ircservices-coding/listarchive/
2503
2504 Regards, Andrew
2505
2506 ---------------------------------------------------------------
2507 To unsubscribe, send email to majordomo@ender.shadowfire.org
2508 with "unsubscribe ircservices" in the body, without the quotes.
2509
2510
2511 ----- End forwarded message -----
2512
2513 --
2514 ======================================================================
2515 Sean Kelly smkelly@zombie.org PGP: 77042C7B
2516 smkelly@slashnet.org
2517 ======================================================================
2518
2519 Send e-mail to smkelly@zombie.org with subject "send pgp key" for public key.
2520
2521 From lebleu at prefer.net Wed Jan 19 10:18:55 2000
2522 From: lebleu at prefer.net (Kevin)
2523 Date: Sat Oct 23 23:00:56 2004
2524 Subject: [IRCServices] Problems with services and ircd
2525 In-Reply-To: <005b01bf61da$7c060f80$073c8ece@igateway.net>
2526 References: 005b01bf61da$7c060f80$073c8ece@igateway.net
2527 Message-ID: Pine.LNX.4.21.0001191202130.20817&#45;100000@hades.bleu.paganpaths.org
2528
2529 On Tue, 18 Jan 2000, Tim Jung wrote:
2530
2531 > Yet if I run nothing but IRC/Services the machine crashes in 1-3 days. It
2532 > doesn't make any sense other than there is no hardware problem or Linux
2533 > problem.
2534 >
2535 > It would seem there is a problem with either the IRC server or Services or
2536 > both of them running together. Until I can figure out which one is causing
2537 > the problem or both, I can't run that copy of IRC or that copy of IRC
2538 > Services. There is a definite problem with IRC and/or services.
2539
2540 If any program can crash the system, there is a problem with your OS or
2541 hardware. No matter how buggy the program is, a decent OS shouldn't let
2542 it crash the system. Are you connecting IRC and services via the
2543 localhost interface? What if you run irc and services on your machine,
2544 but connect the ircd to services running on a remote machine, and the
2545 services to ircd running on a remote machine? Perhaps it is an oddball
2546 bug in the local loopback interface?
2547
2548 There must be some part of your hardware or kernel that irc + services
2549 accesses that other programs don't. Given the intensity of quake servers
2550 on the network, I doubt it's a hardware problem though, because I
2551 can't think of any piece of hardware services would use more... disk
2552 access I suppose, but compiling services would be harder on disk than
2553 running it... hmm... I haven't had any troubles with services on my P100
2554 w/ 40 meg ram and 128 meg swap and kernel 2.0.36...
2555
2556 --Kevin
2557
2558 --
2559 If you're reading this you're part of the mass hallucination that is Kevin
2560 the Blue.
2561 Copyright 1999 Kevin the Blue <LeBleu@prefer.net>
2562 PGP public key at http://www.lebl.eu.org/~lebleu/mypublickey.asc
2563 Wear a blue ribbon today to show your solidarity for freedom of speech on
2564 the Internet!
2565
2566 ---------------------------------------------------------------
2567 To unsubscribe, send email to majordomo@ender.shadowfire.org
2568 with "unsubscribe ircservices" in the body, without the quotes.
2569
2570 From tjung at igateway.net Wed Jan 19 11:19:10 2000
2571 From: tjung at igateway.net (Tim Jung)
2572 Date: Sat Oct 23 23:00:56 2004
2573 Subject: [IRCServices] Problems with services and ircd
2574 References: <Pine.LNX.4.21.0001191202130.20817-100000@hades.bleu.paganpaths.org>
2575 Message-ID: 05c701bf62b2$0ff6da80$073c8ece@igateway.net
2576
2577 No one is allowed to telnet into that server but me. So all IRC clients are
2578 remote clients none are done via the local loopback or from the machine
2579 itself.
2580
2581 Your comment that no program should be able to crash an OS is true if this
2582 were a perfect world. This isn't a perfect world and software is updated all
2583 the time to fix bugs etc, and this could possibly be a bug that needs to be
2584 fixed. I don't know for sure. But I don't understand how my game servers can
2585 chew up all the ram and put huge loads on the processor (1.xx and higher)
2586 and they don't crash the server.
2587
2588 Yet I can run just IRCD and SERVICES and like clockwork the server will
2589 crash after a day or so. It points to a problem in IRC and SERVICES and
2590 their interaction with the operating system. Since they are the only
2591 applications that crash the server.
2592
2593 Tim Jung
2594 System Admin
2595 Internet Gateway Inc.
2596 tjung@igateway.net
2597
2598
2599 ----- Original Message -----
2600 From: "Kevin" <lebleu@prefer.net>
2601 To: <ircservices@ender.shadowfire.org>
2602 Sent: Wednesday, January 19, 2000 12:18 PM
2603 Subject: Re: [IRCServices] Problems with services and ircd
2604
2605
2606 > On Tue, 18 Jan 2000, Tim Jung wrote:
2607 >
2608 > > Yet if I run nothing but IRC/Services the machine crashes in 1-3 days.
2609 It
2610 > > doesn't make any sense other than there is no hardware problem or Linux
2611 > > problem.
2612 > >
2613 > > It would seem there is a problem with either the IRC server or Services
2614 or
2615 > > both of them running together. Until I can figure out which one is
2616 causing
2617 > > the problem or both, I can't run that copy of IRC or that copy of IRC
2618 > > Services. There is a definite problem with IRC and/or services.
2619 >
2620 > If any program can crash the system, there is a problem with your OS or
2621 > hardware. No matter how buggy the program is, a decent OS shouldn't let
2622 > it crash the system. Are you connecting IRC and services via the
2623 > localhost interface? What if you run irc and services on your machine,
2624 > but connect the ircd to services running on a remote machine, and the
2625 > services to ircd running on a remote machine? Perhaps it is an oddball
2626 > bug in the local loopback interface?
2627 >
2628 > There must be some part of your hardware or kernel that irc + services
2629 > accesses that other programs don't. Given the intensity of quake servers
2630 > on the network, I doubt it's a hardware problem though, because I
2631 > can't think of any piece of hardware services would use more... disk
2632 > access I suppose, but compiling services would be harder on disk than
2633 > running it... hmm... I haven't had any troubles with services on my P100
2634 > w/ 40 meg ram and 128 meg swap and kernel 2.0.36...
2635 >
2636 > --Kevin
2637 >
2638 > --
2639 > If you're reading this you're part of the mass hallucination that is Kevin
2640 > the Blue.
2641 > Copyright 1999 Kevin the Blue <LeBleu@prefer.net>
2642 > PGP public key at http://www.lebl.eu.org/~lebleu/mypublickey.asc
2643 > Wear a blue ribbon today to show your solidarity for freedom of speech on
2644 > the Internet!
2645 >
2646 > ---------------------------------------------------------------
2647 > To unsubscribe, send email to majordomo@ender.shadowfire.org
2648 > with "unsubscribe ircservices" in the body, without the quotes.
2649
2650 ---------------------------------------------------------------
2651 To unsubscribe, send email to majordomo@ender.shadowfire.org
2652 with "unsubscribe ircservices" in the body, without the quotes.
2653
2654 From gregk at WWWpages.com Wed Jan 19 14:07:05 2000
2655 From: gregk at WWWpages.com (Gregory King)
2656 Date: Sat Oct 23 23:00:56 2004
2657 Subject: [IRCServices] Problems with services and ircd
2658 In-Reply-To: <05c701bf62b2$0ff6da80$073c8ece@igateway.net>
2659 References: 05c701bf62b2$0ff6da80$073c8ece@igateway.net
2660 Message-ID: Pine.LNX.4.20.0001191405340.17175&#45;100000@smtp.wwwpages.com
2661
2662
2663
2664 > Yet I can run just IRCD and SERVICES and like clockwork the server will
2665 > crash after a day or so. It points to a problem in IRC and SERVICES and
2666 > their interaction with the operating system. Since they are the only
2667 > applications that crash the server.
2668
2669 I would think your experiences would be more common if the ircd and
2670 services were the cause. Sounds to me like it is related to the
2671 machine. Try turning off your internal cache. It will slow your machine
2672 down, but may fix the problem.
2673
2674 my $.02
2675
2676 Greg
2677
2678
2679 ---------------------------------------------------------------
2680 To unsubscribe, send email to majordomo@ender.shadowfire.org
2681 with "unsubscribe ircservices" in the body, without the quotes.
2682
2683 From lebleu at prefer.net Wed Jan 19 14:10:39 2000
2684 From: lebleu at prefer.net (Kevin)
2685 Date: Sat Oct 23 23:00:56 2004
2686 Subject: [IRCServices] Problems with services and ircd
2687 In-Reply-To: <05c701bf62b2$0ff6da80$073c8ece@igateway.net>
2688 References: 05c701bf62b2$0ff6da80$073c8ece@igateway.net
2689 Message-ID: Pine.LNX.4.21.0001191602380.4031&#45;100000@hades.bleu.paganpaths.org
2690
2691 On Wed, 19 Jan 2000, Tim Jung wrote:
2692
2693 > No one is allowed to telnet into that server but me. So all IRC clients are
2694 > remote clients none are done via the local loopback or from the machine
2695 > itself.
2696
2697 I don't know how you have yours configured, but I have services
2698 connecting to 127.0.0.1 to connect to a dedicated port on the ircd. If
2699 you aren't doing that, you could always try and see if it fixes
2700 anything. :)
2701
2702 > Your comment that no program should be able to crash an OS is true if this
2703 > were a perfect world. This isn't a perfect world and software is updated all
2704
2705 It's not?? You mean the travel brochures I got before I chose to be born
2706 here lied?? jk :)
2707
2708 > the time to fix bugs etc, and this could possibly be a bug that needs to be
2709 > fixed. I don't know for sure. But I don't understand how my game servers can
2710 > chew up all the ram and put huge loads on the processor (1.xx and higher)
2711 > and they don't crash the server.
2712
2713 Honestly, me either... I have trouble imagining what part of the code
2714 services is hitting that game servers don't excercise... that's why I
2715 suggested the localhost possibility.
2716
2717 > Yet I can run just IRCD and SERVICES and like clockwork the server will
2718 > crash after a day or so. It points to a problem in IRC and SERVICES and
2719 > their interaction with the operating system. Since they are the only
2720 > applications that crash the server.
2721
2722 Repeatable bugs are easier to fix. :) maybe you could run strace or
2723 something like that dumping to the console or to a remote machine so you
2724 can see where it seems to be crashing? I've already deleted the original
2725 message in which you mentioned your machine configuration... think you
2726 said it was redhat tho? Have you tried compiling a stock linux kernel
2727 (i.e. not one with any patches, whereas both redhat and debian add some
2728 patches, as far as I know) of the latest revision of the stable tree
2729 and seeing if you still have the problem? The more precisely you can
2730 narrow down the problem, the better idea you have of who to bitch at. (I
2731 honestly don't think a change to services nor ircd is the answer, since it
2732 seems to run so stably everywhere else, it's probably an oddity of the
2733 kernel you're running, maybe even specific to one particular device driver
2734 you have loaded. Hence, kernel debugging techniques to identify if it
2735 crashes at a consistent place in the kernel are probably the way to go...)
2736
2737 --Kevin
2738
2739 --
2740 If you're reading this you're part of the mass hallucination that is Kevin
2741 the Blue.
2742 Copyright 1999 Kevin the Blue <LeBleu@prefer.net>
2743 PGP public key at http://www.lebl.eu.org/~lebleu/mypublickey.asc
2744 Wear a blue ribbon today to show your solidarity for freedom of speech on
2745 the Internet!
2746
2747
2748 ---------------------------------------------------------------
2749 To unsubscribe, send email to majordomo@ender.shadowfire.org
2750 with "unsubscribe ircservices" in the body, without the quotes.
2751
2752 From cgknipe at mweb.co.za Wed Jan 19 14:48:26 2000
2753 From: cgknipe at mweb.co.za (Chris Knipe)
2754 Date: Sat Oct 23 23:00:56 2004
2755 Subject: [IRCServices] Problems with services and ircd
2756 In-Reply-To: <05c701bf62b2$0ff6da80$073c8ece@igateway.net>
2757 References: 05c701bf62b2$0ff6da80$073c8ece@igateway.net
2758 Message-ID: Pine.LNX.4.10.10001200047540.4403&#45;100000@darkwing.savage.za.org
2759
2760 On Wed, 19 Jan 2000, Tim Jung wrote:
2761
2762 >Yet I can run just IRCD and SERVICES and like clockwork the server will
2763 >crash after a day or so. It points to a problem in IRC and SERVICES and
2764 >their interaction with the operating system. Since they are the only
2765 >applications that crash the server.
2766
2767 And as stated to you by various people on this list, debug the programs
2768 properly to pin point the problem!!
2769
2770 Regards
2771 Chris Knipe
2772 Cel: (083) 430 8151
2773 Freelance Internet Developer, Consultant, Administrator & Speaker
2774
2775
2776 ---------------------------------------------------------------
2777 To unsubscribe, send email to majordomo@ender.shadowfire.org
2778 with "unsubscribe ircservices" in the body, without the quotes.
2779
2780 From jchester at rbgdesign.com Wed Jan 26 17:22:16 2000
2781 From: jchester at rbgdesign.com (Joel Chesterman)
2782 Date: Sat Oct 23 23:00:56 2004
2783 Subject: [IRCServices] Compile Problems with RedHat6.1
2784 Message-ID: 001001bf6864$f2f31b20$b20418d1@joel
2785
2786
2787
2788 Any ideas how I can get around this error?
2789 I'm trying to compile them on RedHat Linux6.1
2790
2791 __________________________________________________________
2792
2793
2794 [joel@gatos ircservices-4.3.3]$ gmake install
2795 (cd lang ; gmake CFLAGS=" -O2 -Wall -g")
2796 gmake[1]: Entering directory `/home/joel/ircservices-4.3.3/lang'
2797 gmake[1]: Nothing to be done for `all'.
2798 gmake[1]: Leaving directory `/home/joel/ircservices-4.3.3/lang'
2799 install -m 700 services /home/joel/ircservices-4.3.3/bin/services
2800 rm -f /home/joel/ircservices-4.3.3/bin/listnicks /home/joel/ircservices-4.3.3/bin/listchans
2801 ln /home/joel/ircservices-4.3.3/bin/services /home/joel/ircservices-4.3.3/bin/listnicks
2802 ln /home/joel/ircservices-4.3.3/bin/services /home/joel/ircservices-4.3.3/bin/listchans
2803 (cd lang ; gmake install)
2804 gmake[1]: Entering directory `/home/joel/ircservices-4.3.3/lang'
2805 mkdir -p /home/joel/ircservices-4.3.3/data/languages
2806 chmod 700 /home/joel/ircservices-4.3.3/data/languages
2807 cp en_us es it ja_euc ja_jis ja_sjis pt tr /home/joel/ircservices-4.3.3/data/languages
2808 chmod 600 /home/joel/ircservices-4.3.3/data/languages/*
2809 gmake[1]: Leaving directory `/home/joel/ircservices-4.3.3/lang'
2810 rm -rf /home/joel/ircservices-4.3.3/data/helpfiles/ircii
2811 /bin/cp -dpr data/* /home/joel/ircservices-4.3.3/data
2812 /bin/cp: `data/example.conf' and `/home/joel/ircservices-4.3.3/data/example.conf' are the same file
2813 /bin/cp: `data/helpfiles' and `/home/joel/ircservices-4.3.3/data/helpfiles' are the same file
2814 /bin/cp: `data/languages' and `/home/joel/ircservices-4.3.3/data/languages' are the same file
2815 gmake: *** [install] Error 1
2816 From zero at racetime.com.au Wed Jan 26 19:21:19 2000
2817 From: zero at racetime.com.au (Zero)
2818 Date: Sat Oct 23 23:00:56 2004
2819 Subject: [IRCServices] Compile Problems with RedHat6.1
2820 In-Reply-To: <001001bf6864$f2f31b20$b20418d1@joel>
2821 References: 001001bf6864$f2f31b20$b20418d1@joel
2822 Message-ID: NDBBIIIAFJDPMKOMHLLFKENNCBAA.zero@racetime.com.au
2823
2824 the source and destination dir cannot be the same. make services be
2825 installed to a dir different to that youre compiling from, would probably
2826 help :)
2827 btw, html posts suck :)
2828
2829 -----Original Message-----
2830 From: owner-ircservices@ender.shadowfire.org
2831 [mailto:owner-ircservices@ender.shadowfire.org]On Behalf Of Joel Chesterman
2832 Sent: Thursday, January 27, 2000 12:22
2833 To: ircservices@ender.shadowfire.org
2834 Subject: [IRCServices] Compile Problems with RedHat6.1
2835 <snip>
2836
2837 --Zero
2838 IRC Operator, flute.telstra.net.au
2839
2840 ---------------------------------------------------------------
2841 To unsubscribe, send email to majordomo@ender.shadowfire.org
2842 with "unsubscribe ircservices" in the body, without the quotes.
2843
2844 From atcarr at hotmail.com Wed Jan 26 20:38:36 2000
2845 From: atcarr at hotmail.com (The Phantom of the Internet)
2846 Date: Sat Oct 23 23:00:56 2004
2847 Subject: [IRCServices] Compile Problems with RedHat6.1
2848 Message-ID: 20000127043836.52598.qmail@hotmail.com
2849
2850 <snip>
2851 >Any ideas how I can get around this error?
2852 >I'm trying to compile them on RedHat Linux6.1
2853 >
2854 >gmake[1]: Entering directory `/home/joel/ircservices-4.3.3/lang'
2855 >mkdir -p /home/joel/ircservices-4.3.3/data/languages
2856 >chmod 700 /home/joel/ircservices-4.3.3/data/languages
2857 >cp en_us es it ja_euc ja_jis ja_sjis pt tr
2858 >/home/joel/ircservices-4.3.3/data/languages
2859 >chmod 600 /home/joel/ircservices-4.3.3/data/languages/*
2860 >gmake[1]: Leaving directory `/home/joel/ircservices-4.3.3/lang'
2861 >rm -rf /home/joel/ircservices-4.3.3/data/helpfiles/ircii
2862 >/bin/cp -dpr data/* /home/joel/ircservices-4.3.3/data
2863 >/bin/cp: `data/example.conf' and
2864 >`/home/joel/ircservices-4.3.3/data/example.conf' are the same file
2865 >/bin/cp: `data/helpfiles' and `/home/joel/ircservices-4.3.3/data/helpfiles'
2866 >are the same file
2867 >/bin/cp: `data/languages' and `/home/joel/ircservices-4.3.3/data/languages'
2868 >are the same file
2869 >gmake: *** [install] Error 1
2870 </snip>
2871 This is caused by a previous copy of the files already installed in the
2872 directory which you are currently installing into. Best way is to remove
2873 those files before running a clean installation of services.
2874
2875 Phantom
2876 ______________________________________________________
2877 Get Your Private, Free Email at http://www.hotmail.com
2878
2879 ---------------------------------------------------------------
2880 To unsubscribe, send email to majordomo@ender.shadowfire.org
2881 with "unsubscribe ircservices" in the body, without the quotes.
2882
2883 From RealAct at mailandnews.com Mon Feb 7 13:10:25 2000
2884 From: RealAct at mailandnews.com (Real)
2885 Date: Sat Oct 23 23:00:56 2004
2886 Subject: \99local_check_header
2887 Message-ID: 000801bf71af$c3a43f80$885fb498@pavilion
2888
2889
2890 I need some help on how to make my services /msg instead of /notice could you please help me ?
2891 I would really apprecite it.
2892 Ely
2893 From RealAct at mailandnews.com Mon Feb 7 13:29:58 2000
2894 From: RealAct at mailandnews.com (Real)
2895 Date: Sat Oct 23 23:00:56 2004
2896 Subject: [IRCServices] Services to /msg Instead of /notice
2897 Message-ID: 000801bf71b2$a10a7e00$885fb498@pavilion
2898
2899 Hi there Im new to this list , first of all let me say Hi to everyone , Nice
2900 talking to you all.
2901 I need some help on how can I make my IRCd services make /msg instead of
2902 /notice when a user asks help from the services.
2903 Can anyone out there help please?
2904 Thanks in advance.
2905 Ely
2906
2907
2908 ---------------------------------------------------------------
2909 To unsubscribe, send email to majordomo@ender.shadowfire.org
2910 with "unsubscribe ircservices" in the body, without the quotes.
2911
2912 From lebleu at prefer.net Mon Feb 7 10:58:14 2000
2913 From: lebleu at prefer.net (Kevin)
2914 Date: Sat Oct 23 23:00:56 2004
2915 Subject: [IRCServices] Services to /msg Instead of /notice
2916 In-Reply-To: <000801bf71b2$a10a7e00$885fb498@pavilion>
2917 References: 000801bf71b2$a10a7e00$885fb498@pavilion
2918 Message-ID: Pine.LNX.4.21.0002071254120.27150&#45;100000@hades.bleu.paganpaths.org
2919
2920 On Mon, 7 Feb 2000, [Real] wrote:
2921
2922 > Hi there Im new to this list , first of all let me say Hi to everyone , Nice
2923 > talking to you all.
2924 > I need some help on how can I make my IRCd services make /msg instead of
2925 > /notice when a user asks help from the services.
2926 > Can anyone out there help please?
2927
2928 Could someone add a response to this one to the FAQ? It's asked all too
2929 frequently. :)
2930
2931 RFC1459 (the IRC protocol spec) specifies that /notice should be used for
2932 automatic replies, and that no script, bot, or service should make an
2933 automatic reply to a /notice, so as to avoid reply loops. Hence, /msg
2934 would be *incorrect* for replies from services, being both a protocol
2935 violation and possibly leading to message loops if a reply from services
2936 triggers a reply from someone's script.
2937
2938 This question has been asked many times, and the answer is always that it
2939 won't be changed. I suggest looking into modifications to your IRC client
2940 or a script for your IRC client that corrects the reasons why you want it
2941 as a /msg instead of as a /notice instead.
2942
2943 --Kevin
2944
2945 --
2946 PaganPaths IRC Network - irc.paganpaths.org - http://www.paganpaths.org/
2947 PPCR Pagan Internet Radio - <A HREF="http://www.paganpaths.org/radio/">http://www.paganpaths.org/radio/</A>
2948 If you're reading this you're part of the mass hallucination that is Kevin
2949 the Blue.
2950 Copyright 2000 Kevin the Blue <LeBleu@prefer.net>
2951 PGP public key at <A HREF="http://www.lebl.eu.org/~lebleu/mypublickey.asc">http://www.lebl.eu.org/~lebleu/mypublickey.asc</A>
2952 "Software is like fire - it can be freely distributed without lessening the
2953 original flame."-konstant <mpriest@microsoft.com>
2954
2955 ---------------------------------------------------------------
2956 To unsubscribe, send email to majordomo@ender.shadowfire.org
2957 with "unsubscribe ircservices" in the body, without the quotes.
2958
2959 From andrewk at icon.co.za Mon Feb 7 11:13:59 2000
2960 From: andrewk at icon.co.za (Andrew Kempe)
2961 Date: Sat Oct 23 23:00:56 2004
2962 Subject: [IRCServices] Services to /msg Instead of /notice
2963 In-Reply-To: <Pine.LNX.4.21.0002071254120.27150-100000@hades.bleu.paganpaths.org>
2964 References: Pine.LNX.4.21.0002071254120.27150&#45;100000@hades.bleu.paganpaths.org
2965 Message-ID: NCBBIPDDJGGDOCPMKPKPCEBPDCAA.andrewk@icon.co.za
2966
2967 With pleasure.... done!
2968
2969 Andrew
2970
2971 > -----Original Message-----
2972 > From: owner-ircservices@ender.shadowfire.org
2973 > [mailto:owner-ircservices@ender.shadowfire.org]On Behalf Of Kevin
2974 > Sent: 07 February 2000 20:58
2975 > To: ircservices@ender.shadowfire.org
2976 > Subject: Re: [IRCServices] Services to /msg Instead of /notice
2977 >
2978 >
2979 > On Mon, 7 Feb 2000, [Real] wrote:
2980 >
2981 > > Hi there Im new to this list , first of all let me say Hi to
2982 > everyone , Nice
2983 > > talking to you all.
2984 > > I need some help on how can I make my IRCd services make /msg instead of
2985 > > /notice when a user asks help from the services.
2986 > > Can anyone out there help please?
2987 >
2988 > Could someone add a response to this one to the FAQ? It's asked all too
2989 > frequently. :)
2990 >
2991 > RFC1459 (the IRC protocol spec) specifies that /notice should be used for
2992 > automatic replies, and that no script, bot, or service should make an
2993 > automatic reply to a /notice, so as to avoid reply loops. Hence, /msg
2994 > would be *incorrect* for replies from services, being both a protocol
2995 > violation and possibly leading to message loops if a reply from services
2996 > triggers a reply from someone's script.
2997 >
2998 > This question has been asked many times, and the answer is always that it
2999 > won't be changed. I suggest looking into modifications to your IRC client
3000 > or a script for your IRC client that corrects the reasons why you want it
3001 > as a /msg instead of as a /notice instead.
3002 >
3003 > --Kevin
3004 >
3005 > --
3006 > PaganPaths IRC Network - irc.paganpaths.org - <A HREF="http://www.paganpaths.org/">http://www.paganpaths.org/</A>
3007 > PPCR Pagan Internet Radio - <A HREF="http://www.paganpaths.org/radio/">http://www.paganpaths.org/radio/</A>
3008 > If you're reading this you're part of the mass hallucination that is Kevin
3009 > the Blue.
3010 > Copyright 2000 Kevin the Blue <LeBleu@prefer.net>
3011 > PGP public key at <A HREF="http://www.lebl.eu.org/~lebleu/mypublickey.asc">http://www.lebl.eu.org/~lebleu/mypublickey.asc</A>
3012 > "Software is like fire - it can be freely distributed without
3013 > lessening the
3014 > original flame."-konstant <mpriest@microsoft.com>
3015 >
3016 > ---------------------------------------------------------------
3017 > To unsubscribe, send email to majordomo@ender.shadowfire.org
3018 > with "unsubscribe ircservices" in the body, without the quotes.
3019 >
3020
3021 ---------------------------------------------------------------
3022 To unsubscribe, send email to majordomo@ender.shadowfire.org
3023 with "unsubscribe ircservices" in the body, without the quotes.
3024
3025 From bradbury at rebeldev.net Mon Feb 7 13:39:27 2000
3026 From: bradbury at rebeldev.net (Matt Bradbury)
3027 Date: Sat Oct 23 23:00:56 2004
3028 Subject: [IRCServices] Services to /msg Instead of /notice
3029 References: <000801bf71b2$a10a7e00$885fb498@pavilion>
3030 Message-ID: 000401bf71b3$d19e7250$a1840b3f@REBEL2000
3031
3032 it's actually a very easy change ... but I can understand what the RFC says
3033 about it and agree 100%
3034
3035 ----- Original Message -----
3036 From: "[Real]" <RealAct@mailandnews.com>
3037 To: <ircservices@ender.shadowfire.org>
3038 Sent: Monday, February 07, 2000 4:29 PM
3039 Subject: [IRCServices] Services to /msg Instead of /notice
3040
3041
3042 > Hi there Im new to this list , first of all let me say Hi to everyone ,
3043 Nice
3044 > talking to you all.
3045 > I need some help on how can I make my IRCd services make /msg instead of
3046 > /notice when a user asks help from the services.
3047 > Can anyone out there help please?
3048 > Thanks in advance.
3049 > Ely
3050 >
3051 >
3052 > ---------------------------------------------------------------
3053 > To unsubscribe, send email to majordomo@ender.shadowfire.org
3054 > with "unsubscribe ircservices" in the body, without the quotes.
3055 >
3056
3057 ---------------------------------------------------------------
3058 To unsubscribe, send email to majordomo@ender.shadowfire.org
3059 with "unsubscribe ircservices" in the body, without the quotes.
3060
3061 From Admin at fuelie.net Mon Feb 7 23:25:59 2000
3062 From: Admin at fuelie.net (Fuelie Admin)
3063 Date: Sat Oct 23 23:00:56 2004
3064 Subject: [IRCServices] Services to /msg Instead of /notice
3065 References: <000801bf71b2$a10a7e00$885fb498@pavilion> <000401bf71b3$d19e7250$a1840b3f@REBEL2000>
3066 Message-ID: 001f01bf7205$bf152460$56ba5e18@kc.rr.com
3067
3068 TRY THIS
3069 Is was givien to me when I had the same Question!
3070 ----------------------------------------------------------------------
3071
3072 send.c:/* Send a NOTICE from the given source to the given nick. */
3073 send.c:void notice(const char *source, const char *dest, const char *fmt,
3074 ...)
3075 send.c: snprintf(buf, sizeof(buf), "NOTICE %s :%s", dest, fmt);
3076 send.c:/* Send a NULL-terminated array of text as NOTICEs. */
3077 send.c:void notice_list(const char *source, const char *dest, const char
3078 **text)
3079 send.c: /* Have to kludge around an ircII bug here: if a notice includes
3080 send.c: notice(source, dest, *text);
3081 send.c: notice(source, dest, " ");
3082 send.c:/* Send a message in the user's selected language to the user using
3083 NOTICE. */
3084 send.c:void notice_lang(const char *source, User *dest, int message, ...)
3085 send.c: send_cmd(source, "NOTICE %s :%s", dest->nick, *t ? t : " ");
3086 send.c:/* Like notice_lang(), but replace %S by the source. This is an ugly
3087 hack
3088 send.c:void notice_help(const char *source, User *dest, int message, ...)
3089 send.c: send_cmd(source, "NOTICE %s :%s", dest->nick, *outbuf ? outbuf : "
3090 ");
3091
3092 perhaps line numbers would help but as you can see if you change all the
3093 uppercase NOTICE to PRIVMSG you will effectively change your services from
3094 using a notice reply to a MSG reply on everything as long as you use the
3095 standard source, if I had more time I'd make a patch for you but I hope this
3096 works out for you, please let me know if it doesn't and I shall research it
3097 more.
3098
3099 Matt Bradbury
3100 /server orbit.phix.com
3101
3102
3103
3104
3105 Thank You,
3106 Founder of http://www.Fuelie.Net
3107 Fuelie.net Chat Network!
3108 >
3109 > > Hi there Im new to this list , first of all let me say Hi to everyone ,
3110 > Nice
3111 > > talking to you all.
3112 > > I need some help on how can I make my IRCd services make /msg instead of
3113 > > /notice when a user asks help from the services.
3114 > > Can anyone out there help please?
3115 > > Thanks in advance.
3116 > > Ely
3117 > >
3118 > >
3119 > > ---------------------------------------------------------------
3120 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
3121 > > with "unsubscribe ircservices" in the body, without the quotes.
3122 > >
3123 >
3124 > ---------------------------------------------------------------
3125 > To unsubscribe, send email to majordomo@ender.shadowfire.org
3126 > with "unsubscribe ircservices" in the body, without the quotes.
3127
3128 ---------------------------------------------------------------
3129 To unsubscribe, send email to majordomo@ender.shadowfire.org
3130 with "unsubscribe ircservices" in the body, without the quotes.
3131
3132 From andrewk at icon.co.za Tue Feb 8 01:10:27 2000
3133 From: andrewk at icon.co.za (Andrew Kempe)
3134 Date: Sat Oct 23 23:00:56 2004
3135 Subject: [IRCServices] Services to /msg Instead of /notice
3136 In-Reply-To: <001f01bf7205$bf152460$56ba5e18@kc.rr.com>
3137 References: 001f01bf7205$bf152460$56ba5e18@kc.rr.com
3138 Message-ID: NCBBIPDDJGGDOCPMKPKPOECDDCAA.andrewk@icon.co.za
3139
3140 Please post patches DIRECTLY to people - not to the list. This code will NOT
3141 be supported by this mailing list.
3142
3143 The _only_ reason I would consider making changes like this is for webtv
3144 users. However, someone needs to contact the webtv people get them to make
3145 their irc client RFC compliant. We should never break the RFC guidelines
3146 just to be compatible with those who are not RFC compliant.
3147
3148 Andrew
3149
3150 > -----Original Message-----
3151 > From: owner-ircservices@ender.shadowfire.org
3152 > [mailto:owner-ircservices@ender.shadowfire.org]On Behalf Of Fuelie Admin
3153 > Sent: 08 February 2000 09:26
3154 > To: ircservices@ender.shadowfire.org
3155 > Subject: Re: [IRCServices] Services to /msg Instead of /notice
3156 >
3157 >
3158 > TRY THIS
3159 > Is was givien to me when I had the same Question!
3160 > ----------------------------------------------------------------------
3161 >
3162 > send.c:/* Send a NOTICE from the given source to the given nick. */
3163 > send.c:void notice(const char *source, const char *dest, const char *fmt,
3164 > ...)
3165 > send.c: snprintf(buf, sizeof(buf), "NOTICE %s :%s", dest, fmt);
3166 > send.c:/* Send a NULL-terminated array of text as NOTICEs. */
3167 > send.c:void notice_list(const char *source, const char *dest, const char
3168 > **text)
3169 > send.c: /* Have to kludge around an ircII bug here: if a notice includes
3170 > send.c: notice(source, dest, *text);
3171 > send.c: notice(source, dest, " ");
3172 > send.c:/* Send a message in the user's selected language to the user using
3173 > NOTICE. */
3174 > send.c:void notice_lang(const char *source, User *dest, int message, ...)
3175 > send.c: send_cmd(source, "NOTICE %s :%s", dest->nick, *t ? t : " ");
3176 > send.c:/* Like notice_lang(), but replace %S by the source. This
3177 > is an ugly
3178 > hack
3179 > send.c:void notice_help(const char *source, User *dest, int message, ...)
3180 > send.c: send_cmd(source, "NOTICE %s :%s", dest->nick, *outbuf ? outbuf : "
3181 > ");
3182 >
3183 > perhaps line numbers would help but as you can see if you change all the
3184 > uppercase NOTICE to PRIVMSG you will effectively change your services from
3185 > using a notice reply to a MSG reply on everything as long as you use the
3186 > standard source, if I had more time I'd make a patch for you but
3187 > I hope this
3188 > works out for you, please let me know if it doesn't and I shall
3189 > research it
3190 > more.
3191 >
3192 > Matt Bradbury
3193 > /server orbit.phix.com
3194 >
3195 >
3196 >
3197 >
3198 > Thank You,
3199 > Founder of <A HREF="http://www.Fuelie.Net">http://www.Fuelie.Net</A>
3200 > Fuelie.net Chat Network!
3201 > >
3202 > > > Hi there Im new to this list , first of all let me say Hi to
3203 > everyone ,
3204 > > Nice
3205 > > > talking to you all.
3206 > > > I need some help on how can I make my IRCd services make /msg
3207 > instead of
3208 > > > /notice when a user asks help from the services.
3209 > > > Can anyone out there help please?
3210 > > > Thanks in advance.
3211 > > > Ely
3212 > > >
3213 > > >
3214 > > > ---------------------------------------------------------------
3215 > > > To unsubscribe, send email to majordomo@ender.shadowfire.org
3216 > > > with "unsubscribe ircservices" in the body, without the quotes.
3217 > > >
3218 > >
3219 > > ---------------------------------------------------------------
3220 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
3221 > > with "unsubscribe ircservices" in the body, without the quotes.
3222 >
3223 > ---------------------------------------------------------------
3224 > To unsubscribe, send email to majordomo@ender.shadowfire.org
3225 > with "unsubscribe ircservices" in the body, without the quotes.
3226 >
3227
3228 ---------------------------------------------------------------
3229 To unsubscribe, send email to majordomo@ender.shadowfire.org
3230 with "unsubscribe ircservices" in the body, without the quotes.
3231
3232 From lebleu at prefer.net Tue Feb 8 01:30:19 2000
3233 From: lebleu at prefer.net (Kevin)
3234 Date: Sat Oct 23 23:00:56 2004
3235 Subject: [IRCServices] Services to /msg Instead of /notice
3236 In-Reply-To: <NCBBIPDDJGGDOCPMKPKPOECDDCAA.andrewk@icon.co.za>
3237 References: NCBBIPDDJGGDOCPMKPKPOECDDCAA.andrewk@icon.co.za
3238 Message-ID: Pine.LNX.4.21.0002080329400.187&#45;100000@hades.bleu.paganpaths.org
3239
3240 On Tue, 8 Feb 2000, Andrew Kempe wrote:
3241
3242 > users. However, someone needs to contact the webtv people get them to make
3243 > their irc client RFC compliant. We should never break the RFC guidelines
3244 > just to be compatible with those who are not RFC compliant.
3245
3246 Here here!! If only the writers of web browsers had thought this way!! :)
3247
3248 --Kevin
3249
3250 --
3251 If you're reading this you're part of the mass hallucination that is Kevin
3252 the Blue.
3253 Copyright 2000 Kevin the Blue <LeBleu@prefer.net>
3254 PGP public key at http://www.lebl.eu.org/~lebleu/mypublickey.asc
3255 "Software is like fire - it can be freely distributed without lessening the
3256 original flame."-konstant <mpriest@microsoft.com>
3257
3258 ---------------------------------------------------------------
3259 To unsubscribe, send email to majordomo@ender.shadowfire.org
3260 with "unsubscribe ircservices" in the body, without the quotes.
3261
3262 From k.hawkes at zombies.force9.net Tue Feb 8 13:40:58 2000
3263 From: k.hawkes at zombies.force9.net (Dr. K. Hawkes)
3264 Date: Sat Oct 23 23:00:56 2004
3265 Subject: [IRCServices] Services to /msg Instead of /notice
3266 Message-ID: 200002082107.XAA00924@Ender.gp.school.za
3267
3268
3269
3270 ----------
3271 > From: [Real] <RealAct@mailandnews.com>
3272 > To: ircservices@ender.shadowfire.org
3273 > Subject: [IRCServices] Services to /msg Instead of /notice
3274 > Date: Monday, February 07, 2000 21:29
3275 >
3276 > Hi there Im new to this list , first of all let me say Hi to everyone , Nice
3277 > talking to you all.
3278 > I need some help on how can I make my IRCd services make /msg instead of
3279 > /notice when a user asks help from the services.
3280 > Can anyone out there help please?
3281 > Thanks in advance.
3282 > Ely
3283 >
3284 I'll probably get my butt kicked for saying this, but Magick allows a user to choose PRIVMSG/NOTICE, however as we all know Magick is somewhat unstable as it goes...
3285
3286 I looked @ the Magick code and I'm not sure exactly HOW it allows the choice of PRIVMSG/NOTICE... 'cos Esper don't like it if you try it...
3287
3288 Laters all :c)
3289
3290 Quinn
3291 >
3292 > ---------------------------------------------------------------
3293 > To unsubscribe, send email to majordomo@ender.shadowfire.org
3294 > with "unsubscribe ircservices" in the body, without the quotes.
3295 From andrewk at icon.co.za Tue Feb 8 23:27:57 2000
3296 From: andrewk at icon.co.za (Andrew Kempe)
3297 Date: Sat Oct 23 23:00:56 2004
3298 Subject: [IRCServices] Services to /msg Instead of /notice
3299 In-Reply-To: <200002082107.XAA00924@Ender.gp.school.za>
3300 References: 200002082107.XAA00924@Ender.gp.school.za
3301 Message-ID: Pine.GSO.3.96.1000209092609.17547B&#45;100000@shell.icon.co.za
3302
3303 I _hate_ doing this, but please let's drop this thread.
3304
3305 I (and a lot of other people) don't care who has implemented this, how it
3306 works etc. The fact is that it breaks the RFC and it's not going to get
3307 implemented here. If people want to break the RFC, then they must go on a
3308 private mission to do that.
3309
3310 Andrew
3311
3312 On Tue, 8 Feb 2000, Dr. K. Hawkes wrote:
3313
3314 > ----------
3315 > > From: [Real] <RealAct@mailandnews.com>
3316 > > To: ircservices@ender.shadowfire.org
3317 > > Subject: [IRCServices] Services to /msg Instead of /notice
3318 > > Date: Monday, February 07, 2000 21:29
3319 > >
3320 > > Hi there Im new to this list , first of all let me say Hi to everyone ,
3321 > Nice
3322 > > talking to you all.
3323 > > I need some help on how can I make my IRCd services make /msg instead of
3324 > > /notice when a user asks help from the services.
3325 > > Can anyone out there help please?
3326 > > Thanks in advance.
3327 > > Ely
3328 > >
3329 > I'll probably get my butt kicked for saying this, but Magick allows a user
3330 > to choose PRIVMSG/NOTICE, however as we all know Magick is somewhat
3331 > unstable as it goes...
3332 >
3333 > I looked @ the Magick code and I'm not sure exactly HOW it allows the
3334 > choice of PRIVMSG/NOTICE... 'cos Esper don't like it if you try it...
3335 >
3336 > Laters all :c)
3337 >
3338 > Quinn
3339 > >
3340 > > ---------------------------------------------------------------
3341 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
3342 > > with "unsubscribe ircservices" in the body, without the quotes.
3343
3344 ---------------------------------------------------------------
3345 To unsubscribe, send email to majordomo@ender.shadowfire.org
3346 with "unsubscribe ircservices" in the body, without the quotes.
3347
3348 From K.Hawkes at Ender.gp.school.za Wed Feb 9 23:10:07 2000
3349 From: K.Hawkes at Ender.gp.school.za (K.Hawkes@Ender.gp.school.za)
3350 Date: Sat Oct 23 23:00:56 2004
3351 Subject: [IRCServices] Services to /msg Instead of /notice
3352 Message-ID: 200002100826.KAA17097@Ender.gp.school.za
3353
3354 That's fair enough Andrew, didn't mean to piss anyone off.
3355
3356 Personally, I prefer having Services' NOTICE me instead of PRIVMSG,
3357 it's cleaner and means I don't have to keep closing damn PRIVMSG windows.
3358
3359 The majority of clients can cope with NOTICEs' from Services, only ones
3360 I am aware of that cannot are WebTV clients, maybe they should update
3361 those clients to handle the NOTICEs :c)
3362
3363 Laters
3364
3365 Quinn
3366
3367 *** Andrew's Reply below *** (I hate webmail)
3368
3369 I _hate_ doing this, but please let's drop this thread.
3370
3371 I (and a lot of other people) don't care who has implemented this, how it
3372 works etc. The fact is that it breaks the RFC and it's not going to get
3373 implemented here. If people want to break the RFC, then they must go on a
3374 private mission to do that.
3375
3376 Andrew
3377
3378 On Tue, 8 Feb 2000, Dr. K. Hawkes wrote:
3379
3380 > ----------
3381 > > From: [Real] <RealAct@mailandnews.com>
3382 > > To: ircservices@ender.shadowfire.org
3383 > > Subject: [IRCServices] Services to /msg Instead of /notice
3384 > > Date: Monday, February 07, 2000 21:29
3385 > >
3386 > > Hi there Im new to this list , first of all let me say Hi to everyone ,
3387 > Nice
3388 > > talking to you all.
3389 > > I need some help on how can I make my IRCd services make /msg instead of
3390 > > /notice when a user asks help from the services.
3391 > > Can anyone out there help please?
3392 > > Thanks in advance.
3393 > > Ely
3394 > >
3395 > I'll probably get my butt kicked for saying this, but Magick allows a user
3396 > to choose PRIVMSG/NOTICE, however as we all know Magick is somewhat
3397 > unstable as it goes...
3398 >
3399 > I looked @ the Magick code and I'm not sure exactly HOW it allows the
3400 > choice of PRIVMSG/NOTICE... 'cos Esper don't like it if you try it...
3401 >
3402 > Laters all :c)
3403 >
3404 > Quinn
3405 > >
3406 > > ---------------------------------------------------------------
3407 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
3408 > > with \"unsubscribe ircservices\" in the body, without the quotes.
3409
3410 ---------------------------------------------------------------
3411 To unsubscribe, send email to majordomo@ender.shadowfire.org
3412 with \"unsubscribe ircservices\" in the body, without the quotes.
3413
3414
3415
3416
3417
3418 From scrm at scandal.org Thu Feb 10 10:44:25 2000
3419 From: scrm at scandal.org (Mehran Khalili)
3420 Date: Sat Oct 23 23:00:56 2004
3421 Subject: [IRCServices] Services freak out
3422 In-Reply-To: <Pine.GSO.3.96.1000209092609.17547B-100000@shell.icon.co.za>
3423 References: Pine.GSO.3.96.1000209092609.17547B&#45;100000@shell.icon.co.za
3424 Message-ID: LPBBKNPIKNKGEDCDIFEHCELCCCAA.scrm@scandal.org
3425
3426
3427 Hi, I just got this error:
3428
3429 (server) *** Global -- from chatservices.pt.lu: PANIC! buffer = :Petrus JOIN
3430 :#20plus
3431 (server) *** LocOps -- Received SQUIT chatservices.pt.lu from
3432 chatservices.pt.lu[194.154.192.65] (Services terminating: Segmentation
3433 fault)
3434
3435 Any idea what happened, or how to avoid it?
3436
3437 -Mehran
3438
3439 www.luxusbuerg.lu
3440
3441 ---------------------------------------------------------------
3442 To unsubscribe, send email to majordomo@ender.shadowfire.org
3443 with "unsubscribe ircservices" in the body, without the quotes.
3444
3445 From andrewk at icon.co.za Fri Feb 11 03:26:11 2000
3446 From: andrewk at icon.co.za (Andrew Kempe)
3447 Date: Sat Oct 23 23:00:56 2004
3448 Subject: [IRCServices] Services freak out
3449 In-Reply-To: <LPBBKNPIKNKGEDCDIFEHCELCCCAA.scrm@scandal.org>
3450 References: LPBBKNPIKNKGEDCDIFEHCELCCCAA.scrm@scandal.org
3451 Message-ID: Pine.GSO.3.96.1000211132602.15236E&#45;100000@shell.icon.co.za
3452
3453 what version of services?
3454
3455 Andrew
3456
3457 On Thu, 10 Feb 2000, Mehran Khalili wrote:
3458
3459 >
3460 > Hi, I just got this error:
3461 >
3462 > (server) *** Global -- from chatservices.pt.lu: PANIC! buffer = :Petrus JOIN
3463 > :#20plus
3464 > (server) *** LocOps -- Received SQUIT chatservices.pt.lu from
3465 > chatservices.pt.lu[194.154.192.65] (Services terminating: Segmentation
3466 > fault)
3467 >
3468 > Any idea what happened, or how to avoid it?
3469 >
3470 > -Mehran
3471 >
3472 > www.luxusbuerg.lu
3473 >
3474 > ---------------------------------------------------------------
3475 > To unsubscribe, send email to majordomo@ender.shadowfire.org
3476 > with "unsubscribe ircservices" in the body, without the quotes.
3477 >
3478
3479 ---------------------------------------------------------------
3480 To unsubscribe, send email to majordomo@ender.shadowfire.org
3481 with "unsubscribe ircservices" in the body, without the quotes.
3482
3483 From scrm at scandal.org Fri Feb 11 05:31:32 2000
3484 From: scrm at scandal.org (Mehran Khalili)
3485 Date: Sat Oct 23 23:00:56 2004
3486 Subject: [IRCServices] Services freak out
3487 In-Reply-To: <Pine.GSO.3.96.1000211132602.15236E-100000@shell.icon.co.za>
3488 References: Pine.GSO.3.96.1000211132602.15236E&#45;100000@shell.icon.co.za
3489 Message-ID: LPBBKNPIKNKGEDCDIFEHKELPCCAA.scrm@scandal.org
3490
3491
3492
3493 services-4.3pre0
3494
3495 -Mehran
3496
3497 > what version of services?
3498 >
3499 > Andrew
3500
3501 ---------------------------------------------------------------
3502 To unsubscribe, send email to majordomo@ender.shadowfire.org
3503 with "unsubscribe ircservices" in the body, without the quotes.
3504
3505 From joshodom at uswest.net Fri Feb 11 05:39:15 2000
3506 From: joshodom at uswest.net (Josh Odom)
3507 Date: Sat Oct 23 23:00:56 2004
3508 Subject: [IRCServices] Services freak out
3509 In-Reply-To: <LPBBKNPIKNKGEDCDIFEHKELPCCAA.scrm@scandal.org>
3510 References: LPBBKNPIKNKGEDCDIFEHKELPCCAA.scrm@scandal.org
3511 Message-ID: LPBBKJEFFODONBDMHFLJOECFCAAA.joshodom@uswest.net
3512
3513 Upgrade to the newest version. That should fix your problem.
3514
3515
3516 -----Original Message-----
3517 From: owner-ircservices@ender.shadowfire.org
3518 [mailto:owner-ircservices@ender.shadowfire.org]On Behalf Of Mehran
3519 Khalili
3520 Sent: Friday, February 11, 2000 6:32 AM
3521 To: ircservices@ender.shadowfire.org
3522 Subject: RE: [IRCServices] Services freak out
3523
3524
3525
3526
3527 services-4.3pre0
3528
3529 -Mehran
3530
3531 > what version of services?
3532 >
3533 > Andrew
3534
3535 ---------------------------------------------------------------
3536 To unsubscribe, send email to majordomo@ender.shadowfire.org
3537 with "unsubscribe ircservices" in the body, without the quotes.
3538
3539 ---------------------------------------------------------------
3540 To unsubscribe, send email to majordomo@ender.shadowfire.org
3541 with "unsubscribe ircservices" in the body, without the quotes.
3542
3543 From andrewk at icon.co.za Fri Feb 11 05:57:52 2000
3544 From: andrewk at icon.co.za (Andrew Kempe)
3545 Date: Sat Oct 23 23:00:56 2004
3546 Subject: [IRCServices] Services freak out
3547 In-Reply-To: <LPBBKNPIKNKGEDCDIFEHKELPCCAA.scrm@scandal.org>
3548 References: LPBBKNPIKNKGEDCDIFEHKELPCCAA.scrm@scandal.org
3549 Message-ID: Pine.GSO.3.96.1000211155538.15236H&#45;100000@shell.icon.co.za
3550
3551 This is an old version. Please get 4.3.3 from
3552 ftp://ender.shadowfire.org/pub/ircservices/ and see if things still go
3553 wrong.
3554
3555 Andrew
3556
3557 On Fri, 11 Feb 2000, Mehran Khalili wrote:
3558
3559 >
3560 >
3561 > services-4.3pre0
3562 >
3563 > -Mehran
3564 >
3565 > > what version of services?
3566 > >
3567 > > Andrew
3568 >
3569 > ---------------------------------------------------------------
3570 > To unsubscribe, send email to majordomo@ender.shadowfire.org
3571 > with "unsubscribe ircservices" in the body, without the quotes.
3572 >
3573
3574 ---------------------------------------------------------------
3575 To unsubscribe, send email to majordomo@ender.shadowfire.org
3576 with "unsubscribe ircservices" in the body, without the quotes.
3577
3578 From martini at intergate.com.br Tue Feb 15 10:37:12 2000
3579 From: martini at intergate.com.br (Carlos Mendes Martini)
3580 Date: Sat Oct 23 23:00:56 2004
3581 Subject: [IRCServices] RE: Services freak out
3582 Message-ID: SAK.2000.02.15.hqofthfm@default
3583
3584
3585 Andrew Kempe wrote:
3586 >
3587 > This is an old version. Please get 4.3.3 from
3588 > ftp://ender.shadowfire.org/pub/ircservices/ and see if things still go
3589 > wrong.
3590
3591
3592 Hummmm... troubles... I'm using services 4.3.3 on my IRC Network, but sometimes I have
3593 this problem too...
3594
3595 buffer: :Klalunga JOIN :#Channel-XXX
3596
3597 I don't understand... I don't see a reason for this.
3598
3599
3600 Sorry for my bad english.
3601 --
3602
3603 =====================================================================
3604 MARTINI - martini@brasirc.net
3605 -------------------------------------------------------------
3606 Coordenador de Atendimento ao Usuário
3607 BrasIRC Webmaster - webmaster@brasirc.net
3608 BrasIRC Network - <A HREF="http://www.brasirc.net">http://www.brasirc.net</A>
3609 =====================================================================
3610
3611
3612 ---------------------------------------------------------------
3613 To unsubscribe, send email to majordomo@ender.shadowfire.org
3614 with "unsubscribe ircservices" in the body, without the quotes.
3615
3616 From cgknipe at mweb.co.za Thu Feb 17 09:39:02 2000
3617 From: cgknipe at mweb.co.za (Chris Knipe)
3618 Date: Sat Oct 23 23:00:56 2004
3619 Subject: [IRCServices] Services to /msg Instead of /notice
3620 References: <Pine.GSO.3.96.1000209092609.17547B-100000@shell.icon.co.za>
3621 Message-ID: 000401bf7982$e66bd840$a53902c4@savage.za.org
3622
3623 Andrew...
3624
3625 Realising and taking in consideration what you just mentioned below.... Is
3626 it perhaps possible to implement something in services that will actually
3627 PROTECT the Services at staying RFC comliant, and not allowing users /
3628 script kiddies / wannabe programmers to mess with the RFC standards ?
3629
3630 For example, the fact that the RFC strickly prohibits the automatic reply in
3631 notice form to any notice received from services....
3632
3633 NickServ NOTICE NICKNAME: TEXT
3634 NICKNAME NOTICE NickServ: TEXT <-- NOT allowed
3635
3636 And various other matters that are discussed in details in the RFC...
3637
3638 Perhaps implement some "security" or protection in those regards as to
3639 killing the user on sight with an message regarding to the fact that the
3640 user's actions is disallowed by the RFC ? Or even just having services to
3641 ignore all notices it receives from lusers, and the like... (Which can also
3642 include the matter of pinging the services bots - it can be used in a attack
3643 against someone's IRC network when things can start slowing down and lagging
3644 quite a bit due to the services using all resources to respond to ping
3645 requests).
3646
3647 As to the first request of this luser of the threat.... It seems he only
3648 wanted help messages to go privmsg.... Seeing that, especially with
3649 HelpServ, the luser will basically be going into dialog with the services,
3650 requesting detailed help, and receiving quite a bit of text back from
3651 HelpServ. Once again, me also want to see Services stick to RFC standards
3652 and all - for various reasons, might it not be for better interest into
3653 having helpserv, or the help commands (which returns or can return a big
3654 amount of text) use privmsgs ?
3655
3656 Just an odd idea and suggestion...
3657
3658 Regards
3659 Chris
3660
3661 ----- Original Message -----
3662 From: Andrew Kempe <andrewk@icon.co.za>
3663 To: <ircservices@ender.shadowfire.org>
3664 Sent: Wednesday, February 09, 2000 9:27 AM
3665 Subject: Re: [IRCServices] Services to /msg Instead of /notice
3666
3667
3668 > I _hate_ doing this, but please let's drop this thread.
3669 >
3670 > I (and a lot of other people) don't care who has implemented this, how it
3671 > works etc. The fact is that it breaks the RFC and it's not going to get
3672 > implemented here. If people want to break the RFC, then they must go on a
3673 > private mission to do that.
3674 >
3675 > Andrew
3676
3677
3678
3679 ---------------------------------------------------------------
3680 To unsubscribe, send email to majordomo@ender.shadowfire.org
3681 with "unsubscribe ircservices" in the body, without the quotes.
3682
3683 From ircd at online.fr Thu Feb 17 14:58:51 2000
3684 From: ircd at online.fr (Vincent L)
3685 Date: Sat Oct 23 23:00:56 2004
3686 Subject: [IRCServices] ircu and Services...
3687 Message-ID: 38AC7D2B.172C7638@online.fr
3688
3689 Hi all,
3690
3691 I'm running ircu 2.10.07 and need to keep it, so, don't tell me to back
3692 a 2.9.32 version ;-). It is said in the FAQ file ircu changed in a way
3693 that did not allow Services to work (simply to connect). Actually, I can
3694 read a "need more parameters" in the log file after a connection try.
3695 So, my question is: is it planned to add support for later ircu and if
3696 not yet, what is the version of ircu I can be use ? (wrote that ircu2.x
3697 worked but x=?)
3698 Impatient to be able to use Services on my servers :-)))
3699 Thanks !
3700
3701 Vincent L
3702 --
3703 "Computers are like air conditioners - they stop working properly when
3704 you open the Windows"
3705 ---------------------------------------------------------------
3706 To unsubscribe, send email to majordomo@ender.shadowfire.org
3707 with "unsubscribe ircservices" in the body, without the quotes.
3708
3709 From dooley at risanet.com Thu Feb 24 18:48:57 2000
3710 From: dooley at risanet.com (Dooley)
3711 Date: Sat Oct 23 23:00:56 2004
3712 Subject: [IRCServices] Where is everyone?
3713 References: <NCBBIPDDJGGDOCPMKPKPMEBODBAA.andrewk@icon.co.za>
3714 Message-ID: 000d01bf7f3a$dca82120$3b0960d1@risanet.com
3715
3716 Is this list still active and what is the deal with the website seems that
3717 it has vanished.
3718
3719
3720 Dooley
3721 IRC Administrator irc.risanet.com
3722 dooley@risanet.com
3723
3724 ---------------------------------------------------------------
3725 To unsubscribe, send email to majordomo@ender.shadowfire.org
3726 with "unsubscribe ircservices" in the body, without the quotes.
3727
3728 From ianj at esper.net Thu Feb 24 23:15:25 2000
3729 From: ianj at esper.net (Ian R. Justman)
3730 Date: Sat Oct 23 23:00:56 2004
3731 Subject: [IRCServices] Where is everyone?
3732 In-Reply-To: <000d01bf7f3a$dca82120$3b0960d1@risanet.com>
3733 References: 000d01bf7f3a$dca82120$3b0960d1@risanet.com
3734 Message-ID: Pine.LNX.4.20.0002242314240.12931&#45;100000@vector.chocobo.org
3735
3736 On Thu, 24 Feb 2000, Dooley wrote:
3737
3738 > Is this list still active and what is the deal with the website seems that
3739 > it has vanished.
3740
3741 Likewise. I keep getting the odd inquiry on EsperNet as to the
3742 whereabouts of the code. Something we have no direct involvement with
3743 apart from our using it and of course being the first network to use it
3744 (which is probably why people still keep coming to us for questions...).
3745
3746 --Ian R. Justman, Co-Founder and Postmaster, The EsperNet IRC Network.
3747
3748 -----
3749 Ian R. Justman (NIC handle IJ12) ianj@esper.net (Official EsperNet business)
3750 Co-Founder and Postmaster, The EsperNet IRC Network
3751 Server Administrator, chocobo.esper.net "IJ" on IRC
3752
3753 PGP key available upon request, or finger ianj@esper.net.
3754
3755 If this message was signed with the Postmaster's key, please finger
3756 postmaster@esper.net for the Postmaster public key.
3757
3758 Type Bits/KeyID Date User ID
3759 pub 1024/BAB34B69 1997/11/15 EsperNet Postmaster <postmaster@esper.net>
3760 Key fingerprint = 05 BD 7C B5 8E 0B FD EF EE 47 49 C4 96 11 59 75
3761
3762 ---------------------------------------------------------------
3763 To unsubscribe, send email to majordomo@ender.shadowfire.org
3764 with "unsubscribe ircservices" in the body, without the quotes.
3765
3766 From raff at ElectroCity.com Fri Feb 25 01:08:12 2000
3767 From: raff at ElectroCity.com (Michael Raff)
3768 Date: Sat Oct 23 23:00:56 2004
3769 Subject: [IRCServices] Where is everyone?
3770 In-Reply-To: <Pine.LNX.4.20.0002242314240.12931-100000@vector.chocobo.org>
3771 References: <000d01bf7f3a$dca82120$3b0960d1@risanet.com>
3772 Message-ID: 4.2.0.58.20000225110620.0098de20@196.2.147.13
3773
3774
3775 Mirrors
3776
3777 ftp://ftp.electrocity.com/pub/ircservices/ (South Africa)
3778 <A HREF="ftp://baboon.cat.pdx.edu/pub/ircservices/">ftp://baboon.cat.pdx.edu/pub/ircservices/</A> (USA)
3779
3780
3781 At 11:15 PM 2/24/00 -0800, you wrote:
3782 >On Thu, 24 Feb 2000, Dooley wrote:
3783 >
3784 > > Is this list still active and what is the deal with the website seems that
3785 > > it has vanished.
3786 >
3787 >Likewise. I keep getting the odd inquiry on EsperNet as to the
3788 >whereabouts of the code. Something we have no direct involvement with
3789 >apart from our using it and of course being the first network to use it
3790 >(which is probably why people still keep coming to us for questions...).
3791 >
3792 >--Ian R. Justman, Co-Founder and Postmaster, The EsperNet IRC Network.
3793
3794
3795 ---------------------------------------------------------------
3796 To unsubscribe, send email to majordomo@ender.shadowfire.org
3797 with "unsubscribe ircservices" in the body, without the quotes.
3798
3799 From andrewk at icon.co.za Fri Feb 25 03:10:00 2000
3800 From: andrewk at icon.co.za (Andrew Kempe)
3801 Date: Sat Oct 23 23:00:56 2004
3802 Subject: [IRCServices] Where is everyone?
3803 In-Reply-To: <000d01bf7f3a$dca82120$3b0960d1@risanet.com>
3804 References: 000d01bf7f3a$dca82120$3b0960d1@risanet.com
3805 Message-ID: Pine.GSO.3.96.1000225130859.20005C&#45;100000@shell.icon.co.za
3806
3807 My apologies,
3808
3809 The box that the mailing lists, website, ftpsite et al sits on changed
3810 providers and hence was down for a few days. I've been ill for the past
3811 week so never knew that they were actually making the changes.
3812
3813 Everything should be back and working.
3814
3815 Andrew
3816
3817 On Thu, 24 Feb 2000, Dooley wrote:
3818
3819 > Is this list still active and what is the deal with the website seems that
3820 > it has vanished.
3821 >
3822 >
3823 > Dooley
3824 > IRC Administrator irc.risanet.com
3825 > dooley@risanet.com
3826 >
3827 > ---------------------------------------------------------------
3828 > To unsubscribe, send email to majordomo@ender.shadowfire.org
3829 > with "unsubscribe ircservices" in the body, without the quotes.
3830 >
3831
3832 ---------------------------------------------------------------
3833 To unsubscribe, send email to majordomo@ender.shadowfire.org
3834 with "unsubscribe ircservices" in the body, without the quotes.
3835
3836 From cbecerram at entelchile.net Fri Feb 25 15:05:18 2000
3837 From: cbecerram at entelchile.net (Carlos Becerra T.)
3838 Date: Sat Oct 23 23:00:56 2004
3839 Subject: [IRCServices] Where is everyone?
3840 References: <000d01bf7f3a$dca82120$3b0960d1@risanet.com> <4.2.0.58.20000225110620.0098de20@196.2.147.13>
3841 Message-ID: 38B70AAE.28B0A5CC@entelchile.net
3842
3843 > ftp://ftp.electrocity.com/pub/ircservices/ (South Africa)
3844 > <A HREF="ftp://baboon.cat.pdx.edu/pub/ircservices/">ftp://baboon.cat.pdx.edu/pub/ircservices/</A> (USA)
3845
3846 Are the Serices not-compatibles with de Undernet's ircd?
3847
3848 ---------------------------------------------------------------
3849 To unsubscribe, send email to majordomo@ender.shadowfire.org
3850 with "unsubscribe ircservices" in the body, without the quotes.
3851
3852 From andrewk at icon.co.za Sun Feb 27 08:35:09 2000
3853 From: andrewk at icon.co.za (Andrew Kempe)
3854 Date: Sat Oct 23 23:00:56 2004
3855 Subject: [IRCServices] exception problem
3856 Message-ID: NCBBIPDDJGGDOCPMKPKPOEINDCAA.andrewk@icon.co.za
3857
3858 Has anyone seen the following...
3859
3860 When deleting a valid session limit exception, Services reports that the
3861 exception has been deleted and then reports that it does not exist. However,
3862 the limit has been deleted.
3863
3864 Thanks, Andrew
3865
3866 ---------------------------------------------------------------
3867 To unsubscribe, send email to majordomo@ender.shadowfire.org
3868 with "unsubscribe ircservices" in the body, without the quotes.
3869
3870 From stsimb at forthnet.gr Sun Feb 27 11:21:40 2000
3871 From: stsimb at forthnet.gr (Sotiris Tsimbonis)
3872 Date: Sat Oct 23 23:00:56 2004
3873 Subject: [IRCServices] exception problem
3874 In-Reply-To: <NCBBIPDDJGGDOCPMKPKPOEINDCAA.andrewk@icon.co.za>
3875 References: NCBBIPDDJGGDOCPMKPKPOEINDCAA.andrewk@icon.co.za
3876 Message-ID: Pine.LNX.4.21.0002272116380.4044&#45;100000@nana.forthnet.gr
3877
3878 On Sun, 27 Feb 2000, Andrew Kempe wrote:
3879 > Has anyone seen the following...
3880 > When deleting a valid session limit exception, Services reports that the
3881 > exception has been deleted and then reports that it does not exist. However,
3882 > the limit has been deleted.
3883
3884 Confirmed, and we're running services 4.3pre0 with session limits enabled.
3885
3886 >> [ OPERSERV ] exception view
3887 #OperServ# Current Session Limit Exception list:
3888 #OperServ# 1. thesi36-a048.otenet.gr (by Andrew on Feb 27 2000; expires in 3
3889 hours, 53 minutes)
3890 #OperServ# Limit: 20 - paaaaaaaaaaaaaali autoi...
3891 >> [ OPERSERV ] exception del thesi36-a048.otenet.gr
3892 #OperServ# thesi36-a048.otenet.gr deleted from session-limit exception list.
3893 #OperServ# thesi36-a048.otenet.gr not found on session-limit exception list.
3894
3895 But it doesn't seem to have any bad side-effects..
3896
3897 Best regards,
3898 Sotiris.
3899
3900 ---------------------------------------------------------------
3901 To unsubscribe, send email to majordomo@ender.shadowfire.org
3902 with "unsubscribe ircservices" in the body, without the quotes.
3903
3904 From rcmoraes at rionet.com.br Sun Feb 27 13:48:45 2000
3905 From: rcmoraes at rionet.com.br (Rafael Moraes)
3906 Date: Sat Oct 23 23:00:56 2004
3907 Subject: [IRCServices] exception problem
3908 In-Reply-To: <Pine.LNX.4.21.0002272116380.4044-100000@nana.forthnet.gr>
3909 References: <Pine.LNX.4.21.0002272116380.4044-100000@nana.forthnet.gr>
3910 Message-ID: 00022717530801.00774@rcmoraes.intranet
3911
3912 i ve had hat the same problems whith excemption a couple times
3913 i am using a modified version from services 4.4.1 in a network whith 200 users
3914 and it works great (litlle problems whith statserv (reported here before) and
3915 a problem that after a suspensios expire, if services write its databases it
3916 coredumps
3917
3918 My best regards
3919 FiGhTeR
3920 --
3921 Rafael Moraes
3922 rcmoraes@rionet.com.br
3923 climber@rionet.com.br
3924 fighter@brasirc.com.br
3925 icq 10022972
3926
3927 ---------------------------------------------------------------
3928 To unsubscribe, send email to majordomo@ender.shadowfire.org
3929 with "unsubscribe ircservices" in the body, without the quotes.
3930
3931 From mike at icon.co.za Sun Feb 27 12:49:43 2000
3932 From: mike at icon.co.za (Michael Smith)
3933 Date: Sat Oct 23 23:00:56 2004
3934 Subject: [IRCServices] exception problem
3935 Message-ID: 2.2.32.20000227204943.011a54cc@shell.icon.co.za
3936
3937
3938 I have had a problem where, on services crashing, on restart certain
3939 exceptions are lost
3940
3941 Mike
3942
3943 At 05:48 PM 27/02/00 -0400, you wrote:
3944 >i ve had hat the same problems whith excemption a couple times
3945 >i am using a modified version from services 4.4.1 in a network whith 200 users
3946 >and it works great (litlle problems whith statserv (reported here before) and
3947 >a problem that after a suspensios expire, if services write its databases it
3948 >coredumps
3949 >
3950 >My best regards
3951 >FiGhTeR
3952 >--
3953 >Rafael Moraes
3954 >rcmoraes@rionet.com.br
3955 >climber@rionet.com.br
3956 >fighter@brasirc.com.br
3957 >icq 10022972
3958 >
3959 >---------------------------------------------------------------
3960 >To unsubscribe, send email to majordomo@ender.shadowfire.org
3961 >with "unsubscribe ircservices" in the body, without the quotes.
3962 >
3963 >
3964 ---
3965 Michael Smith (Warlock on IRC)
3966 http://www.warlock.web.za
3967 "Do you smell something burning or is it me?"
3968 -- Joan of Arc
3969
3970 ---------------------------------------------------------------
3971 To unsubscribe, send email to majordomo@ender.shadowfire.org
3972 with "unsubscribe ircservices" in the body, without the quotes.
3973
3974 From rcmoraes at rionet.com.br Sun Feb 27 20:09:18 2000
3975 From: rcmoraes at rionet.com.br (Rafael Moraes)
3976 Date: Sat Oct 23 23:00:56 2004
3977 Subject: [IRCServices] is a bug ?
3978 In-Reply-To: <Pine.LNX.4.20.0002242314240.12931-100000@vector.chocobo.org>
3979 References: <Pine.LNX.4.20.0002242314240.12931-100000@vector.chocobo.org>
3980 Message-ID: 00022800144402.00774@rcmoraes.intranet
3981
3982 i found that the ACC-CHANGE dosent works and anyone in access list may
3983 register a person whith a level below his level
3984
3985 let me explain:
3986
3987 /chanserv levels #channel set ACC-CHANGE 10
3988 /chanserv access #channel add "nick" 5
3989
3990 and if "nick" issues that comand:
3991 /chanserv access #channel add "another _nick" -9
3992
3993 it works , but was suposed to not work
3994
3995 Sory for my Bad english
3996 FiGhTER
3997 Rafael Moraes
3998 rcmoraes@rionet.com.br
3999 ---------------------------------------------------------------
4000 To unsubscribe, send email to majordomo@ender.shadowfire.org
4001 with "unsubscribe ircservices" in the body, without the quotes.
4002
4003 From rcmoraes at rionet.com.br Sun Feb 27 21:33:43 2000
4004 From: rcmoraes at rionet.com.br (Rafael Moraes)
4005 Date: Sat Oct 23 23:00:56 2004
4006 Subject: [IRCServices] is a bug ?
4007 In-Reply-To: <00022800144402.00774@rcmoraes.intranet>
4008 References: <Pine.LNX.4.20.0002242314240.12931-100000@vector.chocobo.org> <00022800144402.00774@rcmoraes.intranet>
4009 Message-ID: 00022801344203.00774@rcmoraes.intranet
4010
4011 Please disconsiderate this report, it was cause something that i have changed
4012
4013 Realy sory
4014
4015 On Mon, 28 Feb 2000, you wrote:
4016 > i found that the ACC-CHANGE dosent works and anyone in access list may
4017 > register a person whith a level below his level
4018 >
4019 > let me explain:
4020 >
4021 > /chanserv levels #channel set ACC-CHANGE 10
4022 > /chanserv access #channel add "nick" 5
4023 >
4024 > and if "nick" issues that comand:
4025 > /chanserv access #channel add "another _nick" -9
4026 >
4027 > it works , but was suposed to not work
4028 >
4029 > Sory for my Bad english
4030 > FiGhTER
4031 > Rafael Moraes
4032 > rcmoraes@rionet.com.br
4033 > ---------------------------------------------------------------
4034 > To unsubscribe, send email to majordomo@ender.shadowfire.org
4035 > with "unsubscribe ircservices" in the body, without the quotes.
4036 --
4037 Rafael Moraes
4038 rcmoraes@rionet.com.br
4039 climber@rionet.com.br
4040 fighter@brasirc.com.br
4041 icq 10022972
4042
4043 ---------------------------------------------------------------
4044 To unsubscribe, send email to majordomo@ender.shadowfire.org
4045 with "unsubscribe ircservices" in the body, without the quotes.
4046
4047 From k.hawkes at zombies.force9.net Mon Feb 28 00:28:54 2000
4048 From: k.hawkes at zombies.force9.net (k.hawkes@zombies.force9.net)
4049 Date: Sat Oct 23 23:00:56 2004
4050 Subject: \99local_check_header
4051 Message-ID: 200002280944.LAA01654@Ender.gp.school.za
4052
4053 i ve had hat the same problems whith excemption a couple times
4054 i am using a modified version from services 4.4.1 in a network whith 200 users
4055 and it works great (litlle problems whith statserv (reported here before) and
4056 a problem that after a suspensios expire, if services write its databases it
4057 coredumps
4058
4059 My best regards
4060 FiGhTeR
4061 --
4062
4063 Services 4.4.1? Where can I download it/look at it?
4064
4065 Quinn
4066
4067 From natey at capetown.za.org Thu Mar 2 14:35:36 2000
4068 From: natey at capetown.za.org (Natey on IRC)
4069 Date: Sat Oct 23 23:00:56 2004
4070 Subject: [IRCServices] Re: \99local_check_header
4071 In-Reply-To: <200002280944.LAA01654@Ender.gp.school.za>
4072 References: 200002280944.LAA01654@Ender.gp.school.za
4073 Message-ID: 3.0.5.32.20000303003536.00a5cec0@dbadmin.natey.za.net
4074
4075 At , you wrote:
4076 >i ve had hat the same problems whith excemption a couple times
4077 >i am using a modified version from services 4.4.1 in a network whith 200
4078 users
4079 >and it works great (litlle problems whith statserv (reported here before) and
4080 >a problem that after a suspensios expire, if services write its databases it
4081 >coredumps
4082 >
4083 >My best regards
4084 >FiGhTeR
4085 >--
4086 >
4087 >Services 4.4.1? Where can I download it/look at it?
4088
4089 Actually version 4.4.1 is beta software and should not be used in a
4090 production environment. If my memory serves correctly 4.4.1 was recalled
4091 due to bugs in the beta testing stage.
4092
4093 Regards
4094 Natey
4095 >
4096 >Quinn
4097 >
4098 >Attachment Converted: "c:\apps\eudora\attach\=1"
4099 >
4100 ---------------------------------------------------------------
4101 To unsubscribe, send email to majordomo@ender.shadowfire.org
4102 with "unsubscribe ircservices" in the body, without the quotes.
4103
4104 From andrewk at icon.co.za Thu Mar 2 22:19:51 2000
4105 From: andrewk at icon.co.za (Andrew Kempe)
4106 Date: Sat Oct 23 23:00:56 2004
4107 Subject: [IRCServices] Re: \99local_check_header
4108 In-Reply-To: <3.0.5.32.20000303003536.00a5cec0@dbadmin.natey.za.net>
4109 References: 3.0.5.32.20000303003536.00a5cec0@dbadmin.natey.za.net
4110 Message-ID: Pine.GSO.3.96.1000303081847.6634B&#45;100000@shell.icon.co.za
4111
4112 While we're on the topic of 4.4.1 ... can someone provide a gdb trace of
4113 where services are crashing when they expire suspensions?
4114
4115 Thanks, Andrew
4116
4117 On Fri, 3 Mar 2000, Natey on IRC wrote:
4118
4119 > At , you wrote:
4120 > >i ve had hat the same problems whith excemption a couple times
4121 > >i am using a modified version from services 4.4.1 in a network whith 200
4122 > users
4123 > >and it works great (litlle problems whith statserv (reported here before) and
4124 > >a problem that after a suspensios expire, if services write its databases it
4125 > >coredumps
4126 > >
4127 > >My best regards
4128 > >FiGhTeR
4129 > >--
4130 > >
4131 > >Services 4.4.1? Where can I download it/look at it?
4132 >
4133 > Actually version 4.4.1 is beta software and should not be used in a
4134 > production environment. If my memory serves correctly 4.4.1 was recalled
4135 > due to bugs in the beta testing stage.
4136 >
4137 > Regards
4138 > Natey
4139 > >
4140 > >Quinn
4141 > >
4142 > >Attachment Converted: "c:\apps\eudora\attach\=1"
4143 > >
4144 > ---------------------------------------------------------------
4145 > To unsubscribe, send email to majordomo@ender.shadowfire.org
4146 > with "unsubscribe ircservices" in the body, without the quotes.
4147 >
4148
4149 ---------------------------------------------------------------
4150 To unsubscribe, send email to majordomo@ender.shadowfire.org
4151 with "unsubscribe ircservices" in the body, without the quotes.
4152
4153 From k.hawkes at zombies.force9.net Thu Mar 2 23:26:48 2000
4154 From: k.hawkes at zombies.force9.net (k.hawkes@zombies.force9.net)
4155 Date: Sat Oct 23 23:00:56 2004
4156 Subject: [IRCServices] RE: Services 4.4.1
4157 Message-ID: 200003030834.KAA26237@Ender.gp.school.za
4158
4159 My apologies for my rather cryptic subject, I'm using some crappy form of Webmail while I'm at work...
4160
4161 Can you point me to the location of a CHANGES for or something for Services 4.4.1 as I'm curious to see what you've done/updated/improved.
4162
4163 I'm afraid I can't help with gdb trace, I don't know how to use gdb :c(
4164
4165 Thanks, Kris
4166
4167 *** Andrew Wrote (okay it's a manual header...) ***
4168
4169 While we're on the topic of 4.4.1 ... can someone provide a gdb trace of
4170 where services are crashing when they expire suspensions?
4171
4172 Thanks, Andrew
4173
4174 On Fri, 3 Mar 2000, Natey on IRC wrote:
4175
4176 > At , you wrote:
4177 > >i ve had hat the same problems whith excemption a couple times
4178 > >i am using a modified version from services 4.4.1 in a network whith 200
4179 > users
4180 > >and it works great (litlle problems whith statserv (reported here before) and
4181 > >a problem that after a suspensios expire, if services write its databases it
4182 > >coredumps
4183 > >
4184 > >My best regards
4185 > >FiGhTeR
4186 > >--
4187 > >
4188 > >Services 4.4.1? Where can I download it/look at it?
4189 >
4190 > Actually version 4.4.1 is beta software and should not be used in a
4191 > production environment. If my memory serves correctly 4.4.1 was recalled
4192 > due to bugs in the beta testing stage.
4193 >
4194 > Regards
4195 > Natey
4196 > >
4197 > >Quinn
4198 > >
4199 > >Attachment Converted: \"c:\\apps\\eudora\\attach\\=1\"
4200 > >
4201 > ---------------------------------------------------------------
4202 > To unsubscribe, send email to majordomo@ender.shadowfire.org
4203 > with \"unsubscribe ircservices\" in the body, without the quotes.
4204 >
4205
4206 ---------------------------------------------------------------
4207 To unsubscribe, send email to majordomo@ender.shadowfire.org
4208 with \"unsubscribe ircservices\" in the body, without the quotes.
4209
4210
4211
4212
4213
4214 From andrewk at icon.co.za Fri Mar 3 01:34:30 2000
4215 From: andrewk at icon.co.za (Andrew Kempe)
4216 Date: Sat Oct 23 23:00:56 2004
4217 Subject: [IRCServices] RE: Services 4.4.1
4218 In-Reply-To: <200003030834.KAA26237@Ender.gp.school.za>
4219 References: 200003030834.KAA26237@Ender.gp.school.za
4220 Message-ID: Pine.GSO.3.96.1000303113216.6634F&#45;100000@shell.icon.co.za
4221
4222 Ok...
4223
4224 I'm going to put 4.4.2 up on the "visible" portion of the FTP site now.
4225 Then everyone can have a look and test it. I must warn that there could be
4226 problems running this version as it's still BETA.
4227
4228 The database version is also changed, so once you've upgraded there is no
4229 going back to 4.3.x. So, make backups!
4230
4231 Regards, Andrew
4232
4233 On Fri, 3 Mar 2000 k.hawkes@zombies.force9.net wrote:
4234
4235 > My apologies for my rather cryptic subject, I'm using some crappy form of Webmail while I'm at work...
4236 >
4237 > Can you point me to the location of a CHANGES for or something for Services 4.4.1 as I'm curious to see what you've done/updated/improved.
4238 >
4239 > I'm afraid I can't help with gdb trace, I don't know how to use gdb :c(
4240 >
4241 > Thanks, Kris
4242 >
4243 > *** Andrew Wrote (okay it's a manual header...) ***
4244 >
4245 > While we're on the topic of 4.4.1 ... can someone provide a gdb trace of
4246 > where services are crashing when they expire suspensions?
4247 >
4248 > Thanks, Andrew
4249 >
4250 > On Fri, 3 Mar 2000, Natey on IRC wrote:
4251 >
4252 > > At , you wrote:
4253 > > >i ve had hat the same problems whith excemption a couple times
4254 > > >i am using a modified version from services 4.4.1 in a network whith 200
4255 > > users
4256 > > >and it works great (litlle problems whith statserv (reported here before) and
4257 > > >a problem that after a suspensios expire, if services write its databases it
4258 > > >coredumps
4259 > > >
4260 > > >My best regards
4261 > > >FiGhTeR
4262 > > >--
4263 > > >
4264 > > >Services 4.4.1? Where can I download it/look at it?
4265 > >
4266 > > Actually version 4.4.1 is beta software and should not be used in a
4267 > > production environment. If my memory serves correctly 4.4.1 was recalled
4268 > > due to bugs in the beta testing stage.
4269 > >
4270 > > Regards
4271 > > Natey
4272 > > >
4273 > > >Quinn
4274 > > >
4275 > > >Attachment Converted: \"c:\\apps\\eudora\\attach\\=1\"
4276 > > >
4277 > > ---------------------------------------------------------------
4278 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
4279 > > with \"unsubscribe ircservices\" in the body, without the quotes.
4280 > >
4281 >
4282 > ---------------------------------------------------------------
4283 > To unsubscribe, send email to majordomo@ender.shadowfire.org
4284 > with \"unsubscribe ircservices\" in the body, without the quotes.
4285 >
4286 >
4287 >
4288 >
4289 >
4290
4291 ---------------------------------------------------------------
4292 To unsubscribe, send email to majordomo@ender.shadowfire.org
4293 with "unsubscribe ircservices" in the body, without the quotes.
4294
4295 From rcmoraes at rionet.com.br Fri Mar 3 08:40:23 2000
4296 From: rcmoraes at rionet.com.br (Rafael Moraes)
4297 Date: Sat Oct 23 23:00:56 2004
4298 Subject: [IRCServices] Gdb output
4299 In-Reply-To: <Pine.GSO.3.96.1000303081847.6634B-100000@shell.icon.co.za>
4300 References: <Pine.GSO.3.96.1000303081847.6634B-100000@shell.icon.co.za>
4301 Message-ID: 00030312423300.02194@rcmoraes.intranet
4302
4303
4304
4305 -- [ircadmin@gw data]$ gdb ../services core
4306 GDB is free software and you are welcome to distribute copies of it
4307 under certain conditions; type "show copying" to see the conditions.
4308 There is absolutely no warranty for GDB; type "show warranty" for details.
4309 GDB 4.16 (i386-redhat-linux), Copyright 1996 Free Software Foundation, Inc...
4310 Core was generated by `./services'.
4311 Program terminated with signal 11, Segmentation fault.
4312 find_solib: Can't read pathname for load map: Input/output error
4313
4314 #0 expire_nicksuspends () at nickserv.c:842
4315 842 for (ns = nicksuspends; ns; ns = ns->next) {
4316 (gdb)
4317
4318 i think thay it may be cause there is only one suspension ?
4319
4320 by the way i wold like to take a look at 4.4.2, were is it avaliable to dowload
4321 ?
4322
4323 My best regards
4324
4325 Rafael Moraes
4326 rcmoraes@rionet.com.br
4327 climber@rionet.com.br
4328 fighter@brasirc.com.br
4329 icq 10022972
4330
4331 ---------------------------------------------------------------
4332 To unsubscribe, send email to majordomo@ender.shadowfire.org
4333 with "unsubscribe ircservices" in the body, without the quotes.
4334
4335 From bradbury at rebeldev.net Fri Mar 3 06:36:16 2000
4336 From: bradbury at rebeldev.net (Matt Bradbury)
4337 Date: Sat Oct 23 23:00:56 2004
4338 Subject: [IRCServices] RE: Services 4.4.1
4339 References: <Pine.GSO.3.96.1000303113216.6634F-100000@shell.icon.co.za>
4340 Message-ID: 000301bf851e$085f4e40$78840b3f@rebel2000
4341
4342 Do the mirror sites have the current Beta releases? If they do I can't seem
4343 to find them ... Also the web site needs updated ... the ftp site that is
4344 listed as the primary site doesn't work. I'd like to get that new Beta copy
4345 to try out on my network ... thanks in advance.
4346
4347 Matt Bradbury
4348
4349 >>>>>>>>>>>snip<<<<<<<<<<<
4350 ----- Original Message -----
4351 From: "Andrew Kempe" <andrewk@icon.co.za>
4352 To: <ircservices@ender.shadowfire.org>
4353 Sent: Friday, March 03, 2000 4:34 AM
4354 Subject: Re: [IRCServices] RE: Services 4.4.1
4355
4356
4357 > Ok...
4358 >
4359 > I'm going to put 4.4.2 up on the "visible" portion of the FTP site now.
4360 > Then everyone can have a look and test it. I must warn that there could be
4361 > problems running this version as it's still BETA.
4362 >
4363 >>>>>>>>>>snip<<<<<<
4364
4365 ---------------------------------------------------------------
4366 To unsubscribe, send email to majordomo@ender.shadowfire.org
4367 with "unsubscribe ircservices" in the body, without the quotes.
4368
4369 From andrewk at icon.co.za Fri Mar 3 07:06:05 2000
4370 From: andrewk at icon.co.za (Andrew Kempe)
4371 Date: Sat Oct 23 23:00:56 2004
4372 Subject: [IRCServices] RE: Services 4.4.1
4373 In-Reply-To: <000301bf851e$085f4e40$78840b3f@rebel2000>
4374 References: 000301bf851e$085f4e40$78840b3f@rebel2000
4375 Message-ID: Pine.GSO.3.96.1000303170200.10177D&#45;100000@shell.icon.co.za
4376
4377 Ok.... confusion rules....
4378
4379 1. ender.shadowfire.org resolves to 196.37.99.1
4380 2. ender.shadowfire.org 's IP has _just_ been changed to 196.37.99.2 which
4381 is what the ftp server watches for connections on. If you run a caching
4382 nameserver, force it to flush the cache and relookup ender.shadowfire.org.
4383 If you rely on an ISP for DNS, you'll have to wait 24 hours max for the
4384 change to take place.
4385 3. Once you can connect to ender.shadowfire.org (196.37.99.2) you will
4386 connect to the correct vhost and you'll see a dir called "beta" with the
4387 beta stuff inside.
4388 4. The mirrors will only be updated at around 1am 04/02/99 (assuming the
4389 dns change has propogated to their DNS servers by then).
4390
4391 Hope this helps,
4392
4393 Andrew
4394
4395 On Fri, 3 Mar 2000, Matt Bradbury wrote:
4396
4397 > Do the mirror sites have the current Beta releases? If they do I can't seem
4398 > to find them ... Also the web site needs updated ... the ftp site that is
4399 > listed as the primary site doesn't work. I'd like to get that new Beta copy
4400 > to try out on my network ... thanks in advance.
4401 >
4402 > Matt Bradbury
4403 >
4404 > >>>>>>>>>>>snip<<<<<<<<<<<
4405 > ----- Original Message -----
4406 > From: "Andrew Kempe" <andrewk@icon.co.za>
4407 > To: <ircservices@ender.shadowfire.org>
4408 > Sent: Friday, March 03, 2000 4:34 AM
4409 > Subject: Re: [IRCServices] RE: Services 4.4.1
4410 >
4411 >
4412 > > Ok...
4413 > >
4414 > > I'm going to put 4.4.2 up on the "visible" portion of the FTP site now.
4415 > > Then everyone can have a look and test it. I must warn that there could be
4416 > > problems running this version as it's still BETA.
4417 > >
4418 > >>>>>>>>>>snip<<<<<<
4419 >
4420 > ---------------------------------------------------------------
4421 > To unsubscribe, send email to majordomo@ender.shadowfire.org
4422 > with "unsubscribe ircservices" in the body, without the quotes.
4423 >
4424
4425 ---------------------------------------------------------------
4426 To unsubscribe, send email to majordomo@ender.shadowfire.org
4427 with "unsubscribe ircservices" in the body, without the quotes.
4428
4429 From andrewk at icon.co.za Sat Mar 11 09:37:02 2000
4430 From: andrewk at icon.co.za (Andrew Kempe)
4431 Date: Sat Oct 23 23:00:56 2004
4432 Subject: [IRCServices] ircservices-4.4.3 [BETA] released
4433 Message-ID: NCBBIPDDJGGDOCPMKPKPCEAADDAA.andrewk@icon.co.za
4434
4435 IRC Services version 4.4.3 [BETA] has been released.
4436
4437 This is still a beta version but it fixes a few major problems with 4.4.2.
4438 Below is a list of changes that have been made.
4439
4440 Version 4.4
4441 -----------
4442 2000/03/11 .3 Bahamut no longer complains about nick enforcers' nicks.
4443 Reported by Paul R. Edelkamp, Jr.
4444 <pedelkamp@loveshack.org>
4445 Re-organised how nicknames are introduced to the server.
4446 Fixed the problem with Services crashing when it expired
4447 nick
4448 suspensions. Reported by VisualCorp
4449 <chile@visualcorp.com>
4450 Added support for Bahamut's SIDENTIFY (this is STILL broken
4451 in
4452 Bahamut v1.4.0-BETA - so it will not work yet *sigh*)
4453
4454 The archive can be obtained immediately from:
4455 ftp://ender.shadowfire.org/pub/ircservices/beta/ircservices-4.4.3.tar.gz
4456 <A HREF="ftp://ender.shadowfire.org/pub/ircservices/beta/ircservices-4.4.3.diff">ftp://ender.shadowfire.org/pub/ircservices/beta/ircservices-4.4.3.diff</A>
4457
4458 Mirror sites that will carry this update as of 2000-03-12 03h00 GMT:
4459 <A HREF="ftp://ftp.electrocity.com/pub/ircservices/beta/ircservices-4.4.3.tar.gz">ftp://ftp.electrocity.com/pub/ircservices/beta/ircservices-4.4.3.tar.gz</A> (SA)
4460 <A HREF="ftp://ftp.electrocity.com/pub/ircservices/beta/ircservices-4.4.3.diff">ftp://ftp.electrocity.com/pub/ircservices/beta/ircservices-4.4.3.diff</A>
4461 <A HREF="ftp://baboon.cat.pdx.edu/pub/ircservices/beta/ircservices-4.4.3.tar.gz">ftp://baboon.cat.pdx.edu/pub/ircservices/beta/ircservices-4.4.3.tar.gz</A> (USA)
4462 <A HREF="ftp://baboon.cat.pdx.edu/pub/ircservices/beta/ircservices-4.4.3.diff">ftp://baboon.cat.pdx.edu/pub/ircservices/beta/ircservices-4.4.3.diff</A>
4463
4464 Please provide me with feedback - especially those of you who have reported
4465 problems for any of the 4.4.x versions.
4466
4467 Those of you who want the latest publically available version of Bahamut
4468 (1.4.0-BETA), you can get it from: <A HREF="ftp://ircd-devel.dal.net/">ftp://ircd-devel.dal.net/</A>
4469
4470 Regards, Andrew
4471
4472 ---------------------------------------------------------------
4473 To unsubscribe, send email to majordomo@ender.shadowfire.org
4474 with "unsubscribe ircservices" in the body, without the quotes.
4475
4476 From rcmoraes at rionet.com.br Sat Mar 11 12:57:53 2000
4477 From: rcmoraes at rionet.com.br (Rafael Moraes)
4478 Date: Sat Oct 23 23:00:56 2004
4479 Subject: [IRCServices] Bug report
4480 In-Reply-To: <NCBBIPDDJGGDOCPMKPKPCEAADDAA.andrewk@icon.co.za>
4481 References: <NCBBIPDDJGGDOCPMKPKPCEAADDAA.andrewk@icon.co.za>
4482 Message-ID: 00031116595002.02791@rcmoraes.intranet
4483
4484 In services 4.4.2 if you do /msg statserv servers delete irc.servername.com
4485 it crashes the stats database
4486
4487 anybody else has had this ?
4488
4489 FiGhTeR
4490 rcmoraes@rionet.com.br
4491 ircadmin irc.rionet.com.br
4492 ---------------------------------------------------------------
4493 To unsubscribe, send email to majordomo@ender.shadowfire.org
4494 with "unsubscribe ircservices" in the body, without the quotes.
4495
4496 From solar at ads.thai.com Sat Mar 11 22:03:06 2000
4497 From: solar at ads.thai.com (Mr.Sorapong Yuthtrai)
4498 Date: Sat Oct 23 23:00:56 2004
4499 Subject: [IRCServices] Language
4500 In-Reply-To: <00031116595002.02791@rcmoraes.intranet>
4501 References: 00031116595002.02791@rcmoraes.intranet
4502 Message-ID: Pine.BSF.4.20.0003121300560.97203&#45;100000@ads.thai.com
4503
4504
4505 I would like to translate ircserver into Thai version. What should I
4506 do? Do I need to edit source code? Please help me.
4507
4508 Thank You very much
4509 Solar
4510
4511
4512 ---------------------------------------------------------------
4513 To unsubscribe, send email to majordomo@ender.shadowfire.org
4514 with "unsubscribe ircservices" in the body, without the quotes.
4515
4516 From andrewk at icon.co.za Sat Mar 11 23:46:16 2000
4517 From: andrewk at icon.co.za (Andrew Kempe)
4518 Date: Sat Oct 23 23:00:56 2004
4519 Subject: [IRCServices] Language
4520 In-Reply-To: <Pine.BSF.4.20.0003121300560.97203-100000@ads.thai.com>
4521 References: Pine.BSF.4.20.0003121300560.97203&#45;100000@ads.thai.com
4522 Message-ID: NCBBIPDDJGGDOCPMKPKPMEAEDDAA.andrewk@icon.co.za
4523
4524 In the IRC Services archive there is a directory called "lang". Look for a
4525 file called "en_us.l" within this dir. Read it, it contains info about
4526 translating. The rest of the file is what you need to translate.
4527
4528 Andrew
4529
4530 > -----Original Message-----
4531 > From: owner-ircservices@ender.shadowfire.org
4532 > [mailto:owner-ircservices@ender.shadowfire.org]On Behalf Of Mr.Sorapong
4533 > Yuthtrai
4534 > Sent: 12 March 2000 08:03
4535 > To: ircservices@ender.shadowfire.org
4536 > Subject: [IRCServices] Language
4537 >
4538 >
4539 >
4540 > I would like to translate ircserver into Thai version. What should I
4541 > do? Do I need to edit source code? Please help me.
4542 >
4543 > Thank You very much
4544 > Solar
4545 >
4546 >
4547 > ---------------------------------------------------------------
4548 > To unsubscribe, send email to majordomo@ender.shadowfire.org
4549 > with "unsubscribe ircservices" in the body, without the quotes.
4550 >
4551
4552 ---------------------------------------------------------------
4553 To unsubscribe, send email to majordomo@ender.shadowfire.org
4554 with "unsubscribe ircservices" in the body, without the quotes.
4555
4556 From solar at ads.thai.com Sun Mar 12 00:29:15 2000
4557 From: solar at ads.thai.com (Mr.Sorapong Yuthtrai)
4558 Date: Sat Oct 23 23:00:56 2004
4559 Subject: [IRCServices] Language
4560 In-Reply-To: <NCBBIPDDJGGDOCPMKPKPMEAEDDAA.andrewk@icon.co.za>
4561 References: NCBBIPDDJGGDOCPMKPKPMEAEDDAA.andrewk@icon.co.za
4562 Message-ID: Pine.BSF.4.20.0003121528001.99755&#45;100000@ads.thai.com
4563
4564
4565 When I finish translation it, what do I need to do next?
4566
4567 Solar
4568
4569 On Sun, 12 Mar 2000, Andrew Kempe wrote:
4570
4571 > In the IRC Services archive there is a directory called "lang". Look for a
4572 > file called "en_us.l" within this dir. Read it, it contains info about
4573 > translating. The rest of the file is what you need to translate.
4574 >
4575 > Andrew
4576 >
4577 > > -----Original Message-----
4578 > > From: owner-ircservices@ender.shadowfire.org
4579 > > [mailto:owner-ircservices@ender.shadowfire.org]On Behalf Of Mr.Sorapong
4580 > > Yuthtrai
4581 > > Sent: 12 March 2000 08:03
4582 > > To: ircservices@ender.shadowfire.org
4583 > > Subject: [IRCServices] Language
4584 > >
4585 > >
4586 > >
4587 > > I would like to translate ircserver into Thai version. What should I
4588 > > do? Do I need to edit source code? Please help me.
4589 > >
4590 > > Thank You very much
4591 > > Solar
4592 > >
4593 > >
4594 > > ---------------------------------------------------------------
4595 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
4596 > > with "unsubscribe ircservices" in the body, without the quotes.
4597 > >
4598 >
4599 > ---------------------------------------------------------------
4600 > To unsubscribe, send email to majordomo@ender.shadowfire.org
4601 > with "unsubscribe ircservices" in the body, without the quotes.
4602 >
4603
4604 ---------------------------------------------------------------
4605 To unsubscribe, send email to majordomo@ender.shadowfire.org
4606 with "unsubscribe ircservices" in the body, without the quotes.
4607
4608 From andrewk at icon.co.za Sun Mar 12 09:34:54 2000
4609 From: andrewk at icon.co.za (Andrew Kempe)
4610 Date: Sat Oct 23 23:00:57 2004
4611 Subject: [IRCServices] Language
4612 In-Reply-To: <Pine.BSF.4.20.0003121528001.99755-100000@ads.thai.com>
4613 References: Pine.BSF.4.20.0003121528001.99755&#45;100000@ads.thai.com
4614 Message-ID: NCBBIPDDJGGDOCPMKPKPAEAGDDAA.andrewk@icon.co.za
4615
4616 Mail it to me at theshadow@shadowfire.org
4617
4618 Thanks, Andrew
4619
4620 > -----Original Message-----
4621 > From: owner-ircservices@ender.shadowfire.org
4622 > [mailto:owner-ircservices@ender.shadowfire.org]On Behalf Of Mr.Sorapong
4623 > Yuthtrai
4624 > Sent: 12 March 2000 10:29
4625 > To: ircservices@ender.shadowfire.org
4626 > Subject: RE: [IRCServices] Language
4627 >
4628 >
4629 >
4630 > When I finish translation it, what do I need to do next?
4631 >
4632 > Solar
4633 >
4634 > On Sun, 12 Mar 2000, Andrew Kempe wrote:
4635 >
4636 > > In the IRC Services archive there is a directory called "lang".
4637 > Look for a
4638 > > file called "en_us.l" within this dir. Read it, it contains info about
4639 > > translating. The rest of the file is what you need to translate.
4640 > >
4641 > > Andrew
4642 > >
4643 > > > -----Original Message-----
4644 > > > From: owner-ircservices@ender.shadowfire.org
4645 > > > [<A HREF="mailto:owner-ircservices@ender.shadowfire.org]On">mailto:owner-ircservices@ender.shadowfire.org]On</A> Behalf Of
4646 > Mr.Sorapong
4647 > > > Yuthtrai
4648 > > > Sent: 12 March 2000 08:03
4649 > > > To: ircservices@ender.shadowfire.org
4650 > > > Subject: [IRCServices] Language
4651 > > >
4652 > > >
4653 > > >
4654 > > > I would like to translate ircserver into Thai version. What should I
4655 > > > do? Do I need to edit source code? Please help me.
4656 > > >
4657 > > > Thank You very much
4658 > > > Solar
4659 > > >
4660 > > >
4661 > > > ---------------------------------------------------------------
4662 > > > To unsubscribe, send email to majordomo@ender.shadowfire.org
4663 > > > with "unsubscribe ircservices" in the body, without the quotes.
4664 > > >
4665 > >
4666 > > ---------------------------------------------------------------
4667 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
4668 > > with "unsubscribe ircservices" in the body, without the quotes.
4669 > >
4670 >
4671 > ---------------------------------------------------------------
4672 > To unsubscribe, send email to majordomo@ender.shadowfire.org
4673 > with "unsubscribe ircservices" in the body, without the quotes.
4674 >
4675 ---------------------------------------------------------------
4676 To unsubscribe, send email to majordomo@ender.shadowfire.org
4677 with "unsubscribe ircservices" in the body, without the quotes.
4678
4679 From nitrane at mailandnews.com Wed Mar 15 19:00:38 2000
4680 From: nitrane at mailandnews.com (Peter Coyne)
4681 Date: Sat Oct 23 23:00:57 2004
4682 Subject: [IRCServices] Logging to channel
4683 References: <NCBBIPDDJGGDOCPMKPKPAEAGDDAA.andrewk@icon.co.za>
4684 Message-ID: 001501bf8ef3$d0327cb0$6366fea9@kenny
4685
4686 is implementing a services output channel planned?
4687 couldnt find a TODO on the site.
4688
4689 Pete
4690
4691 ---------------------------------------------------------------
4692 To unsubscribe, send email to majordomo@ender.shadowfire.org
4693 with "unsubscribe ircservices" in the body, without the quotes.
4694
4695 From andrewk at icon.co.za Thu Mar 16 07:28:23 2000
4696 From: andrewk at icon.co.za (Andrew Kempe)
4697 Date: Sat Oct 23 23:00:57 2004
4698 Subject: [IRCServices] Logging to channel
4699 In-Reply-To: <001501bf8ef3$d0327cb0$6366fea9@kenny>
4700 References: 001501bf8ef3$d0327cb0$6366fea9@kenny
4701 Message-ID: NCBBIPDDJGGDOCPMKPKPAEDADDAA.andrewk@icon.co.za
4702
4703 I'm not about to implement it in the near future due to the enormous amount
4704 of more pressing issues.
4705
4706 Andrew
4707
4708 > -----Original Message-----
4709 > From: owner-ircservices@ender.shadowfire.org
4710 > [mailto:owner-ircservices@ender.shadowfire.org]On Behalf Of Peter Coyne
4711 > Sent: 16 March 2000 05:01
4712 > To: ircservices@ender.shadowfire.org
4713 > Subject: [IRCServices] Logging to channel
4714 >
4715 >
4716 > is implementing a services output channel planned?
4717 > couldnt find a TODO on the site.
4718 >
4719 > Pete
4720 >
4721 > ---------------------------------------------------------------
4722 > To unsubscribe, send email to majordomo@ender.shadowfire.org
4723 > with "unsubscribe ircservices" in the body, without the quotes.
4724 >
4725
4726 ---------------------------------------------------------------
4727 To unsubscribe, send email to majordomo@ender.shadowfire.org
4728 with "unsubscribe ircservices" in the body, without the quotes.
4729
4730 From achurch at dragonfire.net Fri Mar 17 16:47:28 2000
4731 From: achurch at dragonfire.net (Andrew Church)
4732 Date: Sat Oct 23 23:00:57 2004
4733 Subject: [IRCServices] Services Problem (fwd)
4734 Message-ID: 38d1e338.01157@dragonfire.net
4735
4736 <<< Forwarded by achurch@dragonfire.net >>>
4737
4738 Envelope-to: achurch@dragonfire.net
4739 Delivery-date: Thu, 16 Mar 2000 23:15:04 -0800
4740 Date: Fri, 17 Mar 2000 00:11:41 -0600
4741 From: Neodeath <neodeath@geekfactor.freedom-net.com>
4742 To: achurch@dragonfire.net
4743 Subject: Services Problem
4744
4745 When I run ./services from console i get this error message.
4746 services.conf:616: DefSessionLimit: Expected a positive integer for parameter 1
4747
4748 \e[A\e[A
4749 no matter what I set for the same hosts connection limit, i get the same error. In the example.conf it says that if it is defined as zero it will not have a connection limit for hosts. I set it to that and it still gives me the same error message. Could you please help?
4750
4751 reply to:
4752 neodeath@cableregina.com
4753
4754 EOF
4755 ---------------------------------------------------------------
4756 To unsubscribe, send email to majordomo@ender.shadowfire.org
4757 with "unsubscribe ircservices" in the body, without the quotes.
4758
4759 From Oliver.Maul at 42.nu Wed Mar 22 23:51:27 2000
4760 From: Oliver.Maul at 42.nu (Oliver Maul)
4761 Date: Sat Oct 23 23:00:57 2004
4762 Subject: [IRCServices] Patch for ircd-2.10.x
4763 Message-ID: 38D9CCFF.62FE1F19@42.nu
4764
4765 Hi,
4766
4767 during the last days I made some changes to ircservices-4.3.3
4768 related to the irc-protocol of ircd-2.10.x
4769
4770 You can find the patch on
4771
4772 http://bi.st/ircservices-4.3.3.patch
4773
4774 The patch includes some other features like a NOAUTOOP-flag
4775 for nicks or a logging function. But only the en_us language
4776 file is up to date till now.
4777
4778 Please contact me if you have any suggestions or find some
4779 mistakes.
4780
4781 Oliver
4782 ---------------------------------------------------------------
4783 To unsubscribe, send email to majordomo@ender.shadowfire.org
4784 with "unsubscribe ircservices" in the body, without the quotes.
4785
4786 From cyberpunk at ncsa.es Thu Mar 23 05:04:42 2000
4787 From: cyberpunk at ncsa.es (CyBeRpUnK)
4788 Date: Sat Oct 23 23:00:57 2004
4789 Subject: [IRCServices] Services in P10 Protocol...
4790 Message-ID: 000801bf94c8$5c1a9800$0232a8c0@equipo1
4791
4792
4793 Oliver: your support for ircus 2.10.x is incomplet, I have a IrcServices, with full suport for the UndernetP10 protocol & Databases in MySQL. and more.
4794
4795 Luis Gonzalez, CyBeRpUnK at irc.globalchat.org
4796 From m_walx0r at hotmail.com Thu Mar 23 22:07:39 2000
4797 From: m_walx0r at hotmail.com (Colin Bartolome)
4798 Date: Sat Oct 23 23:00:57 2004
4799 Subject: [IRCServices] Suggestion for new ChanServ command
4800 Message-ID: 20000324060848.78274.qmail@hotmail.com
4801
4802 I don't know if this is the right place to email with this suggestion...I
4803 was thinking that ChanServ should have a command that makes everybody in a
4804 channel's status match the access list...e.g., people who were opped by
4805 other people would lose ops, people who were deopped but are on the access
4806 list would gain ops...
4807
4808 The format could be:
4809
4810 /msg ChanServ cycle <chan> <password>
4811
4812 ---------------------------------------------------------------
4813 To unsubscribe, send email to majordomo@ender.shadowfire.org
4814 with "unsubscribe ircservices" in the body, without the quotes.
4815
4816 From drkstlkr at goplay.com Thu Mar 23 23:53:39 2000
4817 From: drkstlkr at goplay.com (DarkStalker)
4818 Date: Sat Oct 23 23:00:57 2004
4819 Subject: [IRCServices] Keeptopic and Topiclock
4820 Message-ID: 81139321.2.1636@mx1&#45;12.onmedia.com
4821
4822
4823 For some annoying reason, my keeptopic and topiclock options are not
4824 working for Chanserv. I know for certain my U:lines are set up
4825 correctly, yet everytime i reset services, they say that they cannot
4826 set modes in #channel and make sure I have my U:lines configured
4827 correctly. I've double, triple, quadruple checked the U:lines if
4828 they are correct, as well as other ppl i know, and they are correct.
4829 These seem to be the only 2 options that services cannot set.
4830 +--------------------------------------------------------------------------+
4831 | The coolest site for free home pages, email, chat, e-cards, movie info.. |
4832 | http://www.goplay.com - it's time to Go Play! |
4833 +--------------------------------------------------------------------------+
4834 ---------------------------------------------------------------
4835 To unsubscribe, send email to majordomo@ender.shadowfire.org
4836 with "unsubscribe ircservices" in the body, without the quotes.
4837
4838 From scrm at scandal.org Fri Mar 24 00:59:35 2000
4839 From: scrm at scandal.org (Mehran Khalili)
4840 Date: Sat Oct 23 23:00:57 2004
4841 Subject: [IRCServices] large problem with services
4842 Message-ID: GOEJIBOGNDMEHOBFJDMDEEOFCCAA.scrm@scandal.org
4843
4844
4845 Hello, I have a large problem with services that I would be grateful for any
4846 assistance with.
4847
4848 I am trying to connect services (running on 'chatservices.luxusbuerg.lu' -
4849 194.154.198.68) to the IRC server ('jupiter.luxusbuerg.lu' -
4850 194.154.198.67). I am using the latest version of services.
4851
4852 In the IRCD.CONF file I have the following lines:
4853
4854 --
4855 U:chatservices.luxusbuerg.lu:*:*
4856
4857 C:194.154.198.68:xxxxxxxx:chatservices.luxusbuerg.lu:7325:50
4858 N:194.154.198.68:xxxxxxxxxxxx:chatservices.luxusbuerg.lu::50
4859 H:*:*:chatservices.luxusbuerg.lu
4860
4861 P:chatservices.luxusbuerg.lu:*:*:7325
4862 --
4863
4864 In the SERVICES.CONF file I have the following lines:
4865
4866 --
4867 RemoteServer jupiter.luxusbuerg.lu 7325 "xxxxxxxxx"
4868 ServerName "chatservices.luxusbuerg.lu"
4869 ServiceUser "services@chatservices.luxusbuerg.lu"
4870 NSEnforcerUser enforcer@chatservices.luxusbuerg.lu
4871 --
4872
4873 However, when trying to connect the services, I get the following server
4874 messages:
4875
4876 --
4877 (server) *** Notice -- Connection to
4878 chatservices.luxusbuerg.lu[*@194.154.198.68] activated.
4879 (server) *** LocOps -- ERROR :No Access (No N line) [194.154.198.67]
4880 (server) *** LocOps -- Access denied (No N line) [194.154.198.67]
4881 (server) *** LocOps -- ERROR :from
4882 chatservices.luxusbuerg.lu[194.154.198.68] -- Closing Link: [194.154.198.67]
4883 (No N line)
4884 (server) *** LocOps -- Server chatservices.luxusbuerg.lu[194.154.198.68]
4885 closed the connection
4886
4887 and
4888
4889 (server) *** Notice -- Lost connection to
4890 chatservices.luxusbuerg.lu[194.154.198.68]:Connection reset by peer
4891 --
4892
4893 This isn't the first time the problem has occurred, but it's the first time
4894 I can't solve it! Everything was working fine with this configuration before
4895 my provider changed some IP addresses (those are the only settings that have
4896 changed).
4897
4898 Regards,
4899
4900 Mehran Khalili
4901
4902
4903 --------------
4904 Mehran Khalili
4905
4906 Nvision s.à r.l. - http://www.nvision.lu - mehran.khalili@nvision.lu
4907 Luxusbuerg a.s.b.l. - <A HREF="http://www.luxusbuerg.lu">http://www.luxusbuerg.lu</A> - scrm@irc.lu
4908
4909 ---------------------------------------------------------------
4910 To unsubscribe, send email to majordomo@ender.shadowfire.org
4911 with "unsubscribe ircservices" in the body, without the quotes.
4912
4913 From achurch at dragonfire.net Fri Mar 24 18:18:21 2000
4914 From: achurch at dragonfire.net (Andrew Church)
4915 Date: Sat Oct 23 23:00:57 2004
4916 Subject: [IRCServices] large problem with services
4917 Message-ID: 38db32f3.25571@dragonfire.net
4918
4919 >C:194.154.198.68:xxxxxxxx:chatservices.luxusbuerg.lu:7325:50
4920
4921 Don't put a port number in the C:line. This is in the FAQ.
4922
4923 --Andrew Church
4924 achurch@dragonfire.net
4925 http://achurch.dragonfire.net/
4926 ---------------------------------------------------------------
4927 To unsubscribe, send email to majordomo@ender.shadowfire.org
4928 with "unsubscribe ircservices" in the body, without the quotes.
4929
4930 From andrewk at icon.co.za Fri Mar 24 01:30:54 2000
4931 From: andrewk at icon.co.za (Andrew Kempe)
4932 Date: Sat Oct 23 23:00:57 2004
4933 Subject: [IRCServices] large problem with services
4934 In-Reply-To: <GOEJIBOGNDMEHOBFJDMDEEOFCCAA.scrm@scandal.org>
4935 References: GOEJIBOGNDMEHOBFJDMDEEOFCCAA.scrm@scandal.org
4936 Message-ID: Pine.GSO.3.96.1000324113015.28187A&#45;100000@shell.icon.co.za
4937
4938 Services is binding to the IP: 194.154.198.67
4939 You ircd expects a connection from: 194.154.198.68
4940
4941 Either make services bind to .68 or change teh c/n line.
4942
4943 Andrew
4944
4945 On Fri, 24 Mar 2000, Mehran Khalili wrote:
4946
4947 >
4948 > Hello, I have a large problem with services that I would be grateful for any
4949 > assistance with.
4950 >
4951 > I am trying to connect services (running on 'chatservices.luxusbuerg.lu' -
4952 > 194.154.198.68) to the IRC server ('jupiter.luxusbuerg.lu' -
4953 > 194.154.198.67). I am using the latest version of services.
4954 >
4955 > In the IRCD.CONF file I have the following lines:
4956 >
4957 > --
4958 > U:chatservices.luxusbuerg.lu:*:*
4959 >
4960 > C:194.154.198.68:xxxxxxxx:chatservices.luxusbuerg.lu:7325:50
4961 > N:194.154.198.68:xxxxxxxxxxxx:chatservices.luxusbuerg.lu::50
4962 > H:*:*:chatservices.luxusbuerg.lu
4963 >
4964 > P:chatservices.luxusbuerg.lu:*:*:7325
4965 > --
4966 >
4967 > In the SERVICES.CONF file I have the following lines:
4968 >
4969 > --
4970 > RemoteServer jupiter.luxusbuerg.lu 7325 "xxxxxxxxx"
4971 > ServerName "chatservices.luxusbuerg.lu"
4972 > ServiceUser "services@chatservices.luxusbuerg.lu"
4973 > NSEnforcerUser enforcer@chatservices.luxusbuerg.lu
4974 > --
4975 >
4976 > However, when trying to connect the services, I get the following server
4977 > messages:
4978 >
4979 > --
4980 > (server) *** Notice -- Connection to
4981 > chatservices.luxusbuerg.lu[*@194.154.198.68] activated.
4982 > (server) *** LocOps -- ERROR :No Access (No N line) [194.154.198.67]
4983 > (server) *** LocOps -- Access denied (No N line) [194.154.198.67]
4984 > (server) *** LocOps -- ERROR :from
4985 > chatservices.luxusbuerg.lu[194.154.198.68] -- Closing Link: [194.154.198.67]
4986 > (No N line)
4987 > (server) *** LocOps -- Server chatservices.luxusbuerg.lu[194.154.198.68]
4988 > closed the connection
4989 >
4990 > and
4991 >
4992 > (server) *** Notice -- Lost connection to
4993 > chatservices.luxusbuerg.lu[194.154.198.68]:Connection reset by peer
4994 > --
4995 >
4996 > This isn't the first time the problem has occurred, but it's the first time
4997 > I can't solve it! Everything was working fine with this configuration before
4998 > my provider changed some IP addresses (those are the only settings that have
4999 > changed).
5000 >
5001 > Regards,
5002 >
5003 > Mehran Khalili
5004 >
5005 >
5006 > --------------
5007 > Mehran Khalili
5008 >
5009 > Nvision s.à r.l. - http://www.nvision.lu - mehran.khalili@nvision.lu
5010 > Luxusbuerg a.s.b.l. - <A HREF="http://www.luxusbuerg.lu">http://www.luxusbuerg.lu</A> - scrm@irc.lu
5011 >
5012 > ---------------------------------------------------------------
5013 > To unsubscribe, send email to majordomo@ender.shadowfire.org
5014 > with "unsubscribe ircservices" in the body, without the quotes.
5015 >
5016
5017 ---------------------------------------------------------------
5018 To unsubscribe, send email to majordomo@ender.shadowfire.org
5019 with "unsubscribe ircservices" in the body, without the quotes.
5020
5021 From scrm at scandal.org Fri Mar 24 01:58:31 2000
5022 From: scrm at scandal.org (Mehran Khalili)
5023 Date: Sat Oct 23 23:00:57 2004
5024 Subject: [IRCServices] large problem with services
5025 In-Reply-To: <38db32f3.25571@dragonfire.net>
5026 References: 38db32f3.25571@dragonfire.net
5027 Message-ID: GOEJIBOGNDMEHOBFJDMDEEOHCCAA.scrm@scandal.org
5028
5029 Already tried this.
5030
5031 When /connecting:
5032
5033 (server) *** Connecting to *@194.154.198.68[chatservices.luxusbuerg.lu].
5034 (server) *** Global -- Write error to
5035 chatservices.luxusbuerg.lu[194.154.198.68], closing link
5036
5037 When running ./services from the shell:
5038
5039 (server) *** Notice -- Received unauthorized connection from
5040 chatservices.luxusbuerg.lu[@chat.pt.lu].
5041
5042 I'd be grateful if you or anyone else had any other ideas to offer.
5043
5044 cheers
5045
5046 Mehran
5047
5048
5049 --------------
5050 Mehran Khalili
5051
5052 Nvision s.à r.l. - http://www.nvision.lu - mehran.khalili@nvision.lu
5053 Luxusbuerg a.s.b.l. - <A HREF="http://www.luxusbuerg.lu">http://www.luxusbuerg.lu</A> - scrm@irc.lu
5054
5055
5056 > -----Original Message-----
5057 > From: owner-ircservices@ender.shadowfire.org
5058 > [<A HREF="mailto:owner-ircservices@ender.shadowfire.org]On">mailto:owner-ircservices@ender.shadowfire.org]On</A> Behalf Of Andrew
5059 > Church
5060 > Sent: Friday, March 24, 2000 10:18
5061 > To: ircservices@ender.shadowfire.org
5062 > Subject: Re: [IRCServices] large problem with services
5063 >
5064 >
5065 > >C:194.154.198.68:xxxxxxxx:chatservices.luxusbuerg.lu:7325:50
5066 >
5067 > Don't put a port number in the C:line. This is in the FAQ.
5068 >
5069 > --Andrew Church
5070 > achurch@dragonfire.net
5071 > <A HREF="http://achurch.dragonfire.net/">http://achurch.dragonfire.net/</A>
5072 > ---------------------------------------------------------------
5073 > To unsubscribe, send email to majordomo@ender.shadowfire.org
5074 > with "unsubscribe ircservices" in the body, without the quotes.
5075 >
5076
5077 ---------------------------------------------------------------
5078 To unsubscribe, send email to majordomo@ender.shadowfire.org
5079 with "unsubscribe ircservices" in the body, without the quotes.
5080
5081 From andrewk at icon.co.za Fri Mar 24 03:00:29 2000
5082 From: andrewk at icon.co.za (Andrew Kempe)
5083 Date: Sat Oct 23 23:00:57 2004
5084 Subject: [IRCServices] Suggestion for new ChanServ command
5085 In-Reply-To: <20000324060848.78274.qmail@hotmail.com>
5086 References: 20000324060848.78274.qmail@hotmail.com
5087 Message-ID: Pine.GSO.3.96.1000324125930.28187B&#45;100000@shell.icon.co.za
5088
5089 Added to todo list.
5090
5091 Thanks, Andrew
5092
5093 On Thu, 23 Mar 2000, Colin Bartolome wrote:
5094
5095 > I don't know if this is the right place to email with this suggestion...I
5096 > was thinking that ChanServ should have a command that makes everybody in a
5097 > channel's status match the access list...e.g., people who were opped by
5098 > other people would lose ops, people who were deopped but are on the access
5099 > list would gain ops...
5100 >
5101 > The format could be:
5102 >
5103 > /msg ChanServ cycle <chan> <password>
5104 >
5105 > ---------------------------------------------------------------
5106 > To unsubscribe, send email to majordomo@ender.shadowfire.org
5107 > with "unsubscribe ircservices" in the body, without the quotes.
5108 >
5109
5110 ---------------------------------------------------------------
5111 To unsubscribe, send email to majordomo@ender.shadowfire.org
5112 with "unsubscribe ircservices" in the body, without the quotes.
5113
5114 From achurch at dragonfire.net Fri Mar 24 20:11:15 2000
5115 From: achurch at dragonfire.net (Andrew Church)
5116 Date: Sat Oct 23 23:00:57 2004
5117 Subject: [IRCServices] large problem with services
5118 Message-ID: 38db4e53.26031@dragonfire.net
5119
5120 >When /connecting:
5121
5122 You don't /connect. This is also in the FAQ.
5123
5124 >When running ./services from the shell:
5125 >
5126 >(server) *** Notice -- Received unauthorized connection from
5127 >chatservices.luxusbuerg.lu[@chat.pt.lu].
5128
5129 Do you have a multihomed machine? I assume so, from the errors
5130 given. Try using the "LocalAddress" directive in services.conf, like:
5131
5132 LocalAddress 194.154.198.68 0
5133
5134 Alternatively, set the C/N lines in ircd.conf to match the address in
5135 the error message (chat.pt.lu).
5136
5137 --Andrew Church
5138 achurch@dragonfire.net
5139 http://achurch.dragonfire.net/
5140 ---------------------------------------------------------------
5141 To unsubscribe, send email to majordomo@ender.shadowfire.org
5142 with "unsubscribe ircservices" in the body, without the quotes.
5143
5144 From dreamer at darkness.gr Fri Mar 24 09:09:46 2000
5145 From: dreamer at darkness.gr (Nick Krassas)
5146 Date: Sat Oct 23 23:00:57 2004
5147 Subject: [IRCServices] Services and performance.
5148 In-Reply-To: <NCBBIPDDJGGDOCPMKPKPCEAADDAA.andrewk@icon.co.za>
5149 References: NCBBIPDDJGGDOCPMKPKPCEAADDAA.andrewk@icon.co.za
5150 Message-ID: Pine.LNX.4.20.0003241907160.22253&#45;100000@darkness.darkness.gr
5151
5152 Greetings all,
5153 Months ago, andrew i guess asked how services are going in small
5154 networks, this is a feedback of our network :
5155
5156 [19:03] -OperServ- Current users: 1025 (29 ops)
5157 -
5158 [19:03] -OperServ- Maximum users: 2001 (Mar 23 23:23:33 2000 EET)
5159 -
5160 [19:03] -OperServ- Services up 10 days, 04:05
5161
5162 Dinos @ irc
5163 ircadmin@darkness.irc.gr
5164
5165
5166 ---------------------------------------------------------------
5167 To unsubscribe, send email to majordomo@ender.shadowfire.org
5168 with "unsubscribe ircservices" in the body, without the quotes.
5169
5170 From rcmoraes at rionet.com.br Fri Mar 24 12:16:19 2000
5171 From: rcmoraes at rionet.com.br (Rafael Moraes)
5172 Date: Sat Oct 23 23:00:57 2004
5173 Subject: [IRCServices] Services and performance.
5174 In-Reply-To: <Pine.LNX.4.20.0003241907160.22253-100000@darkness.darkness.gr>
5175 References: <Pine.LNX.4.20.0003241907160.22253-100000@darkness.darkness.gr>
5176 Message-ID: 00032416180200.00871@rcmoraes.intranet
5177
5178 What version of services are u running ?
5179
5180 my 4.2.4 coredumps sometimes cause the server->usrcnt ++ line
5181
5182 has anybody had similar problems ?
5183
5184 On Fri, 24 Mar 2000, you wrote:
5185 > Greetings all,
5186 > Months ago, andrew i guess asked how services are going in small
5187 > networks, this is a feedback of our network :
5188 >
5189 > [19:03] -OperServ- Current users: 1025 (29 ops)
5190 > -
5191 > [19:03] -OperServ- Maximum users: 2001 (Mar 23 23:23:33 2000 EET)
5192 > -
5193 > [19:03] -OperServ- Services up 10 days, 04:05
5194 >
5195 > Dinos @ irc
5196 > ircadmin@darkness.irc.gr
5197 >
5198 >
5199 > ---------------------------------------------------------------
5200 > To unsubscribe, send email to majordomo@ender.shadowfire.org
5201 > with "unsubscribe ircservices" in the body, without the quotes.
5202 --
5203 Rafael Moraes
5204 rcmoraes@rionet.com.br
5205 climber@rionet.com.br
5206 fighter@brasirc.com.br
5207 icq 10022972
5208
5209 ---------------------------------------------------------------
5210 To unsubscribe, send email to majordomo@ender.shadowfire.org
5211 with "unsubscribe ircservices" in the body, without the quotes.
5212
5213 From joshodom at uswest.net Fri Mar 24 11:52:21 2000
5214 From: joshodom at uswest.net (Josh Odom)
5215 Date: Sat Oct 23 23:00:57 2004
5216 Subject: [IRCServices] Keeptopic and Topiclock
5217 In-Reply-To: <81139321.2.1636@mx1-12.onmedia.com>
5218 References: 81139321.2.1636@mx1&#45;12.onmedia.com
5219 Message-ID: LPBBKJEFFODONBDMHFLJEEIJCAAA.joshodom@uswest.net
5220
5221 What IRCD are you using? I have seen similar problems with old Elite2 IRCDs.
5222
5223 Although, I have been using Services 4.3.3 with Elite3 with no problems at
5224 all.
5225
5226 Josh
5227
5228 -----Original Message-----
5229 From: owner-ircservices@ender.shadowfire.org
5230 [mailto:owner-ircservices@ender.shadowfire.org]On Behalf Of DarkStalker
5231 Sent: Friday, March 24, 2000 12:54 AM
5232 To: ircservices@ender.shadowfire.org
5233 Subject: [IRCServices] Keeptopic and Topiclock
5234
5235
5236
5237 For some annoying reason, my keeptopic and topiclock options are not
5238 working for Chanserv. I know for certain my U:lines are set up
5239 correctly, yet everytime i reset services, they say that they cannot
5240 set modes in #channel and make sure I have my U:lines configured
5241 correctly. I've double, triple, quadruple checked the U:lines if
5242 they are correct, as well as other ppl i know, and they are correct.
5243 These seem to be the only 2 options that services cannot set.
5244 +--------------------------------------------------------------------------+
5245 | The coolest site for free home pages, email, chat, e-cards, movie info.. |
5246 | <A HREF="http://www.goplay.com">http://www.goplay.com</A> - it's time to Go Play! |
5247 +--------------------------------------------------------------------------+
5248 ---------------------------------------------------------------
5249 To unsubscribe, send email to majordomo@ender.shadowfire.org
5250 with "unsubscribe ircservices" in the body, without the quotes.
5251
5252 ---------------------------------------------------------------
5253 To unsubscribe, send email to majordomo@ender.shadowfire.org
5254 with "unsubscribe ircservices" in the body, without the quotes.
5255
5256 From cyberpunk at ncsa.es Fri Mar 24 12:47:10 2000
5257 From: cyberpunk at ncsa.es (CyBeRpUnK)
5258 Date: Sat Oct 23 23:00:57 2004
5259 Subject: [IRCServices] Keeptopic and Topiclock
5260 References: <LPBBKJEFFODONBDMHFLJEEIJCAAA.joshodom@uswest.net>
5261 Message-ID: 007201bf95d2$22e8dbe0$0232a8c0@equipo1
5262
5263 I have the same problem with ircus ircds, i have to rewritten th
5264 restore_topic and check_mlock functions to fix it.
5265
5266 > For some annoying reason, my keeptopic and topiclock options are not
5267 > working for Chanserv. I know for certain my U:lines are set up
5268 > correctly, yet everytime i reset services, they say that they cannot
5269 > set modes in #channel and make sure I have my U:lines configured
5270 > correctly. I've double, triple, quadruple checked the U:lines if
5271 > they are correct, as well as other ppl i know, and they are correct.
5272 > These seem to be the only 2 options that services cannot set.
5273
5274 Luis Gonzalez, CyBeRpUnK @ irc.globalchat.org
5275
5276 ---------------------------------------------------------------
5277 To unsubscribe, send email to majordomo@ender.shadowfire.org
5278 with "unsubscribe ircservices" in the body, without the quotes.
5279
5280 From martini at intergate.com.br Fri Mar 24 12:48:17 2000
5281 From: martini at intergate.com.br (Carlos Mendes Martini)
5282 Date: Sat Oct 23 23:00:57 2004
5283 Subject: [IRCServices] Re: Keeptopic and Topiclock
5284 In-Reply-To: <81139321.2.1636@mx1-12.onmedia.com>
5285 References: <81139321.2.1636@mx1-12.onmedia.com>
5286 Message-ID: 200003241748170830.006BD6A3@smtp.intergate.com.br
5287
5288 DarkStalker escreveu:
5289
5290 > For some annoying reason, my keeptopic and topiclock options
5291 > are not working for Chanserv.
5292
5293 Josh Odom wrote:
5294
5295 > What IRCD are you using? I have seen similar problems with old
5296 > Elite2 IRCDs.
5297 > Although, I have been using Services 4.3.3 with Elite3 with no
5298 > problems at all.
5299
5300
5301 I'm having troubles with this too.
5302
5303 I'm using the Dalnet DreamForge 4.6.7b and my U:lines have been set
5304 correctly. The problem occurs in several channels (not in all)
5305
5306 I apologize for my bad english.
5307
5308
5309 []s
5310 --
5311
5312 -------------------------------------------------------------
5313 MARTINI - martini@brasirc.net
5314 -------------------------------------------------------------
5315 Coordenador de Atendimento ao Usuário
5316 BrasIRC Webmaster - webmaster@brasirc.net
5317 BrasIRC Network - http://www.brasirc.net
5318 -------------------------------------------------------------
5319
5320 -
5321
5322 ---------------------------------------------------------------
5323 To unsubscribe, send email to majordomo@ender.shadowfire.org
5324 with "unsubscribe ircservices" in the body, without the quotes.
5325
5326 From martini at intergate.com.br Fri Mar 24 13:21:53 2000
5327 From: martini at intergate.com.br (Carlos Mendes Martini)
5328 Date: Sat Oct 23 23:00:57 2004
5329 Subject: [IRCServices] Re: Keeptopic and Topiclock
5330 In-Reply-To: <007201bf95d2$22e8dbe0$0232a8c0@equipo1>
5331 References: <LPBBKJEFFODONBDMHFLJEEIJCAAA.joshodom@uswest.net><007201bf95d2$22e8dbe0$0232a8c0@equipo1>
5332 Message-ID: 200003241821530210.008A9868@smtp.intergate.com.br
5333
5334
5335 CyBeRpUnK escreveu:
5336
5337 > I have the same problem with ircus ircds, i have to rewritten
5338 > th restore_topic and check_mlock functions to fix it.
5339
5340
5341 Please, can you post the modifications in the ircservices codding mailing
5342 list?
5343
5344
5345 Best regards,
5346 --
5347
5348 Carlos Mendes MARTINI
5349 martini@brasirc.net
5350
5351 -
5352
5353 ---------------------------------------------------------------
5354 To unsubscribe, send email to majordomo@ender.shadowfire.org
5355 with "unsubscribe ircservices" in the body, without the quotes.
5356
5357 From drkstlkr at goplay.com Fri Mar 24 15:57:23 2000
5358 From: drkstlkr at goplay.com (DarkStalker)
5359 Date: Sat Oct 23 23:00:57 2004
5360 Subject: [IRCServices] Keeptopic and Topiclock
5361 Message-ID: 81253324.2.1636@mx1&#45;12.onmedia.com
5362
5363 i am using ircD: version Unreal2.1.7+rsq
5364
5365
5366 "Josh Odom" <joshodom@uswest.net> wrote on Friday March 24, 2000 at
5367 12:31pm:
5368 >What IRCD are you using? I have seen similar problems with old
5369 Elite2 IRCDs.
5370 >
5371 >Although, I have been using Services 4.3.3 with Elite3 with no
5372 problems at
5373 >all.
5374 >
5375 >Josh
5376 >
5377 >-----Original Message-----
5378 >From: owner-ircservices@ender.shadowfire.org
5379 >[mailto:owner-ircservices@ender.shadowfire.org]On Behalf Of
5380 DarkStalker
5381 >Sent: Friday, March 24, 2000 12:54 AM
5382 >To: ircservices@ender.shadowfire.org
5383 >Subject: [IRCServices] Keeptopic and Topiclock
5384 >
5385 >
5386 >
5387 >For some annoying reason, my keeptopic and topiclock options are not
5388 >working for Chanserv. I know for certain my U:lines are set up
5389 >correctly, yet everytime i reset services, they say that they cannot
5390 >set modes in #channel and make sure I have my U:lines configured
5391 >correctly. I've double, triple, quadruple checked the U:lines if
5392 >they are correct, as well as other ppl i know, and they are correct.
5393 >These seem to be the only 2 options that services cannot set.
5394 >+--------------------------------------------------------------------
5395 ------+
5396 >| The coolest site for free home pages, email, chat, e-cards, movie
5397 info.. |
5398 >| <A HREF="http://www.goplay.com">http://www.goplay.com</A> - it's time to Go
5399 Play! |
5400 >+--------------------------------------------------------------------
5401 ------+
5402 >---------------------------------------------------------------
5403 >To unsubscribe, send email to majordomo@ender.shadowfire.org
5404 >with "unsubscribe ircservices" in the body, without the quotes.
5405 >
5406 >---------------------------------------------------------------
5407 >To unsubscribe, send email to majordomo@ender.shadowfire.org
5408 >with "unsubscribe ircservices" in the body, without the quotes.
5409
5410 +--------------------------------------------------------------------------+
5411 | The coolest site for free home pages, email, chat, e-cards, movie info.. |
5412 | <A HREF="http://www.goplay.com">http://www.goplay.com</A> - it's time to Go Play! |
5413 +--------------------------------------------------------------------------+
5414 ---------------------------------------------------------------
5415 To unsubscribe, send email to majordomo@ender.shadowfire.org
5416 with "unsubscribe ircservices" in the body, without the quotes.
5417
5418 From bstu at mystical.net Fri Mar 24 16:05:25 2000
5419 From: bstu at mystical.net (Benjamin S. Goldstein)
5420 Date: Sat Oct 23 23:00:57 2004
5421 Subject: [IRCServices] Keeptopic and Topiclock
5422 Message-ID: 005901bf95ed$d7bf75e0$ae41c898@nws.net
5423
5424 > For some annoying reason, my keeptopic and topiclock options are not
5425 > working for Chanserv. I know for certain my U:lines are set up
5426 > correctly, yet everytime i reset services, they say that they cannot
5427 > set modes in #channel and make sure I have my U:lines configured
5428 > correctly. I've double, triple, quadruple checked the U:lines if
5429 > they are correct, as well as other ppl i know, and they are correct.
5430 > These seem to be the only 2 options that services cannot set.
5431
5432 It would be nice to know what ircd you are using.
5433 Thats odd that ChanServ can set modes but not use /TOPIC..
5434 I'd make sure your ULines are correct:
5435 U:server.servername.net:*:*
5436 and kill the ircd and restart it. I've had problems with /rehash not
5437 reading ULines correctly until restarted.
5438
5439
5440 > > I have the same problem with ircus ircds, i have to rewritten
5441 > > th restore_topic and check_mlock functions to fix it.
5442
5443 > Please, can you post the modifications in the ircservices codding
5444 mailing
5445 > list?
5446
5447 Assuming that you're using Elite/Unreal/dreamforge, the ircu hacks mentioned
5448 above might not give you the desired changes in your ircd.
5449
5450 -- bstu (bstu@mystical.net)
5451
5452 ---------------------------------------------------------------
5453 To unsubscribe, send email to majordomo@ender.shadowfire.org
5454 with "unsubscribe ircservices" in the body, without the quotes.
5455
5456 From martini at intergate.com.br Fri Mar 24 19:12:55 2000
5457 From: martini at intergate.com.br (Carlos Mendes Martini)
5458 Date: Sat Oct 23 23:00:57 2004
5459 Subject: [IRCServices] Re: Keeptopic and Topiclock
5460 In-Reply-To: <005901bf95ed$d7bf75e0$ae41c898@nws.net>
5461 References: <005901bf95ed$d7bf75e0$ae41c898@nws.net>
5462 Message-ID: 200003250012550320.01CC06C2@smtp.intergate.com.br
5463
5464
5465 Benjamin S. Goldstein wrote:
5466
5467 > It would be nice to know what ircd you are using.
5468 > Thats odd that ChanServ can set modes but not use /TOPIC..
5469 > I'd make sure your ULines are correct:
5470 > U:server.servername.net:*:*
5471 > and kill the ircd and restart it. I've had problems with
5472 > /rehash not reading ULines correctly until restarted.
5473
5474
5475 I'll repeat: there are NO errors in my U:lines. It's not a new network,
5476 and the problem had started few months ago.
5477
5478 Anybody knows what's happening? :/
5479
5480
5481 Best regards
5482 --
5483
5484 Carlos Mendes MARTINI
5485 martini@brasirc.net
5486
5487 -
5488
5489 ---------------------------------------------------------------
5490 To unsubscribe, send email to majordomo@ender.shadowfire.org
5491 with "unsubscribe ircservices" in the body, without the quotes.
5492
5493 From atcarr at hotmail.com Fri Mar 24 21:29:29 2000
5494 From: atcarr at hotmail.com (The Phantom of the Internet)
5495 Date: Sat Oct 23 23:00:57 2004
5496 Subject: [IRCServices] large problem with services
5497 Message-ID: 20000325052930.62453.qmail@hotmail.com
5498
5499
5500 <SNIP>
5501 >Hello, I have a large problem with services that I would be grateful for
5502 >any
5503 >assistance with.
5504
5505 >In the IRCD.CONF file I have the following lines:
5506 >
5507 >--
5508 >U:chatservices.luxusbuerg.lu:*:*
5509 >
5510 >C:194.154.198.68:xxxxxxxx:chatservices.luxusbuerg.lu:7325:50
5511 >N:194.154.198.68:xxxxxxxxxxxx:chatservices.luxusbuerg.lu::50
5512 This is your problem right here. You C and N passwords need to match for
5513 some reason. Change the N, or C depending on your services line, line to
5514 read the same as c and try again. It should work.
5515
5516 The Phantom
5517 ______________________________________________________
5518 Get Your Private, Free Email at http://www.hotmail.com
5519
5520 ---------------------------------------------------------------
5521 To unsubscribe, send email to majordomo@ender.shadowfire.org
5522 with "unsubscribe ircservices" in the body, without the quotes.
5523
5524 From uhc0 at rz.uni-karlsruhe.de Sat Mar 25 02:44:12 2000
5525 From: uhc0 at rz.uni-karlsruhe.de (Yusuf Iskenderoglu)
5526 Date: Sat Oct 23 23:00:57 2004
5527 Subject: AW: [IRCServices] Re: Keeptopic and Topiclock
5528 In-Reply-To: <200003250012550320.01CC06C2@smtp.intergate.com.br>
5529 References: 200003250012550320.01CC06C2@smtp.intergate.com.br
5530 Message-ID: NDBBKLOOKLMAKHFICBLCGEOPCIAA.uhc0@rz.uni&#45;karlsruhe.de
5531
5532
5533 Did you consider the possibility, that
5534
5535 either you might have newly installed unreal ircd, which could contain bugs,
5536 or inconsistencies with RFC
5537
5538 or that the services you are using is not fully compatible with some options
5539 of this ircd ?
5540
5541 Regards,
5542
5543 ---------------------------------
5544 Yusuf Iskenderoglu
5545 eMail - uhc0@rz.uni-karlsruhe.de
5546 ICQ : 20587464 \ TimeMr14C
5547 ---------------------------------
5548
5549 > -----Ursprüngliche Nachricht-----
5550 > Von: owner-ircservices@ender.shadowfire.org
5551 > [mailto:owner-ircservices@ender.shadowfire.org]Im Auftrag von Carlos
5552 > Mendes Martini
5553 > Gesendet: Samstag, 25. März 2000 04:13
5554 > An: IRC Services
5555 > Betreff: [IRCServices] Re: Keeptopic and Topiclock
5556 >
5557 >
5558 >
5559 > Benjamin S. Goldstein wrote:
5560 >
5561 > > It would be nice to know what ircd you are using.
5562 > > Thats odd that ChanServ can set modes but not use /TOPIC..
5563 > > I'd make sure your ULines are correct:
5564 > > U:server.servername.net:*:*
5565 > > and kill the ircd and restart it. I've had problems with
5566 > > /rehash not reading ULines correctly until restarted.
5567 >
5568 >
5569 > I'll repeat: there are NO errors in my U:lines. It's not a
5570 > new network,
5571 > and the problem had started few months ago.
5572 >
5573 > Anybody knows what's happening? :/
5574 >
5575 >
5576 > Best regards
5577 > --
5578 >
5579 > Carlos Mendes MARTINI
5580 > martini@brasirc.net
5581 >
5582 > -
5583 >
5584 > ---------------------------------------------------------------
5585 > To unsubscribe, send email to majordomo@ender.shadowfire.org
5586 > with "unsubscribe ircservices" in the body, without the quotes.
5587 >
5588
5589 ---------------------------------------------------------------
5590 To unsubscribe, send email to majordomo@ender.shadowfire.org
5591 with "unsubscribe ircservices" in the body, without the quotes.
5592
5593 From zero at racetime.com.au Sat Mar 25 03:29:12 2000
5594 From: zero at racetime.com.au (Zero)
5595 Date: Sat Oct 23 23:00:57 2004
5596 Subject: [IRCServices] Re: Keeptopic and Topiclock
5597 In-Reply-To: <NDBBKLOOKLMAKHFICBLCGEOPCIAA.uhc0@rz.uni-karlsruhe.de>
5598 References: NDBBKLOOKLMAKHFICBLCGEOPCIAA.uhc0@rz.uni&#45;karlsruhe.de
5599 Message-ID: NDBBIIIAFJDPMKOMHLLFEEIKCCAA.zero@racetime.com.au
5600
5601 Dreamforge/Hybrid/ircu dont follow RFC
5602
5603 > -----Original Message-----
5604 <snip>
5605 > Did you consider the possibility, that
5606 >
5607 > either you might have newly installed unreal ircd, which could
5608 > contain bugs,
5609 > or inconsistencies with RFC
5610 <snip>
5611 ---------------------------------------------------------------
5612 To unsubscribe, send email to majordomo@ender.shadowfire.org
5613 with "unsubscribe ircservices" in the body, without the quotes.
5614
5615 From rafael at kapa.procergs.com.br Mon Mar 27 05:00:49 2000
5616 From: rafael at kapa.procergs.com.br (Rafael Ritter)
5617 Date: Sat Oct 23 23:00:57 2004
5618 Subject: AW: [IRCServices] Re: Keeptopic and Topiclock
5619 In-Reply-To: <NDBBKLOOKLMAKHFICBLCGEOPCIAA.uhc0@rz.uni-karlsruhe.de>
5620 References: <200003250012550320.01CC06C2@smtp.intergate.com.br>
5621 Message-ID: 3.0.6.32.20000327100049.007f5720@equipe.via&#45;rs.com.br
5622
5623 Hello,
5624
5625 at http://unreal.sourceforge.net/links.html you will find a version of
5626 Services 4.3.3 with Unreal suport. I hope this may help you.
5627
5628 XGregg
5629 Rafael Ritter
5630 rafael@equipe.via-rs.com.br
5631
5632 At 11:44 25/03/00 +0100, you wrote:
5633 >
5634 >Did you consider the possibility, that
5635 >
5636 >either you might have newly installed unreal ircd, which could contain bugs,
5637 >or inconsistencies with RFC
5638 >
5639 >or that the services you are using is not fully compatible with some options
5640 >of this ircd ?
5641 >
5642 >Regards,
5643 >
5644 >---------------------------------
5645 >Yusuf Iskenderoglu
5646 >eMail - uhc0@rz.uni-karlsruhe.de
5647 >ICQ : 20587464 \ TimeMr14C
5648 >---------------------------------
5649 >
5650 >> -----Ursprüngliche Nachricht-----
5651 >> Von: owner-ircservices@ender.shadowfire.org
5652 >> [<A HREF="mailto:owner-ircservices@ender.shadowfire.org]Im">mailto:owner-ircservices@ender.shadowfire.org]Im</A> Auftrag von Carlos
5653 >> Mendes Martini
5654 >> Gesendet: Samstag, 25. März 2000 04:13
5655 >> An: IRC Services
5656 >> Betreff: [IRCServices] Re: Keeptopic and Topiclock
5657 >>
5658 >>
5659 >>
5660 >> Benjamin S. Goldstein wrote:
5661 >>
5662 >> > It would be nice to know what ircd you are using.
5663 >> > Thats odd that ChanServ can set modes but not use /TOPIC..
5664 >> > I'd make sure your ULines are correct:
5665 >> > U:server.servername.net:*:*
5666 >> > and kill the ircd and restart it. I've had problems with
5667 >> > /rehash not reading ULines correctly until restarted.
5668 >>
5669 >>
5670 >> I'll repeat: there are NO errors in my U:lines. It's not a
5671 >> new network,
5672 >> and the problem had started few months ago.
5673 >>
5674 >> Anybody knows what's happening? :/
5675 >>
5676 >>
5677 >> Best regards
5678 >> --
5679 >>
5680 >> Carlos Mendes MARTINI
5681 >> martini@brasirc.net
5682 >>
5683 >> -
5684 >>
5685 >> ---------------------------------------------------------------
5686 >> To unsubscribe, send email to majordomo@ender.shadowfire.org
5687 >> with "unsubscribe ircservices" in the body, without the quotes.
5688 >>
5689 >
5690 >---------------------------------------------------------------
5691 >To unsubscribe, send email to majordomo@ender.shadowfire.org
5692 >with "unsubscribe ircservices" in the body, without the quotes.
5693 >
5694 >
5695
5696 ---------------------------------------------------------------
5697 To unsubscribe, send email to majordomo@ender.shadowfire.org
5698 with "unsubscribe ircservices" in the body, without the quotes.
5699
5700 From scrm at scandal.org Mon Mar 27 06:07:15 2000
5701 From: scrm at scandal.org (Mehran Khalili)
5702 Date: Sat Oct 23 23:00:57 2004
5703 Subject: AW: [IRCServices] Re: Keeptopic and Topiclock
5704 In-Reply-To: <3.0.6.32.20000327100049.007f5720@equipe.via-rs.com.br>
5705 References: 3.0.6.32.20000327100049.007f5720@equipe.via&#45;rs.com.br
5706 Message-ID: GOEJIBOGNDMEHOBFJDMDIEAHCDAA.scrm@scandal.org
5707
5708 I use Unreal Morrigan (fix) and generally I can manage to get everything
5709 working without a problem (once the services connect:).
5710
5711 I think Unreal is getting more and more popular nowadays. It's very
5712 configurable, full of the latest features and is very well supported.
5713 Shouldn't the coders of these services start thinking about supporting it
5714 directly?
5715
5716
5717 --------------
5718 Mehran Khalili
5719
5720 Nvision s.à r.l. - http://www.nvision.lu - mehran.khalili@nvision.lu
5721 Luxusbuerg a.s.b.l. - <A HREF="http://www.luxusbuerg.lu">http://www.luxusbuerg.lu</A> - scrm@irc.lu
5722
5723
5724 > -----Original Message-----
5725 > From: owner-ircservices@ender.shadowfire.org
5726 > [<A HREF="mailto:owner-ircservices@ender.shadowfire.org]On">mailto:owner-ircservices@ender.shadowfire.org]On</A> Behalf Of Rafael
5727 > Ritter
5728 > Sent: Monday, March 27, 2000 15:01
5729 > To: ircservices@ender.shadowfire.org
5730 > Subject: Re: AW: [IRCServices] Re: Keeptopic and Topiclock
5731 >
5732 >
5733 > Hello,
5734 >
5735 > at <A HREF="http://unreal.sourceforge.net/links.html">http://unreal.sourceforge.net/links.html</A> you will find a version of
5736 > Services 4.3.3 with Unreal suport. I hope this may help you.
5737 >
5738 > XGregg
5739 > Rafael Ritter
5740 > rafael@equipe.via-rs.com.br
5741 >
5742 > At 11:44 25/03/00 +0100, you wrote:
5743 > >
5744 > >Did you consider the possibility, that
5745 > >
5746 > >either you might have newly installed unreal ircd, which could
5747 > contain bugs,
5748 > >or inconsistencies with RFC
5749 > >
5750 > >or that the services you are using is not fully compatible with
5751 > some options
5752 > >of this ircd ?
5753 > >
5754 > >Regards,
5755 > >
5756 > >---------------------------------
5757 > >Yusuf Iskenderoglu
5758 > >eMail - uhc0@rz.uni-karlsruhe.de
5759 > >ICQ : 20587464 \ TimeMr14C
5760 > >---------------------------------
5761 > >
5762 > >> -----Ursprüngliche Nachricht-----
5763 > >> Von: owner-ircservices@ender.shadowfire.org
5764 > >> [<A HREF="mailto:owner-ircservices@ender.shadowfire.org]Im">mailto:owner-ircservices@ender.shadowfire.org]Im</A> Auftrag von Carlos
5765 > >> Mendes Martini
5766 > >> Gesendet: Samstag, 25. März 2000 04:13
5767 > >> An: IRC Services
5768 > >> Betreff: [IRCServices] Re: Keeptopic and Topiclock
5769 > >>
5770 > >>
5771 > >>
5772 > >> Benjamin S. Goldstein wrote:
5773 > >>
5774 > >> > It would be nice to know what ircd you are using.
5775 > >> > Thats odd that ChanServ can set modes but not use /TOPIC..
5776 > >> > I'd make sure your ULines are correct:
5777 > >> > U:server.servername.net:*:*
5778 > >> > and kill the ircd and restart it. I've had problems with
5779 > >> > /rehash not reading ULines correctly until restarted.
5780 > >>
5781 > >>
5782 > >> I'll repeat: there are NO errors in my U:lines. It's not a
5783 > >> new network,
5784 > >> and the problem had started few months ago.
5785 > >>
5786 > >> Anybody knows what's happening? :/
5787 > >>
5788 > >>
5789 > >> Best regards
5790 > >> --
5791 > >>
5792 > >> Carlos Mendes MARTINI
5793 > >> martini@brasirc.net
5794 > >>
5795 > >> -
5796 > >>
5797 > >> ---------------------------------------------------------------
5798 > >> To unsubscribe, send email to majordomo@ender.shadowfire.org
5799 > >> with "unsubscribe ircservices" in the body, without the quotes.
5800 > >>
5801 > >
5802 > >---------------------------------------------------------------
5803 > >To unsubscribe, send email to majordomo@ender.shadowfire.org
5804 > >with "unsubscribe ircservices" in the body, without the quotes.
5805 > >
5806 > >
5807 >
5808 > ---------------------------------------------------------------
5809 > To unsubscribe, send email to majordomo@ender.shadowfire.org
5810 > with "unsubscribe ircservices" in the body, without the quotes.
5811 >
5812
5813 ---------------------------------------------------------------
5814 To unsubscribe, send email to majordomo@ender.shadowfire.org
5815 with "unsubscribe ircservices" in the body, without the quotes.
5816
5817 From scrm at scandal.org Sat Apr 1 09:59:00 2000
5818 From: scrm at scandal.org (Mehran Khalili)
5819 Date: Sat Oct 23 23:00:57 2004
5820 Subject: [IRCServices] akick enforce crashes services
5821 In-Reply-To: <38d1e338.01157@dragonfire.net>
5822 References: 38d1e338.01157@dragonfire.net
5823 Message-ID: GOEJIBOGNDMEHOBFJDMDMEDFCDAA.scrm@scandal.org
5824
5825 [Apr 01 13:16:16 2000] PANIC! buffer = :TroubleT PRIVMSG chanserv :akick
5826 #party enforce
5827 [Apr 01 13:16:16 2000] Services terminating: Segmentation fault
5828
5829 This error (from services.log) crashed services completely. It seems there
5830 may be a bug in the akick ENFORCE command. Has anyone else had problems with
5831 this new command?
5832
5833 -Mehran
5834
5835 --------------
5836 Mehran Khalili
5837
5838 Nvision s.à r.l. - http://www.nvision.lu - mehran.khalili@nvision.lu
5839 Luxusbuerg a.s.b.l. - <A HREF="http://www.luxusbuerg.lu">http://www.luxusbuerg.lu</A> - scrm@irc.lu
5840
5841
5842 > -----Original Message-----
5843 > From: owner-ircservices@ender.shadowfire.org
5844 > [<A HREF="mailto:owner-ircservices@ender.shadowfire.org]On">mailto:owner-ircservices@ender.shadowfire.org]On</A> Behalf Of Andrew
5845 > Church
5846 > Sent: Friday, March 17, 2000 08:47
5847 > To: ircservices@ender.shadowfire.org
5848 > Subject: [IRCServices] Services Problem (fwd)
5849 >
5850 >
5851 > <<< Forwarded by achurch@dragonfire.net >>>
5852 >
5853 > Envelope-to: achurch@dragonfire.net
5854 > Delivery-date: Thu, 16 Mar 2000 23:15:04 -0800
5855 > Date: Fri, 17 Mar 2000 00:11:41 -0600
5856 > From: Neodeath <neodeath@geekfactor.freedom-net.com>
5857 > To: achurch@dragonfire.net
5858 > Subject: Services Problem
5859 >
5860 > When I run ./services from console i get this error message.
5861 > services.conf:616: DefSessionLimit: Expected a positive integer
5862 > for parameter 1
5863 >
5864 > \e[A\e[A
5865 > no matter what I set for the same hosts connection limit, i get
5866 > the same error. In the example.conf it says that if it is defined
5867 > as zero it will not have a connection limit for hosts. I set it
5868 > to that and it still gives me the same error message. Could you
5869 > please help?
5870 >
5871 > reply to:
5872 > neodeath@cableregina.com
5873 >
5874 > EOF
5875 > ---------------------------------------------------------------
5876 > To unsubscribe, send email to majordomo@ender.shadowfire.org
5877 > with "unsubscribe ircservices" in the body, without the quotes.
5878 >
5879
5880 ---------------------------------------------------------------
5881 To unsubscribe, send email to majordomo@ender.shadowfire.org
5882 with "unsubscribe ircservices" in the body, without the quotes.
5883
5884 From mike at icon.co.za Wed Apr 5 04:03:33 2000
5885 From: mike at icon.co.za (Michael Smith)
5886 Date: Sat Oct 23 23:00:57 2004
5887 Subject: [IRCServices] akick enforce crashes services
5888 Message-ID: 002a01bf9eee$96c6f6d0$7b0017c4@warlock.IS.co.za
5889
5890 Found it about 3 months ago, been working on a fix with Andrew Kempe, ask
5891 him for the patch we have applied, which seems to fix this problem
5892
5893 Mike
5894 -----Original Message-----
5895 From: Mehran Khalili <scrm@scandal.org>
5896 To: ircservices@ender.shadowfire.org <ircservices@ender.shadowfire.org>
5897 Date: Wednesday, April 05, 2000 9:25 AM
5898 Subject: [IRCServices] akick enforce crashes services
5899
5900
5901 >[Apr 01 13:16:16 2000] PANIC! buffer = :TroubleT PRIVMSG chanserv :akick
5902 >#party enforce
5903 >[Apr 01 13:16:16 2000] Services terminating: Segmentation fault
5904 >
5905 >This error (from services.log) crashed services completely. It seems there
5906 >may be a bug in the akick ENFORCE command. Has anyone else had problems
5907 with
5908 >this new command?
5909 >
5910 >-Mehran
5911 >
5912 >--------------
5913 >Mehran Khalili
5914 >
5915 >Nvision s.à r.l. - http://www.nvision.lu - mehran.khalili@nvision.lu
5916 > Luxusbuerg a.s.b.l. - <A HREF="http://www.luxusbuerg.lu">http://www.luxusbuerg.lu</A> - scrm@irc.lu
5917 >
5918 >
5919 >> -----Original Message-----
5920 >> From: owner-ircservices@ender.shadowfire.org
5921 >> [<A HREF="mailto:owner-ircservices@ender.shadowfire.org]On">mailto:owner-ircservices@ender.shadowfire.org]On</A> Behalf Of Andrew
5922 >> Church
5923 >> Sent: Friday, March 17, 2000 08:47
5924 >> To: ircservices@ender.shadowfire.org
5925 >> Subject: [IRCServices] Services Problem (fwd)
5926 >>
5927 >>
5928 >> <<< Forwarded by achurch@dragonfire.net >>>
5929 >>
5930 >> Envelope-to: achurch@dragonfire.net
5931 >> Delivery-date: Thu, 16 Mar 2000 23:15:04 -0800
5932 >> Date: Fri, 17 Mar 2000 00:11:41 -0600
5933 >> From: Neodeath <neodeath@geekfactor.freedom-net.com>
5934 >> To: achurch@dragonfire.net
5935 >> Subject: Services Problem
5936 >>
5937 >> When I run ./services from console i get this error message.
5938 >> services.conf:616: DefSessionLimit: Expected a positive integer
5939 >> for parameter 1
5940 >>
5941 >> \e[A\e[A
5942 >> no matter what I set for the same hosts connection limit, i get
5943 >> the same error. In the example.conf it says that if it is defined
5944 >> as zero it will not have a connection limit for hosts. I set it
5945 >> to that and it still gives me the same error message. Could you
5946 >> please help?
5947 >>
5948 >> reply to:
5949 >> neodeath@cableregina.com
5950 >>
5951 >> EOF
5952 >> ---------------------------------------------------------------
5953 >> To unsubscribe, send email to majordomo@ender.shadowfire.org
5954 >> with "unsubscribe ircservices" in the body, without the quotes.
5955 >>
5956 >
5957 >---------------------------------------------------------------
5958 >To unsubscribe, send email to majordomo@ender.shadowfire.org
5959 >with "unsubscribe ircservices" in the body, without the quotes.
5960 >
5961
5962 ---------------------------------------------------------------
5963 To unsubscribe, send email to majordomo@ender.shadowfire.org
5964 with "unsubscribe ircservices" in the body, without the quotes.
5965
5966 From smkelly at zombie.org Wed Apr 5 11:49:32 2000
5967 From: smkelly at zombie.org (Sean Kelly)
5968 Date: Sat Oct 23 23:00:57 2004
5969 Subject: [IRCServices] akick enforce crashes services
5970 In-Reply-To: <GOEJIBOGNDMEHOBFJDMDMEDFCDAA.scrm@scandal.org>; from scrm@scandal.org on Sat, Apr 01, 2000 at 07:59:00PM +0200
5971 References: <38d1e338.01157@dragonfire.net> <GOEJIBOGNDMEHOBFJDMDMEDFCDAA.scrm@scandal.org>
5972 Message-ID: 20000405134932.A61782@edgemaster.zombie.org
5973
5974 On Sat, Apr 01, 2000 at 07:59:00PM +0200, Mehran Khalili wrote:
5975 > [Apr 01 13:16:16 2000] PANIC! buffer = :TroubleT PRIVMSG chanserv :akick
5976 > #party enforce
5977 > [Apr 01 13:16:16 2000] Services terminating: Segmentation fault
5978 >
5979 > This error (from services.log) crashed services completely. It seems there
5980 > may be a bug in the akick ENFORCE command. Has anyone else had problems with
5981 > this new command?
5982 >
5983 > -Mehran
5984 >
5985
5986 Works fine here with ircservices-4.3.3:
5987 [msg(chanserv)] akick #slashdot enforce
5988 --- chanserv: AKICK ENFORCE for #slashdot complete; 1 users were affected.
5989
5990 You neglected to mention what version of services that happened with and
5991 didn't mention whether it was repeatable.
5992
5993 --
5994 Sean Kelly <smkelly@zombie.org> or <smkelly@slashnet.org>
5995 PGP KeyID: 77042C7B ICQ UIN: 27955995
5996 EFAX: (603) 372-1638 IRC: drdink@SlashNET
5997 ---------------------------------------------------------------
5998 To unsubscribe, send email to majordomo@ender.shadowfire.org
5999 with "unsubscribe ircservices" in the body, without the quotes.
6000
6001 From martini at intergate.com.br Mon Apr 10 02:05:56 2000
6002 From: martini at intergate.com.br (Carlos Mendes Martini)
6003 Date: Sat Oct 23 23:00:57 2004
6004 Subject: [IRCServices] Re: akick enforce crashes services
6005 In-Reply-To: <002a01bf9eee$96c6f6d0$7b0017c4@warlock.IS.co.za>
6006 References: <002a01bf9eee$96c6f6d0$7b0017c4@warlock.IS.co.za>
6007 Message-ID: 200004100605560190.021EA8F5@smtp.intergate.com.br
6008
6009
6010 Michael Smith escreveu:
6011
6012 > Found it about 3 months ago, been working on a fix with Andrew
6013 > Kempe, ask him for the patch we have applied, which seems to
6014 > fix this problem
6015
6016
6017 I've applied the patch too and the problem has reduced but *NOT* stopped.
6018 Finally, I've decided to deactivate the enforce command... :/
6019
6020 I still having problems with the channel modes... :/
6021
6022
6023 I apologize for my bad english
6024 --
6025
6026 Carlos Mendes MARTINI
6027 martini@brasirc.net
6028
6029 -
6030
6031 ---------------------------------------------------------------
6032 To unsubscribe, send email to majordomo@ender.shadowfire.org
6033 with "unsubscribe ircservices" in the body, without the quotes.
6034
6035 From achurch at dragonfire.net Mon Apr 10 07:05:03 2000
6036 From: achurch at dragonfire.net (Andy Church)
6037 Date: Sat Oct 23 23:00:57 2004
6038 Subject: [IRCServices] IRC Services (fwd)
6039 Message-ID: E12eeoJ&#45;000IsE&#45;00@manx.dreamhaven.net
6040
6041 [ Forwarded message ]
6042
6043 Envelope-to: achurch@dragonfire.net
6044 Delivery-date: Mon, 10 Apr 2000 03:12:49 -0700
6045 Reply-To: "QLD Couple" <qldcouple@dingoblue.net.au>
6046 From: "QLD Couple" <qldcouple@dingoblue.net.au>
6047 To: <achurch@dragonfire.net>
6048 Subject: IRC Services
6049 Date: Mon, 10 Apr 2000 20:04:06 +1000
6050 X-Priority: 3
6051 X-MSMail-Priority: Normal
6052 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200
6053
6054 Hello Andy
6055
6056 A friend pointed to me to your website in search of some services for a VIRC
6057 server I have just acquired as part of a virtual web server on a local host.
6058 Your site pointed me to:
6059
6060 http://ender.shadowfire.org/ircservices/
6061
6062 which is no longer operating.
6063
6064 I am *desperately* trying to find something to stick in the ircd folder on
6065 this server that will just allow us to "register" channels and keep them
6066 open. If you have any alternative suggestions we would be *most*
6067 appreciative.
6068
6069 Many thanks
6070
6071 Gary Meadows
6072
6073 ---------------------------------------------------------------
6074 To unsubscribe, send email to majordomo@ender.shadowfire.org
6075 with "unsubscribe ircservices" in the body, without the quotes.
6076
6077 From rcmoraes at rionet.com.br Mon Apr 10 13:18:12 2000
6078 From: rcmoraes at rionet.com.br (Rafael Moraes)
6079 Date: Sat Oct 23 23:00:57 2004
6080 Subject: [IRCServices] website
6081 In-Reply-To: <4.2.0.58.20000225110620.0098de20@196.2.147.13>
6082 References: <000d01bf7f3a$dca82120$3b0960d1@risanet.com> <4.2.0.58.20000225110620.0098de20@196.2.147.13>
6083 Message-ID: 00041016200202.29879@rcmoraes.intranet
6084
6085 Anybody knows were is ircservices web site and list archives ?
6086 do the coding list have archives ?
6087
6088 the adrress http://ender.shadowfire.org/ircservices/
6089 is not working, it gives out a 404
6090
6091
6092 Thanks
6093 Rafael Moraes
6094 ---------------------------------------------------------------
6095 To unsubscribe, send email to majordomo@ender.shadowfire.org
6096 with "unsubscribe ircservices" in the body, without the quotes.
6097
6098 From achurch at dragonfire.net Sat May 13 01:37:19 2000
6099 From: achurch at dragonfire.net (Andrew Church)
6100 Date: Sat Oct 23 23:00:57 2004
6101 Subject: [IRCServices] ACCESS and *OP
6102 Message-ID: 391c4228.01476@dragonfire.net
6103
6104 >How would everyone fell if we removed the ACCESS command and replaced it
6105 >with AOP SOP etc? This would simplify things dramatically and I know it
6106 >would affect those people who want very customisable channel access
6107 >levels.
6108
6109 This is a bit late because I haven't had Internet access for the past
6110 two weeks (just moved to a new apartment), but here's my two cents on the
6111 subject.
6112
6113 Without touching (yet) the subject of A/S/VOP, I'm very strongly
6114 against the removal of the ACCESS command. While I have to admit part of
6115 that is the fact that I created that system and happen to like it, there
6116 are a couple of other big problems that would crop up:
6117
6118 1) You don't just remove a feature without warning or everyone who's
6119 been using that feature gets screwed. Some people on the mailing list
6120 have already mentioned it, but there are people who are perfectly used to
6121 the current ACCESS command and in fact don't even know about AOP/SOP/etc.
6122
6123 2) Converting current channel databases to work without ACCESS would
6124 be a nightmare, and even in the best scenario some settings would be lost.
6125 Do you want to tell a user "we upgraded our software and now you can't do
6126 this anymore"?
6127
6128 As for the addition of AOP/SOP/etc commands, I am not overly against
6129 them except inasmuch as they represent a "standard" that doesn't have to
6130 be a standard; I also remember quite well the numerous complaints that
6131 people found the level system difficult to use. On the other hand, I have
6132 come to detest the attitude of Microsoft (among others) to do their best
6133 to keep you ignorant even if you know what you're doing, and taking out
6134 the ACCESS command would be too close to that for my liking. What I would
6135 recommend is to add the *OP functions, either as commands or as
6136 alternatives for the ACCESS ADD level value, and have those functions in
6137 turn call ACCESS ADD with an appropriate level. Naturally, this would not
6138 work if the channel levels had been changed, but by adding an EXPERT
6139 channel option as someone else suggested and disallowing level changes
6140 without EXPERT set, AOP/SOP/etc become workable again under the ACCESS
6141 system.
6142
6143 My personal preference is to use *OP as an option to the ACCESS ADD
6144 command, and display levels by name in LIST if EXPERT is not set. The
6145 user/Services dialogue would look something like this:
6146
6147 -> *ChanServ* access #channel add SomeNick sop
6148 -ChanServ- SomeNick added to channel #channel access list as an auto-op.
6149 -> *ChanServ* access #channel list
6150 -ChanServ- Num Level Nick
6151 -ChanServ- 1 SOP MyNick
6152 -ChanServ- 2 AOP NotMyNick
6153 -ChanServ- 3 AOP SomeNick
6154 -> *ChanServ* access #channel list levels
6155 -ChanServ- Num Level Nick
6156 -ChanServ- 1 10 MyNick
6157 -ChanServ- 2 6 NotMyNick // Anything from AOP to SOP-1 is "AOP"
6158 -ChanServ- 3 5 SomeNick
6159 -> *ChanServ* access #channel list aop
6160 -ChanServ- Num Level Nick
6161 -ChanServ- 2 AOP NotMyNick
6162 -ChanServ- 3 AOP SomeNick
6163
6164 Admittedly, the last examples are a bit questionable as they can let
6165 someone with the nick "levels" or "aop" hide from channel lists, but if
6166 that becomes a problem it's easy enough to forbid the nicknames/
6167
6168 The EXPERT option might work something like this:
6169
6170 -> *ChanServ* levels #channel set memo 50
6171 -ChanServ- The EXPERT option must be set to change access level settings.
6172 -> *ChanServ* set #channel expert on
6173 -ChanServ- The EXPERT option for #channel is now active.
6174 -> *ChanServ* levels #channel set memo 50
6175 -ChanServ- Level MEMO on channel #channel changed to 50.
6176 -> *ChanServ* access #channel list
6177 -ChanServ- Num Level Nick
6178 -ChanServ- 1 10 MyNick
6179 -ChanServ- 2 5 SomeNick
6180 -> *ChanServ* access #channel list aop
6181 -ChanServ- AOP setting is disabled when EXPERT is set.
6182 -> *ChanServ* set #channel expert off
6183 -ChanServ- Warning: Disabling EXPERT will erase all access level changes.
6184 -ChanServ- Use SET #channel EXPERT OFF FORCE to disable EXPERT anyway.
6185 -> *ChanServ* set #channel expert off force
6186 -ChanServ- The EXPERT option for #channel has been disabled.
6187 -> *ChanServ* access #channel list
6188 -ChanServ- Num Level Nick
6189 -ChanServ- 1 SOP MyNick
6190 -ChanServ- 2 AOP SomeNick
6191
6192 Incidentally, I could see *OP being done as a module which could be
6193 loaded or not at the server operator's choice. (Yes, I will try to get
6194 back onto that module thing RSN...)
6195
6196 --Andrew Church
6197 achurch@dragonfire.net
6198 http://achurch.dragonfire.net/
6199
6200 ---------------------------------------------------------------
6201 To unsubscribe, send email to majordomo@ender.shadowfire.org
6202 with "unsubscribe ircservices" in the body, without the quotes.
6203
6204
6205 From andrewk at icon.co.za Sat May 13 05:45:44 2000
6206 From: andrewk at icon.co.za (Andrew Kempe)
6207 Date: Sat Oct 23 23:00:57 2004
6208 Subject: [IRCServices] ACCESS and *OP
6209 In-Reply-To: <391c4228.01476@dragonfire.net>
6210 References: 391c4228.01476@dragonfire.net
6211 Message-ID: NCBBIPDDJGGDOCPMKPKPMELADEAA.andrewk@icon.co.za
6212
6213 > >How would everyone fell if we removed the ACCESS command and replaced it
6214 > >with AOP SOP etc? This would simplify things dramatically and I know it
6215 > >would affect those people who want very customisable channel access
6216 > >levels.
6217
6218 [snip]
6219
6220 > Without touching (yet) the subject of A/S/VOP, I'm very strongly
6221 > against the removal of the ACCESS command. While I have to admit part of
6222 > that is the fact that I created that system and happen to like it, there
6223 > are a couple of other big problems that would crop up:
6224
6225 I was just testing the water - I assure everyone that a change like this
6226 would not be made without more than a single mail to the mailing list.
6227 Having thought about all the comments that have been made I like Andy's idea
6228 and it's pretty much inline with what I'd like to implement.
6229
6230 [snip]
6231
6232 > My personal preference is to use *OP as an option to the ACCESS ADD
6233 > command, and display levels by name in LIST if EXPERT is not set. The
6234 > user/Services dialogue would look something like this:
6235 >
6236 > -> *ChanServ* access #channel add SomeNick sop
6237 > -ChanServ- SomeNick added to channel #channel access list as an auto-op.
6238 > -> *ChanServ* access #channel list
6239 > -ChanServ- Num Level Nick
6240 > -ChanServ- 1 SOP MyNick
6241 > -ChanServ- 2 AOP NotMyNick
6242 > -ChanServ- 3 AOP SomeNick
6243
6244 [snip]
6245
6246 >
6247 > Admittedly, the last examples are a bit questionable as they can let
6248 > someone with the nick "levels" or "aop" hide from channel lists, but if
6249 > that becomes a problem it's easy enough to forbid the nicknames/
6250
6251 How about the following...
6252
6253 Instead of making "SOP" and "AOP" etc access levels, why not just add the
6254 following root-level commands: AOP, SOP, VOP. These would work in the same
6255 way as DALnet's. e.g.
6256
6257 /msg chanserv AOP #channel ADD SomeNickName
6258 /msg chanserv AOP #channel LIST
6259 etc.
6260
6261 If EXPERT mode is enabled, users will not have access to these commands.
6262 They will instead be directed to use the ACCESS command.
6263
6264 > The EXPERT option might work something like this:
6265 >
6266 > -> *ChanServ* levels #channel set memo 50
6267 > -ChanServ- The EXPERT option must be set to change access level settings.
6268 > -> *ChanServ* set #channel expert on
6269 > -ChanServ- The EXPERT option for #channel is now active.
6270 > -> *ChanServ* levels #channel set memo 50
6271 > -ChanServ- Level MEMO on channel #channel changed to 50.
6272
6273 [snip]
6274
6275 If a user tries to disable EXPERT mode for a channel whose ACCESS levels
6276 have been modified, they will be asked to reset them to the defaults first.
6277
6278 > Incidentally, I could see *OP being done as a module which could be
6279 > loaded or not at the server operator's choice. (Yes, I will try to get
6280 > back onto that module thing RSN...)
6281
6282 Andy, please can you mail me your ideas regarding modules.
6283
6284 Thanks, Andrew
6285
6286
6287 ---------------------------------------------------------------
6288 To unsubscribe, send email to majordomo@ender.shadowfire.org
6289 with "unsubscribe ircservices" in the body, without the quotes.
6290
6291
6292 From k.hawkes at zombies.force9.net Sat May 13 05:53:57 2000
6293 From: k.hawkes at zombies.force9.net (Dr. K. Hawkes)
6294 Date: Sat Oct 23 23:00:57 2004
6295 Subject: [IRCServices] ACCESS and *OP
6296 Message-ID: E12qgmh&#45;0001Hn&#45;00@praseodumium.btinternet.com
6297
6298
6299
6300 ----------
6301 > From: Andrew Church <achurch@dragonfire.net>
6302 > To: ircservices@ender.shadowfire.org
6303 > Subject: [IRCServices] ACCESS and *OP
6304 > Date: Saturday, May 13, 2000 02:37
6305 >
6306 > >How would everyone fell if we removed the ACCESS command and replaced it
6307 > >with AOP SOP etc? This would simplify things dramatically and I know it
6308 > >would affect those people who want very customisable channel access
6309 > >levels.
6310 >
6311 Personally I don't like that idea, ACCESS may be a little difficult for newer Users to Services, but I like many other Users have gotten to used to ACCESS.
6312
6313 Adding AOP/SOP/VOP along side ACCESS is good, that way you have 2 standards, one for those who don't like ACCESS and one for those who do.
6314
6315 [snip]
6316 >
6317 > My personal preference is to use *OP as an option to the ACCESS ADD
6318 > command, and display levels by name in LIST if EXPERT is not set. The
6319 > user/Services dialogue would look something like this:
6320 >
6321 > -> *ChanServ* access #channel add SomeNick sop
6322 > -ChanServ- SomeNick added to channel #channel access list as an auto-op.
6323 > -> *ChanServ* access #channel list
6324 > -ChanServ- Num Level Nick
6325 > -ChanServ- 1 SOP MyNick
6326 > -ChanServ- 2 AOP NotMyNick
6327 > -ChanServ- 3 AOP SomeNick
6328 > -> *ChanServ* access #channel list levels
6329 > -ChanServ- Num Level Nick
6330 > -ChanServ- 1 10 MyNick
6331 > -ChanServ- 2 6 NotMyNick // Anything from AOP to SOP-1 is "AOP"
6332 > -ChanServ- 3 5 SomeNick
6333 > -> *ChanServ* access #channel list aop
6334 > -ChanServ- Num Level Nick
6335 > -ChanServ- 2 AOP NotMyNick
6336 > -ChanServ- 3 AOP SomeNick
6337 >
6338 > Admittedly, the last examples are a bit questionable as they can let
6339 > someone with the nick "levels" or "aop" hide from channel lists, but if
6340 > that becomes a problem it's easy enough to forbid the nicknames/
6341 >
6342 > The EXPERT option might work something like this:
6343 >
6344 > -> *ChanServ* levels #channel set memo 50
6345 > -ChanServ- The EXPERT option must be set to change access level settings.
6346 > -> *ChanServ* set #channel expert on
6347 > -ChanServ- The EXPERT option for #channel is now active.
6348 > -> *ChanServ* levels #channel set memo 50
6349 > -ChanServ- Level MEMO on channel #channel changed to 50.
6350 > -> *ChanServ* access #channel list
6351 > -ChanServ- Num Level Nick
6352 > -ChanServ- 1 10 MyNick
6353 > -ChanServ- 2 5 SomeNick
6354 > -> *ChanServ* access #channel list aop
6355 > -ChanServ- AOP setting is disabled when EXPERT is set.
6356 > -> *ChanServ* set #channel expert off
6357 > -ChanServ- Warning: Disabling EXPERT will erase all access level changes.
6358 > -ChanServ- Use SET #channel EXPERT OFF FORCE to disable EXPERT anyway.
6359 > -> *ChanServ* set #channel expert off force
6360 > -ChanServ- The EXPERT option for #channel has been disabled.
6361 > -> *ChanServ* access #channel list
6362 > -ChanServ- Num Level Nick
6363 > -ChanServ- 1 SOP MyNick
6364 > -ChanServ- 2 AOP SomeNick
6365 >
6366 > Incidentally, I could see *OP being done as a module which could be
6367 > loaded or not at the server operator's choice. (Yes, I will try to get
6368 > back onto that module thing RSN...)
6369 >
6370 Just a tiny thing here Andy, why have it set EXPERT on the channel?
6371 Why not have a flag in NickServ for EXPERT-type MODE so if a User is a newbie then they don't need it, if not then they can set EXPERT which will just take a few of the 'safeties' away, like you have with some programs you can have Novice/Expert Modes, Novice typically protects from some things where Expert does not...
6372
6373 Anyhow that's my 2 pence.
6374
6375 Quinn
6376
6377 > --Andrew Church
6378 > achurch@dragonfire.net
6379 > http://achurch.dragonfire.net/
6380 >
6381 > ---------------------------------------------------------------
6382 > To unsubscribe, send email to majordomo@ender.shadowfire.org
6383 > with "unsubscribe ircservices" in the body, without the quotes.
6384 From uhc0 at rz.uni-karlsruhe.de Sat May 13 11:56:43 2000
6385 From: uhc0 at rz.uni-karlsruhe.de (Yusuf Iskenderoglu)
6386 Date: Sat Oct 23 23:00:57 2004
6387 Subject: AW: [IRCServices] ACCESS and *OP
6388 In-Reply-To: <391c4228.01476@dragonfire.net>
6389 References: 391c4228.01476@dragonfire.net
6390 Message-ID: NDBBKLOOKLMAKHFICBLCGEOECMAA.uhc0@rz.uni&#45;karlsruhe.de
6391
6392
6393 Hello;
6394
6395 I also wanted to tell my personal opinion about this topic,
6396 for it is still being discussed.
6397
6398 On those IRC Networks, I got used to chat, people are heavily used to use
6399 ACCESS
6400 as a command, rather than *OP. Helping to manage some sorts of #help
6401 channels, I can
6402 even say, that, there are very seldom, users that want to get an
6403 explaination, why they
6404 have to use ACCESS, for they were used to use *OP.
6405
6406 In order to keep consistency with the access levels, those commands might be
6407 added as
6408 alias commands, ( VOP corresponds to autovoice level, AOP to autoop level,
6409 and SOP to the highest one between acc-change and akick level ) I do not see
6410 any positive aspect in changing the whole system to *OP.
6411
6412 Though haven't said new things,
6413 I just wanted to share my point of view.
6414
6415 sincerely yours,
6416 yusuf
6417
6418 ---------------------------------
6419 Yusuf Iskenderoglu
6420 eMail - uhc0@rz.uni-karlsruhe.de
6421 eMail - s_iskend@ira.uka.de
6422 ICQ : 20587464 \ TimeMr14C
6423 ---------------------------------
6424
6425 > -----Ursprüngliche Nachricht-----
6426 > Von: owner-ircservices@ender.shadowfire.org
6427 > [mailto:owner-ircservices@ender.shadowfire.org]Im Auftrag von Andrew
6428 > Church
6429 > Gesendet: Freitag, 12. Mai 2000 18:37
6430 > An: ircservices@ender.shadowfire.org
6431 > Betreff: [IRCServices] ACCESS and *OP
6432 >
6433 >
6434 > >How would everyone fell if we removed the ACCESS command and replaced it
6435 > >with AOP SOP etc? This would simplify things dramatically and I know it
6436 > >would affect those people who want very customisable channel access
6437 > >levels.
6438 >
6439 > This is a bit late because I haven't had Internet access for the past
6440 > two weeks (just moved to a new apartment), but here's my two cents on the
6441 > subject.
6442 >
6443 > Without touching (yet) the subject of A/S/VOP, I'm very strongly
6444 > against the removal of the ACCESS command. While I have to admit part of
6445 > that is the fact that I created that system and happen to like it, there
6446 > are a couple of other big problems that would crop up:
6447 >
6448 > 1) You don't just remove a feature without warning or everyone who's
6449 > been using that feature gets screwed. Some people on the mailing list
6450 > have already mentioned it, but there are people who are perfectly used to
6451 > the current ACCESS command and in fact don't even know about AOP/SOP/etc.
6452 >
6453 > 2) Converting current channel databases to work without ACCESS would
6454 > be a nightmare, and even in the best scenario some settings would be lost.
6455 > Do you want to tell a user "we upgraded our software and now you can't do
6456 > this anymore"?
6457 >
6458 > As for the addition of AOP/SOP/etc commands, I am not overly against
6459 > them except inasmuch as they represent a "standard" that doesn't have to
6460 > be a standard; I also remember quite well the numerous complaints that
6461 > people found the level system difficult to use. On the other hand, I have
6462 > come to detest the attitude of Microsoft (among others) to do their best
6463 > to keep you ignorant even if you know what you're doing, and taking out
6464 > the ACCESS command would be too close to that for my liking. What I would
6465 > recommend is to add the *OP functions, either as commands or as
6466 > alternatives for the ACCESS ADD level value, and have those functions in
6467 > turn call ACCESS ADD with an appropriate level. Naturally, this would not
6468 > work if the channel levels had been changed, but by adding an EXPERT
6469 > channel option as someone else suggested and disallowing level changes
6470 > without EXPERT set, AOP/SOP/etc become workable again under the ACCESS
6471 > system.
6472 >
6473 > My personal preference is to use *OP as an option to the ACCESS ADD
6474 > command, and display levels by name in LIST if EXPERT is not set. The
6475 > user/Services dialogue would look something like this:
6476 >
6477 > -> *ChanServ* access #channel add SomeNick sop
6478 > -ChanServ- SomeNick added to channel #channel access list as an auto-op.
6479 > -> *ChanServ* access #channel list
6480 > -ChanServ- Num Level Nick
6481 > -ChanServ- 1 SOP MyNick
6482 > -ChanServ- 2 AOP NotMyNick
6483 > -ChanServ- 3 AOP SomeNick
6484 > -> *ChanServ* access #channel list levels
6485 > -ChanServ- Num Level Nick
6486 > -ChanServ- 1 10 MyNick
6487 > -ChanServ- 2 6 NotMyNick // Anything from AOP to SOP-1 is "AOP"
6488 > -ChanServ- 3 5 SomeNick
6489 > -> *ChanServ* access #channel list aop
6490 > -ChanServ- Num Level Nick
6491 > -ChanServ- 2 AOP NotMyNick
6492 > -ChanServ- 3 AOP SomeNick
6493 >
6494 > Admittedly, the last examples are a bit questionable as they can let
6495 > someone with the nick "levels" or "aop" hide from channel lists, but if
6496 > that becomes a problem it's easy enough to forbid the nicknames/
6497 >
6498 > The EXPERT option might work something like this:
6499 >
6500 > -> *ChanServ* levels #channel set memo 50
6501 > -ChanServ- The EXPERT option must be set to change access level settings.
6502 > -> *ChanServ* set #channel expert on
6503 > -ChanServ- The EXPERT option for #channel is now active.
6504 > -> *ChanServ* levels #channel set memo 50
6505 > -ChanServ- Level MEMO on channel #channel changed to 50.
6506 > -> *ChanServ* access #channel list
6507 > -ChanServ- Num Level Nick
6508 > -ChanServ- 1 10 MyNick
6509 > -ChanServ- 2 5 SomeNick
6510 > -> *ChanServ* access #channel list aop
6511 > -ChanServ- AOP setting is disabled when EXPERT is set.
6512 > -> *ChanServ* set #channel expert off
6513 > -ChanServ- Warning: Disabling EXPERT will erase all access level changes.
6514 > -ChanServ- Use SET #channel EXPERT OFF FORCE to disable EXPERT anyway.
6515 > -> *ChanServ* set #channel expert off force
6516 > -ChanServ- The EXPERT option for #channel has been disabled.
6517 > -> *ChanServ* access #channel list
6518 > -ChanServ- Num Level Nick
6519 > -ChanServ- 1 SOP MyNick
6520 > -ChanServ- 2 AOP SomeNick
6521 >
6522 > Incidentally, I could see *OP being done as a module which could be
6523 > loaded or not at the server operator's choice. (Yes, I will try to get
6524 > back onto that module thing RSN...)
6525 >
6526 > --Andrew Church
6527 > achurch@dragonfire.net
6528 > <A HREF="http://achurch.dragonfire.net/">http://achurch.dragonfire.net/</A>
6529 >
6530 > ---------------------------------------------------------------
6531 > To unsubscribe, send email to majordomo@ender.shadowfire.org
6532 > with "unsubscribe ircservices" in the body, without the quotes.
6533 >
6534
6535
6536 ---------------------------------------------------------------
6537 To unsubscribe, send email to majordomo@ender.shadowfire.org
6538 with "unsubscribe ircservices" in the body, without the quotes.
6539
6540
6541 From kfiresun at ix.netcom.com Sat May 13 12:58:24 2000
6542 From: kfiresun at ix.netcom.com (Kelmar K. Firesun)
6543 Date: Sat Oct 23 23:00:57 2004
6544 Subject: [IRCServices] ACCESS and *OP
6545 Message-ID: 000101bfbd15$9a6b2820$37526dd1@bahamut.tiphares.com
6546
6547 Andy Wrote:
6548
6549 ] ... SNIP ... [
6550
6551 >
6552 > As for the addition of AOP/SOP/etc commands, I am not overly against
6553 >them except inasmuch as they represent a "standard" that doesn't have to
6554 >be a standard; I also remember quite well the numerous complaints that
6555 >people found the level system difficult to use. On the other hand, I have
6556 >come to detest the attitude of Microsoft (among others) to do their best
6557 >to keep you ignorant even if you know what you're doing, and taking out
6558 >the ACCESS command would be too close to that for my liking. What I would
6559 >recommend is to add the *OP functions, either as commands or as
6560 >alternatives for the ACCESS ADD level value, and have those functions in
6561 >turn call ACCESS ADD with an appropriate level. Naturally, this would not
6562 >work if the channel levels had been changed, but by adding an EXPERT
6563 >channel option as someone else suggested and disallowing level changes
6564 >without EXPERT set, AOP/SOP/etc become workable again under the ACCESS
6565 >system.
6566 >
6567
6568 I don't see why an AOP/SOP/etc. command couldn't look at the level settings
6569 themselves and use those numbers.... I.E. if a founder of a channel sets
6570 the Auto Oping level to 4, why can't the AOP ADD <NICK> command just add
6571 said
6572 nick at level 4?
6573
6574 >
6575 > My personal preference is to use *OP as an option to the ACCESS ADD
6576 >command, and display levels by name in LIST if EXPERT is not set. The
6577 >user/Services dialogue would look something like this:
6578 >
6579
6580 ] ... SNIP ... [
6581
6582 This sounds like something that would probably be best suited to an
6583 individual setting rather than a channel setting. Perhaps it would
6584 also be wise to display both level "types" for those with the EXPERT
6585 mode set:
6586
6587 -> *ChanServ* access #channel list
6588 -ChanServ- Num Level OP-Type Nick
6589 -ChanServ- 1 10 AOP MyNick
6590 -ChanServ- 2 5 SOP SomeNick
6591
6592 Also, (on a side note) those with expert mode not set might be
6593 limited from setting/using the more "dangerous" commands like:
6594 -> *NickServ* SET KILL IMMED
6595
6596 Just a few ramblings,
6597 Kelmar K. Firesun
6598
6599
6600
6601
6602 ---------------------------------------------------------------
6603 To unsubscribe, send email to majordomo@ender.shadowfire.org
6604 with "unsubscribe ircservices" in the body, without the quotes.
6605
6606
6607 From smkelly at edgemaster.zombie.org Sat May 13 20:16:00 2000
6608 From: smkelly at edgemaster.zombie.org (Sean Kelly)
6609 Date: Sat Oct 23 23:00:57 2004
6610 Subject: [IRCServices] 4.4.x ETA
6611 Message-ID: 20000513221600.A625@edgemaster.zombie.org
6612
6613 Is there an ETA on when the 4.4.x tree of services (or 4.5.x?) will no longer
6614 be considered beta? There are some good new features in there that would be
6615 nice to have on a production network, but not if they're still beta...
6616
6617 --
6618 Sean Kelly <smkelly@zombie.org> or <smkelly@slashnet.org>
6619 PGP KeyID: 77042C7B ICQ UIN: 27955995
6620 EFAX: (603) 372-1638 IRC: drdink@SlashNET
6621
6622 ---------------------------------------------------------------
6623 To unsubscribe, send email to majordomo@ender.shadowfire.org
6624 with "unsubscribe ircservices" in the body, without the quotes.
6625
6626
6627 From andrewk at icon.co.za Mon May 15 08:18:29 2000
6628 From: andrewk at icon.co.za (Andrew Kempe)
6629 Date: Sat Oct 23 23:00:57 2004
6630 Subject: [IRCServices] 4.4.x ETA
6631 In-Reply-To: <20000513221600.A625@edgemaster.zombie.org>
6632 References: 20000513221600.A625@edgemaster.zombie.org
6633 Message-ID: NCBBIPDDJGGDOCPMKPKPCEMBDEAA.andrewk@icon.co.za
6634
6635 There is a 4.4.4 that I'm busy testing in a live environment. Depending on
6636 how things go this week I may release it by the weekend. (It has a LOT of
6637 debug code - that's why I've not made it public.)
6638
6639 Andrew
6640
6641 > -----Original Message-----
6642 > From: owner-ircservices@delirious.shadowfire.org
6643 > [mailto:owner-ircservices@delirious.shadowfire.org]On Behalf Of Sean
6644 > Kelly
6645 > Sent: 14 May 2000 05:16
6646 > To: ircservices@delirious.shadowfire.org
6647 > Subject: [IRCServices] 4.4.x ETA
6648 >
6649 >
6650 > Is there an ETA on when the 4.4.x tree of services (or 4.5.x?)
6651 > will no longer
6652 > be considered beta? There are some good new features in there
6653 > that would be
6654 > nice to have on a production network, but not if they're still beta...
6655 >
6656 > --
6657 > Sean Kelly <smkelly@zombie.org> or <smkelly@slashnet.org>
6658 > PGP KeyID: 77042C7B ICQ UIN: 27955995
6659 > EFAX: (603) 372-1638 IRC: drdink@SlashNET
6660 >
6661 > ---------------------------------------------------------------
6662 > To unsubscribe, send email to majordomo@ender.shadowfire.org
6663 > with "unsubscribe ircservices" in the body, without the quotes.
6664 >
6665
6666
6667 ---------------------------------------------------------------
6668 To unsubscribe, send email to majordomo@ender.shadowfire.org
6669 with "unsubscribe ircservices" in the body, without the quotes.
6670
6671
6672 From rcmoraes at rionet.com.br Thu May 18 21:58:14 2000
6673 From: rcmoraes at rionet.com.br (Rafael Moraes)
6674 Date: Sat Oct 23 23:00:57 2004
6675 Subject: [IRCServices] may be a bug
6676 In-Reply-To: <00041321325300.02960@rcmoraes.intranet>
6677 References: <NCBBIPDDJGGDOCPMKPKPOEINDCAA.andrewk@icon.co.za> <00041321325300.02960@rcmoraes.intranet>
6678 Message-ID: 00051901031301.02738@rcmoraes.intranet
6679
6680 Thos bans is making my services coredump, any ideas ?
6681
6682 [May 07 02:48:19 2000] channel: MODE +b ~conta@*.interhouse.com.br for nonexistent channel #redebrasil
6683 [May 07 02:48:19 2000] channel: MODE +o Sky 957678095 for nonexistent channel #redebrasil
6684 [May 07 02:48:45 2000] channel: MODE +b conta@*A@èõ for nonexistent channel #redebrasil
6685 [May 07 02:48:45 2000] channel: MODE +o BoB_MaRLeY_UsA_ 957678409 for nonexistent channel #redebrasil
6686 [May 07 02:48:45 2000] channel: MODE +b conta@*A@x for nonexistent channel #redebrasil
6687 for nonexistent channel #redebrasil +b conta@*A@
6688 [May 07 02:48:47 2000] channel: MODE +b conta@*A@à for nonexistent channel #redebrasil
6689 [May 07 02:48:48 2000] channel: MODE +b conta@*A@HÑ for nonexistent channel #redebrasil
6690 [May 07 02:48:49 2000] channel: MODE +b conta@*A@Ã… for nonexistent channel #redebrasil
6691 [May 07 02:48:50 2000] channel: MODE +b conta@*A for nonexistent channel #redebrasil
6692 [May 07 02:48:53 2000] channel: MODE +b conta@*A@à for nonexistent channel #redebrasil
6693 [May 07 02:48:54 2000] channel: MODE +b conta@*A@ðÌ for nonexistent channel #redebrasil
6694 [May 07 02:48:57 2000] channel: MODE +b conta@*A@x for nonexistent channel #redebrasil
6695 [May 07 02:48:59 2000] channel: MODE +b conta@*A@èÿ for nonexistent channel #redebrasil
6696
6697 this chanel is forbidden, there is a coredump file, but gdb output is :
6698
6699 Core was generated by `/home/ircadmin/services/services'.
6700 Program terminated with signal 11, Segmentation fault.
6701 find_solib: Can't read pathname for load map: Input/output error
6702
6703 #0 0x4006340c in ?? () from /lib/libc.so.6
6704 (gdb)
6705
6706 my os is redhat6.0
6707 services is ircservices 4.4.2
6708
6709 My best regards FiGhTER
6710 Rafael Moraes
6711 ircadmin irc.rionet.com.br
6712 brasirc.com.br
6713
6714 ---------------------------------------------------------------
6715 To unsubscribe, send email to majordomo@ender.shadowfire.org
6716 with "unsubscribe ircservices" in the body, without the quotes.
6717
6718
6719 From shmad at usa.net Mon May 22 14:32:37 2000
6720 From: shmad at usa.net (ADAM RUTTER)
6721 Date: Sat Oct 23 23:00:57 2004
6722 Subject: [IRCServices] Services Roots??
6723 Message-ID: 20000522213237.14273.qmail@nwcst314.netaddress.usa.net
6724
6725 Ok, I remember although very vaguely.. this being posted Sometime in 1999, but
6726 unfortuneately I don't keep email going back that far.
6727
6728 Someone had posted some code to allow services more than one services root,
6729 would anyone happen to have it handy still? :)
6730
6731
6732 Regards,
6733
6734 Adam.
6735
6736 ____________________________________________________________________
6737 Get free email and a permanent address at http://www.netaddress.com/?N=1
6738
6739 ---------------------------------------------------------------
6740 To unsubscribe, send email to majordomo@ender.shadowfire.org
6741 with "unsubscribe ircservices" in the body, without the quotes.
6742
6743
6744 From smkelly at zombie.org Mon May 22 21:38:46 2000
6745 From: smkelly at zombie.org (Sean Kelly)
6746 Date: Sat Oct 23 23:00:57 2004
6747 Subject: [IRCServices] [kfiresun@ix.netcom.com: Re: Services Root(s)]
6748 Message-ID: 20000522233846.A48228@edgemaster.zombie.org
6749
6750 This might answer the multiple services root question. I digged it out of my
6751 archive of the mailing list.
6752
6753 ----- Forwarded message from "Kelmar K. Firesun" <kfiresun@ix.netcom.com> -----
6754
6755 Date: Sat, 24 Apr 1999 15:55:33 -0500
6756 From: "Kelmar K. Firesun" <kfiresun@ix.netcom.com>
6757 To: <services@dragonfire.net>
6758 Subject: Re: Services Root(s)
6759
6760
6761 -----Original Message-----
6762 From: Michael Form <mikef@ot.com>
6763 To: services@dragonfire.net <services@dragonfire.net>
6764 Date: Saturday, April 24, 1999 3:04 PM
6765 Subject: Services Root(s)
6766
6767
6768 >How can I modify the code to allow more than 1 Services Root?
6769 >
6770 >
6771
6772 One way you can do this is to add a kludge to
6773 the is_services_root() in the file operserv.c
6774 function like so:
6775
6776
6777
6778 /*************************************************************************/
6779
6780 /* Does the given user have Services root privileges? */
6781
6782 int is_services_root(User *u)
6783 {
6784 char s[512], *p, *c;
6785
6786 /* Make a temp copy to work with */
6787 strcpy(s, ServicesRoot);
6788
6789 c = s;
6790
6791 while(*c)
6792 {
6793 p = strpbrk(c, " ");
6794
6795 if (p != NULL)
6796 {
6797 *p++ = 0;
6798 while(isspace(*p)) p++;
6799 }
6800 else
6801 p = c + strlen(c);
6802
6803 if (stricmp(u->nick, c) == 0)
6804 return 1;
6805
6806 c = p;
6807 }
6808
6809 return 0;
6810 }
6811
6812 /* End of modification */
6813
6814 This will allow you to sperate the root users
6815 by a space in the config file like so:
6816
6817 ServicesRoot "User1 User2 ... UserN"
6818
6819 Hope this helps!
6820
6821 Kelmar K. Firesun
6822 IRCop EsperNet (kelmar@esper.net)
6823 dream.esper.net port 5555
6824
6825 ----- End forwarded message -----
6826
6827 --
6828 Sean Kelly <smkelly@zombie.org> or <smkelly@slashnet.org>
6829 PGP KeyID: 4AC781C7 ICQ UIN: 27955995
6830 EFAX: (603) 372-1638 IRC: drdink@SlashNET
6831
6832 ---------------------------------------------------------------
6833 To unsubscribe, send email to majordomo@ender.shadowfire.org
6834 with "unsubscribe ircservices" in the body, without the quotes.
6835
6836
6837 From asaf at realcommerce.co.il Fri May 26 07:27:06 2000
6838 From: asaf at realcommerce.co.il (Asaf Klibansky)
6839 Date: Sat Oct 23 23:00:57 2004
6840 Subject: [IRCServices] Protocol Error.
6841 Message-ID: 000001bfc71e$7873e230$b3598fd4@realcommerce.co.il
6842
6843 when starting the services i get an error:
6844
6845 [co] Protocol mismatch (0 != 1) for...
6846
6847 can anyone help?
6848
6849 ---------------------------------------------------------------
6850 To unsubscribe, send email to majordomo@ender.shadowfire.org
6851 with "unsubscribe ircservices" in the body, without the quotes.
6852
6853
6854 From jeff at tcnet.org Fri May 26 09:02:51 2000
6855 From: jeff at tcnet.org (Jeff)
6856 Date: Sat Oct 23 23:00:57 2004
6857 Subject: [IRCServices] Protocol Error.
6858 In-Reply-To: <000001bfc71e$7873e230$b3598fd4@realcommerce.co.il>
6859 References: 000001bfc71e$7873e230$b3598fd4@realcommerce.co.il
6860 Message-ID: Pine.LNX.4.21.0005261200410.28864&#45;100000@hendryx.tcnet.org
6861
6862
6863 On Fri, 26 May 2000, Asaf Klibansky wrote:
6864
6865 > when starting the services i get an error:
6866 >
6867 > [co] Protocol mismatch (0 != 1) for...
6868
6869 What ircd are you running with? If cyclone, look at
6870 ftp://ftp.slashnet.org/pub/cyclone/services/README.services-4.2.4-cyclone
6871
6872 You will likely need to apply the following or something similar to
6873 services:
6874 <A HREF="ftp://ftp.slashnet.org/pub/cyclone/services/services-4.2.4-cyclone.diff.gz">ftp://ftp.slashnet.org/pub/cyclone/services/services-4.2.4-cyclone.diff.gz</A>
6875
6876 hth,
6877
6878 -jeff
6879
6880
6881 ---------------------------------------------------------------
6882 To unsubscribe, send email to majordomo@ender.shadowfire.org
6883 with "unsubscribe ircservices" in the body, without the quotes.
6884
6885
6886 From asaf at realcommerce.co.il Fri May 26 06:00:09 2000
6887 From: asaf at realcommerce.co.il (Asaf Klibansky)
6888 Date: Sat Oct 23 23:00:57 2004
6889 Subject: [IRCServices] Protocol mismatch (0 != 1) for...
6890 In-Reply-To: <20000522233846.A48228@edgemaster.zombie.org>
6891 References: 20000522233846.A48228@edgemaster.zombie.org
6892 Message-ID: 002001bfc712$533feba0$b3598fd4@realcommerce.co.il
6893
6894 When Startin the Services (./services) after 2 minutes i get an error with
6895 "Protocol mismatch (0 != 1) for..."
6896
6897 the server was compiled with the right version of IRCD.
6898
6899 an N/C/U line exist...
6900
6901
6902 does anyone know what this mean?
6903
6904
6905 ---------------------------------------------------------------
6906 To unsubscribe, send email to majordomo@ender.shadowfire.org
6907 with "unsubscribe ircservices" in the body, without the quotes.
6908
6909
6910 From chromi at cyberspace.org Fri May 26 09:18:39 2000
6911 From: chromi at cyberspace.org (Jonathan Morton)
6912 Date: Sat Oct 23 23:00:57 2004
6913 Subject: [IRCServices] Protocol Error.
6914 In-Reply-To: <000001bfc71e$7873e230$b3598fd4@realcommerce.co.il>
6915 References: 000001bfc71e$7873e230$b3598fd4@realcommerce.co.il
6916 Message-ID: l03130303b5545413fc55@[10.38.239.101]
6917
6918 >when starting the services i get an error:
6919 >
6920 >[co] Protocol mismatch (0 != 1) for...
6921 >
6922 >can anyone help?
6923
6924 <sigh> to help in the slightest, we need to know which IRCd you are using,
6925 which version, and as much info about your configuration as possible.
6926 Standard procedure this, you won't find anywhere different.
6927
6928 --------------------------------------------------------------
6929 from: Jonathan "Chromatix" Morton
6930 mail: chromi@cyberspace.org (not for attachments)
6931 uni-mail: j.d.morton@lancaster.ac.uk
6932
6933 The key to knowledge is not to rely on people to teach you it.
6934 --------------------------------------------------------------
6935 Contributing to the VNC Project - http://www.uk.research.att.com/vnc/
6936 Macintosh VNCserver v3.3.2 beta2.3 now posted at:
6937 <A HREF="http://chromatix.autistics.org/vnc/">http://chromatix.autistics.org/vnc/</A>
6938
6939
6940
6941 ---------------------------------------------------------------
6942 To unsubscribe, send email to majordomo@ender.shadowfire.org
6943 with "unsubscribe ircservices" in the body, without the quotes.
6944
6945
6946 From drkstlkr at goplay.com Sat May 27 00:04:35 2000
6947 From: drkstlkr at goplay.com (DarkStalker)
6948 Date: Sat Oct 23 23:00:57 2004
6949 Subject: [IRCServices] combining services databases
6950 Message-ID: 89514796.1.562@mx1&#45;13.onmedia.com
6951
6952
6953 I was wondering if there was a way to combine database files from one
6954 IRC services 4.3.3 and another. You see I have a server that wants
6955 to link to mine and we both are using Unreal3.0 and IRCservices
6956 4.3.3, but neither of us wants to give up our services and lose all
6957 our users info. Any help would be appreciated.
6958
6959 Also one more question. A few days ago, someone reposted the code to
6960 add to operserv.c to allow multiple service admins. Once you add that
6961 additional code, what do you do next? Thank you.
6962
6963 +--------------------------------------------------------------------------+
6964 | The coolest site for free home pages, email, chat, e-cards, movie info.. |
6965 | http://www.goplay.com - it's time to Go Play! |
6966 +--------------------------------------------------------------------------+
6967
6968 ---------------------------------------------------------------
6969 To unsubscribe, send email to majordomo@ender.shadowfire.org
6970 with "unsubscribe ircservices" in the body, without the quotes.
6971
6972
6973 From kfiresun at ix.netcom.com Sat May 27 11:07:09 2000
6974 From: kfiresun at ix.netcom.com (Kelmar K. Firesun)
6975 Date: Sat Oct 23 23:00:57 2004
6976 Subject: [IRCServices] combining services databases
6977 References: <89514796.1.562@mx1-13.onmedia.com>
6978 Message-ID: 002b01bfc806$60a1f910$37526dd1@tiphares.com
6979
6980
6981 ----- Original Message -----
6982 From: "DarkStalker" <drkstlkr@goplay.com>
6983 To: <ircservices@delirious.shadowfire.org>
6984 Sent: Saturday, May 27, 2000 2:04 AM
6985 Subject: [IRCServices] combining services databases
6986
6987
6988 >
6989 > I was wondering if there was a way to combine database files from one
6990 > IRC services 4.3.3 and another. You see I have a server that wants
6991 > to link to mine and we both are using Unreal3.0 and IRCservices
6992 > 4.3.3, but neither of us wants to give up our services and lose all
6993 > our users info. Any help would be appreciated.
6994 >
6995
6996 I think you would have to write a custom program to do that.
6997
6998 >
6999 > Also one more question. A few days ago, someone reposted the code to
7000 > add to operserv.c to allow multiple service admins. Once you add that
7001 > additional code, what do you do next? Thank you.
7002 >
7003
7004 In the original message that I wrote:
7005 >
7006 >This will allow you to sperate the root users
7007 >by a space in the config file like so:
7008 >
7009 >ServicesRoot "User1 User2 ... UserN"
7010 >
7011
7012 That's what you need to do. For example, if you have the users, Foo, Bar,
7013 and Baz
7014 and they need to be set up as root services users, you would put the
7015 followign in your
7016 services.conf:
7017
7018 ServicesRoot "Foo Bar Baz"
7019
7020 Each user will need to be identified to nickserv before they can use the
7021 privilaged commands.
7022
7023 I hope this clears things up.
7024
7025 Bryce Simonds (Kelmar K. Firesun)
7026 IRCop: dream.esper.net port 5555
7027
7028
7029
7030 ---------------------------------------------------------------
7031 To unsubscribe, send email to majordomo@ender.shadowfire.org
7032 with "unsubscribe ircservices" in the body, without the quotes.
7033
7034
7035 From chriswh at cyberhighway.net Sat May 27 08:57:12 2000
7036 From: chriswh at cyberhighway.net (Chris)
7037 Date: Sat Oct 23 23:00:57 2004
7038 Subject: [IRCServices] combining services databases
7039 Message-ID: E12vj2q&#45;0000ss&#45;00@delirious.shadowfire.org
7040
7041 > Also one more question. A few days ago, someone reposted the code to
7042 > add to operserv.c to allow multiple service admins. Once you add that
7043 > additional code, what do you do next? Thank you.
7044
7045 Easy. After you recompile with the new code in it, in your services.conf
7046 file
7047 (where you define the services root) it should look like this:
7048
7049 ServicesRoot "Nick1 Nick2 ... NickN"
7050
7051 Where 'N' constitutes as any number. So if I want Cool and Ice as Services
7052 Roots I would use this line:
7053
7054 ServicesRoot "Cool Ice"
7055
7056 The new code will tell services that that is 2 nicknames, not one, and you
7057 should have it.
7058 (If I am wrong, somebody please correct me). As to the database combining,
7059 somebody else will have to answer that.
7060
7061 Hope it helps,
7062
7063 -Chris
7064 ------------------------
7065 Psycho
7066 PsychoWeb IRC Network
7067 irc.psychoweb.net
7068 ------------------------
7069 ----------
7070 > From: DarkStalker <drkstlkr@goplay.com>
7071 > To: ircservices@delirious.shadowfire.org
7072 > Subject: [IRCServices] combining services databases
7073 > Date: Saturday, May 27, 2000 3:04 AM
7074 >
7075 >
7076 > I was wondering if there was a way to combine database files from one
7077 > IRC services 4.3.3 and another. You see I have a server that wants
7078 > to link to mine and we both are using Unreal3.0 and IRCservices
7079 > 4.3.3, but neither of us wants to give up our services and lose all
7080 > our users info. Any help would be appreciated.
7081 >
7082 > Also one more question. A few days ago, someone reposted the code to
7083 > add to operserv.c to allow multiple service admins. Once you add that
7084 > additional code, what do you do next? Thank you.
7085 >
7086 >
7087 +--------------------------------------------------------------------------+
7088
7089 > | The coolest site for free home pages, email, chat, e-cards, movie
7090 info.. |
7091 > | http://www.goplay.com - it's time to Go Play!
7092 |
7093 >
7094 +--------------------------------------------------------------------------+
7095
7096 >
7097 > ---------------------------------------------------------------
7098 > To unsubscribe, send email to majordomo@ender.shadowfire.org
7099 > with "unsubscribe ircservices" in the body, without the quotes.
7100
7101 ---------------------------------------------------------------
7102 To unsubscribe, send email to majordomo@ender.shadowfire.org
7103 with "unsubscribe ircservices" in the body, without the quotes.
7104
7105
7106 From cgknipe at mweb.co.za Sat May 27 09:53:20 2000
7107 From: cgknipe at mweb.co.za (Chris Knipe)
7108 Date: Sat Oct 23 23:00:57 2004
7109 Subject: [IRCServices] New services implementations & Updates?
7110 Message-ID: Pine.LNX.4.21.5204271851520.17542&#45;100000@fusion.sunnyline.co.za
7111
7112 Mwhello all :)
7113
7114 Memo: IRC Services - New Implementations.
7115 -----------------------------------------
7116
7117 Introduction:
7118 ~~~~~~~~~~~~~
7119 The IRC Services as we know it improved dramaticaly over the last few
7120 months.
7121 We have this greatly to thank to Andy Church, Adrew Kempe, and this
7122 mailing
7123 list with all the users and their suggestions about the services.
7124
7125 Many thanks to everyone who has kept these services alive and in
7126 development.
7127 It's truly becoming the key software package on tons of networks out there
7128 today :)
7129
7130 This memo deals with the implementation of three new key code updates to
7131 the
7132 services structure as they are today. All three of the implementations
7133 will
7134 require drastic coding to the services, but all three of them are also
7135 quite
7136 important factors in the long run of the irc services. Because of the
7137 seriousness of these implementations, I have decided to discuss this in an
7138 draft memo.
7139
7140 The new implementations will cover: MultiCast Networking Support (This
7141 *should*
7142 be cross-coded into IRCD's aswell), IPv6 Support (For future usage), and
7143 lastly
7144 SQL DataBase Support.
7145
7146
7147
7148 1. MultiCast Networking for IRC Networks & Services:
7149 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7150 A while ago, when Andy handed services development over to Andew, Andy
7151 mentioned that he was working on drafts for an new IRC Internet
7152 Standard. It
7153 never really concirned me that much, seeing that I wasn't that much into
7154 the
7155 development side of things. Lately, this scenario changed quite a bit,
7156 and
7157 networking, communication, and development became my life.
7158
7159 Multicast networking is mostly used in high-traffic scenarios. Commonly
7160 seen
7161 in applications which make use of audio and video broadcasting over the
7162 Internet (Real Audio / Video & Microsoft's NetShow Services). Recently,
7163 proxy servers also began utilizing this type of networking to reduce load
7164 on
7165 networks between peer'ed proxy servers with much success.
7166
7167 Multicast networking makes use of Class D IP addresses, namely, 224.0.0.0
7168 with
7169 an subnet of 240.0.0.0. The key advantage over TCP networks, is that TCP
7170 utilize an unicast networking scheme, connecting point A to point B and
7171 setting up an datastream between these two points. Because of the fact
7172 that
7173 this datastream can be quite insuficient (perhaps a slow connection) we
7174 experiance network conjestion (or lag).
7175
7176 Multicast is more like an radio station, broadcasting data at an specific
7177 "frequency" and everyone who is tuned into this frequency can receive the
7178 data sent on the specific frequency.
7179
7180 The use with Muticast networking on IRC Servers & Services can include:
7181 - Server load balancing (Yes, you heard me!).
7182 - Network Redundancy in regards to server connections.
7183 - Multiple Server connection points.
7184 - Bandwidth management.
7185
7186 The basic principal will be that each server on the Multicast IRC Network
7187 gets assigned an initial value or priority. Depending on the outcome of
7188 development (if there should be any such development) either the highest
7189 or
7190 the lowest priority of the available multicast servers gets the request(s)
7191 from the clients on the network.
7192
7193 A possible scenario may look like this:
7194
7195 ----------- -----------
7196 | serv1 |-----------------| serv2 |
7197 ----------- -----------
7198 () ()
7199 () ()
7200 ()()()()()()()()()()()()()()()
7201 () () ()
7202 () () ()
7203 ----------- ----------- -----------
7204 | serv3 |---| serv4 |---| serv5 |
7205 ----------- ----------- -----------
7206
7207
7208 - Normal TCP Connection (C/N Lines)
7209 () Multicast Network (ID: 224.10.10.1)
7210 serv1 - IRC Services (Priority 1) IP: 192.168.0.1
7211 serv2 - IRC Services (Priority 2) IP: 192.168.0.2
7212 serv3 - IRC Server (Priority 1) IP: 192.168.0.3
7213 serv4 - IRC Server (Priority 2) IP: 192.168.0.4
7214 serv5 - IRC Server (Priority 2) IP: 192.168.0.5
7215
7216 The configuration:
7217 All the servers gets configured with standard IP Addresses (Class A, B or
7218 C).
7219 This is needed because of the fact that an initial IP address MUST be
7220 configured to enable the servers to figure out and join the specified
7221 MultiCast Network ID (In our scenario, 224.10.10.1).
7222
7223 Once the TCP network configuration has been established, the various
7224 servers
7225 needs to connect to each other with means of C/N lines. The links will
7226 more
7227 than likely be that all Servers connect to each other (As per usual),
7228 while
7229 all the IRC Services connects to each other (This is needed for
7230 syncronozation). Then, comes the fun part...
7231
7232 The IRC Services links up to the IRC Servers with use of Multicast
7233 Networking.
7234 This means that there will be NO C/N lines, nor any net-splits due to lag
7235 or
7236 conjestion. We might however, need to implement a new config option for
7237 both
7238 the IRC Services, aswell as the Server, namely an MultiCast IP Address...
7239
7240 Damm pitty that M: is allready used, they should change M: to N: <for
7241 name>
7242 and give us M: for <MultiCast IP> :))))))))
7243
7244 The IRC Services:
7245 Once the IRC Services has been configured with it's initial IP address and
7246 Multicast ID, the services will initiate a UniCast connection between the
7247 number of Services in the chain. The highest (or lowest) priority of the
7248 Services chain (This should be an configuration option) will be an Master
7249 server, while the rest will act as slave servers to the master.
7250
7251 By use of it's UniCast link, the master server will inform the slave
7252 servers
7253 about network usage, which will include various changes made within the
7254 Services databases. Because the Services chain is updated transparently
7255 from
7256 the master server, all our slave servers will also be updated as they need
7257 to.
7258
7259 Another fine feature about this type of MultiCast Network, is that both
7260 the
7261 master and slave Services can listen to netsplits and messages from any
7262 server
7263 anywhere in the network (because they utilize MultiCast
7264 Broadcasting). Should
7265 the master server go down for some reason (Lag, Server Reboot, Network
7266 Upgrade, ect), the slave servers will automatically know about this, and
7267 they
7268 will calculate the highest priority of the servers available, which will
7269 then
7270 rejoin the network - with an up-to-date database!!!
7271
7272 Because of this fact, how more Services you link in your Services Chain,
7273 how
7274 less the chances that your network would be Services-less.
7275
7276 Multicast can also be used within the Services for load balancing. This
7277 can basically work on the principal that the master Services server will
7278 check
7279 it's usage. If the master server detects that it is working to hard, it
7280 can
7281 perhaps by means of multicasting inform one or more of the slave servers,
7282 to
7283 take a certain percentage of the workload from the IRC Network of the
7284 master
7285 server. Because of the fact that all the Services servers can communicate
7286 with the IRC servers, there is no need why this should not be able to work
7287 :)
7288
7289 The possibilities of Multicasting can go on and on :) I am more than
7290 likely
7291 starting to bore you all about this now, so let's just move on to my next
7292 suggested improvement...
7293
7294
7295 For more information on how exactly the broadcasting process and security
7296 in such broadcasting goes, I would recommend reading the IP-MultiCast
7297 HOWTO
7298 document available in the LDP Project.
7299
7300
7301
7302 2. IPv6 Support for IRC Networks & Services:
7303 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7304 Say no more ?
7305
7306 We need to get this done at some stage... It doesn't need to be now, but
7307 yeah.
7308 Let's not forget about it?
7309
7310
7311
7312 3. SQL DataBase Support for IRC Services:
7313 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7314 WOOOHOOO!! YEAH! :)
7315
7316 Just think of the possibilities here? Web sites which enables users to
7317 send
7318 and receive memo's. Nice HTML pages for nickserv and chanserv access
7319 lists?
7320
7321 Cewl nick browsers for registered nicks? Nickname searches? Nickname
7322 PROFILES (You can even add pictures to the nicknames on an html interface
7323 if
7324 you know your php3 programming)
7325
7326 History of nicknames? This might include history on the nick's abusive
7327 maners,
7328 records of every account where the nickname has been suspended, or klined?
7329
7330 I am really not going to say more here... Be creative, and think it out
7331 for
7332 yourselve, this is key!!!
7333
7334 For compatibility reasons, I would make the suggestion that the SQL
7335 DataBase
7336 be made an additional extra, or DEFINATELY enable / disable it with config
7337 or Makefile options. I would actually recommend to enable / disable this
7338 in
7339 the Makefile, because of the fact that database support for the services
7340 can
7341 make the binaries rather big.
7342
7343 Not everyone will have access to SQL databases, so we can't make Services
7344 depend on this type of database. But the advantages is obviously quite a
7345 bit...
7346
7347
7348
7349 4. Closing:
7350 ~~~~~~~~~~~
7351 For a closing, I would just like to point out that in all three suggested
7352 implementations, the services of Andy Church will go and re-write IRC RFC
7353 Standards.
7354
7355 This type of network is *NOT* utilized on ANY IRC Network ANYWHERE in the
7356 world.
7357
7358 IPv6 is also a first to go into IRC Networks.
7359
7360 SQL DataBases will be the first to be used by any IRC Services in the
7361 world.
7362
7363 Andrew, let's take the lead and how them what IRC *SHOULD* and *CAN* be
7364 like,
7365 I know you can do it :))
7366
7367 Best Regards
7368 Chris Knipe
7369
7370 PS: Due to circumstances, I unfortunately can only check my email approx.
7371 once a week. If and when you all out there start to respond, don't be mad
7372 when
7373 you wait long for a reply, I'm telling you now, you will be waiting long
7374 for
7375 a reply...
7376
7377
7378
7379
7380 ---------------------------------------------------------------
7381 To unsubscribe, send email to majordomo@ender.shadowfire.org
7382 with "unsubscribe ircservices" in the body, without the quotes.
7383
7384
7385 From jonathan at lite.net Sun May 28 09:05:06 2000
7386 From: jonathan at lite.net (Jonathan George)
7387 Date: Sat Oct 23 23:00:57 2004
7388 Subject: [IRCServices] New services implementations & Updates?
7389 In-Reply-To: <Pine.LNX.4.21.5204271851520.17542-100000@fusion.sunnyline.co.za>
7390 References: Pine.LNX.4.21.5204271851520.17542&#45;100000@fusion.sunnyline.co.za
7391 Message-ID: Pine.LNX.4.10.10005281058060.7975&#45;100000@lite.net
7392
7393 I'm only going to comment on the SQL database implementation idea.
7394
7395 I at one point, when writing a set of IRC services (from scratch)
7396 was going to use an SQL database. Yes, a web interface like you describe
7397 is entirely possible (and a wonderful idea too, that was one of the main
7398 reasons I was going to use SQL).
7399
7400 But. SQL will be no faster than keeping all records in a hash
7401 table like we do now. Services is not a threaded process, so we won't be
7402 able to really make effective use of an SQL server, because it's designed
7403 to be a database which can be access and modified in parallel by two or
7404 more connections. It just isn't worth the hassle of converting a *LOT* of
7405 code to using it. In fact, it'd be a near rewrite of Services in itself
7406 just to add this feature -- all for what, a few webpages?
7407
7408 My suggestion would be to add support for a socket listen(2)ing
7409 and then have your CGI/PHP3/ASP/<whatever> connect to that socket and
7410 request information from the database, send updates.. . etc.
7411 If you were to do the above then the ideas are endless. You could
7412 write a small program in VB which users could use to read memo's, be
7413 notified of when they have new memo's in an ICQ like interface, edit your
7414 user information.. . etc. And most of all, you retain the original want:
7415 you want a web interface.
7416
7417
7418 Questions about how I implemented SQL with the services I wrote
7419 can be emailed to me... I used MySQL in my design.
7420
7421 -----------------------------------------
7422 // Jonathan George : jonathan@lite.net
7423 // Software Engineer : www.lite.net
7424 // Personal WWW : www.jdg.net
7425 // IRC - (extasy) : irc.lite.net
7426 -----------------------------------------
7427
7428 |3. SQL DataBase Support for IRC Services:
7429 |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7430 |WOOOHOOO!! YEAH! :)
7431 |
7432 |Just think of the possibilities here? Web sites which enables users to
7433 |send
7434 |and receive memo's. Nice HTML pages for nickserv and chanserv access
7435 |lists?
7436 |
7437 |Cewl nick browsers for registered nicks? Nickname searches? Nickname
7438 |PROFILES (You can even add pictures to the nicknames on an html interface
7439 |if
7440 |you know your php3 programming)
7441 |
7442 |History of nicknames? This might include history on the nick's abusive
7443 |maners,
7444 |records of every account where the nickname has been suspended, or klined?
7445 |
7446 |I am really not going to say more here... Be creative, and think it out
7447 |for
7448 |yourselve, this is key!!!
7449 |
7450 |For compatibility reasons, I would make the suggestion that the SQL
7451 |DataBase
7452 |be made an additional extra, or DEFINATELY enable / disable it with config
7453 |or Makefile options. I would actually recommend to enable / disable this
7454 |in
7455 |the Makefile, because of the fact that database support for the services
7456 |can
7457 |make the binaries rather big.
7458 |
7459 |Not everyone will have access to SQL databases, so we can't make Services
7460 |depend on this type of database. But the advantages is obviously quite a
7461 |bit...
7462
7463
7464 ---------------------------------------------------------------
7465 To unsubscribe, send email to majordomo@ender.shadowfire.org
7466 with "unsubscribe ircservices" in the body, without the quotes.
7467
7468
7469 From achurch at dragonfire.net Mon May 29 07:31:00 2000
7470 From: achurch at dragonfire.net (Andrew Church)
7471 Date: Sat Oct 23 23:00:57 2004
7472 Subject: [IRCServices] New services implementations & Updates?
7473 Message-ID: 3931a414.01664@dragonfire.net
7474
7475 Just a quick response to this before I head off to work:
7476
7477 >1. MultiCast Networking for IRC Networks & Services:
7478 >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7479
7480 While an interesting idea, the biggest problem is that IRC servers
7481 don't support it, and unless you personally want to update every server
7482 in existence that probably won't change anytime soon. There would also
7483 be the problem of obtaining a multicast IP for the network (I admit I'm
7484 not up on what that process entails).
7485
7486 >2. IPv6 Support for IRC Networks & Services:
7487 >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7488
7489 I'm in agreement about this one, though I think it's a fairly low
7490 priority at this point.
7491
7492 >3. SQL DataBase Support for IRC Services:
7493 >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7494
7495 As someone else pointed out, this would involve a significant
7496 rewrite for a comparatively small improvement. Moreover, using SQL
7497 could actually hurt performance due to the overhead of SQL calls,
7498 and would affect reliability due to the necessity of maintaining an
7499 additional proecss (the SQL server).
7500
7501 --Andrew Church
7502 achurch@dragonfire.net
7503 http://achurch.dragonfire.net/
7504
7505 ---------------------------------------------------------------
7506 To unsubscribe, send email to majordomo@ender.shadowfire.org
7507 with "unsubscribe ircservices" in the body, without the quotes.
7508
7509
7510 From tower at pdx.edu Sun May 28 16:02:44 2000
7511 From: tower at pdx.edu (Tyson La Tourrette)
7512 Date: Sat Oct 23 23:00:57 2004
7513 Subject: [IRCServices] New services implementations & Updates?
7514 In-Reply-To: <Pine.LNX.4.10.10005281058060.7975-100000@lite.net>
7515 References: Pine.LNX.4.10.10005281058060.7975&#45;100000@lite.net
7516 Message-ID: Pine.GSO.4.21.0005281557150.17198&#45;100000@gere.odin.pdx.edu
7517
7518 Well one benefit I do see with an SQL DB is the potential for multiple
7519 services (on different servers) to access the same DB and thus provide
7520 true realtime redundency. Wouldn't be needed for small networks (like
7521 the one I run) but for the larger ones it would be very nice I would
7522 think.
7523
7524 Just a thought.
7525
7526 Tyson
7527
7528 (first post, so if you don't remember me that'd be why)
7529
7530
7531 ---------------------------------------------------------------
7532 To unsubscribe, send email to majordomo@ender.shadowfire.org
7533 with "unsubscribe ircservices" in the body, without the quotes.
7534
7535
7536 From powerlord at vgmusic.com Mon May 29 04:03:42 2000
7537 From: powerlord at vgmusic.com (Ross Bemrose (Powerlord))
7538 Date: Sat Oct 23 23:00:57 2004
7539 Subject: [IRCServices] New services implementations & Updates?
7540 References: <Pine.GSO.4.21.0005281557150.17198-100000@gere.odin.pdx.edu>
7541 Message-ID: 001501bfc95d$8e55ea80$03090a0a@kroag
7542
7543 By saying SQL provides true realtime redundancy, you forget one point:
7544 If the master services splits because it is DOSed or the ISPs uplink has
7545 problems, the SQL server is going to be just as lagged as the master
7546 services. The only solution to that would be to have a database server
7547 running on each set of services, and the amount of overhead that would cause
7548 is astronomical, because they'd need to sync up at every minor change.
7549
7550 Wow, first post for me to... in the almost 6 months of subscribing to this
7551 list.
7552
7553 ----- Original Message -----
7554 From: "Tyson La Tourrette" <tower@pdx.edu>
7555 To: <ircservices@delirious.shadowfire.org>
7556 Sent: Sunday, May 28, 2000 7:02 PM
7557 Subject: Re: [IRCServices] New services implementations & Updates?
7558
7559
7560 > Well one benefit I do see with an SQL DB is the potential for multiple
7561 > services (on different servers) to access the same DB and thus provide
7562 > true realtime redundency. Wouldn't be needed for small networks (like
7563 > the one I run) but for the larger ones it would be very nice I would
7564 > think.
7565 >
7566 > Just a thought.
7567 >
7568 > Tyson
7569 >
7570 > (first post, so if you don't remember me that'd be why)
7571 >
7572 >
7573 > ---------------------------------------------------------------
7574 > To unsubscribe, send email to majordomo@ender.shadowfire.org
7575 > with "unsubscribe ircservices" in the body, without the quotes.
7576 >
7577
7578
7579 ---------------------------------------------------------------
7580 To unsubscribe, send email to majordomo@ender.shadowfire.org
7581 with "unsubscribe ircservices" in the body, without the quotes.
7582
7583
7584 From smkelly at zombie.org Mon May 29 04:38:24 2000
7585 From: smkelly at zombie.org (Sean Kelly)
7586 Date: Sat Oct 23 23:00:57 2004
7587 Subject: [IRCServices] New services implementations & Updates?
7588 In-Reply-To: <Pine.LNX.4.10.10005281058060.7975-100000@lite.net>; from jonathan@lite.net on Sun, May 28, 2000 at 11:05:06AM -0500
7589 References: <Pine.LNX.4.21.5204271851520.17542-100000@fusion.sunnyline.co.za> <Pine.LNX.4.10.10005281058060.7975-100000@lite.net>
7590 Message-ID: 20000529063824.B50930@edgemaster.zombie.org
7591
7592 On Sun, May 28, 2000 at 11:05:06AM -0500, Jonathan George wrote:
7593
7594 > My suggestion would be to add support for a socket listen(2)ing
7595 > and then have your CGI/PHP3/ASP/<whatever> connect to that socket and
7596 > request information from the database, send updates.. . etc.
7597
7598 I would very much agree with that. Using SQL with services would not be wisee
7599 at all. You'd be depending on yet another link in the IRC chain. As it is,
7600 we have our ircd uplink, services, and the box services runs on. If you add
7601 SQL to the mix, that is just one more service/link that can go down and
7602 blow up the entire chain. The socket interface would be much more useful if
7603 implimented properly. You could use it to pull/push data from services and
7604 also send control messages to services, such as dynamic updating of the
7605 configuration if its uplink ircd died (assuming services weren't on the
7606 same machine as the uplink ircd, which normally they are). I would encourage
7607 active drafting and development of a protocol which suits the purposes of
7608 everybody before implimenting such a thing though, and I'd also ensure to
7609 make it VERY secure.
7610
7611 --
7612 Sean Kelly <smkelly@zombie.org> or <smkelly@slashnet.org>
7613 PGP KeyID: 4AC781C7 ICQ UIN: 27955995
7614 EFAX: (603) 372-1638 IRC: drdink@SlashNET
7615
7616 ---------------------------------------------------------------
7617 To unsubscribe, send email to majordomo@ender.shadowfire.org
7618 with "unsubscribe ircservices" in the body, without the quotes.
7619
7620
7621 From tower at pdx.edu Mon May 29 16:13:06 2000
7622 From: tower at pdx.edu (Tyson La Tourrette)
7623 Date: Sat Oct 23 23:00:57 2004
7624 Subject: [IRCServices] New services implementations & Updates?
7625 In-Reply-To: <001501bfc95d$8e55ea80$03090a0a@kroag>
7626 References: 001501bfc95d$8e55ea80$03090a0a@kroag
7627 Message-ID: Pine.GSO.4.21.0005291608490.17198&#45;100000@gere.odin.pdx.edu
7628
7629 True. I was thinking of a three (or more) box design. Which would
7630 include a dedicated database server. Even in this case the database
7631 would be the weak link. I would be fun to set up and configure though
7632 =)
7633
7634 OK, this would be practical for very large networks only.
7635
7636 Probably isn't a good reason to implement DBs though.
7637
7638 tyson
7639
7640 On Mon, 29 May 2000, Ross Bemrose (Powerlord) wrote:
7641
7642 > By saying SQL provides true realtime redundancy, you forget one point:
7643 > If the master services splits because it is DOSed or the ISPs uplink has
7644 > problems, the SQL server is going to be just as lagged as the master
7645 > services. The only solution to that would be to have a database server
7646 > running on each set of services, and the amount of overhead that would cause
7647 > is astronomical, because they'd need to sync up at every minor change.
7648 >
7649 > Wow, first post for me to... in the almost 6 months of subscribing to this
7650 > list.
7651 >
7652 > ----- Original Message -----
7653 > From: "Tyson La Tourrette" <tower@pdx.edu>
7654 > To: <ircservices@delirious.shadowfire.org>
7655 > Sent: Sunday, May 28, 2000 7:02 PM
7656 > Subject: Re: [IRCServices] New services implementations & Updates?
7657 >
7658 >
7659 > > Well one benefit I do see with an SQL DB is the potential for multiple
7660 > > services (on different servers) to access the same DB and thus provide
7661 > > true realtime redundency. Wouldn't be needed for small networks (like
7662 > > the one I run) but for the larger ones it would be very nice I would
7663 > > think.
7664 > >
7665 > > Just a thought.
7666 > >
7667 > > Tyson
7668 > >
7669 > > (first post, so if you don't remember me that'd be why)
7670
7671
7672 ---------------------------------------------------------------
7673 To unsubscribe, send email to majordomo@ender.shadowfire.org
7674 with "unsubscribe ircservices" in the body, without the quotes.
7675
7676
7677 From kusdogan at boun.edu.tr Mon May 29 14:04:16 2000
7678 From: kusdogan at boun.edu.tr (=?windows-1254?Q?Sinan_Ku=FEdo=F0an?=)
7679 Date: Sat Oct 23 23:00:57 2004
7680 Subject: [IRCServices] New services implementations & Updates?
7681 References: <Pine.LNX.4.21.5204271851520.17542-100000@fusion.sunnyline.co.za> <Pine.LNX.4.10.10005281058060.7975-100000@lite.net> <20000529063824.B50930@edgemaster.zombie.org>
7682 Message-ID: 001d01bfc9b1$c23aefe0$8fb0fcd4@aqua
7683
7684 The idea of using SQL sounds good at first. But these services are generally
7685 used by small or medium IRC networks all over the world. Some of them have
7686 low configurations and smaller bandwidths. These implementation would need
7687 an additional SQL server as Andy pointed out. Also having statistics on web
7688 would result to another performance decrease. Security is another point.
7689
7690 On the other hand i agree to the idea of updating. It can be improved by
7691 lots of useful commands. CGI/ASP or PHP3 would give us better results in a
7692 less amount of time due to the need of updating all the code for SQL.
7693
7694 Other advices for current services :
7695 - /chanserv ban command would be very useful
7696 - /nickserv ridentify nick pass (as identifying for a channel, likely LINK
7697 command but only for the active connection, it is necessary when u use
7698 another nick and try to use your accesses)
7699 - /chanserv set #chan Exitmsg (as entrymsg)
7700 - /nickserv chaninfo nick #chan (if user sets chaninfo on for himself) (this
7701 command can give the information about nick as the last time he parted the
7702 channel)
7703
7704
7705
7706 ---------------------------------------------------------------
7707 To unsubscribe, send email to majordomo@ender.shadowfire.org
7708 with "unsubscribe ircservices" in the body, without the quotes.
7709
7710
7711 From chromi at cyberspace.org Mon May 29 18:58:54 2000
7712 From: chromi at cyberspace.org (Jonathan Morton)
7713 Date: Sat Oct 23 23:00:57 2004
7714 Subject: [IRCServices] New services implementations & Updates?
7715 In-Reply-To: <001d01bfc9b1$c23aefe0$8fb0fcd4@aqua>
7716 References: <Pine.LNX.4.21.5204271851520.17542-100000@fusion.sunnyline.co.za><Pine.LNX.4.10.10005281058060.7975-100000@lite.net><20000529063824.B50930@edgemaster.zombie.org>
7717 Message-ID: l03130301b558cf5370fc@[10.38.239.101]
7718
7719 >The idea of using SQL sounds good at first. But these services are generally
7720 >used by small or medium IRC networks all over the world. Some of them have
7721 >low configurations and smaller bandwidths. These implementation would need
7722 >an additional SQL server as Andy pointed out. Also having statistics on web
7723 >would result to another performance decrease. Security is another point.
7724
7725 Might I suggest a compromise, which would allow the increased Web
7726 functionality while retaining the simplicity of the existing system:
7727
7728 When a change is made to the Services database, export that change to an
7729 OPTIONAL SQL database, which may or may not be on a different server. Then
7730 the Web-functionality can be stuck on top of that SQL database as required.
7731 If changes need to be made in the reverse direction too, then a mechanism
7732 for re-importing changes should be made available.
7733
7734 I think they key issue here is to avoid changing the basic implementation
7735 where possible, but provide hooks so that bigger functionality can be added
7736 as and when it is desired, and can be set up by the server owners. I
7737 really like the way Services can be set up with minimal effort - I gather
7738 setting up SQL is rather less trivial. By making SQL optional, we can grab
7739 that extra functionality for those that want it (we probably don't, on our
7740 small server) but keep it simple for those that don't. As for security,
7741 that would need to be addressed by whoever decided to activate the SQL
7742 setup - basic functionality should not be affected.
7743
7744 --------------------------------------------------------------
7745 from: Jonathan "Chromatix" Morton
7746 mail: chromi@cyberspace.org (not for attachments)
7747 uni-mail: j.d.morton@lancaster.ac.uk
7748
7749 The key to knowledge is not to rely on people to teach you it.
7750 --------------------------------------------------------------
7751 Contributing to the VNC Project - http://www.uk.research.att.com/vnc/
7752 Macintosh VNCserver v3.3.2 beta2.3 now posted at:
7753 <A HREF="http://chromatix.autistics.org/vnc/">http://chromatix.autistics.org/vnc/</A>
7754
7755
7756
7757 ---------------------------------------------------------------
7758 To unsubscribe, send email to majordomo@ender.shadowfire.org
7759 with "unsubscribe ircservices" in the body, without the quotes.
7760
7761
7762 From drkstlkr at goplay.com Tue May 30 15:48:55 2000
7763 From: drkstlkr at goplay.com (DarkStalker)
7764 Date: Sat Oct 23 23:00:57 2004
7765 Subject: [IRCServices] combining services databases
7766 Message-ID: 89844152.2.361@mx1&#45;11.onmedia.com
7767
7768 OK, I knew i wasnt making myself clear when i wrote this question. I
7769 already added the code, and inserted the nicks i wanted to be the
7770 service admins. So what my real questions is, How do i recompile
7771 services? I know its a real dumb question, but something i have not
7772 had to do, yet. thank you.
7773
7774
7775
7776 "Chris" <chriswh@cyberhighway.net> wrote on Saturday May 27, 2000 at
7777 2:23pm:
7778 >> Also one more question. A few days ago, someone reposted the code
7779 to
7780 >> add to operserv.c to allow multiple service admins. Once you add
7781 that
7782 >> additional code, what do you do next? Thank you.
7783 >
7784 >Easy. After you recompile with the new code in it, in your
7785 services.conf
7786 >file
7787 >(where you define the services root) it should look like this:
7788 >
7789 >ServicesRoot"Nick1 Nick2 ... NickN"
7790 >
7791 >Where 'N' constitutes as any number. So if I want Cool and Ice as
7792 Services
7793 >Roots I would use this line:
7794 >
7795 >ServicesRoot"Cool Ice"
7796 >
7797 >The new code will tell services that that is 2 nicknames, not one,
7798 and you
7799 >should have it.
7800 >(If I am wrong, somebody please correct me). As to the database
7801 combining,
7802 >somebody else will have to answer that.
7803 >
7804 >Hope it helps,
7805 >
7806 >-Chris
7807 >------------------------
7808 >Psycho
7809 >PsychoWeb IRC Network
7810 >irc.psychoweb.net
7811 >------------------------
7812 >----------
7813 >> From: DarkStalker <drkstlkr@goplay.com>
7814 >> To: ircservices@delirious.shadowfire.org
7815 >> Subject: [IRCServices] combining services databases
7816 >> Date: Saturday, May 27, 2000 3:04 AM
7817 >>
7818 >>
7819 >> I was wondering if there was a way to combine database files from
7820 one
7821 >> IRC services 4.3.3 and another. You see I have a server that
7822 wants
7823 >> to link to mine and we both are using Unreal3.0 and IRCservices
7824 >> 4.3.3, but neither of us wants to give up our services and lose
7825 all
7826 >> our users info. Any help would be appreciated.
7827 >>
7828 >> Also one more question. A few days ago, someone reposted the code
7829 to
7830 >> add to operserv.c to allow multiple service admins. Once you add
7831 that
7832 >> additional code, what do you do next? Thank you.
7833 >>
7834 >>
7835 >+--------------------------------------------------------------------
7836 ------+
7837 >
7838 >> | The coolest site for free home pages, email, chat, e-cards, movie
7839 >info.. |
7840 >> | http://www.goplay.com - it's time to Go
7841 Play!
7842 > |
7843 >>
7844 >+--------------------------------------------------------------------
7845 ------+
7846 >
7847 >>
7848 >> ---------------------------------------------------------------
7849 >> To unsubscribe, send email to majordomo@ender.shadowfire.org
7850 >> with "unsubscribe ircservices" in the body, without the quotes.
7851 >
7852 >---------------------------------------------------------------
7853 >To unsubscribe, send email to majordomo@ender.shadowfire.org
7854 >with "unsubscribe ircservices" in the body, without the quotes.
7855
7856 +--------------------------------------------------------------------------+
7857 | The coolest site for free home pages, email, chat, e-cards, movie info.. |
7858 | <A HREF="http://www.goplay.com">http://www.goplay.com</A> - it's time to Go Play! |
7859 +--------------------------------------------------------------------------+
7860
7861 ---------------------------------------------------------------
7862 To unsubscribe, send email to majordomo@ender.shadowfire.org
7863 with "unsubscribe ircservices" in the body, without the quotes.
7864
7865
7866 From Lamego at PTlink.net Tue May 30 15:59:27 2000
7867 From: Lamego at PTlink.net (Joao Luis Marques Pinto)
7868 Date: Sat Oct 23 23:00:57 2004
7869 Subject: [IRCServices] combining services databases
7870 In-Reply-To: <89844152.2.361@mx1-11.onmedia.com>
7871 References: <89844152.2.361@mx1-11.onmedia.com>
7872 Message-ID: 00053100004400.03680@jpc.ptlink.net
7873
7874 Just do "make"
7875 and "make install" to install them
7876 like you made the first time... remember ;)?
7877 maybe its safer "make clean" first
7878
7879 On Tue, 30 May 2000, you wrote:
7880 > OK, I knew i wasnt making myself clear when i wrote this question. I
7881 > already added the code, and inserted the nicks i wanted to be the
7882 > service admins. So what my real questions is, How do i recompile
7883 > services? I know its a real dumb question, but something i have not
7884 > had to do, yet. thank you.
7885 >
7886 >
7887 >
7888 > "Chris" <chriswh@cyberhighway.net> wrote on Saturday May 27, 2000 at
7889 > 2:23pm:
7890 > >> Also one more question. A few days ago, someone reposted the code
7891 > to
7892 > >> add to operserv.c to allow multiple service admins. Once you add
7893 > that
7894 > >> additional code, what do you do next? Thank you.
7895 > >
7896 > >Easy. After you recompile with the new code in it, in your
7897 > services.conf
7898 > >file
7899 > >(where you define the services root) it should look like this:
7900 > >
7901 > >ServicesRoot"Nick1 Nick2 ... NickN"
7902 > >
7903 > >Where 'N' constitutes as any number. So if I want Cool and Ice as
7904 > Services
7905 > >Roots I would use this line:
7906 > >
7907 > >ServicesRoot"Cool Ice"
7908 > >
7909 > >The new code will tell services that that is 2 nicknames, not one,
7910 > and you
7911 > >should have it.
7912 > >(If I am wrong, somebody please correct me). As to the database
7913 > combining,
7914 > >somebody else will have to answer that.
7915 > >
7916 > >Hope it helps,
7917 > >
7918 > >-Chris
7919 > >------------------------
7920 > >Psycho
7921 > >PsychoWeb IRC Network
7922 > >irc.psychoweb.net
7923 > >------------------------
7924 > >----------
7925 > >> From: DarkStalker <drkstlkr@goplay.com>
7926 > >> To: ircservices@delirious.shadowfire.org
7927 > >> Subject: [IRCServices] combining services databases
7928 > >> Date: Saturday, May 27, 2000 3:04 AM
7929 > >>
7930 > >>
7931 > >> I was wondering if there was a way to combine database files from
7932 > one
7933 > >> IRC services 4.3.3 and another. You see I have a server that
7934 > wants
7935 > >> to link to mine and we both are using Unreal3.0 and IRCservices
7936 > >> 4.3.3, but neither of us wants to give up our services and lose
7937 > all
7938 > >> our users info. Any help would be appreciated.
7939 > >>
7940 > >> Also one more question. A few days ago, someone reposted the code
7941 > to
7942 > >> add to operserv.c to allow multiple service admins. Once you add
7943 > that
7944 > >> additional code, what do you do next? Thank you.
7945 > >>
7946 > >>
7947 > >+--------------------------------------------------------------------
7948 > ------+
7949 > >
7950 > >> | The coolest site for free home pages, email, chat, e-cards, movie
7951 > >info.. |
7952 > >> | http://www.goplay.com - it's time to Go
7953 > Play!
7954 > > |
7955 > >>
7956 > >+--------------------------------------------------------------------
7957 > ------+
7958 > >
7959 > >>
7960 > >> ---------------------------------------------------------------
7961 > >> To unsubscribe, send email to majordomo@ender.shadowfire.org
7962 > >> with "unsubscribe ircservices" in the body, without the quotes.
7963 > >
7964 > >---------------------------------------------------------------
7965 > >To unsubscribe, send email to majordomo@ender.shadowfire.org
7966 > >with "unsubscribe ircservices" in the body, without the quotes.
7967 >
7968 > +--------------------------------------------------------------------------+
7969 > | The coolest site for free home pages, email, chat, e-cards, movie info.. |
7970 > | <A HREF="http://www.goplay.com">http://www.goplay.com</A> - it's time to Go Play! |
7971 > +--------------------------------------------------------------------------+
7972 >
7973 > ---------------------------------------------------------------
7974 > To unsubscribe, send email to majordomo@ender.shadowfire.org
7975 > with "unsubscribe ircservices" in the body, without the quotes.
7976 --
7977 Lamego@PTlink.net
7978
7979 ---------------------------------------------------------------
7980 To unsubscribe, send email to majordomo@ender.shadowfire.org
7981 with "unsubscribe ircservices" in the body, without the quotes.
7982
7983
7984 From josh at alienhosting.com Tue May 30 04:10:35 2000
7985 From: josh at alienhosting.com (Josh Odom)
7986 Date: Sat Oct 23 23:00:57 2004
7987 Subject: [IRCServices] combining services databases
7988 In-Reply-To: <89844152.2.361@mx1-11.onmedia.com>
7989 References: 89844152.2.361@mx1&#45;11.onmedia.com
7990 Message-ID: LPBBLELPCCCALPDHDMDOGEBECAAA.josh@alienhosting.com
7991
7992 1. CD into your services source directory
7993 2. Type "make clean"
7994 3. Type "make"
7995 4. Type "make install"
7996
7997 (without the quotes of course.)
7998
7999 Josh Odom
8000 Alien Internet Services
8001 Server Administrator/Owner
8002
8003
8004 -----Original Message-----
8005 From: owner-ircservices@ender.shadowfire.org
8006 [mailto:owner-ircservices@ender.shadowfire.org]On Behalf Of DarkStalker
8007 Sent: Tuesday, May 30, 2000 5:49 PM
8008 To: Chris; ircservices@ender.shadowfire.org
8009 Subject: Re: [IRCServices] combining services databases
8010
8011
8012 OK, I knew i wasnt making myself clear when i wrote this question. I
8013 already added the code, and inserted the nicks i wanted to be the
8014 service admins. So what my real questions is, How do i recompile
8015 services? I know its a real dumb question, but something i have not
8016 had to do, yet. thank you.
8017
8018
8019
8020 "Chris" <chriswh@cyberhighway.net> wrote on Saturday May 27, 2000 at
8021 2:23pm:
8022 >> Also one more question. A few days ago, someone reposted the code
8023 to
8024 >> add to operserv.c to allow multiple service admins. Once you add
8025 that
8026 >> additional code, what do you do next? Thank you.
8027 >
8028 >Easy. After you recompile with the new code in it, in your
8029 services.conf
8030 >file
8031 >(where you define the services root) it should look like this:
8032 >
8033 >ServicesRoot"Nick1 Nick2 ... NickN"
8034 >
8035 >Where 'N' constitutes as any number. So if I want Cool and Ice as
8036 Services
8037 >Roots I would use this line:
8038 >
8039 >ServicesRoot"Cool Ice"
8040 >
8041 >The new code will tell services that that is 2 nicknames, not one,
8042 and you
8043 >should have it.
8044 >(If I am wrong, somebody please correct me). As to the database
8045 combining,
8046 >somebody else will have to answer that.
8047 >
8048 >Hope it helps,
8049 >
8050 >-Chris
8051 >------------------------
8052 >Psycho
8053 >PsychoWeb IRC Network
8054 >irc.psychoweb.net
8055 >------------------------
8056 >----------
8057 >> From: DarkStalker <drkstlkr@goplay.com>
8058 >> To: ircservices@delirious.shadowfire.org
8059 >> Subject: [IRCServices] combining services databases
8060 >> Date: Saturday, May 27, 2000 3:04 AM
8061 >>
8062 >>
8063 >> I was wondering if there was a way to combine database files from
8064 one
8065 >> IRC services 4.3.3 and another. You see I have a server that
8066 wants
8067 >> to link to mine and we both are using Unreal3.0 and IRCservices
8068 >> 4.3.3, but neither of us wants to give up our services and lose
8069 all
8070 >> our users info. Any help would be appreciated.
8071 >>
8072 >> Also one more question. A few days ago, someone reposted the code
8073 to
8074 >> add to operserv.c to allow multiple service admins. Once you add
8075 that
8076 >> additional code, what do you do next? Thank you.
8077 >>
8078 >>
8079 >+--------------------------------------------------------------------
8080 ------+
8081 >
8082 >> | The coolest site for free home pages, email, chat, e-cards, movie
8083 >info.. |
8084 >> | <A HREF="http://www.goplay.com">http://www.goplay.com</A> - it's time to Go
8085 Play!
8086 > |
8087 >>
8088 >+--------------------------------------------------------------------
8089 ------+
8090 >
8091 >>
8092 >> ---------------------------------------------------------------
8093 >> To unsubscribe, send email to majordomo@ender.shadowfire.org
8094 >> with "unsubscribe ircservices" in the body, without the quotes.
8095 >
8096 >---------------------------------------------------------------
8097 >To unsubscribe, send email to majordomo@ender.shadowfire.org
8098 >with "unsubscribe ircservices" in the body, without the quotes.
8099
8100 +--------------------------------------------------------------------------+
8101 | The coolest site for free home pages, email, chat, e-cards, movie info.. |
8102 | <A HREF="http://www.goplay.com">http://www.goplay.com</A> - it's time to Go Play! |
8103 +--------------------------------------------------------------------------+
8104
8105 ---------------------------------------------------------------
8106 To unsubscribe, send email to majordomo@ender.shadowfire.org
8107 with "unsubscribe ircservices" in the body, without the quotes.
8108
8109
8110 ---------------------------------------------------------------
8111 To unsubscribe, send email to majordomo@ender.shadowfire.org
8112 with "unsubscribe ircservices" in the body, without the quotes.
8113
8114
8115 From smkelly at zombie.org Tue May 30 16:14:17 2000
8116 From: smkelly at zombie.org (Sean Kelly)
8117 Date: Sat Oct 23 23:00:57 2004
8118 Subject: [IRCServices] combining services databases
8119 In-Reply-To: <00053100004400.03680@jpc.ptlink.net>; from Lamego@PTlink.net on Tue, May 30, 2000 at 11:59:27PM +0100
8120 References: <89844152.2.361@mx1-11.onmedia.com> <00053100004400.03680@jpc.ptlink.net>
8121 Message-ID: 20000530181417.A58169@edgemaster.zombie.org
8122
8123 On Tue, May 30, 2000 at 11:59:27PM +0100, Joao Luis Marques Pinto wrote:
8124 > Just do "make"
8125 > and "make install" to install them
8126 > like you made the first time... remember ;)?
8127 > maybe its safer "make clean" first
8128
8129 If its BSD, replace 'make' with 'gmake'. The Makefiles in ircservices
8130 are GNU Makefile-ish, so you'll need to use the GNU Make, not the BSD
8131 make.
8132
8133 (I know that applies to FreeBSD, not sure about others but I'm 99.99% sure
8134 it applies there too.)
8135
8136 --
8137 Sean Kelly <smkelly@zombie.org> or <smkelly@slashnet.org>
8138 PGP KeyID: 4AC781C7 ICQ UIN: 27955995
8139 EFAX: (603) 372-1638 IRC: drdink@SlashNET
8140
8141 ---------------------------------------------------------------
8142 To unsubscribe, send email to majordomo@ender.shadowfire.org
8143 with "unsubscribe ircservices" in the body, without the quotes.
8144
8145
8146 From drkstlkr at goplay.com Tue May 30 20:08:08 2000
8147 From: drkstlkr at goplay.com (DarqStalker)
8148 Date: Sat Oct 23 23:00:57 2004
8149 Subject: [IRCServices] combining services databases
8150 Message-ID: 89875086.3.361@mx1&#45;11.onmedia.com
8151
8152 Thanks to everyone who replyed to my question :)
8153
8154
8155
8156
8157 Sean Kelly <smkelly@zombie.org> wrote on Tuesday May 30, 2000 at
8158 4:59pm:
8159 >On Tue, May 30, 2000 at 11:59:27PM +0100, Joao Luis Marques Pinto
8160 wrote:
8161 >> Just do "make"
8162 >> and "make install" to install them
8163 >> like you made the first time... remember ;)?
8164 >> maybe its safer "make clean" first
8165 >
8166 >If its BSD, replace 'make' with 'gmake'. The Makefiles in
8167 ircservices
8168 >are GNU Makefile-ish, so you'll need to use the GNU Make, not the BSD
8169 >make.
8170 >
8171 >(I know that applies to FreeBSD, not sure about others but I'm
8172 99.99% sure
8173 > it applies there too.)
8174 >
8175 >--
8176 >Sean Kelly <smkelly@zombie.org> or <smkelly@slashnet.org>
8177 > PGP KeyID: 4AC781C7 ICQ UIN: 27955995
8178 > EFAX: (603) 372-1638 IRC: drdink@SlashNET
8179 >
8180 >---------------------------------------------------------------
8181 >To unsubscribe, send email to majordomo@ender.shadowfire.org
8182 >with "unsubscribe ircservices" in the body, without the quotes.
8183
8184 +--------------------------------------------------------------------------+
8185 | The coolest site for free home pages, email, chat, e-cards, movie info.. |
8186 | http://www.goplay.com - it's time to Go Play! |
8187 +--------------------------------------------------------------------------+
8188
8189 ---------------------------------------------------------------
8190 To unsubscribe, send email to majordomo@ender.shadowfire.org
8191 with "unsubscribe ircservices" in the body, without the quotes.
8192
8193
8194 From andrewk at icon.co.za Fri Jun 2 12:39:54 2000
8195 From: andrewk at icon.co.za (Andrew Kempe)
8196 Date: Sat Oct 23 23:00:57 2004
8197 Subject: [IRCServices] New services implementations & Updates?
8198 In-Reply-To: <l03130301b558cf5370fc@[10.38.239.101]>
8199 References: l03130301b558cf5370fc@[10.38.239.101]
8200 Message-ID: NCBBIPDDJGGDOCPMKPKPOECKDFAA.andrewk@icon.co.za
8201
8202 This is a general reply to all the posts...
8203
8204 I think an SQL server would be a more robust storage method than the flat
8205 files we use at present. I don't think we should replace them all together.
8206 I would like an interface implemented in such a way that services writes
8207 (saves) data and reads (loads) data in a fixed manner that is independant of
8208 the method used to actually store it. This would allow people to implement a
8209 variety of different storage mechanisms that are invisible to services. In
8210 the end, services would be ignorant as to how or where it's data comes from
8211 or goes to. This I hope will become a reality when modules are implemented.
8212
8213 Maybe someone wants to implement, dare I say it, an XML interface? :)
8214
8215 Andrew
8216
8217 > -----Original Message-----
8218 > From: owner-ircservices@delirious.shadowfire.org
8219 > [mailto:owner-ircservices@delirious.shadowfire.org]On Behalf Of Jonathan
8220 > Morton
8221 > Sent: 30 May 2000 03:59
8222 > To: ircservices@delirious.shadowfire.org
8223 > Subject: Re: [IRCServices] New services implementations & Updates?
8224 >
8225 >
8226 > >The idea of using SQL sounds good at first. But these services
8227 > are generally
8228 > >used by small or medium IRC networks all over the world. Some of
8229 > them have
8230 > >low configurations and smaller bandwidths. These implementation
8231 > would need
8232 > >an additional SQL server as Andy pointed out. Also having
8233 > statistics on web
8234 > >would result to another performance decrease. Security is another point.
8235 >
8236 > Might I suggest a compromise, which would allow the increased Web
8237 > functionality while retaining the simplicity of the existing system:
8238 >
8239 > When a change is made to the Services database, export that change to an
8240 > OPTIONAL SQL database, which may or may not be on a different
8241 > server. Then
8242 > the Web-functionality can be stuck on top of that SQL database as
8243 > required.
8244 > If changes need to be made in the reverse direction too, then a mechanism
8245 > for re-importing changes should be made available.
8246 >
8247 > I think they key issue here is to avoid changing the basic implementation
8248 > where possible, but provide hooks so that bigger functionality
8249 > can be added
8250 > as and when it is desired, and can be set up by the server owners. I
8251 > really like the way Services can be set up with minimal effort - I gather
8252 > setting up SQL is rather less trivial. By making SQL optional,
8253 > we can grab
8254 > that extra functionality for those that want it (we probably don't, on our
8255 > small server) but keep it simple for those that don't. As for security,
8256 > that would need to be addressed by whoever decided to activate the SQL
8257 > setup - basic functionality should not be affected.
8258 >
8259 > --------------------------------------------------------------
8260 > from: Jonathan "Chromatix" Morton
8261 > mail: chromi@cyberspace.org (not for attachments)
8262 > uni-mail: j.d.morton@lancaster.ac.uk
8263 >
8264 > The key to knowledge is not to rely on people to teach you it.
8265 > --------------------------------------------------------------
8266 > Contributing to the VNC Project - <A HREF="http://www.uk.research.att.com/vnc/">http://www.uk.research.att.com/vnc/</A>
8267 > Macintosh VNCserver v3.3.2 beta2.3 now posted at:
8268 > <A HREF="http://chromatix.autistics.org/vnc/">http://chromatix.autistics.org/vnc/</A>
8269 >
8270 >
8271 >
8272 > ---------------------------------------------------------------
8273 > To unsubscribe, send email to majordomo@ender.shadowfire.org
8274 > with "unsubscribe ircservices" in the body, without the quotes.
8275 >
8276
8277
8278 ---------------------------------------------------------------
8279 To unsubscribe, send email to majordomo@ender.shadowfire.org
8280 with "unsubscribe ircservices" in the body, without the quotes.
8281
8282
8283 From cgknipe at mweb.co.za Sun Jun 4 05:21:18 2000
8284 From: cgknipe at mweb.co.za (Chris Knipe)
8285 Date: Sat Oct 23 23:00:57 2004
8286 Subject: [IRCServices] New services implementations & Updates?
8287 References: <NCBBIPDDJGGDOCPMKPKPOECKDFAA.andrewk@icon.co.za>
8288 Message-ID: 00cd01bfce1f$6c6ffd90$0101a8c0@internal.sunnyline.co.za
8289
8290 WAP Enabled NickServ ? :P *LOL*
8291
8292 Chow
8293 Chris
8294
8295 BTW, I'll be reading a bit deaper with more attention the replies received
8296 and perhaps come to a more "rpbust & complete" scenario and implementations.
8297 I must admit however, I did *not* lookup on the actual performance loss /
8298 gain on SQL related databases and such, it was just an idea pondering in my
8299 head...
8300
8301
8302 ----- Original Message -----
8303 From: Andrew Kempe <andrewk@icon.co.za>
8304 To: <ircservices@delirious.shadowfire.org>
8305 Sent: 02 June 2000 09:39
8306 Subject: RE: [IRCServices] New services implementations & Updates?
8307
8308
8309 > This is a general reply to all the posts...
8310 >
8311 > I think an SQL server would be a more robust storage method than the flat
8312 > files we use at present. I don't think we should replace them all
8313 together.
8314 > I would like an interface implemented in such a way that services writes
8315 > (saves) data and reads (loads) data in a fixed manner that is independant
8316 of
8317 > the method used to actually store it. This would allow people to implement
8318 a
8319 > variety of different storage mechanisms that are invisible to services. In
8320 > the end, services would be ignorant as to how or where it's data comes
8321 from
8322 > or goes to. This I hope will become a reality when modules are
8323 implemented.
8324 >
8325 > Maybe someone wants to implement, dare I say it, an XML interface? :)
8326 >
8327 > Andrew
8328 >
8329 > > -----Original Message-----
8330 > > From: owner-ircservices@delirious.shadowfire.org
8331 > > [mailto:owner-ircservices@delirious.shadowfire.org]On Behalf Of Jonathan
8332 > > Morton
8333 > > Sent: 30 May 2000 03:59
8334 > > To: ircservices@delirious.shadowfire.org
8335 > > Subject: Re: [IRCServices] New services implementations & Updates?
8336 > >
8337 > >
8338 > > >The idea of using SQL sounds good at first. But these services
8339 > > are generally
8340 > > >used by small or medium IRC networks all over the world. Some of
8341 > > them have
8342 > > >low configurations and smaller bandwidths. These implementation
8343 > > would need
8344 > > >an additional SQL server as Andy pointed out. Also having
8345 > > statistics on web
8346 > > >would result to another performance decrease. Security is another
8347 point.
8348 > >
8349 > > Might I suggest a compromise, which would allow the increased Web
8350 > > functionality while retaining the simplicity of the existing system:
8351 > >
8352 > > When a change is made to the Services database, export that change to an
8353 > > OPTIONAL SQL database, which may or may not be on a different
8354 > > server. Then
8355 > > the Web-functionality can be stuck on top of that SQL database as
8356 > > required.
8357 > > If changes need to be made in the reverse direction too, then a
8358 mechanism
8359 > > for re-importing changes should be made available.
8360 > >
8361 > > I think they key issue here is to avoid changing the basic
8362 implementation
8363 > > where possible, but provide hooks so that bigger functionality
8364 > > can be added
8365 > > as and when it is desired, and can be set up by the server owners. I
8366 > > really like the way Services can be set up with minimal effort - I
8367 gather
8368 > > setting up SQL is rather less trivial. By making SQL optional,
8369 > > we can grab
8370 > > that extra functionality for those that want it (we probably don't, on
8371 our
8372 > > small server) but keep it simple for those that don't. As for security,
8373 > > that would need to be addressed by whoever decided to activate the SQL
8374 > > setup - basic functionality should not be affected.
8375 > >
8376 > > --------------------------------------------------------------
8377 > > from: Jonathan "Chromatix" Morton
8378 > > mail: chromi@cyberspace.org (not for attachments)
8379 > > uni-mail: j.d.morton@lancaster.ac.uk
8380 > >
8381 > > The key to knowledge is not to rely on people to teach you it.
8382 > > --------------------------------------------------------------
8383 > > Contributing to the VNC Project - <A HREF="http://www.uk.research.att.com/vnc/">http://www.uk.research.att.com/vnc/</A>
8384 > > Macintosh VNCserver v3.3.2 beta2.3 now posted at:
8385 > > <A HREF="http://chromatix.autistics.org/vnc/">http://chromatix.autistics.org/vnc/</A>
8386 > >
8387 > >
8388 > >
8389 > > ---------------------------------------------------------------
8390 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
8391 > > with "unsubscribe ircservices" in the body, without the quotes.
8392 > >
8393 >
8394 >
8395 > ---------------------------------------------------------------
8396 > To unsubscribe, send email to majordomo@ender.shadowfire.org
8397 > with "unsubscribe ircservices" in the body, without the quotes.
8398
8399
8400 ---------------------------------------------------------------
8401 To unsubscribe, send email to majordomo@ender.shadowfire.org
8402 with "unsubscribe ircservices" in the body, without the quotes.
8403
8404
8405 From cgknipe at mweb.co.za Sun Jun 4 05:21:18 2000
8406 From: cgknipe at mweb.co.za (Chris Knipe)
8407 Date: Sat Oct 23 23:00:57 2004
8408 Subject: [IRCServices] New services implementations & Updates?
8409 References: <NCBBIPDDJGGDOCPMKPKPOECKDFAA.andrewk@icon.co.za>
8410 Message-ID: 000201bfce24$f26a71f0$0101a8c0@internal.sunnyline.co.za
8411
8412 WAP Enabled NickServ ? :P *LOL*
8413
8414 Chow
8415 Chris
8416
8417 BTW, I'll be reading a bit deaper with more attention the replies received
8418 and perhaps come to a more "rpbust & complete" scenario and implementations.
8419 I must admit however, I did *not* lookup on the actual performance loss /
8420 gain on SQL related databases and such, it was just an idea pondering in my
8421 head...
8422
8423
8424 ----- Original Message -----
8425 From: Andrew Kempe <andrewk@icon.co.za>
8426 To: <ircservices@delirious.shadowfire.org>
8427 Sent: 02 June 2000 09:39
8428 Subject: RE: [IRCServices] New services implementations & Updates?
8429
8430
8431 > This is a general reply to all the posts...
8432 >
8433 > I think an SQL server would be a more robust storage method than the flat
8434 > files we use at present. I don't think we should replace them all
8435 together.
8436 > I would like an interface implemented in such a way that services writes
8437 > (saves) data and reads (loads) data in a fixed manner that is independant
8438 of
8439 > the method used to actually store it. This would allow people to implement
8440 a
8441 > variety of different storage mechanisms that are invisible to services. In
8442 > the end, services would be ignorant as to how or where it's data comes
8443 from
8444 > or goes to. This I hope will become a reality when modules are
8445 implemented.
8446 >
8447 > Maybe someone wants to implement, dare I say it, an XML interface? :)
8448 >
8449 > Andrew
8450 >
8451 > > -----Original Message-----
8452 > > From: owner-ircservices@delirious.shadowfire.org
8453 > > [mailto:owner-ircservices@delirious.shadowfire.org]On Behalf Of Jonathan
8454 > > Morton
8455 > > Sent: 30 May 2000 03:59
8456 > > To: ircservices@delirious.shadowfire.org
8457 > > Subject: Re: [IRCServices] New services implementations & Updates?
8458 > >
8459 > >
8460 > > >The idea of using SQL sounds good at first. But these services
8461 > > are generally
8462 > > >used by small or medium IRC networks all over the world. Some of
8463 > > them have
8464 > > >low configurations and smaller bandwidths. These implementation
8465 > > would need
8466 > > >an additional SQL server as Andy pointed out. Also having
8467 > > statistics on web
8468 > > >would result to another performance decrease. Security is another
8469 point.
8470 > >
8471 > > Might I suggest a compromise, which would allow the increased Web
8472 > > functionality while retaining the simplicity of the existing system:
8473 > >
8474 > > When a change is made to the Services database, export that change to an
8475 > > OPTIONAL SQL database, which may or may not be on a different
8476 > > server. Then
8477 > > the Web-functionality can be stuck on top of that SQL database as
8478 > > required.
8479 > > If changes need to be made in the reverse direction too, then a
8480 mechanism
8481 > > for re-importing changes should be made available.
8482 > >
8483 > > I think they key issue here is to avoid changing the basic
8484 implementation
8485 > > where possible, but provide hooks so that bigger functionality
8486 > > can be added
8487 > > as and when it is desired, and can be set up by the server owners. I
8488 > > really like the way Services can be set up with minimal effort - I
8489 gather
8490 > > setting up SQL is rather less trivial. By making SQL optional,
8491 > > we can grab
8492 > > that extra functionality for those that want it (we probably don't, on
8493 our
8494 > > small server) but keep it simple for those that don't. As for security,
8495 > > that would need to be addressed by whoever decided to activate the SQL
8496 > > setup - basic functionality should not be affected.
8497 > >
8498 > > --------------------------------------------------------------
8499 > > from: Jonathan "Chromatix" Morton
8500 > > mail: chromi@cyberspace.org (not for attachments)
8501 > > uni-mail: j.d.morton@lancaster.ac.uk
8502 > >
8503 > > The key to knowledge is not to rely on people to teach you it.
8504 > > --------------------------------------------------------------
8505 > > Contributing to the VNC Project - <A HREF="http://www.uk.research.att.com/vnc/">http://www.uk.research.att.com/vnc/</A>
8506 > > Macintosh VNCserver v3.3.2 beta2.3 now posted at:
8507 > > <A HREF="http://chromatix.autistics.org/vnc/">http://chromatix.autistics.org/vnc/</A>
8508 > >
8509 > >
8510 > >
8511 > > ---------------------------------------------------------------
8512 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
8513 > > with "unsubscribe ircservices" in the body, without the quotes.
8514 > >
8515 >
8516 >
8517 > ---------------------------------------------------------------
8518 > To unsubscribe, send email to majordomo@ender.shadowfire.org
8519 > with "unsubscribe ircservices" in the body, without the quotes.
8520
8521
8522 ---------------------------------------------------------------
8523 To unsubscribe, send email to majordomo@ender.shadowfire.org
8524 with "unsubscribe ircservices" in the body, without the quotes.
8525
8526
8527 From mwsmith at darkmage.net Fri Jun 16 14:50:41 2000
8528 From: mwsmith at darkmage.net (Michael W. Smith)
8529 Date: Sat Oct 23 23:00:57 2004
8530 Subject: [IRCServices] Re: Newbie Question - Can't connect
8531 In-Reply-To: <Pine.LNX.4.21.0006161407150.31779-100000@raistlin.darkmage.net>
8532 References: Pine.LNX.4.21.0006161407150.31779&#45;100000@raistlin.darkmage.net
8533 Message-ID: Pine.LNX.4.21.0006161446190.32222&#45;100000@raistlin.darkmage.net
8534
8535 And yes, I have the C: and N: lines in my ircd.conf, they look like this:
8536
8537 C:127.0.0.1:password:raistlin.darkmage.net::99
8538 N:127.0.0.1:password:raistlin.darkmage.net::99
8539
8540 Suggestions?
8541
8542 ----------------------------------------------------------------------------
8543 "Do not fear death so much but rather the inadequate life." - Bertolt Brecht
8544
8545
8546 ---------------------------------------------------------------
8547 To unsubscribe, send email to majordomo@ender.shadowfire.org
8548 with "unsubscribe ircservices" in the body, without the quotes.
8549
8550
8551 From mwsmith at darkmage.net Fri Jun 16 14:14:11 2000
8552 From: mwsmith at darkmage.net (Michael W. Smith)
8553 Date: Sat Oct 23 23:00:57 2004
8554 Subject: [IRCServices] Newbie Question - Can't connect
8555 Message-ID: Pine.LNX.4.21.0006161407150.31779&#45;100000@raistlin.darkmage.net
8556
8557 I keep getting this error when I try to start services.
8558
8559 [Jun 16 14:04:18 2000] Services 4.3.2 (compiled for ircu 2.9.32-) starting
8560 up
8561 [Jun 16 14:04:18 2000] Databases loaded
8562 [Jun 16 14:04:18 2000] unknown message from server (ERROR :Closing
8563 Link: by irc
8564 .darkmage.net (Cannot connect a server to a user port))
8565 [Jun 16 14:04:18 2000] Read error from server: Broken pipe
8566
8567 Now the only port setting I noticed was this:
8568
8569 RemoteServer localhost 6667 "mypass"
8570
8571 So I think I'm missing something somewhere. Any suggestions? ircd.conf?
8572 services.conf? Not even sure where I should be looking in this case. Any
8573 help is appreciated.
8574
8575 -Mike
8576
8577 ----------------------------------------------------------------------------
8578 We all get to die eventually, even the damned.
8579
8580
8581
8582
8583 ---------------------------------------------------------------
8584 To unsubscribe, send email to majordomo@ender.shadowfire.org
8585 with "unsubscribe ircservices" in the body, without the quotes.
8586
8587
8588 From drkstlkr at goplay.com Fri Jun 16 20:34:25 2000
8589 From: drkstlkr at goplay.com (DarqStalker)
8590 Date: Sat Oct 23 23:00:57 2004
8591 Subject: [IRCServices] Re: Newbie Question - Can't connect
8592 Message-ID: 92293313.2.361@mx1&#45;11.onmedia.com
8593
8594 it looks to me you have the format of the C/N lines kinda wrong.
8595 Althou they look about the same, theres a bit of difference
8596 They should follow this format:
8597
8598 C:remote server's IP:password:remote server's name:port:class
8599 N:remote server's IP:password:remote server's name::class
8600
8601 1st off, you need the port in the C lines. And im assuming your
8602 connecting a services that is run on your pc, thats why you have the
8603 local host IP#'s
8604
8605 DarqStlkr
8606 irc.fallenangels.2y.net
8607
8608 "Michael W. Smith" <mwsmith@darkmage.net> wrote on Friday June 16,
8609 2000 at 6:04pm:
8610 >And yes, I have the C: and N: lines in my ircd.conf, they look like
8611 this:
8612 >
8613 >C:127.0.0.1:password:raistlin.darkmage.net::99
8614 >N:127.0.0.1:password:raistlin.darkmage.net::99
8615 >
8616 >Suggestions?
8617 >
8618 >---------------------------------------------------------------------
8619 -------
8620 >"Do not fear death so much but rather the inadequate life." -
8621 Bertolt Brecht
8622 >
8623 >
8624 >---------------------------------------------------------------
8625 >To unsubscribe, send email to majordomo@ender.shadowfire.org
8626 >with "unsubscribe ircservices" in the body, without the quotes.
8627
8628 +--------------------------------------------------------------------------+
8629 | The coolest site for free home pages, email, chat, e-cards, movie info.. |
8630 | http://www.goplay.com - it's time to Go Play! |
8631 +--------------------------------------------------------------------------+
8632
8633 ---------------------------------------------------------------
8634 To unsubscribe, send email to majordomo@ender.shadowfire.org
8635 with "unsubscribe ircservices" in the body, without the quotes.
8636
8637
8638 From quension at softhome.net Fri Jun 16 20:33:17 2000
8639 From: quension at softhome.net (quension@softhome.net)
8640 Date: Sat Oct 23 23:00:57 2004
8641 Subject: [IRCServices] Re: Newbie Question - Can't connect
8642 References: <92293313.2.361@mx1-11.onmedia.com>
8643 Message-ID: 394AF17D.5A65BA4@softhome.net
8644
8645 DarqStalker wrote:
8646
8647 > i1st off, you need the port in the C lines.
8648
8649 Bad advice on the port number. Yes, it is needed for remote servers -- but not
8650 services. Services doesn't listen for incoming connects; putting a port in its
8651 C:line is asking for trouble.
8652
8653 As for the real problem, I'm not that familiar with ircu, but if I recall
8654 correctly they decided to create server and client ports. Meaning 6667 only
8655 accepts client connections, 7000 or something similar would be for servers.
8656 Services uses a server-class connection.
8657
8658 Hope that helps some.
8659
8660 -- Quension
8661
8662
8663
8664 ---------------------------------------------------------------
8665 To unsubscribe, send email to majordomo@ender.shadowfire.org
8666 with "unsubscribe ircservices" in the body, without the quotes.
8667
8668
8669 From tomkins at eggdrops.net Sat Jun 17 05:12:04 2000
8670 From: tomkins at eggdrops.net (Alex Tomkins)
8671 Date: Sat Oct 23 23:00:58 2004
8672 Subject: [IRCServices] Re: Newbie Question - Can't connect
8673 In-Reply-To: <394AF17D.5A65BA4@softhome.net>
8674 References: <92293313.2.361@mx1-11.onmedia.com>
8675 Message-ID: 4.3.1.2.20000617125154.00a82320@pop.cableinet.co.uk
8676
8677 At 20:33 16/06/00 -0700, you wrote:
8678 >DarqStalker wrote:
8679 >
8680 > > i1st off, you need the port in the C lines.
8681 >
8682 >Bad advice on the port number. Yes, it is needed for remote servers --
8683 >but not
8684 >services. Services doesn't listen for incoming connects; putting a port
8685 >in its
8686 >C:line is asking for trouble.
8687 >
8688 >As for the real problem, I'm not that familiar with ircu, but if I recall
8689 >correctly they decided to create server and client ports. Meaning 6667 only
8690 >accepts client connections, 7000 or something similar would be for servers.
8691 >Services uses a server-class connection.
8692 >
8693 >Hope that helps some.
8694 >
8695 >-- Quension
8696
8697 You're running ircu2.10.10, which only supports P10 servers, and not
8698 P09. If you want to support services then you'll have to change version of
8699 ircu. Even if you were to use ircu2.10.07 you need to make slight changes
8700 to the ircu code and services code to get them to function properly.
8701
8702 If you want to set something up quickly and easily then use the ircu2.9 series.
8703
8704
8705
8706 Alex Tomkins (tomkins@eggdrops.net)
8707 Eggdrop? Did you say EGGDROP? Visit www.eggdrops.net today!
8708
8709
8710 ---------------------------------------------------------------
8711 To unsubscribe, send email to majordomo@ender.shadowfire.org
8712 with "unsubscribe ircservices" in the body, without the quotes.
8713
8714
8715 From nb at irc-centre.freeserve.co.uk Mon Jun 19 05:53:38 2000
8716 From: nb at irc-centre.freeserve.co.uk (four)
8717 Date: Sat Oct 23 23:00:58 2004
8718 Subject: [IRCServices] Newbie Question - Can't connect
8719 References: <Pine.LNX.4.21.0006161407150.31779-100000@raistlin.darkmage.net>
8720 Message-ID: 003901bfd9ed$66a30720$2e47883e@main
8721
8722 you could try altering the port setting in services.conf to 4400 i belive
8723 ircu servers have a dedicated server port and will only connect on that port
8724
8725
8726 ---------------------------------------------------------------
8727 To unsubscribe, send email to majordomo@ender.shadowfire.org
8728 with "unsubscribe ircservices" in the body, without the quotes.
8729
8730
8731 From vegetap at mediaone.net Mon Jun 19 21:53:25 2000
8732 From: vegetap at mediaone.net (Vegeta)
8733 Date: Sat Oct 23 23:00:58 2004
8734 Subject: [IRCServices] version 2.2.6, still available?
8735 Message-ID: 004a01bfda73$78168820$50a89318@ne.mediaone.net
8736
8737
8738 Hiya! ^_^;;
8739
8740
8741 Can someone tell me where I can get old versions of services (specificly ver 2.2.26), the links on the old services homepage no longer work. So does anyone know where or have a copy of this version that I can have?
8742
8743 Thanks.
8744 From joshodom at uswest.net Mon Jun 19 19:02:12 2000
8745 From: joshodom at uswest.net (Josh Odom)
8746 Date: Sat Oct 23 23:00:58 2004
8747 Subject: [IRCServices] version 2.2.6, still available?
8748 In-Reply-To: <004a01bfda73$78168820$50a89318@ne.mediaone.net>
8749 References: 004a01bfda73$78168820$50a89318@ne.mediaone.net
8750 Message-ID: LPBBLELPCCCALPDHDMDOCEFBCAAA.joshodom@uswest.net
8751
8752
8753 Why would you want 2.2.6? LOL
8754
8755 -----Original Message-----
8756 From: owner-ircservices@ender.shadowfire.org [mailto:owner-ircservices@ender.shadowfire.org]On Behalf Of Vegeta
8757 Sent: Monday, June 19, 2000 11:53 PM
8758 To: ircservices@delirious.shadowfire.org
8759 Subject: [IRCServices] version 2.2.6, still available?
8760
8761
8762 Hiya! ^_^;;
8763
8764
8765 Can someone tell me where I can get old versions of services (specificly ver 2.2.26), the links on the old services homepage no longer work. So does anyone know where or have a copy of this version that I can have?
8766
8767 Thanks.
8768 From vegetap at mediaone.net Mon Jun 19 22:13:01 2000
8769 From: vegetap at mediaone.net (Vegeta)
8770 Date: Sat Oct 23 23:00:58 2004
8771 Subject: [IRCServices] version 2.2.6, still available?
8772 References: <LPBBLELPCCCALPDHDMDOCEFBCAAA.joshodom@uswest.net>
8773 Message-ID: 001501bfda76$35024300$50a89318@ne.mediaone.net
8774
8775
8776 Well I planned on just using services on a stock dal4.4.10 (with sbo patch), and I wanted to use this version of services to with them, I used to use them a while ago, but now I don't have them anymore, heh.
8777 Anyone know?
8778
8779 thanks
8780
8781 ----- Original Message -----
8782 From: Josh Odom
8783 To: ircservices@delirious.shadowfire.org
8784 Sent: Monday, June 19, 2000 7:02 PM
8785 Subject: RE: [IRCServices] version 2.2.6, still available?
8786
8787
8788 Why would you want 2.2.6? LOL
8789
8790 -----Original Message-----
8791 From: owner-ircservices@ender.shadowfire.org [mailto:owner-ircservices@ender.shadowfire.org]On Behalf Of Vegeta
8792 Sent: Monday, June 19, 2000 11:53 PM
8793 To: ircservices@delirious.shadowfire.org
8794 Subject: [IRCServices] version 2.2.6, still available?
8795
8796
8797 Hiya! ^_^;;
8798
8799
8800 Can someone tell me where I can get old versions of services (specificly ver 2.2.26), the links on the old services homepage no longer work. So does anyone know where or have a copy of this version that I can have?
8801
8802 Thanks.
8803 From jasonatgcn at hotmail.com Wed Jun 21 14:34:17 2000
8804 From: jasonatgcn at hotmail.com (Jason at GCN)
8805 Date: Sat Oct 23 23:00:58 2004
8806 Subject: [IRCServices] New NickServ Command...
8807 Message-ID: 20000621213417.97845.qmail@hotmail.com
8808
8809 I am suggesting a new command like /NickServ TAKE <nick> <passoword>
8810
8811 Services, after making sure that no one is on that nick and that the nick
8812 and password are correct will do a SVSNICK and identify the the user for
8813 that nick. I have the following code, but I want to ask everyone if thay
8814 know of any potential side effects that the command would cause on services
8815 if it were to be implemented. I have tested it and it seems to work fine,
8816 the follow code is below:
8817
8818 static void do_take(User *u)
8819 {
8820 char *nick = strtok(NULL, " ");
8821 char *pass = strtok(NULL, " ");
8822 NickInfo *ni;
8823 User *u2;
8824
8825 if (!nick) {
8826 syntax_error(s_NickServ, u, "TAKE", NICK_TAKE_SYNTAX);
8827 } else if ((u2 = finduser(nick))) {
8828 notice_lang(s_NickServ, u, NICK_X_IN_USE, nick);
8829 } else if (!(ni = findnick(nick))) {
8830 notice_lang(s_NickServ, u, NICK_X_NOT_REGISTERED, nick);
8831 } else if (stricmp(nick, u->nick) == 0) {
8832 notice_lang(s_NickServ, u, NICK_NO_GHOST_SELF);
8833 } else if (pass) {
8834 int res = check_password(pass, ni->pass);
8835 if (res == 1) {
8836 send_cmd(NULL, "SVSNICK %s %s :%ld", u->nick, ni->nick,
8837 time(NULL));
8838 ni->status |= NS_IDENTIFIED;
8839 ni->id_timestamp = u->signon;
8840 if (!(ni->status & NS_RECOGNIZED)) {
8841 ni->last_seen = time(NULL);
8842 if (ni->last_usermask)
8843 free(ni->last_usermask);
8844 ni->last_usermask =
8845 smalloc(strlen(u->username)+strlen(u->host)+2);
8846 sprintf(ni->last_usermask, "%s@%s", u->username, u->host);
8847 if (ni->last_realname)
8848 free(ni->last_realname);
8849 ni->last_realname = sstrdup(u->realname);
8850 }
8851 } else {
8852 if (res == 0) {
8853 log("%s: RELEASE: invalid password for %s by %s!%s@%s",
8854 s_NickServ, nick, u->nick, u->username, u->host);
8855 bad_password(u);
8856 }
8857 }
8858 } else {
8859 if (!(ni->flags & NI_SECURE) && is_on_access(u, ni)) {
8860 char buf[NICKMAX+32];
8861 snprintf(buf, sizeof(buf), "TAKE command used by %s", u->nick);
8862 kill_user(s_NickServ, nick, buf);
8863 notice_lang(s_NickServ, u, NICK_TAKE_KILLED, nick);
8864 } else {
8865 }
8866 }
8867 }
8868
8869 Please tell me what you think, and if you like it, perhaps it will be
8870 implemented in future versions of services.
8871 ________________________________________________________________________
8872 Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
8873
8874
8875 ---------------------------------------------------------------
8876 To unsubscribe, send email to majordomo@ender.shadowfire.org
8877 with "unsubscribe ircservices" in the body, without the quotes.
8878
8879
8880 From jasonatgcn at hotmail.com Wed Jun 21 17:22:45 2000
8881 From: jasonatgcn at hotmail.com (Jason at GCN)
8882 Date: Sat Oct 23 23:00:58 2004
8883 Subject: [IRCServices] New NickServ Command...
8884 Message-ID: 20000622002246.16867.qmail@hotmail.com
8885
8886 I am suggesting a new command like /NickServ TAKE <nick> <passoword>
8887
8888 Services, after making sure that no one is on that nick and that the nick
8889 and password are correct will do a SVSNICK and identify the the user for
8890 that nick. I have the following code, but I want to ask everyone if thay
8891 know of any potential side effects that the command would cause on services
8892 if it were to be implemented. I have tested it and it seems to work fine,
8893 the follow code is below:
8894
8895 static void do_take(User *u)
8896 {
8897 char *nick = strtok(NULL, " ");
8898 char *pass = strtok(NULL, " ");
8899 NickInfo *ni;
8900 User *u2;
8901
8902 if (!nick) {
8903 syntax_error(s_NickServ, u, "TAKE", NICK_TAKE_SYNTAX);
8904 } else if ((u2 = finduser(nick))) {
8905 notice_lang(s_NickServ, u, NICK_X_IN_USE, nick);
8906 } else if (!(ni = findnick(nick))) {
8907 notice_lang(s_NickServ, u, NICK_X_NOT_REGISTERED, nick);
8908 } else if (stricmp(nick, u->nick) == 0) {
8909 notice_lang(s_NickServ, u, NICK_NO_GHOST_SELF);
8910 } else if (pass) {
8911 int res = check_password(pass, ni->pass);
8912 if (res == 1) {
8913 send_cmd(NULL, "SVSNICK %s %s :%ld", u->nick, ni->nick,
8914 time(NULL));
8915 ni->status |= NS_IDENTIFIED;
8916 ni->id_timestamp = u->signon;
8917 if (!(ni->status & NS_RECOGNIZED)) {
8918 ni->last_seen = time(NULL);
8919 if (ni->last_usermask)
8920 free(ni->last_usermask);
8921 ni->last_usermask =
8922 smalloc(strlen(u->username)+strlen(u->host)+2);
8923 sprintf(ni->last_usermask, "%s@%s", u->username, u->host);
8924 if (ni->last_realname)
8925 free(ni->last_realname);
8926 ni->last_realname = sstrdup(u->realname);
8927 }
8928 } else {
8929 if (res == 0) {
8930 log("%s: RELEASE: invalid password for %s by %s!%s@%s",
8931 s_NickServ, nick, u->nick, u->username, u->host);
8932 bad_password(u);
8933 }
8934 }
8935 } else {
8936 if (!(ni->flags & NI_SECURE) && is_on_access(u, ni)) {
8937 char buf[NICKMAX+32];
8938 snprintf(buf, sizeof(buf), "TAKE command used by %s", u->nick);
8939 kill_user(s_NickServ, nick, buf);
8940 notice_lang(s_NickServ, u, NICK_TAKE_KILLED, nick);
8941 } else {
8942 }
8943 }
8944 }
8945
8946 Please tell me what you think, and if you like it, perhaps it will be
8947 implemented in future versions of services.
8948 ________________________________________________________________________
8949 Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
8950
8951
8952 ---------------------------------------------------------------
8953 To unsubscribe, send email to majordomo@ender.shadowfire.org
8954 with "unsubscribe ircservices" in the body, without the quotes.
8955
8956
8957 From jasonatgcn at hotmail.com Thu Jun 22 09:27:00 2000
8958 From: jasonatgcn at hotmail.com (Jason at GCN)
8959 Date: Sat Oct 23 23:00:58 2004
8960 Subject: [IRCServices] Addition for the command line...
8961 Message-ID: 20000622162700.20484.qmail@hotmail.com
8962
8963 Imagine that someone were to add an akill like *@* or akill the server
8964 admin. This could be a huge problem because the only rel solution would to
8965 delete akill.db and restart services. I am suggesting that you make an
8966 addition like: ./services noakill
8967
8968 That would load services yet not preform Akills, this would give the staff a
8969 chance to remove the bad akill yet leave the other akills intact.
8970
8971 Another suggestion I have is that the when using the set password command,
8972 you need to supply the correct current password. I know that this is not
8973 really necessary but might be a good addition.
8974 ________________________________________________________________________
8975 Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
8976
8977
8978 ---------------------------------------------------------------
8979 To unsubscribe, send email to majordomo@ender.shadowfire.org
8980 with "unsubscribe ircservices" in the body, without the quotes.
8981
8982
8983 From andrewk at icon.co.za Thu Jun 22 12:00:04 2000
8984 From: andrewk at icon.co.za (Andrew Kempe)
8985 Date: Sat Oct 23 23:00:58 2004
8986 Subject: [IRCServices] ircservices-4.4.4 [stable-beta] released
8987 Message-ID: NCBBIPDDJGGDOCPMKPKPIEJFDFAA.andrewk@icon.co.za
8988
8989 Version 4.4.4 is now available. The following things have been fixed:
8990
8991 Fixed a cosmetic bug when viewing akicks.
8992 Fixed a bug to do with enforcer nick introduction after a nick
8993 kill enforcement.
8994 Fixed problem with DAL4_4_15 servers not having the +r usermode
8995 removed from nicks that were not registered, after a user
8996 changed nicks.
8997 Fixed a cosmetic bug in exception limit deletion replies.
8998 Bahamut no longer complains about nick enforcers' nicks.
8999 Reported by Paul R. Edelkamp, Jr. <pedelkamp@loveshack.org>
9000 Re-organised how nicknames are introduced to the server.
9001 Fixed the problem with Services crashing when it expired nick
9002 suspensions. Reported by VisualCorp <chile@visualcorp.com>
9003 Added support for Bahamut v1.4(02)'s *working* SIDENTIFY.
9004
9005 You can download the archive from:
9006
9007 ftp://ender.shadowfire.org/pub/ircservices/beta/
9008
9009 Mirror sites should be updated by 08h00 GMT June 23rd.
9010
9011 I have to stress that this is still a beta due to my lack of coding time.
9012 However, I've been running it for well over 2 months and have had no major
9013 problems. There are still a few things I'd like to complete before making it
9014 a release version.
9015
9016 Currently I'm working on implementing the AOP/SOP/VOP suggestions that were
9017 made a few weeks back. I've taken this oppertunity to rework the way access
9018 lists are handled and the way lists, in general, work - so things are taking
9019 a while to complete.
9020
9021 Regards, Andrew
9022
9023
9024 ---------------------------------------------------------------
9025 To unsubscribe, send email to majordomo@ender.shadowfire.org
9026 with "unsubscribe ircservices" in the body, without the quotes.
9027
9028
9029 From chriswh at cyberhighway.net Thu Jun 22 13:57:08 2000
9030 From: chriswh at cyberhighway.net (Chris)
9031 Date: Sat Oct 23 23:00:58 2004
9032 Subject: [IRCServices] Addition for the command line...
9033 Message-ID: E135E9o&#45;000PEG&#45;00@delirious.shadowfire.org
9034
9035 A suggestion...Make a list that will not allow akills to be placed on
9036 specific people. I do believe this is already in effect if defined in the
9037 configuration file.That may be in the beta that I'm confusing with the
9038 current. It's coming out somewhere. But it has something to do with not
9039 allowing akills to be placed on services operators/admins/roots
9040
9041 ----------
9042 > From: Jason at GCN <jasonatgcn@hotmail.com>
9043 > To: ircservices@ender.shadowfire.org
9044 > Subject: [IRCServices] Addition for the command line...
9045 > Date: Thursday, June 22, 2000 12:27 PM
9046 >
9047 > Imagine that someone were to add an akill like *@* or akill the server
9048 > admin. This could be a huge problem because the only rel solution would
9049 to
9050 > delete akill.db and restart services. I am suggesting that you make an
9051 > addition like: ./services noakill
9052 >
9053 > That would load services yet not preform Akills, this would give the
9054 staff a
9055 > chance to remove the bad akill yet leave the other akills intact.
9056 >
9057 > Another suggestion I have is that the when using the set password
9058 command,
9059 > you need to supply the correct current password. I know that this is not
9060
9061 > really necessary but might be a good addition.
9062 > ________________________________________________________________________
9063 > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
9064 >
9065 >
9066 > ---------------------------------------------------------------
9067 > To unsubscribe, send email to majordomo@ender.shadowfire.org
9068 > with "unsubscribe ircservices" in the body, without the quotes.
9069
9070 ---------------------------------------------------------------
9071 To unsubscribe, send email to majordomo@ender.shadowfire.org
9072 with "unsubscribe ircservices" in the body, without the quotes.
9073
9074
9075 From jasonatgcn at hotmail.com Fri Jun 23 10:46:21 2000
9076 From: jasonatgcn at hotmail.com (Jason at GCN)
9077 Date: Sat Oct 23 23:00:58 2004
9078 Subject: [IRCServices] Addition for the command line...
9079 Message-ID: 20000623174621.94873.qmail@hotmail.com
9080
9081 How would the list work though, by last seen address of a nick, or by a
9082 certain hostmask? Suppose an account were comprimised and you had to akill
9083 someone on that list. I can see how your suggestion is useful but it is not
9084 a solution to replace the ./services -noakill feature. In addition the
9085 -noakill switch there should also be something like -nosuspend. These would
9086 just be safegaurds agains the suspending or akilling of a higher priveleged
9087 user.
9088
9089 >
9090 >A suggestion...Make a list that will not allow akills to be placed on
9091 >specific people. I do believe this is already in effect if defined in the
9092 >configuration file.That may be in the beta that I'm confusing with the
9093 >current. It's coming out somewhere. But it has something to do with not
9094 >allowing akills to be placed on services operators/admins/roots
9095 >
9096 >----------
9097 > > From: Jason at GCN <jasonatgcn@hotmail.com>
9098 > > To: ircservices@ender.shadowfire.org
9099 > > Subject: [IRCServices] Addition for the command line...
9100 > > Date: Thursday, June 22, 2000 12:27 PM
9101 > >
9102 > > Imagine that someone were to add an akill like *@* or akill the server
9103 > > admin. This could be a huge problem because the only rel solution would
9104 >to
9105 > > delete akill.db and restart services. I am suggesting that you make an
9106 > > addition like: ./services noakill
9107 > >
9108 > > That would load services yet not preform Akills, this would give the
9109 >staff a
9110 > > chance to remove the bad akill yet leave the other akills intact.
9111 > >
9112 > > Another suggestion I have is that the when using the set password
9113 >command,
9114 > > you need to supply the correct current password. I know that this is
9115 >not
9116 >
9117 > > really necessary but might be a good addition.
9118 > > ________________________________________________________________________
9119 > > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
9120 > >
9121 > >
9122 > > ---------------------------------------------------------------
9123 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
9124 > > with "unsubscribe ircservices" in the body, without the quotes.
9125 >
9126 >---------------------------------------------------------------
9127 >To unsubscribe, send email to majordomo@ender.shadowfire.org
9128 >with "unsubscribe ircservices" in the body, without the quotes.
9129
9130 ________________________________________________________________________
9131 Get Your Private, Free E-mail from MSN Hotmail at <A HREF="http://www.hotmail.com">http://www.hotmail.com</A>
9132
9133
9134 ---------------------------------------------------------------
9135 To unsubscribe, send email to majordomo@ender.shadowfire.org
9136 with "unsubscribe ircservices" in the body, without the quotes.
9137
9138
9139 From rafael at kapa.procergs.com.br Fri Jun 23 10:42:11 2000
9140 From: rafael at kapa.procergs.com.br (Rafael Ritter)
9141 Date: Sat Oct 23 23:00:58 2004
9142 Subject: [IRCServices] Problems loading DB
9143 In-Reply-To: <NCBBIPDDJGGDOCPMKPKPIEJFDFAA.andrewk@icon.co.za>
9144 References: NCBBIPDDJGGDOCPMKPKPIEJFDFAA.andrewk@icon.co.za
9145 Message-ID: 4.3.1.0.20000623143600.01db5100@equipe.via&#45;rs.com.br
9146
9147 hello all...
9148
9149 I don´t know if someone can help me ...
9150
9151 some days ago my services stopped to work (no modification was made) and
9152 the log file says that:
9153
9154 [Jun 23 15:30:02 2000] Services 4.3.2 (compiled for ircd.dal 4.4.15+)
9155 starting up
9156 [Jun 23 15:30:02 2000] Invalid version number (8) on nick.db
9157 [Jun 23 15:30:02 2000] FATAL: Unsupported version number (0) on nick.db
9158
9159 I downloaded the file ircservices-4.3.3.tar.gz (I don´t know why the log
9160 shows version 4.3.2...)
9161
9162 Well, if someone know how to solve this problem, please save my life :P
9163 ps. I use Unreal IRCd but never had any problem.
9164
9165 Rafael Ritter
9166 VIA RS Team
9167
9168 At 21:00 22/06/2000 +0200, you wrote:
9169 >Version 4.4.4 is now available. The following things have been fixed:
9170 >
9171 >Fixed a cosmetic bug when viewing akicks.
9172 >Fixed a bug to do with enforcer nick introduction after a nick
9173 > kill enforcement.
9174 >Fixed problem with DAL4_4_15 servers not having the +r usermode
9175 > removed from nicks that were not registered, after a user
9176 > changed nicks.
9177 >Fixed a cosmetic bug in exception limit deletion replies.
9178 >Bahamut no longer complains about nick enforcers' nicks.
9179 > Reported by Paul R. Edelkamp, Jr. <pedelkamp@loveshack.org>
9180 >Re-organised how nicknames are introduced to the server.
9181 >Fixed the problem with Services crashing when it expired nick
9182 > suspensions. Reported by VisualCorp <chile@visualcorp.com>
9183 >Added support for Bahamut v1.4(02)'s *working* SIDENTIFY.
9184 >
9185 >You can download the archive from:
9186 >
9187 >ftp://ender.shadowfire.org/pub/ircservices/beta/
9188 >
9189 >Mirror sites should be updated by 08h00 GMT June 23rd.
9190 >
9191 >I have to stress that this is still a beta due to my lack of coding time.
9192 >However, I've been running it for well over 2 months and have had no major
9193 >problems. There are still a few things I'd like to complete before making it
9194 >a release version.
9195 >
9196 >Currently I'm working on implementing the AOP/SOP/VOP suggestions that were
9197 >made a few weeks back. I've taken this oppertunity to rework the way access
9198 >lists are handled and the way lists, in general, work - so things are taking
9199 >a while to complete.
9200 >
9201 >Regards, Andrew
9202 >
9203 >
9204 >---------------------------------------------------------------
9205 >To unsubscribe, send email to majordomo@ender.shadowfire.org
9206 >with "unsubscribe ircservices" in the body, without the quotes.
9207
9208
9209
9210 ---------------------------------------------------------------
9211 To unsubscribe, send email to majordomo@ender.shadowfire.org
9212 with "unsubscribe ircservices" in the body, without the quotes.
9213
9214
9215 From bradbury at rebeldev.net Fri Jun 23 13:07:24 2000
9216 From: bradbury at rebeldev.net (Matt Bradbury)
9217 Date: Sat Oct 23 23:00:58 2004
9218 Subject: [IRCServices] Addition for the command line...
9219 References: <20000623174621.94873.qmail@hotmail.com>
9220 Message-ID: 000b01bfdd4e$a8d40cc0$d664103f@rebel2000
9221
9222 there is a very simple solution ... check for the mask *@* in the akill
9223 function and do not allow that akill to be placed and since akills can be
9224 placed outside of services, bounce akills that match that as well, this
9225 would prevent you from needing -noakill, and as for -nosuspend that should
9226 be an online check as well, services should never allow you to suspend
9227 someone that is of a higher level than you.
9228
9229 Just my 2 cents
9230
9231 Matt Bradbury
9232
9233 Side note: most new IRCD's won't allow the akilling of *@* anyway since
9234 there is never a time when akilling *@* would be warranted.
9235
9236 ----- Original Message -----
9237 From: "Jason at GCN" <jasonatgcn@hotmail.com>
9238 To: <ircservices@delirious.shadowfire.org>
9239 Sent: Friday, June 23, 2000 1:46 PM
9240 Subject: Re: [IRCServices] Addition for the command line...
9241
9242
9243 > How would the list work though, by last seen address of a nick, or by a
9244 > certain hostmask? Suppose an account were comprimised and you had to
9245 akill
9246 > someone on that list. I can see how your suggestion is useful but it is
9247 not
9248 > a solution to replace the ./services -noakill feature. In addition the
9249 > -noakill switch there should also be something like -nosuspend. These
9250 would
9251 > just be safegaurds agains the suspending or akilling of a higher
9252 priveleged
9253 > user.
9254 >
9255 > >
9256 > >A suggestion...Make a list that will not allow akills to be placed on
9257 > >specific people. I do believe this is already in effect if defined in the
9258 > >configuration file.That may be in the beta that I'm confusing with the
9259 > >current. It's coming out somewhere. But it has something to do with not
9260 > >allowing akills to be placed on services operators/admins/roots
9261 > >
9262 > >----------
9263 > > > From: Jason at GCN <jasonatgcn@hotmail.com>
9264 > > > To: ircservices@ender.shadowfire.org
9265 > > > Subject: [IRCServices] Addition for the command line...
9266 > > > Date: Thursday, June 22, 2000 12:27 PM
9267 > > >
9268 > > > Imagine that someone were to add an akill like *@* or akill the server
9269 > > > admin. This could be a huge problem because the only rel solution
9270 would
9271 > >to
9272 > > > delete akill.db and restart services. I am suggesting that you make
9273 an
9274 > > > addition like: ./services noakill
9275 > > >
9276 > > > That would load services yet not preform Akills, this would give the
9277 > >staff a
9278 > > > chance to remove the bad akill yet leave the other akills intact.
9279 > > >
9280 > > > Another suggestion I have is that the when using the set password
9281 > >command,
9282 > > > you need to supply the correct current password. I know that this is
9283 > >not
9284 > >
9285 > > > really necessary but might be a good addition.
9286 > > >
9287 ________________________________________________________________________
9288 > > > Get Your Private, Free E-mail from MSN Hotmail at
9289 http://www.hotmail.com
9290 > > >
9291 > > >
9292 > > > ---------------------------------------------------------------
9293 > > > To unsubscribe, send email to majordomo@ender.shadowfire.org
9294 > > > with "unsubscribe ircservices" in the body, without the quotes.
9295 > >
9296 > >---------------------------------------------------------------
9297 > >To unsubscribe, send email to majordomo@ender.shadowfire.org
9298 > >with "unsubscribe ircservices" in the body, without the quotes.
9299 >
9300 > ________________________________________________________________________
9301 > Get Your Private, Free E-mail from MSN Hotmail at <A HREF="http://www.hotmail.com">http://www.hotmail.com</A>
9302 >
9303 >
9304 > ---------------------------------------------------------------
9305 > To unsubscribe, send email to majordomo@ender.shadowfire.org
9306 > with "unsubscribe ircservices" in the body, without the quotes.
9307 >
9308
9309
9310 ---------------------------------------------------------------
9311 To unsubscribe, send email to majordomo@ender.shadowfire.org
9312 with "unsubscribe ircservices" in the body, without the quotes.
9313
9314
9315 From jasonatgcn at hotmail.com Fri Jun 23 17:14:04 2000
9316 From: jasonatgcn at hotmail.com (Jason at GCN)
9317 Date: Sat Oct 23 23:00:58 2004
9318 Subject: [IRCServices] Addition for the command line...
9319 Message-ID: 20000624001404.9356.qmail@hotmail.com
9320
9321 Currently, I believe services does allow the suspension of a nick with a
9322 higher access level. Having -noakill would still be benificial in a case
9323 where a compromised account were to akill the last seen adress the irc
9324 staff. Not just the *@*, or an *@*.*, with the new Immediate AKILL option I
9325 believe it is worth having an option of loading services without processing
9326 akills.
9327 >
9328 >there is a very simple solution ... check for the mask *@* in the akill
9329 >function and do not allow that akill to be placed and since akills can be
9330 >placed outside of services, bounce akills that match that as well, this
9331 >would prevent you from needing -noakill, and as for -nosuspend that should
9332 >be an online check as well, services should never allow you to suspend
9333 >someone that is of a higher level than you.
9334 >
9335 >Just my 2 cents
9336 >
9337 >Matt Bradbury
9338 >
9339 >Side note: most new IRCD's won't allow the akilling of *@* anyway since
9340 >there is never a time when akilling *@* would be warranted.
9341
9342 ________________________________________________________________________
9343 Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
9344
9345
9346 ---------------------------------------------------------------
9347 To unsubscribe, send email to majordomo@ender.shadowfire.org
9348 with "unsubscribe ircservices" in the body, without the quotes.
9349
9350
9351 From uhc0 at rz.uni-karlsruhe.de Sun Jun 25 07:34:13 2000
9352 From: uhc0 at rz.uni-karlsruhe.de (Yusuf Iskenderoglu)
9353 Date: Sat Oct 23 23:00:58 2004
9354 Subject: AW: [IRCServices] Addition for the command line...
9355 In-Reply-To: <20000624001404.9356.qmail@hotmail.com>
9356 References: 20000624001404.9356.qmail@hotmail.com
9357 Message-ID: NDBBKLOOKLMAKHFICBLCOEIDDAAA.uhc0@rz.uni&#45;karlsruhe.de
9358
9359
9360 Hello;
9361
9362 As far as I am informed, services does place an akill, but, an akill is not
9363 activated until the next user matching an autokill connects the network.
9364 Therefore, there is always enough time to erase an autokill, I think.
9365
9366 If you think, that there might be an irc operator, who accidentally
9367 "removes" a
9368 services administrator by doing an autokill AND forcably killing this
9369 person, so that
9370 he/she has to reconnect, then I would say, that you ought to check, whom you
9371 are making
9372 an irc operator.
9373
9374 And, additionally, if you move the akill.db somewhere else, services of
9375 course
9376 would start with an empty akill database, which, also would be a solution.
9377
9378 Regards;
9379 yusuf
9380
9381 ---------------------------------
9382 Yusuf Iskenderoglu
9383 eMail - uhc0@rz.uni-karlsruhe.de
9384 eMail - s_iskend@ira.uka.de
9385 ICQ : 20587464 \ TimeMr14C
9386 ---------------------------------
9387
9388 > -----Ursprüngliche Nachricht-----
9389 > Von: owner-ircservices@ender.shadowfire.org
9390 > [mailto:owner-ircservices@ender.shadowfire.org]Im Auftrag von Jason at
9391 > GCN
9392 > Gesendet: Samstag, 24. Juni 2000 02:14
9393 > An: ircservices@ender.shadowfire.org
9394 > Betreff: Re: [IRCServices] Addition for the command line...
9395 >
9396 >
9397 > Currently, I believe services does allow the suspension of a nick with a
9398 > higher access level. Having -noakill would still be benificial in a case
9399 > where a compromised account were to akill the last seen adress the irc
9400 > staff. Not just the *@*, or an *@*.*, with the new Immediate
9401 > AKILL option I
9402 > believe it is worth having an option of loading services without
9403 > processing
9404 > akills.
9405 > >
9406 > >there is a very simple solution ... check for the mask *@* in the akill
9407 > >function and do not allow that akill to be placed and since akills can be
9408 > >placed outside of services, bounce akills that match that as well, this
9409 > >would prevent you from needing -noakill, and as for -nosuspend
9410 > that should
9411 > >be an online check as well, services should never allow you to suspend
9412 > >someone that is of a higher level than you.
9413 > >
9414 > >Just my 2 cents
9415 > >
9416 > >Matt Bradbury
9417 > >
9418 > >Side note: most new IRCD's won't allow the akilling of *@* anyway since
9419 > >there is never a time when akilling *@* would be warranted.
9420 >
9421 > ________________________________________________________________________
9422 > Get Your Private, Free E-mail from MSN Hotmail at <A HREF="http://www.hotmail.com">http://www.hotmail.com</A>
9423 >
9424 >
9425 > ---------------------------------------------------------------
9426 > To unsubscribe, send email to majordomo@ender.shadowfire.org
9427 > with "unsubscribe ircservices" in the body, without the quotes.
9428 >
9429
9430
9431 ---------------------------------------------------------------
9432 To unsubscribe, send email to majordomo@ender.shadowfire.org
9433 with "unsubscribe ircservices" in the body, without the quotes.
9434
9435
9436 From chromi at cyberspace.org Sun Jun 25 11:00:00 2000
9437 From: chromi at cyberspace.org (Jonathan Morton)
9438 Date: Sat Oct 23 23:00:58 2004
9439 Subject: AW: [IRCServices] Addition for the command line...
9440 In-Reply-To: <NDBBKLOOKLMAKHFICBLCOEIDDAAA.uhc0@rz.uni-karlsruhe.de>
9441 References: <20000624001404.9356.qmail@hotmail.com>
9442 Message-ID: l03130300b57bf5781b0c@[10.38.239.101]
9443
9444 >As far as I am informed, services does place an akill, but, an akill is not
9445 >activated until the next user matching an autokill connects the network.
9446 >Therefore, there is always enough time to erase an autokill, I think.
9447 >
9448 >If you think, that there might be an irc operator, who accidentally
9449 >"removes" a
9450 >services administrator by doing an autokill AND forcably killing this
9451 >person, so that
9452 >he/she has to reconnect, then I would say, that you ought to check, whom you
9453 >are making
9454 >an irc operator.
9455 >
9456 >And, additionally, if you move the akill.db somewhere else, services of
9457 >course
9458 >would start with an empty akill database, which, also would be a solution.
9459
9460 What happens if Services is started _after_ the admin is online? Does it
9461 not check who is online at the moment it starts up? Simply moving the
9462 akill.db is practically the same as deleting it, IMHO, as it can't be
9463 merged in while services is running, and it can't be edited without being
9464 connected to an IRC server with Services attached.
9465
9466 A workaround might be to move the akill.db to a small Linux box running
9467 Services and an ircd, and connect using "localhost" to avoid the ISP-based
9468 AKILL. Then the db can be edited safely, and moved back to the main server
9469 when all is well. The admin _should_ have telnet access to their server
9470 anyway, and it's easy to install a basic IRC client such as ircII on
9471 something standard enough to run an ircd and Services, so it might not even
9472 be necessary to bring down the server or services, provided the admin has
9473 rights to _be_ the admin from localhost and no AKILL has been set on same.
9474 Of course, if an AKILL has been set up on localhost and every other ISP
9475 that the admin has rights from (and an account on) then you're screwed
9476 anyway and will have to trash the akill.db (and preferably that lamer who
9477 set up the bans in the first place).
9478
9479 Perhaps an editor for the databases, that is independant of the IRC
9480 protocols, would be a good idea? Since I assume the db's are in a
9481 simple(?) flat-file format, it shouldn't be too hard to generate such an
9482 editor, especially if source is culled from Services itself. Such an
9483 editor could even eventually be made capable of partially fixing corrupted
9484 databases, for those advanced users who know what they're doing (yes, we've
9485 had a corrupt database before, we lost 2/3rds of the nick registrations and
9486 correspondingly about 1/2 the channels disappeared with them).
9487
9488 Also, it might be an idea to introduce "exception-bans" in the style of the
9489 +e channel-mode and the e:line in ircd.conf. Setting an Exception on the
9490 admin staff (as a minimum) would make it impossible for such lame acivity
9491 to happen in the first place. It's also handy for if you have just _one_
9492 un-lame regular user from a lamerz' ISP, then you can set an exception on
9493 him and AKILL the rest of the ISP. It's always annoying when you have a
9494 lame ISP but one of your friends uses it.
9495
9496 --------------------------------------------------------------
9497 from: Jonathan "Chromatix" Morton
9498 mail: chromi@cyberspace.org (not for attachments)
9499 uni-mail: j.d.morton@lancaster.ac.uk
9500
9501 The key to knowledge is not to rely on people to teach you it.
9502
9503 Get VNC Server for Macintosh from http://chromatix.autistics.org/vnc/
9504
9505 -----BEGIN GEEK CODE BLOCK-----
9506 Version 3.12
9507 GCS$/E/S dpu s:- a19 C+++ UL++ P L+++ E W+ N- o? K? w--- O-- M++$ V? PS PE-
9508 Y+ PGP++ t- 5- X- R !tv b++ DI+++ D G e+ h+ r- y+
9509 -----END GEEK CODE BLOCK-----
9510
9511
9512
9513 ---------------------------------------------------------------
9514 To unsubscribe, send email to majordomo@ender.shadowfire.org
9515 with "unsubscribe ircservices" in the body, without the quotes.
9516
9517
9518 From chriswh at cyberhighway.net Mon Jun 26 13:58:18 2000
9519 From: chriswh at cyberhighway.net (Chris)
9520 Date: Sat Oct 23 23:00:58 2004
9521 Subject: AW: [IRCServices] Addition for the command line...
9522 Message-ID: E136g4r&#45;00012T&#45;00@delirious.shadowfire.org
9523
9524 Well, if you generated such an editor, if ANYBODY got a hold of your DB's
9525 and had the editor,
9526 there goes your stuff. There would have to be some sort of locking that
9527 would only allow the databases owner to read it. Such as a password(?). How
9528 to do this(or how much sense I'm making) I don't know.
9529
9530 Also... on the ./services -noakill thing...how about a timer? No akills
9531 will be made within N seconds
9532 set in the services.conf Sound good or not? I'm just throwing things out
9533 here.
9534 so If I have like
9535
9536 'NoAkillTime 30' in my services.conf and I do a './services -noakill' then
9537 services would not make a single akill 30 seconds after they have
9538 started.(may want to go higher than 30 to give it time to connect, etc.)
9539
9540 Just some ideas.
9541
9542 -Chris
9543
9544 ----------
9545 > From: Jonathan Morton <chromi@cyberspace.org>
9546 > To: ircservices@delirious.shadowfire.org
9547 > Subject: Re: AW: [IRCServices] Addition for the command line...
9548 > Date: Sunday, June 25, 2000 2:00 PM
9549 >
9550
9551 <snip already posted material>
9552
9553 >
9554 > What happens if Services is started _after_ the admin is online? Does it
9555 > not check who is online at the moment it starts up? Simply moving the
9556 > akill.db is practically the same as deleting it, IMHO, as it can't be
9557 > merged in while services is running, and it can't be edited without being
9558 > connected to an IRC server with Services attached.
9559 >
9560 > A workaround might be to move the akill.db to a small Linux box running
9561 > Services and an ircd, and connect using "localhost" to avoid the
9562 ISP-based
9563 > AKILL. Then the db can be edited safely, and moved back to the main
9564 server
9565 > when all is well. The admin _should_ have telnet access to their server
9566 > anyway, and it's easy to install a basic IRC client such as ircII on
9567 > something standard enough to run an ircd and Services, so it might not
9568 even
9569 > be necessary to bring down the server or services, provided the admin has
9570 > rights to _be_ the admin from localhost and no AKILL has been set on
9571 same.
9572 > Of course, if an AKILL has been set up on localhost and every other ISP
9573 > that the admin has rights from (and an account on) then you're screwed
9574 > anyway and will have to trash the akill.db (and preferably that lamer who
9575 > set up the bans in the first place).
9576 >
9577 > Perhaps an editor for the databases, that is independant of the IRC
9578 > protocols, would be a good idea? Since I assume the db's are in a
9579 > simple(?) flat-file format, it shouldn't be too hard to generate such an
9580 > editor, especially if source is culled from Services itself. Such an
9581 > editor could even eventually be made capable of partially fixing
9582 corrupted
9583 > databases, for those advanced users who know what they're doing (yes,
9584 we've
9585 > had a corrupt database before, we lost 2/3rds of the nick registrations
9586 and
9587 > correspondingly about 1/2 the channels disappeared with them).
9588 >
9589 > Also, it might be an idea to introduce "exception-bans" in the style of
9590 the
9591 > +e channel-mode and the e:line in ircd.conf. Setting an Exception on the
9592 > admin staff (as a minimum) would make it impossible for such lame acivity
9593 > to happen in the first place. It's also handy for if you have just _one_
9594 > un-lame regular user from a lamerz' ISP, then you can set an exception on
9595 > him and AKILL the rest of the ISP. It's always annoying when you have a
9596 > lame ISP but one of your friends uses it.
9597 >
9598 > --------------------------------------------------------------
9599 > from: Jonathan "Chromatix" Morton
9600 > mail: chromi@cyberspace.org (not for attachments)
9601 > uni-mail: j.d.morton@lancaster.ac.uk
9602 >
9603 > The key to knowledge is not to rely on people to teach you it.
9604 >
9605 > Get VNC Server for Macintosh from http://chromatix.autistics.org/vnc/
9606 >
9607 > -----BEGIN GEEK CODE BLOCK-----
9608 > Version 3.12
9609 > GCS$/E/S dpu s:- a19 C+++ UL++ P L+++ E W+ N- o? K? w--- O-- M++$ V? PS
9610 PE-
9611 > Y+ PGP++ t- 5- X- R !tv b++ DI+++ D G e+ h+ r- y+
9612 > -----END GEEK CODE BLOCK-----
9613 >
9614 >
9615 >
9616 > ---------------------------------------------------------------
9617 > To unsubscribe, send email to majordomo@ender.shadowfire.org
9618 > with "unsubscribe ircservices" in the body, without the quotes.
9619
9620 ---------------------------------------------------------------
9621 To unsubscribe, send email to majordomo@ender.shadowfire.org
9622 with "unsubscribe ircservices" in the body, without the quotes.
9623
9624
9625 From putermancfc at chatfirst.com Mon Jun 26 19:58:20 2000
9626 From: putermancfc at chatfirst.com (PuterManCFC :ChatFIRST)
9627 Date: Sat Oct 23 23:00:58 2004
9628 Subject: [IRCServices] Raw Commands
9629 Message-ID: 200006270258.TAA06552@mail11.bigmailbox.com
9630
9631 Does anyone have or know where a list of the raw commands and their function for IRC Services 4.3.3?
9632
9633 Any information to this extent would be greatly appreciated.
9634
9635
9636 PuterManCFC
9637 Network Administrator: Operations
9638 ChatFIRST.Com
9639
9640
9641 ------------------------------------------------------------
9642 Are You Bored? go here - - - - - - -> www.chatfirst.com
9643 Do You Need A Cooler Chat Program? - - - - - - >www.chatfirst.com/downloads.html
9644
9645
9646 ******************************************************
9647 Make FREE long distance phone calls online!
9648 Click here to use PhoneFREE.com today!
9649 http://adserv.internetfuel.com/cgi-bin/newredirect.cgi?AD=EMAIL-phonefree
9650 ******************************************************
9651
9652 ---------------------------------------------------------------
9653 To unsubscribe, send email to majordomo@ender.shadowfire.org
9654 with "unsubscribe ircservices" in the body, without the quotes.
9655
9656
9657 From bradbury at rebeldev.net Mon Jun 26 21:14:44 2000
9658 From: bradbury at rebeldev.net (Matt Bradbury)
9659 Date: Sat Oct 23 23:00:58 2004
9660 Subject: [IRCServices] Raw Commands
9661 References: <200006270258.TAA06552@mail11.bigmailbox.com>
9662 Message-ID: 002801bfdfee$3b423b30$3864103f@rebel2000
9663
9664 ircservices raw command is just a way of making the services server send
9665 text directly to it's uplink, the raw commands that can be used depend on
9666 the uplink ircd. If you want to know all the commands that come with your
9667 IRCD then RTFM
9668
9669 Matt Bradbury
9670 Rebel Developments
9671 irc.rebeldev.net
9672
9673 ----- Original Message -----
9674 From: "PuterManCFC :ChatFIRST" <putermancfc@chatfirst.com>
9675 To: <ircservices@delirious.shadowfire.org>
9676 Sent: Monday, June 26, 2000 10:58 PM
9677 Subject: [IRCServices] Raw Commands
9678
9679
9680 > Does anyone have or know where a list of the raw commands and their
9681 function for IRC Services 4.3.3?
9682 >
9683 > Any information to this extent would be greatly appreciated.
9684 >
9685 >
9686 > PuterManCFC
9687 > Network Administrator: Operations
9688 > ChatFIRST.Com
9689 >
9690 >
9691 > ------------------------------------------------------------
9692 > Are You Bored? go here - - - - - - -> www.chatfirst.com
9693 > Do You Need A Cooler Chat Program? - - - - - -
9694 >www.chatfirst.com/downloads.html
9695 >
9696 >
9697 > ******************************************************
9698 > Make FREE long distance phone calls online!
9699 > Click here to use PhoneFREE.com today!
9700 > http://adserv.internetfuel.com/cgi-bin/newredirect.cgi?AD=EMAIL-phonefree
9701 > ******************************************************
9702 >
9703 > ---------------------------------------------------------------
9704 > To unsubscribe, send email to majordomo@ender.shadowfire.org
9705 > with "unsubscribe ircservices" in the body, without the quotes.
9706 >
9707
9708
9709 ---------------------------------------------------------------
9710 To unsubscribe, send email to majordomo@ender.shadowfire.org
9711 with "unsubscribe ircservices" in the body, without the quotes.
9712
9713
9714 From chromi at cyberspace.org Tue Jun 27 01:58:46 2000
9715 From: chromi at cyberspace.org (Jonathan Morton)
9716 Date: Sat Oct 23 23:00:58 2004
9717 Subject: AW: [IRCServices] Addition for the command line...
9718 In-Reply-To: <E136g4r-00012T-00@delirious.shadowfire.org>
9719 References: E136g4r&#45;00012T&#45;00@delirious.shadowfire.org
9720 Message-ID: l03130303b57e1c54229d@[10.38.239.101]
9721
9722 >Well, if you generated such an editor, if ANYBODY got a hold of your DB's
9723 >and had the editor,
9724 >there goes your stuff. There would have to be some sort of locking that
9725 >would only allow the databases owner to read it. Such as a password(?). How
9726 >to do this(or how much sense I'm making) I don't know.
9727
9728 If anyone gets hold of your DB's anyway, you're stuffed just as bad if the
9729 hacker has access to so much as a hex editor (most do). Besides, writing
9730 an editor is likely so simple that anyone determined enough to want access
9731 to the DB could do so.
9732
9733 The best solution to securing the DB is simply to make your server secure
9734 in the first place, and make sure the DB's are readable only by the user
9735 who is the admin (chmod 600 services/data/*.db).
9736
9737 --------------------------------------------------------------
9738 from: Jonathan "Chromatix" Morton
9739 mail: chromi@cyberspace.org (not for attachments)
9740 uni-mail: j.d.morton@lancaster.ac.uk
9741
9742 The key to knowledge is not to rely on people to teach you it.
9743
9744 Get VNC Server for Macintosh from http://chromatix.autistics.org/vnc/
9745
9746 -----BEGIN GEEK CODE BLOCK-----
9747 Version 3.12
9748 GCS$/E/S dpu s:- a19 C+++ UL++ P L+++ E W+ N- o? K? w--- O-- M++$ V? PS PE-
9749 Y+ PGP++ t- 5- X- R !tv b++ DI+++ D G e+ h+ r- y+
9750 -----END GEEK CODE BLOCK-----
9751
9752
9753
9754 ---------------------------------------------------------------
9755 To unsubscribe, send email to majordomo@ender.shadowfire.org
9756 with "unsubscribe ircservices" in the body, without the quotes.
9757
9758
9759 From laser at montecatini.net Mon Jun 26 13:20:03 2000
9760 From: laser at montecatini.net (las3r........master of elements)
9761 Date: Sat Oct 23 23:00:58 2004
9762 Subject: [IRCServices] I: service for ircu
9763 Message-ID: 004601bfdfab$e93aa6c0$03746ec3@montecatini.net
9764
9765
9766 Hi,
9767
9768 I have one question, there are a services ( nickserv, chanserv, etc ) for
9769 protocoll
9770 ircu 2.10.x ( undernet ) ???
9771
9772 thx
9773 Alex
9774
9775 WWW Coliseum S.r.l
9776 >
9777 >
9778
9779
9780 ---------------------------------------------------------------
9781 To unsubscribe, send email to majordomo@ender.shadowfire.org
9782 with "unsubscribe ircservices" in the body, without the quotes.
9783
9784
9785 From anarki at flamebait.org Tue Jun 27 14:30:48 2000
9786 From: anarki at flamebait.org (Scott Seufert)
9787 Date: Sat Oct 23 23:00:58 2004
9788 Subject: [IRCServices] I: service for ircu
9789 In-Reply-To: <004601bfdfab$e93aa6c0$03746ec3@montecatini.net>
9790 References: 004601bfdfab$e93aa6c0$03746ec3@montecatini.net
9791 Message-ID: B57E9548.92%anarki@flamebait.org
9792
9793 The recommended server, under which Services has been developed, is
9794 DALnet 4.4.x (x < 15); version 4.4.10 of that server is also
9795 present at the official Services distribution site. More recent
9796 versions of the DALnet server, through 4.6.7 Dreamforge, have been
9797 reported to work with Services. The Undernet server version 2.9.x
9798 has also been reported to work; support has been added in Services
9799 4.0 for ircu 2.10.x, but it appears that changes in the Undernet
9800 ircd have made Services fail to function with that server--either
9801 downgrade to 2.9.32 or switch to the DALnet server. Support is
9802 also present for base irc2.x distributions (with or without the TS8
9803 extension), but also has not been extensively tested. More recent
9804 extensions like +CS and TS4 are known _not_ to work. See the
9805 README for more information.
9806
9807
9808 Scott
9809 aka Anarki
9810 Server Admin
9811 NoDoze.ShadowFire.Org
9812
9813 on 6/26/00 4:20 PM, las3r........master of elements at laser@montecatini.net
9814 wrote:
9815
9816 >
9817 > Hi,
9818 >
9819 > I have one question, there are a services ( nickserv, chanserv, etc ) for
9820 > protocoll
9821 > ircu 2.10.x ( undernet ) ???
9822 >
9823 > thx
9824 > Alex
9825 >
9826 > WWW Coliseum S.r.l
9827 >>
9828 >>
9829 >
9830 >
9831 > ---------------------------------------------------------------
9832 > To unsubscribe, send email to majordomo@ender.shadowfire.org
9833 > with "unsubscribe ircservices" in the body, without the quotes.
9834 >
9835 >
9836
9837
9838 ---------------------------------------------------------------
9839 To unsubscribe, send email to majordomo@ender.shadowfire.org
9840 with "unsubscribe ircservices" in the body, without the quotes.
9841
9842
9843 From andrewk at icon.co.za Tue Jun 27 22:49:36 2000
9844 From: andrewk at icon.co.za (Andrew Kempe)
9845 Date: Sat Oct 23 23:00:58 2004
9846 Subject: [IRCServices] I: service for ircu
9847 References: <B57E9548.92%anarki@flamebait.org>
9848 Message-ID: 002301bfe0c4$a48b7d00$9c011ac4@shadow
9849
9850 All future development will be for DALnet's Bahamut ircd. This ircd combines
9851 the benefits of Hybrid (speed and TS3) and Dreamforge (Services support -
9852 among other things).
9853
9854 Andrew
9855
9856 ----- Original Message -----
9857 From: "Scott Seufert" <anarki@flamebait.org>
9858 To: <ircservices@delirious.shadowfire.org>
9859 Sent: Tuesday, June 27, 2000 11:30 PM
9860 Subject: Re: [IRCServices] I: service for ircu
9861
9862
9863 > The recommended server, under which Services has been developed, is
9864 > DALnet 4.4.x (x < 15); version 4.4.10 of that server is also
9865 > present at the official Services distribution site. More recent
9866 > versions of the DALnet server, through 4.6.7 Dreamforge, have been
9867 > reported to work with Services. The Undernet server version 2.9.x
9868 > has also been reported to work; support has been added in Services
9869 > 4.0 for ircu 2.10.x, but it appears that changes in the Undernet
9870 > ircd have made Services fail to function with that server--either
9871 > downgrade to 2.9.32 or switch to the DALnet server. Support is
9872 > also present for base irc2.x distributions (with or without the TS8
9873 > extension), but also has not been extensively tested. More recent
9874 > extensions like +CS and TS4 are known _not_ to work. See the
9875 > README for more information.
9876 >
9877 >
9878 > Scott
9879 > aka Anarki
9880 > Server Admin
9881 > NoDoze.ShadowFire.Org
9882 >
9883 > on 6/26/00 4:20 PM, las3r........master of elements at
9884 laser@montecatini.net
9885 > wrote:
9886 >
9887 > >
9888 > > Hi,
9889 > >
9890 > > I have one question, there are a services ( nickserv, chanserv, etc )
9891 for
9892 > > protocoll
9893 > > ircu 2.10.x ( undernet ) ???
9894 > >
9895 > > thx
9896 > > Alex
9897 > >
9898 > > WWW Coliseum S.r.l
9899 > >>
9900 > >>
9901 > >
9902 > >
9903 > > ---------------------------------------------------------------
9904 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
9905 > > with "unsubscribe ircservices" in the body, without the quotes.
9906 > >
9907 > >
9908 >
9909 >
9910 > ---------------------------------------------------------------
9911 > To unsubscribe, send email to majordomo@ender.shadowfire.org
9912 > with "unsubscribe ircservices" in the body, without the quotes.
9913 >
9914
9915
9916 ---------------------------------------------------------------
9917 To unsubscribe, send email to majordomo@ender.shadowfire.org
9918 with "unsubscribe ircservices" in the body, without the quotes.
9919
9920
9921 From kfiresun at ix.netcom.com Wed Jun 28 17:02:54 2000
9922 From: kfiresun at ix.netcom.com (Kelmar K. Firesun)
9923 Date: Sat Oct 23 23:00:58 2004
9924 Subject: [IRCServices] I: service for ircu
9925 References: <B57E9548.92%anarki@flamebait.org> <002301bfe0c4$a48b7d00$9c011ac4@shadow>
9926 Message-ID: 000701bfe15d$6060fbc0$37526dd1@tiphares.com
9927
9928
9929 ----- Original Message -----
9930 From: "Andrew Kempe" <andrewk@icon.co.za>
9931 To: <ircservices@delirious.shadowfire.org>
9932 Sent: Wednesday, June 28, 2000 12:49 AM
9933 Subject: Re: [IRCServices] I: service for ircu
9934
9935
9936 > All future development will be for DALnet's Bahamut ircd. This ircd
9937 combines
9938 > the benefits of Hybrid (speed and TS3) and Dreamforge (Services support -
9939 > among other things).
9940 >
9941
9942 ] ... SNIP ... [
9943
9944 Are you completely dropping support for all other IRCD's!?
9945
9946 If so, this sounds rather presumptuous. Several people still use the older
9947 daemons for many reasons, not to say the least are for efficiency and
9948 "ethic"
9949 reasons. (Some people view forcively changing a user's mode and/or nick to
9950 be wrong)
9951
9952 For my own reasons, this is going to make things harder on my part with the
9953 designs of the IRCD that I've been working on for sometime. I'll not have
9954 a familiar starting ground on which to make my daemon compatible with
9955 services.
9956 That being the original server to server negotiations as outlined in RFC
9957 1459.
9958 Bahamut and DreamForge use a modified version there of.
9959
9960 Further more, you'll be shutting everyone out, not everyone is going to want
9961 to
9962 change their server (let alone their whole network) over to Bahamut. Last I
9963 had
9964 a Bahamut/DF mix on my network it caused some major stability problems.
9965
9966 I urge you to please reconsider your decision in this matter.
9967
9968 Thank you,
9969 Bryce Simonds
9970 Kelmar K. Firesun
9971
9972
9973 ---------------------------------------------------------------
9974 To unsubscribe, send email to majordomo@ender.shadowfire.org
9975 with "unsubscribe ircservices" in the body, without the quotes.
9976
9977
9978 From anarki at flamebait.org Wed Jun 28 22:44:01 2000
9979 From: anarki at flamebait.org (Scott Seufert)
9980 Date: Sat Oct 23 23:00:58 2004
9981 Subject: [IRCServices] I: service for ircu
9982 In-Reply-To: <000701bfe15d$6060fbc0$37526dd1@tiphares.com>
9983 References: 000701bfe15d$6060fbc0$37526dd1@tiphares.com
9984 Message-ID: B5805A61.B6%anarki@flamebait.org
9985
9986 on 6/28/00 8:02 PM, Kelmar K. Firesun at kfiresun@ix.netcom.com wrote:
9987
9988 >
9989 > ----- Original Message -----
9990 > From: "Andrew Kempe" <andrewk@icon.co.za>
9991 > To: <ircservices@delirious.shadowfire.org>
9992 > Sent: Wednesday, June 28, 2000 12:49 AM
9993 > Subject: Re: [IRCServices] I: service for ircu
9994 >
9995 >
9996 >> All future development will be for DALnet's Bahamut ircd. This ircd
9997 > combines
9998 >> the benefits of Hybrid (speed and TS3) and Dreamforge (Services support -
9999 >> among other things).
10000 >>
10001 >
10002 > ] ... SNIP ... [
10003 >
10004 > Are you completely dropping support for all other IRCD's!?
10005 >
10006 > If so, this sounds rather presumptuous. Several people still use the older
10007 > daemons for many reasons, not to say the least are for efficiency and
10008 > "ethic"
10009 > reasons. (Some people view forcively changing a user's mode and/or nick to
10010 > be wrong)
10011 >
10012 > For my own reasons, this is going to make things harder on my part with the
10013 > designs of the IRCD that I've been working on for sometime. I'll not have
10014 > a familiar starting ground on which to make my daemon compatible with
10015 > services.
10016 > That being the original server to server negotiations as outlined in RFC
10017 > 1459.
10018 > Bahamut and DreamForge use a modified version there of.
10019 >
10020 > Further more, you'll be shutting everyone out, not everyone is going to want
10021 > to
10022 > change their server (let alone their whole network) over to Bahamut. Last I
10023 > had
10024 > a Bahamut/DF mix on my network it caused some major stability problems.
10025 >
10026 > I urge you to please reconsider your decision in this matter.
10027 >
10028 > Thank you,
10029 > Bryce Simonds
10030 > Kelmar K. Firesun
10031 >
10032 >
10033
10034 I'm FAR from the decision maker as to what ircservices is and isn't
10035 capatible with. but I'd like to share a few pennies with you.
10036
10037 First, is that ircservices are free of charge, meaning the coder(s) isn't
10038 getting paid a dime to code, and such code comes from kindness of heart, not
10039 from requests from end users. Please don't confuse my last sentence to mean
10040 that coders don't value end user input, they do, that's where alot of ideas
10041 and bug fixes are spawned.
10042
10043 It's MY opinion that the coder(s) should be allowed to go any direction they
10044 wish and the end user should expect at least what the pay for.
10045
10046 I am friends with several coders of services. Opus for OtherNet Services,
10047 Andrew Kempe, current maintainer of ircservices and I would like to count
10048 Andy Church in that group if I only got to know him more, seems that I don't
10049 see him interact publicly as often. It seems that the majority opinion from
10050 GPL coders in general is that their number one issue is that the end user
10051 isn't satisfied with what is given to them for free, they always want more
10052 and sometimes go as far as demanding more. I'm not saying nor implying that
10053 you or anyone associated with yourself or your network is doing such, I'm
10054 saying basiclly you can't please everyone. CServe for OtherNet was pulled
10055 off of the GPL license with the release of CS6/UW9, Opus tried to sell the
10056 code he worked very hard on and nearly "gave" the project away, just to rid
10057 of it. CServe/UWorld is unfortunately no longer available to the public. GPL
10058 or for sale. Opus was pounded because the code wasn't public, so he made it
10059 public with the GPL license, then he was pounded because it didn't meet end
10060 users demands, so he tried to sell it, and was pounded 10 fold for trying to
10061 sell it.
10062
10063 I can't do anything shy of admire those that write/maintain GPL Services.
10064 They give and give without asking anything in return other than obey the
10065 license and to RTFM before asking for support, so why not let them deside
10066 what is supported and what isn't? So what if it's harder on a few end users.
10067 To be blunt, most end users would be without services all together if it
10068 wasn't for the efforts of these coders. So lets concider how hard it is on
10069 the coders to do multidaemon support.
10070
10071 You also have the option to continue a mutliple ircd services yourself or
10072 work closely with someone that maybe interested/knowledgable in
10073 coding,ircservices is still GPL. So as long as GPL licensing is followed you
10074 may spawn your own services off and continue that way. Please bear in mind
10075 if it wasn't for kind hearted GPL coders, you would most likely have to buy
10076 or code services yourself. If you follow this course of action I wish you
10077 the best of luck. I hope you are prepared to deal with not only the
10078 headaches of coding, but countless hours of end user support, bug fixes,
10079 mailing lists, hundreds of emails both commending you and condemning you,
10080 visitors trafficing your channel on your net looking for support and/or you
10081 to install services for them because they didn't RTFM. I wish you luck, not
10082 only for the fact that I have no ill feelings toward one that tries to make
10083 a difference, but I wish you luck because you WILL need it ...
10084
10085 Secondly, if you pin point a specific IRCD type you can have it work even
10086 closer be it is only coded for said daemon, it would only have to support
10087 the commands from one type instead of many. This makes services smaller,
10088 faster and seemingly more seemless than multiple ircd support (which was
10089 Andy Church's original plan). That plan being to have good quality non
10090 bloated ircservices. I personally like one IRCD support, 99% performance of
10091 one daemon to me is far more valuable than 80% performance on multiple
10092 daemon support.
10093
10094 What did I gain?
10095 I didn't have to write services myself
10096
10097 What did I loose?
10098 I had to use/switch the recommended daemon (which I didn't have to write it
10099 either)
10100
10101 Over all, I lost nothing.
10102
10103
10104 My $0.02,
10105
10106 Scott
10107 aka Aanrki
10108 aka katsklaw
10109 Server Admin
10110 NoDoze,ShadowFire.Org
10111
10112
10113 ---------------------------------------------------------------
10114 To unsubscribe, send email to majordomo@ender.shadowfire.org
10115 with "unsubscribe ircservices" in the body, without the quotes.
10116
10117
10118 From andrewk at icon.co.za Thu Jun 29 01:39:40 2000
10119 From: andrewk at icon.co.za (Andrew Kempe)
10120 Date: Sat Oct 23 23:00:58 2004
10121 Subject: [IRCServices] I: service for ircu
10122 References: <B57E9548.92%anarki@flamebait.org> <002301bfe0c4$a48b7d00$9c011ac4@shadow> <000701bfe15d$6060fbc0$37526dd1@tiphares.com>
10123 Message-ID: 001f01bfe1a5$90a96fe0$9c011ac4@shadow
10124
10125 Let me rephrase...
10126
10127 I will not be adding support for non-standard features found in ircd's such
10128 as ircu, unreal etc. Nor will I be adding basic support for ircu 2.10.x - I
10129 simply don't have the time. Bahamut will be the ircd for which I will
10130 continue to develop.
10131
10132 IRC Services will ALWAYS be able to work with ircd's that it has supported
10133 in the past. However, those ircds may not be able to make full use of the
10134 features in IRC Services.
10135
10136 I hope this makes you feel a lot more comfortable. As I've said in the past,
10137 Services will always be RFC compatible.
10138
10139 Hopefully in the future things will become a lot more modular. This should
10140 make it easier for a 3rd party development.
10141
10142 Later, Andrew
10143
10144
10145 ----- Original Message -----
10146 From: "Kelmar K. Firesun" <kfiresun@ix.netcom.com>
10147 To: <ircservices@delirious.shadowfire.org>
10148 Sent: Thursday, June 29, 2000 2:02 AM
10149 Subject: Re: [IRCServices] I: service for ircu
10150
10151
10152 >
10153 > ----- Original Message -----
10154 > From: "Andrew Kempe" <andrewk@icon.co.za>
10155 > To: <ircservices@delirious.shadowfire.org>
10156 > Sent: Wednesday, June 28, 2000 12:49 AM
10157 > Subject: Re: [IRCServices] I: service for ircu
10158 >
10159 >
10160 > > All future development will be for DALnet's Bahamut ircd. This ircd
10161 > combines
10162 > > the benefits of Hybrid (speed and TS3) and Dreamforge (Services
10163 support -
10164 > > among other things).
10165 > >
10166 >
10167 > ] ... SNIP ... [
10168 >
10169 > Are you completely dropping support for all other IRCD's!?
10170 >
10171 > If so, this sounds rather presumptuous. Several people still use the
10172 older
10173 > daemons for many reasons, not to say the least are for efficiency and
10174 > "ethic"
10175 > reasons. (Some people view forcively changing a user's mode and/or nick
10176 to
10177 > be wrong)
10178 >
10179 > For my own reasons, this is going to make things harder on my part with
10180 the
10181 > designs of the IRCD that I've been working on for sometime. I'll not have
10182 > a familiar starting ground on which to make my daemon compatible with
10183 > services.
10184 > That being the original server to server negotiations as outlined in RFC
10185 > 1459.
10186 > Bahamut and DreamForge use a modified version there of.
10187 >
10188 > Further more, you'll be shutting everyone out, not everyone is going to
10189 want
10190 > to
10191 > change their server (let alone their whole network) over to Bahamut. Last
10192 I
10193 > had
10194 > a Bahamut/DF mix on my network it caused some major stability problems.
10195 >
10196 > I urge you to please reconsider your decision in this matter.
10197 >
10198 > Thank you,
10199 > Bryce Simonds
10200 > Kelmar K. Firesun
10201 >
10202 >
10203 > ---------------------------------------------------------------
10204 > To unsubscribe, send email to majordomo@ender.shadowfire.org
10205 > with "unsubscribe ircservices" in the body, without the quotes.
10206 >
10207
10208
10209 ---------------------------------------------------------------
10210 To unsubscribe, send email to majordomo@ender.shadowfire.org
10211 with "unsubscribe ircservices" in the body, without the quotes.
10212
10213
10214 From kfiresun at ix.netcom.com Thu Jun 29 17:20:20 2000
10215 From: kfiresun at ix.netcom.com (Kelmar K. Firesun)
10216 Date: Sat Oct 23 23:00:58 2004
10217 Subject: [IRCServices] I: service for ircu
10218 References: <B57E9548.92%anarki@flamebait.org> <002301bfe0c4$a48b7d00$9c011ac4@shadow> <000701bfe15d$6060fbc0$37526dd1@tiphares.com> <001f01bfe1a5$90a96fe0$9c011ac4@shadow>
10219 Message-ID: 002401bfe228$fb372e50$37526dd1@tiphares.com
10220
10221
10222 ----- Original Message -----
10223 From: "Andrew Kempe" <andrewk@icon.co.za>
10224 To: <ircservices@delirious.shadowfire.org>
10225 Sent: Thursday, June 29, 2000 3:39 AM
10226 Subject: Re: [IRCServices] I: service for ircu
10227
10228
10229 ] ... SNIP ... [
10230
10231 >
10232 > IRC Services will ALWAYS be able to work with ircd's that it has supported
10233 > in the past. However, those ircds may not be able to make full use of the
10234 > features in IRC Services.
10235 >
10236 > I hope this makes you feel a lot more comfortable. As I've said in the
10237 past,
10238 > Services will always be RFC compatible.
10239 >
10240
10241 Okay, that clears up quite a bit of confusion on my part. Thanks for
10242 letting me know.
10243
10244 >
10245 > Hopefully in the future things will become a lot more modular. This should
10246 > make it easier for a 3rd party development.
10247 >
10248
10249 I would look forward to that.
10250
10251 ----- Original Message -----
10252 From: "Scott Seufert" <anarki@flamebait.org>
10253 To: <ircservices@delirious.shadowfire.org>
10254 Sent: Thursday, June 29, 2000 12:44 AM
10255 Subject: Re: [IRCServices] I: service for ircu
10256
10257
10258 ] ... SNIP ... [
10259
10260 >
10261 > I'm FAR from the decision maker as to what ircservices is and isn't
10262 > capatible with. but I'd like to share a few pennies with you.
10263 >
10264 > First, is that ircservices are free of charge, meaning the coder(s) isn't
10265 > getting paid a dime to code, and such code comes from kindness of heart,
10266 not
10267 > from requests from end users. Please don't confuse my last sentence to
10268 mean
10269 > that coders don't value end user input, they do, that's where alot of
10270 ideas
10271 > and bug fixes are spawned.
10272 >
10273 > It's MY opinion that the coder(s) should be allowed to go any direction
10274 they
10275 > wish and the end user should expect at least what the pay for.
10276 >
10277
10278 As a coder I have always valued people's input about my programs. But I
10279 think
10280 that with other peoples programs I should at least be able to state my
10281 feelings
10282 on how I think they could make a better product, free of charge or not.
10283
10284
10285 >
10286 > I am friends with several coders of services. Opus for OtherNet Services,
10287 > Andrew Kempe, current maintainer of ircservices and I would like to count
10288 > Andy Church in that group if I only got to know him more, seems that I
10289 don't
10290 > see him interact publicly as often. It seems that the majority opinion
10291 from
10292 > GPL coders in general is that their number one issue is that the end user
10293 > isn't satisfied with what is given to them for free, they always want more
10294 > and sometimes go as far as demanding more. I'm not saying nor implying
10295 that
10296 > you or anyone associated with yourself or your network is doing such, I'm
10297 > saying basiclly you can't please everyone. CServe for OtherNet was pulled
10298 > off of the GPL license with the release of CS6/UW9, Opus tried to sell the
10299 > code he worked very hard on and nearly "gave" the project away, just to
10300 rid
10301 > of it. CServe/UWorld is unfortunately no longer available to the public.
10302 GPL
10303 > or for sale. Opus was pounded because the code wasn't public, so he made
10304 it
10305 > public with the GPL license, then he was pounded because it didn't meet
10306 end
10307 > users demands, so he tried to sell it, and was pounded 10 fold for trying
10308 to
10309 > sell it.
10310 >
10311
10312 You are indeed correct sir. But it wouldn't do Andrew, Andy, nor any of the
10313 other coders/maintainers of the IRC services any good if they did not know
10314 what others thought about the direction their programs would take. GPL as
10315 many will point out is free as in speech, not free as in beer. What good is
10316 it to them if their code is not used at all?
10317
10318 >
10319 > I can't do anything shy of admire those that write/maintain GPL Services.
10320 > They give and give without asking anything in return other than obey the
10321 > license and to RTFM before asking for support, so why not let them deside
10322 > what is supported and what isn't? So what if it's harder on a few end
10323 users.
10324 > To be blunt, most end users would be without services all together if it
10325 > wasn't for the efforts of these coders. So lets concider how hard it is on
10326 > the coders to do multidaemon support.
10327 >
10328
10329 Indeed, I have always respected Andrew and Andy. They have been doing an
10330 excellent job at maintaining a widely used piece of code and keeping the
10331 number
10332 of bugs down, with out asking too much from anyone else around them. I
10333 recall
10334 back on Esper when Andy would go several frustrating days coding services
10335 trying
10336 to get this and that working just so. And yet, the code still comes out
10337 neat,
10338 readable and for the most part free of bugs. Maintaining software is not an
10339 easy choir. I've run in to that problem with my own codings several times
10340 in
10341 the past.
10342
10343 > You also have the option to continue a multiple ircd services yourself or
10344 > work closely with someone that maybe interested/knowledgeable in
10345 > coding,ircservices is still GPL. So as long as GPL licensing is followed
10346 you
10347 > may spawn your own services off and continue that way. Please bear in mind
10348 > if it wasn't for kind hearted GPL coders, you would most likely have to
10349 buy
10350 > or code services yourself. If you follow this course of action I wish you
10351 > the best of luck. I hope you are prepared to deal with not only the
10352 > headaches of coding, but countless hours of end user support, bug fixes,
10353 > mailing lists, hundreds of emails both commending you and condemning you,
10354 > visitors trafficing your channel on your net looking for support and/or
10355 you
10356 > to install services for them because they didn't RTFM. I wish you luck,
10357 not
10358 > only for the fact that I have no ill feelings toward one that tries to
10359 make
10360 > a difference, but I wish you luck because you WILL need it ...
10361 >
10362
10363 Again, you are correct. Because of the GPL I could port the services back
10364 to
10365 an older/different IRC daemon. My problem with this is that with my own
10366 daemon
10367 in the works, I've found that I've had to devote much of my time to it
10368 instead
10369 of Services. Push come to shove, I could have always used an older version
10370 performing bug fixes as needed, but then I would lose some of the newer
10371 features
10372 of the up coming versions. I used to know a good portion of the services
10373 code
10374 back when they were on 2.x and to a limited amount 3.x. 4.x has some
10375 significant
10376 changes in the way the message handling is done, and I'd have to sit down
10377 and
10378 figure it out, but this would just take some time, and I could be on my
10379 marry way
10380 performing changes.
10381
10382 >
10383 > Secondly, if you pin point a specific IRCD type you can have it work even
10384 > closer be it is only coded for said daemon, it would only have to support
10385 > the commands from one type instead of many. This makes services smaller,
10386 > faster and seemingly more seamless than multiple ircd support (which was
10387 > Andy Church's original plan). That plan being to have good quality non
10388 > bloated ircservices. I personally like one IRCD support, 99% performance
10389 of
10390 > one daemon to me is far more valuable than 80% performance on multiple
10391 > daemon support.
10392 >
10393
10394 Egh, to a limited extent. Last time I looked, the code that's not needed
10395 for
10396 other IRCD's are blocked out with IFDEF's, so the only real time penalties
10397 would
10398 be with compiling. The only thing that would be smaller to any great amount
10399 would probably be the source code.
10400
10401 >
10402 > What did I gain?
10403 > I didn't have to write services myself
10404 >
10405
10406 True enough.
10407
10408 >
10409 > What did I loose?
10410 > I had to use/switch the recommended daemon (which I didn't have to write
10411 it
10412 > either)
10413 >
10414 > Over all, I lost nothing.
10415 >
10416
10417 Except for the point that I mentioned, which was stability on your network.
10418 Granted my conceptions about the Bahamut code might be misplaced, they may
10419 have made some significant improvements in that department sense I had last
10420 used Bahamut; however, those are my experiences.
10421
10422 I would like to state two things though. One) The message I did send was in
10423 fect
10424 very much my opinion, and a mis-interpretation on my part of Andrew's
10425 original
10426 message. Two) I feel I might wish to apologize if that message seemed at
10427 all
10428 inflammatory, this was by far _NOT_ my intent in the slightest. I was
10429 merely
10430 expressing a concern I had, I also had, nor do I, or will I have any
10431 intentions
10432 of "demanding" that the current maintainers of Services do anything that I
10433 ask.
10434 I haven't hired them, and I'm by far not their source of breed and butter.
10435 If
10436 something happens where I absolutely cannot use the code, then I will simply
10437 write my own. But why re-invent the wheel?
10438
10439 On the other hand, I think you confuse me with someone that constantly needs
10440 assistance with getting services to just merely run and someone that assists
10441 in maintaining the code. While I do in fact run Services on my own network,
10442 I have
10443 also in the past (though not to any large extent) made suggestions,
10444 comments,
10445 and some code snippets in an effort to help make this program better.
10446 Should
10447 the need arise, and Andrew or Andy needed any additional help with coding,
10448 that
10449 I could provide them, I'm more than willing to do what I can.
10450
10451 In closing I would like to reiterate that this is an apology, and that I
10452 have
10453 no intention of starting a flame war. (This is not an appropriate place for
10454 such
10455 things) But I think we are both guilty of not looking before we leaped.
10456
10457 (Sorry about the long message folks)
10458 Bryce Simonds
10459 Kelmar K. Firesun
10460
10461
10462 ---------------------------------------------------------------
10463 To unsubscribe, send email to majordomo@ender.shadowfire.org
10464 with "unsubscribe ircservices" in the body, without the quotes.
10465
10466
10467 From anarki at flamebait.org Thu Jun 29 20:58:37 2000
10468 From: anarki at flamebait.org (Scott Seufert)
10469 Date: Sat Oct 23 23:00:58 2004
10470 Subject: [IRCServices] I: service for ircu
10471 In-Reply-To: <002401bfe228$fb372e50$37526dd1@tiphares.com>
10472 References: 002401bfe228$fb372e50$37526dd1@tiphares.com
10473 Message-ID: B581932D.CC%anarki@flamebait.org
10474
10475 on 6/29/00 8:20 PM, Kelmar K. Firesun at kfiresun@ix.netcom.com wrote:
10476
10477
10478 <snip>
10479
10480 > Except for the point that I mentioned, which was stability on your network.
10481 > Granted my conceptions about the Bahamut code might be misplaced, they may
10482 > have made some significant improvements in that department sense I had last
10483 > used Bahamut; however, those are my experiences.
10484 >
10485 > I would like to state two things though. One) The message I did send was in
10486 > fect
10487 > very much my opinion, and a mis-interpretation on my part of Andrew's
10488 > original
10489 > message. Two) I feel I might wish to apologize if that message seemed at
10490 > all
10491 > inflammatory, this was by far _NOT_ my intent in the slightest. I was
10492 > merely
10493 > expressing a concern I had, I also had, nor do I, or will I have any
10494 > intentions
10495 > of "demanding" that the current maintainers of Services do anything that I
10496 > ask.
10497 > I haven't hired them, and I'm by far not their source of breed and butter.
10498 > If
10499 > something happens where I absolutely cannot use the code, then I will simply
10500 > write my own. But why re-invent the wheel?
10501 >
10502 > On the other hand, I think you confuse me with someone that constantly needs
10503 > assistance with getting services to just merely run and someone that assists
10504 > in maintaining the code. While I do in fact run Services on my own network,
10505 > I have
10506 > also in the past (though not to any large extent) made suggestions,
10507 > comments,
10508 > and some code snippets in an effort to help make this program better.
10509 > Should
10510 > the need arise, and Andrew or Andy needed any additional help with coding,
10511 > that
10512 > I could provide them, I'm more than willing to do what I can.
10513 >
10514 > In closing I would like to reiterate that this is an apology, and that I
10515 > have
10516 > no intention of starting a flame war. (This is not an appropriate place for
10517 > such
10518 > things) But I think we are both guilty of not looking before we leaped.
10519 >
10520 > (Sorry about the long message folks)
10521 > Bryce Simonds
10522 > Kelmar K. Firesun
10523 >
10524 >
10525
10526 I too must apologize if my reply seemed saturated in with flamebait, I most
10527 certainly did not mean it as such. Since my ill experiences with Chris
10528 Birch, Opus(othernet bot author), I still vividly remember some of the
10529 turmoil he has endevored to produce a free (GPL) product, such inflamitory
10530 attitude from end users in general has shyed me away from learning to code
10531 services. This negetivity has made me a little trigger happy when it comes
10532 to seeingrequests that look like they may evolve into a "me me me" email.
10533
10534 My favorite thing to do is write mIRC bots. Bots are far easier for me than
10535 any normal script will ever be, (if that makes since). I understand bots
10536 completely, it took me about 7 days to understand an eggdrop bot inside and
10537 out and at that time I was only on IRC for about a year. I have the concept
10538 of services memorized to the point I could write a set of ircservices via
10539 mIRC's scripting language, including a very basic password encryption
10540 module, I know nothing as well as I know bots. This is one thing that
10541 attracts me to services. I'd LOVE to be on a coding team of some sorts, but
10542 my lack of knowledge in C/C++ prevents me from doing so.
10543
10544 I understand that there is very little comparing mIRC's language and a REAL
10545 language such as C/C++ but I can still see a vast likeness is general, just
10546 different syntax wise.
10547
10548
10549 Scott
10550 aka Anarki
10551 aka katsklaw
10552 Server Admin
10553 NoDoze.ShadowFire.Org
10554
10555
10556 ---------------------------------------------------------------
10557 To unsubscribe, send email to majordomo@ender.shadowfire.org
10558 with "unsubscribe ircservices" in the body, without the quotes.
10559
10560
10561 From achurch at dragonfire.net Fri Jun 30 00:18:07 2000
10562 From: achurch at dragonfire.net (Andy Church)
10563 Date: Sat Oct 23 23:00:58 2004
10564 Subject: [IRCServices] I: service for ircu
10565 Message-ID: E137v3v&#45;000DdQ&#45;00@manx.dreamhaven.net
10566
10567 Just a couple of comments...
10568
10569 >[...] It seems that the majority opinion from
10570 >I am friends with several coders of services. Opus for OtherNet Services,
10571 >Andrew Kempe, current maintainer of ircservices and I would like to count
10572 >Andy Church in that group if I only got to know him more, seems that I don't
10573 >see him interact publicly as often.
10574
10575 Well, work and lack of a decent net connection (but mostly work) keeps
10576 me away these days... I don't have nearly the kind of time or opportunity
10577 to do net stuff as I used to. (This is also why I handed Services off in
10578 the first place--I would have loved to be able to keep working on it,
10579 but...)
10580
10581 >GPL coders in general is that their number one issue is that the end user
10582 >isn't satisfied with what is given to them for free, they always want more
10583 >and sometimes go as far as demanding more.
10584
10585 I have to agree with this. I do, of course, value _suggestions_ (and
10586 bug reports and other things), but to be perfectly frank, I'm the one doing
10587 the coding--well, not for Services any more, but speaking in general--and I
10588 design programs the way I think best. Insisting (or repeatedly suggesting)
10589 that I add such-and-such a feature will do nothing except get me frustrated
10590 with you; if I don't like it, it doesn't go in, period. (Witness the huge
10591 number of times I said no to having ChanServ join channels.)
10592
10593 As horrible as that sounds, though, I don't do that for the pleasure
10594 of saying no to people (it's not pleasurable at all, just frustrating), but
10595 for the simple reason that I'm only one person and there are only 24 hours
10596 in a day, only a fraction of which I can devote to any given program. If I
10597 tried to add every feature anyone ever suggested to a program, it would
10598 turn into something like Windows 98--half broken, always crashing and not
10599 making any progress at all. There are also cases where a request is simply
10600 impossible (or extremely difficult) to implement due to technical
10601 limitations; for example, that oft-requested ChanServ feature would place a
10602 massive processing load on both Services and the network. To put it
10603 simply, you can't please everyone, and I have to decide how best to use my
10604 limited time; if you don't like the result, all I can do is say I'm sorry
10605 and suggest you write it yourself--after all, the code is available.
10606
10607 I have to admit I might have been more willing to find time to work on
10608 Services if people in general had been a bit nicer about reading
10609 documentation before asking questions and not being so insistent about
10610 getting their particular desires satisfied. I'm not a software company
10611 with a contractual obligation to provide support; I offer people my
10612 software because it doesn't cause me much difficulty and because I think it
10613 might be useful, much as I might offer to burn a CD for a friend without a
10614 CD-R drive. If the friend brought me 100 CDs and demanded that I copy them
10615 all by tomorrow evening, I'd probably say no, because it would be too big a
10616 bother. Free software is the same way--insisting on getting your way gets
10617 you nowhere except backwards. There were times I felt I was spending more
10618 time supporting Services than working on it, and more than once I thought
10619 about just pulling it off GPL entirely to spare myself the trouble.
10620
10621 >You also have the option to continue a mutliple ircd services yourself or
10622 >work closely with someone that maybe interested/knowledgable in
10623 >coding,ircservices is still GPL. So as long as GPL licensing is followed you
10624 >may spawn your own services off and continue that way.
10625
10626 I mentioned this above, but it bears repeating on its own: Services
10627 is GPL, which means you can get the source and change it yourself (or get
10628 someone to do it for you) if you don't like my adding or not adding some
10629 feature. Also, as Andrew Kempe said, this sort of coding should become
10630 easier once a module system gets implemented--and I'm working on that
10631 module system right now.
10632
10633 Well, that ended up a lot longer than I had planned, but there you
10634 have it. Or something.
10635
10636 --Andrew Church
10637 achurch@dragonfire.net
10638 http://achurch.dragonfire.net/
10639
10640 ---------------------------------------------------------------
10641 To unsubscribe, send email to majordomo@ender.shadowfire.org
10642 with "unsubscribe ircservices" in the body, without the quotes.
10643
10644
10645 From jasonatgcn at hotmail.com Fri Jun 30 06:25:45 2000
10646 From: jasonatgcn at hotmail.com (Jason at GCN)
10647 Date: Sat Oct 23 23:00:58 2004
10648 Subject: [IRCServices] Could someone please help me on this?
10649 Message-ID: 20000630132545.52383.qmail@hotmail.com
10650
10651 I am adding a function to services that contains the function:
10652
10653 chan_adduser(u, chan)
10654
10655 But when I use that function and do an /operserv stats all it says that
10656 there are two channel records instead of one. I do not know why it does
10657 that could someone please help me on this?
10658 ________________________________________________________________________
10659 Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
10660
10661
10662 ---------------------------------------------------------------
10663 To unsubscribe, send email to majordomo@ender.shadowfire.org
10664 with "unsubscribe ircservices" in the body, without the quotes.
10665
10666
10667 From quension at softhome.net Fri Jun 30 18:12:30 2000
10668 From: quension at softhome.net (quension@softhome.net)
10669 Date: Sat Oct 23 23:00:58 2004
10670 Subject: [IRCServices] Could someone please help me on this?
10671 References: <20000630132545.52383.qmail@hotmail.com>
10672 Message-ID: 395D457D.EDFFF3F0@softhome.net
10673
10674 Jason at GCN wrote:
10675
10676 > I am adding a function to services that contains the function:
10677 >
10678 > chan_adduser(u, chan)
10679 >
10680 > But when I use that function and do an /operserv stats all it says that
10681 > there are two channel records instead of one. I do not know why it does
10682 > that could someone please help me on this?
10683
10684 This would be better posted to the ircservices-coding list; if you're on it
10685 let me know and I'll move.
10686 Try running in debug mode and see what's logged for channel creation. If
10687 you meant the user to be added to a current channel, the channel name you've
10688 got in chan is probably different. If you've compiled with DEBUG_COMMANDS,
10689 try '/msg operserv listchans' too.
10690
10691 -- Quension
10692
10693
10694
10695 ---------------------------------------------------------------
10696 To unsubscribe, send email to majordomo@ender.shadowfire.org
10697 with "unsubscribe ircservices" in the body, without the quotes.
10698
10699
10700 From chuck at featurecity.net Tue Jul 4 15:28:27 2000
10701 From: chuck at featurecity.net (Chuck Gorish)
10702 Date: Sat Oct 23 23:00:58 2004
10703 Subject: [IRCServices] problem running services
10704 Message-ID: 4.3.1.2.20000704182818.018b4cf0@mail.featurecity.net
10705
10706 Any suggestions would be appreciated. I keep getting a Segmentation Fault
10707 when I try to start the services. I am trying to set up with the following
10708 system configuration:
10709
10710 Cobalt RAQ2 machine with the following OS:
10711 Cobalt Linux release 4.0 (Fargo)
10712 Kernel 2.0.34C52_SK on a mips
10713 for ircd I am running DreamForge 4.6.7
10714 services version is 4.3.3
10715
10716 I made no modifications to the services source and was able to get a
10717 successful make first time. make install also worked with no errors.
10718
10719 Any ideas where I can look to correct this or will services not run under
10720 this configuration?
10721
10722
10723
10724 Chuck
10725
10726
10727
10728
10729 Chuck
10730
10731
10732 ---------------------------------------------------------------
10733 To unsubscribe, send email to majordomo@ender.shadowfire.org
10734 with "unsubscribe ircservices" in the body, without the quotes.
10735
10736
10737 From phantom at ns2.phantomnet.net Wed Jul 5 01:46:44 2000
10738 From: phantom at ns2.phantomnet.net (The Phantom)
10739 Date: Sat Oct 23 23:00:58 2004
10740 Subject: [IRCServices] problem running services
10741 Message-ID: 4.3.2.7.2.20000705044639.00af9400@pop3.freewwweb.com
10742
10743 At 18:28 07/04/2000 -0400, you wrote:
10744 >Any suggestions would be appreciated. I keep getting a Segmentation Fault
10745 >when I try to start the services. I am trying to set up with the following
10746 >system configuration:
10747 >
10748 >Cobalt RAQ2 machine with the following OS:
10749 >Cobalt Linux release 4.0 (Fargo)
10750 >Kernel 2.0.34C52_SK on a mips
10751 >for ircd I am running DreamForge 4.6.7
10752 >services version is 4.3.3
10753 >
10754 >I made no modifications to the services source and was able to get a
10755 >successful make first time. make install also worked with no errors.
10756 >
10757 >Any ideas where I can look to correct this or will services not run under
10758 >this configuration?
10759 >
10760 >
10761 >
10762 >Chuck
10763
10764 What is the error you get in the services log when you attempt to run
10765 it. And any other information would be helpful. Check the services log
10766 completely even though it should only have 1 to 3 lines per time you
10767 attempted to start services.
10768
10769 Also is this a new installation or was there a previous version of services
10770 on the system
10771
10772
10773 ---------------------------------------------------------------------------------------------------------------------------------
10774 Phantom
10775 PhantomNet IRC Networks
10776 Network Administrator
10777 Visit us at /server irc.phantomnet.net
10778
10779
10780 ---------------------------------------------------------------
10781 To unsubscribe, send email to majordomo@ender.shadowfire.org
10782 with "unsubscribe ircservices" in the body, without the quotes.
10783
10784
10785 From chuck at featurecity.net Wed Jul 5 02:48:49 2000
10786 From: chuck at featurecity.net (Chuck Gorish)
10787 Date: Sat Oct 23 23:00:58 2004
10788 Subject: [IRCServices] problem running services
10789 In-Reply-To: <4.3.2.7.2.20000705044639.00af9400@pop3.freewwweb.com>
10790 References: 4.3.2.7.2.20000705044639.00af9400@pop3.freewwweb.com
10791 Message-ID: 4.3.1.2.20000705054822.018ae100@mail.featurecity.net
10792
10793 it is a new installation.. first time running services.. the log is at 0 bytes
10794
10795 At 04:46 AM 7/5/00 -0400, you wrote:
10796 >At 18:28 07/04/2000 -0400, you wrote:
10797 >>Any suggestions would be appreciated. I keep getting a Segmentation Fault
10798 >>when I try to start the services. I am trying to set up with the
10799 >>following system configuration:
10800 >>
10801 >>Cobalt RAQ2 machine with the following OS:
10802 >>Cobalt Linux release 4.0 (Fargo)
10803 >>Kernel 2.0.34C52_SK on a mips
10804 >>for ircd I am running DreamForge 4.6.7
10805 >>services version is 4.3.3
10806 >>
10807 >>I made no modifications to the services source and was able to get a
10808 >>successful make first time. make install also worked with no errors.
10809 >>
10810 >>Any ideas where I can look to correct this or will services not run under
10811 >>this configuration?
10812 >>
10813 >>
10814 >>
10815 >>Chuck
10816 >
10817 >What is the error you get in the services log when you attempt to run
10818 >it. And any other information would be helpful. Check the services log
10819 >completely even though it should only have 1 to 3 lines per time you
10820 >attempted to start services.
10821 >
10822 >Also is this a new installation or was there a previous version of
10823 >services on the system
10824 >
10825 >
10826 >---------------------------------------------------------------------------------------------------------------------------------
10827 >Phantom
10828 >PhantomNet IRC Networks
10829 >Network Administrator
10830 >Visit us at /server irc.phantomnet.net
10831 >
10832 >
10833 >---------------------------------------------------------------
10834 >To unsubscribe, send email to majordomo@ender.shadowfire.org
10835 >with "unsubscribe ircservices" in the body, without the quotes.
10836
10837
10838
10839 Chuck
10840
10841
10842 ---------------------------------------------------------------
10843 To unsubscribe, send email to majordomo@ender.shadowfire.org
10844 with "unsubscribe ircservices" in the body, without the quotes.
10845
10846
10847 From adam at wiredrave.com Thu Jul 6 12:38:08 2000
10848 From: adam at wiredrave.com (Adam Fladwood)
10849 Date: Sat Oct 23 23:00:58 2004
10850 Subject: [IRCServices] Question about adding additional ACCESS LEVEL
10851 Message-ID: 019201bfe781$b6e19de0$0800000a@spyderdesign.com
10852
10853 Hi everyone,
10854
10855 I'm trying to figure out what I'm doing wrong with adding another level into
10856 chanserv for our halfops feature. I believe I have done everything
10857 correctly, because it works fine under FreeBSD 4.0, however seg faults under
10858 GNU/Debian Linux.
10859
10860 Any help would be greatly appreciated.
10861
10862 Adam
10863
10864
10865
10866 ---------------------------------------------------------------
10867 To unsubscribe, send email to majordomo@ender.shadowfire.org
10868 with "unsubscribe ircservices" in the body, without the quotes.
10869
10870
10871 From admin at mics.co.za Fri Jul 7 05:50:28 2000
10872 From: admin at mics.co.za (Mark Bojara)
10873 Date: Sat Oct 23 23:00:58 2004
10874 Subject: [IRCServices] Question about adding additional ACCESS LEVEL
10875 In-Reply-To: <019201bfe781$b6e19de0$0800000a@spyderdesign.com>
10876 References: 019201bfe781$b6e19de0$0800000a@spyderdesign.com
10877 Message-ID: 4.3.2.20000707144934.00a9cd40@opium.co.za
10878
10879 Hi Adam
10880
10881 I run IRCServices under Debian with no problems. It has to be a setup
10882 problem or a configuration error.
10883
10884 Regards
10885 Mark Bojara
10886 MICS Networking - 012-661-9999
10887 At 02:38 PM 7/6/00 -0500, you wrote:
10888 >Hi everyone,
10889 >
10890 >I'm trying to figure out what I'm doing wrong with adding another level into
10891 >chanserv for our halfops feature. I believe I have done everything
10892 >correctly, because it works fine under FreeBSD 4.0, however seg faults under
10893 >GNU/Debian Linux.
10894 >
10895 >Any help would be greatly appreciated.
10896 >
10897 >Adam
10898 >
10899 >
10900 >
10901 >---------------------------------------------------------------
10902 >To unsubscribe, send email to majordomo@ender.shadowfire.org
10903 >with "unsubscribe ircservices" in the body, without the quotes.
10904
10905
10906 ---------------------------------------------------------------
10907 To unsubscribe, send email to majordomo@ender.shadowfire.org
10908 with "unsubscribe ircservices" in the body, without the quotes.
10909
10910
10911 From scrm at scandal.org Sat Jul 8 03:36:36 2000
10912 From: scrm at scandal.org (Mehran Khalili)
10913 Date: Sat Oct 23 23:00:58 2004
10914 Subject: [IRCServices] Changes nicknames to GUESTxxxx instead of a /kill
10915 In-Reply-To: <20000630132545.52383.qmail@hotmail.com>
10916 References: 20000630132545.52383.qmail@hotmail.com
10917 Message-ID: GOEJIBOGNDMEHOBFJDMDIECOCFAA.scrm@scandal.org
10918
10919
10920 Hi,
10921
10922 My question is pretty simple. Several months ago, I configured services to
10923 change nicknames to 'guest-xxxx' instead of /killing them when they don't
10924 authenticate. Now the configuration got reset, and I forgot how I did this.
10925 I would be grateful if someone could quickly remind me of how to do this
10926 again.
10927
10928 (yes it did work fine with my IRCD)
10929
10930 cya
10931
10932 Mehran
10933
10934
10935 --------------
10936 Mehran Khalili
10937
10938 Nvision s.à r.l. - http://www.nvision.lu - mehran.khalili@nvision.lu
10939 Luxusbuerg a.s.b.l. - <A HREF="http://www.luxusbuerg.lu">http://www.luxusbuerg.lu</A> - scrm@irc.lu
10940
10941
10942 ---------------------------------------------------------------
10943 To unsubscribe, send email to majordomo@ender.shadowfire.org
10944 with "unsubscribe ircservices" in the body, without the quotes.
10945
10946
10947 From anarki at flamebait.org Sat Jul 8 07:48:00 2000
10948 From: anarki at flamebait.org (Scott Seufert)
10949 Date: Sat Oct 23 23:00:58 2004
10950 Subject: [IRCServices] Changes nicknames to GUESTxxxx instead of a /kill
10951 References: <GOEJIBOGNDMEHOBFJDMDIECOCFAA.scrm@scandal.org>
10952 Message-ID: 000b01bfe8eb$83ccd120$f83320d0@flamebait.org
10953
10954 It's a setting in the services.conf file (#NSForceNickChange)
10955
10956 Scott Seufert
10957 aka Anarki
10958 aka katsklaw
10959 Server Admin NoDoze.ShadowFire.Org
10960
10961 ----- Original Message -----
10962 From: Mehran Khalili <scrm@scandal.org>
10963 To: <ircservices@delirious.shadowfire.org>
10964 Sent: Saturday, July 08, 2000 6:36 AM
10965 Subject: [IRCServices] Changes nicknames to GUESTxxxx instead of a /kill
10966
10967
10968 >
10969 > Hi,
10970 >
10971 > My question is pretty simple. Several months ago, I configured services to
10972 > change nicknames to 'guest-xxxx' instead of /killing them when they don't
10973 > authenticate. Now the configuration got reset, and I forgot how I did
10974 this.
10975 > I would be grateful if someone could quickly remind me of how to do this
10976 > again.
10977 >
10978 > (yes it did work fine with my IRCD)
10979 >
10980 > cya
10981 >
10982 > Mehran
10983 >
10984 >
10985 > --------------
10986 > Mehran Khalili
10987 >
10988 > Nvision s.à r.l. - http://www.nvision.lu - mehran.khalili@nvision.lu
10989 > Luxusbuerg a.s.b.l. - <A HREF="http://www.luxusbuerg.lu">http://www.luxusbuerg.lu</A> - scrm@irc.lu
10990 >
10991 >
10992 > ---------------------------------------------------------------
10993 > To unsubscribe, send email to majordomo@ender.shadowfire.org
10994 > with "unsubscribe ircservices" in the body, without the quotes.
10995 >
10996 >
10997
10998
10999 ---------------------------------------------------------------
11000 To unsubscribe, send email to majordomo@ender.shadowfire.org
11001 with "unsubscribe ircservices" in the body, without the quotes.
11002
11003
11004 From cgknipe at mweb.co.za Fri Jul 7 19:45:42 2000
11005 From: cgknipe at mweb.co.za (Chris Knipe)
11006 Date: Sat Oct 23 23:00:58 2004
11007 Subject: [IRCServices] problem running services
11008 References: <4.3.1.2.20000705054822.018ae100@mail.featurecity.net>
11009 Message-ID: 000d01bfe8ec$16139050$0101a8c0@ntfarm.sunnyline.co.za
11010
11011 Hi...
11012
11013 I guess you checked the file permissions?
11014
11015 I'm just thinking now, wh services wont be writing to it's log file... Erm,
11016 check the services documentation, what happens when you try run it with the
11017 options to run services in console... Whether it's able to write to the log
11018 or not, won't matter, because u will still get output on the console and so
11019 forth.
11020
11021 Regards
11022 Chris Knipe
11023 Cell: (083) 430-8151
11024 Natural ability without education has more often attained to glory and
11025 virtue, than education without natural ability at all.
11026
11027
11028 ----- Original Message -----
11029 From: Chuck Gorish <chuck@featurecity.net>
11030 To: <ircservices@ender.shadowfire.org>
11031 Sent: 05 July 2000 11:48
11032 Subject: Re: [IRCServices] problem running services
11033
11034
11035 > it is a new installation.. first time running services.. the log is at 0
11036 bytes
11037 >
11038 > At 04:46 AM 7/5/00 -0400, you wrote:
11039 > >At 18:28 07/04/2000 -0400, you wrote:
11040 > >>Any suggestions would be appreciated. I keep getting a Segmentation
11041 Fault
11042 > >>when I try to start the services. I am trying to set up with the
11043 > >>following system configuration:
11044 > >>
11045 > >>Cobalt RAQ2 machine with the following OS:
11046 > >>Cobalt Linux release 4.0 (Fargo)
11047 > >>Kernel 2.0.34C52_SK on a mips
11048 > >>for ircd I am running DreamForge 4.6.7
11049 > >>services version is 4.3.3
11050 > >>
11051 > >>I made no modifications to the services source and was able to get a
11052 > >>successful make first time. make install also worked with no errors.
11053 > >>
11054 > >>Any ideas where I can look to correct this or will services not run
11055 under
11056 > >>this configuration?
11057 > >>
11058 > >>
11059 > >>
11060 > >>Chuck
11061 > >
11062 > >What is the error you get in the services log when you attempt to run
11063 > >it. And any other information would be helpful. Check the services log
11064 > >completely even though it should only have 1 to 3 lines per time you
11065 > >attempted to start services.
11066 > >
11067 > >Also is this a new installation or was there a previous version of
11068 > >services on the system
11069 > >
11070 > >
11071 >
11072 >---------------------------------------------------------------------------
11073 ------------------------------------------------------
11074 > >Phantom
11075 > >PhantomNet IRC Networks
11076 > >Network Administrator
11077 > >Visit us at /server irc.phantomnet.net
11078 > >
11079 > >
11080 > >---------------------------------------------------------------
11081 > >To unsubscribe, send email to majordomo@ender.shadowfire.org
11082 > >with "unsubscribe ircservices" in the body, without the quotes.
11083 >
11084 >
11085 >
11086 > Chuck
11087 >
11088 >
11089 > ---------------------------------------------------------------
11090 > To unsubscribe, send email to majordomo@ender.shadowfire.org
11091 > with "unsubscribe ircservices" in the body, without the quotes.
11092
11093
11094 ---------------------------------------------------------------
11095 To unsubscribe, send email to majordomo@ender.shadowfire.org
11096 with "unsubscribe ircservices" in the body, without the quotes.
11097
11098
11099 From adam at wiredrave.com Sat Jul 8 09:32:20 2000
11100 From: adam at wiredrave.com (Adam Fladwood)
11101 Date: Sat Oct 23 23:00:58 2004
11102 Subject: [IRCServices] Question about adding additional ACCESS LEVEL
11103 References: <4.3.2.20000707144934.00a9cd40@opium.co.za>
11104 Message-ID: 01a301bfe8fa$17b26ae0$0800000a@spyderdesign.com
11105
11106 I have an unmodified copy running under Debian right now... It's just that
11107 with the one that I modified:
11108
11109 services.h
11110 chanserv.c
11111
11112 And added access level 4 for half-ops it seg faults under Debian. It works
11113 if I start with new databases though. However on FreeBSD it works
11114 regardless of what databases I use.
11115
11116 Adam
11117
11118 ----- Original Message -----
11119 From: "Mark Bojara" <admin@mics.co.za>
11120 To: <ircservices@delirious.shadowfire.org>
11121 Sent: Friday, July 07, 2000 7:50 AM
11122 Subject: Re: [IRCServices] Question about adding additional ACCESS LEVEL
11123
11124
11125 > Hi Adam
11126 >
11127 > I run IRCServices under Debian with no problems. It has to be a setup
11128 > problem or a configuration error.
11129 >
11130 > Regards
11131 > Mark Bojara
11132 > MICS Networking - 012-661-9999
11133 > At 02:38 PM 7/6/00 -0500, you wrote:
11134 > >Hi everyone,
11135 > >
11136 > >I'm trying to figure out what I'm doing wrong with adding another level
11137 into
11138 > >chanserv for our halfops feature. I believe I have done everything
11139 > >correctly, because it works fine under FreeBSD 4.0, however seg faults
11140 under
11141 > >GNU/Debian Linux.
11142 > >
11143 > >Any help would be greatly appreciated.
11144 > >
11145 > >Adam
11146 > >
11147 > >
11148 > >
11149 > >---------------------------------------------------------------
11150 > >To unsubscribe, send email to majordomo@ender.shadowfire.org
11151 > >with "unsubscribe ircservices" in the body, without the quotes.
11152 >
11153 >
11154 > ---------------------------------------------------------------
11155 > To unsubscribe, send email to majordomo@ender.shadowfire.org
11156 > with "unsubscribe ircservices" in the body, without the quotes.
11157 >
11158
11159
11160 ---------------------------------------------------------------
11161 To unsubscribe, send email to majordomo@ender.shadowfire.org
11162 with "unsubscribe ircservices" in the body, without the quotes.
11163
11164
11165 From chuck at featurecity.net Sat Jul 8 09:34:10 2000
11166 From: chuck at featurecity.net (Chuck)
11167 Date: Sat Oct 23 23:00:58 2004
11168 Subject: [IRCServices] problem running services
11169 Message-ID: 000f01bfe8fa$6bcda310$0200000a@server.paragoncommunications.com
11170
11171 one more thing which may cause the problem too.. I did change the version of
11172 ircd to reflect the private changes i made in the system.. no operational
11173 changes , just text to the user changes, then i changed the version.. wonder
11174 if that has anything to do with it? does services request a version report
11175 from ircd?
11176 or just blindly accept what i choose in configuration?
11177
11178 -----Original Message-----
11179 From: Chris Knipe <cgknipe@mweb.co.za>
11180 To: ircservices@ender.shadowfire.org <ircservices@ender.shadowfire.org>
11181 Date: Saturday, July 08, 2000 11:08 AM
11182 Subject: Re: [IRCServices] problem running services
11183
11184
11185 >Hi...
11186 >
11187 >I guess you checked the file permissions?
11188 >
11189 >I'm just thinking now, wh services wont be writing to it's log file...
11190 Erm,
11191 >check the services documentation, what happens when you try run it with the
11192 >options to run services in console... Whether it's able to write to the
11193 log
11194 >or not, won't matter, because u will still get output on the console and so
11195 >forth.
11196 >
11197 >Regards
11198 >Chris Knipe
11199 >Cell: (083) 430-8151
11200 >Natural ability without education has more often attained to glory and
11201 >virtue, than education without natural ability at all.
11202 >
11203 >
11204 >----- Original Message -----
11205 >From: Chuck Gorish <chuck@featurecity.net>
11206 >To: <ircservices@ender.shadowfire.org>
11207 >Sent: 05 July 2000 11:48
11208 >Subject: Re: [IRCServices] problem running services
11209 >
11210 >
11211 >> it is a new installation.. first time running services.. the log is at 0
11212 >bytes
11213 >>
11214 >> At 04:46 AM 7/5/00 -0400, you wrote:
11215 >> >At 18:28 07/04/2000 -0400, you wrote:
11216 >> >>Any suggestions would be appreciated. I keep getting a Segmentation
11217 >Fault
11218 >> >>when I try to start the services. I am trying to set up with the
11219 >> >>following system configuration:
11220 >> >>
11221 >> >>Cobalt RAQ2 machine with the following OS:
11222 >> >>Cobalt Linux release 4.0 (Fargo)
11223 >> >>Kernel 2.0.34C52_SK on a mips
11224 >> >>for ircd I am running DreamForge 4.6.7
11225 >> >>services version is 4.3.3
11226 >> >>
11227 >> >>I made no modifications to the services source and was able to get a
11228 >> >>successful make first time. make install also worked with no errors.
11229 >> >>
11230 >> >>Any ideas where I can look to correct this or will services not run
11231 >under
11232 >> >>this configuration?
11233 >> >>
11234 >> >>
11235 >> >>
11236 >> >>Chuck
11237 >> >
11238 >> >What is the error you get in the services log when you attempt to run
11239 >> >it. And any other information would be helpful. Check the services log
11240 >> >completely even though it should only have 1 to 3 lines per time you
11241 >> >attempted to start services.
11242 >> >
11243 >> >Also is this a new installation or was there a previous version of
11244 >> >services on the system
11245 >> >
11246 >> >
11247 >>
11248 >>--------------------------------------------------------------------------
11249 -
11250 >------------------------------------------------------
11251 >> >Phantom
11252 >> >PhantomNet IRC Networks
11253 >> >Network Administrator
11254 >> >Visit us at /server irc.phantomnet.net
11255 >> >
11256 >> >
11257 >> >---------------------------------------------------------------
11258 >> >To unsubscribe, send email to majordomo@ender.shadowfire.org
11259 >> >with "unsubscribe ircservices" in the body, without the quotes.
11260 >>
11261 >>
11262 >>
11263 >> Chuck
11264 >>
11265 >>
11266 >> ---------------------------------------------------------------
11267 >> To unsubscribe, send email to majordomo@ender.shadowfire.org
11268 >> with "unsubscribe ircservices" in the body, without the quotes.
11269 >
11270 >
11271 >---------------------------------------------------------------
11272 >To unsubscribe, send email to majordomo@ender.shadowfire.org
11273 >with "unsubscribe ircservices" in the body, without the quotes.
11274
11275
11276 ---------------------------------------------------------------
11277 To unsubscribe, send email to majordomo@ender.shadowfire.org
11278 with "unsubscribe ircservices" in the body, without the quotes.
11279
11280
11281 From cgknipe at mweb.co.za Sat Jul 8 12:45:00 2000
11282 From: cgknipe at mweb.co.za (Chris Knipe)
11283 Date: Sat Oct 23 23:00:58 2004
11284 Subject: [IRCServices] problem running services
11285 References: <000f01bfe8fa$6bcda310$0200000a@server.paragoncommunications.com>
11286 Message-ID: 000101bfe988$33ef5450$0101a8c0@ntfarm.sunnyline.co.za
11287
11288 Hi...
11289
11290 If you changed the version in the ircservices code, and did not do that
11291 right, I believe this can very well be your problem - I did however not
11292 verify this. It should still in such a case however, still complain about
11293 it the log files, which bring me back to file permissions. Run services in
11294 console mode and see what happens.
11295
11296 Regards
11297 Chris Knipe
11298 Cell: (083) 430-8151
11299 Natural ability without education has more often attained to glory and
11300 virtue, than education without natural ability at all.
11301
11302
11303 ----- Original Message -----
11304 From: Chuck <chuck@featurecity.net>
11305 To: <ircservices@ender.shadowfire.org>
11306 Sent: 08 July 2000 06:34
11307 Subject: Re: [IRCServices] problem running services
11308
11309
11310 > one more thing which may cause the problem too.. I did change the version
11311 of
11312 > ircd to reflect the private changes i made in the system.. no operational
11313 > changes , just text to the user changes, then i changed the version..
11314 wonder
11315 > if that has anything to do with it? does services request a version report
11316 > from ircd?
11317 > or just blindly accept what i choose in configuration?
11318 >
11319 > -----Original Message-----
11320 > From: Chris Knipe <cgknipe@mweb.co.za>
11321 > To: ircservices@ender.shadowfire.org <ircservices@ender.shadowfire.org>
11322 > Date: Saturday, July 08, 2000 11:08 AM
11323 > Subject: Re: [IRCServices] problem running services
11324 >
11325 >
11326 > >Hi...
11327 > >
11328 > >I guess you checked the file permissions?
11329 > >
11330 > >I'm just thinking now, wh services wont be writing to it's log file...
11331 > Erm,
11332 > >check the services documentation, what happens when you try run it with
11333 the
11334 > >options to run services in console... Whether it's able to write to the
11335 > log
11336 > >or not, won't matter, because u will still get output on the console and
11337 so
11338 > >forth.
11339 > >
11340 > >Regards
11341 > >Chris Knipe
11342 > >Cell: (083) 430-8151
11343 > >Natural ability without education has more often attained to glory and
11344 > >virtue, than education without natural ability at all.
11345 > >
11346 > >
11347 > >----- Original Message -----
11348 > >From: Chuck Gorish <chuck@featurecity.net>
11349 > >To: <ircservices@ender.shadowfire.org>
11350 > >Sent: 05 July 2000 11:48
11351 > >Subject: Re: [IRCServices] problem running services
11352 > >
11353 > >
11354 > >> it is a new installation.. first time running services.. the log is at
11355 0
11356 > >bytes
11357 > >>
11358 > >> At 04:46 AM 7/5/00 -0400, you wrote:
11359 > >> >At 18:28 07/04/2000 -0400, you wrote:
11360 > >> >>Any suggestions would be appreciated. I keep getting a Segmentation
11361 > >Fault
11362 > >> >>when I try to start the services. I am trying to set up with the
11363 > >> >>following system configuration:
11364 > >> >>
11365 > >> >>Cobalt RAQ2 machine with the following OS:
11366 > >> >>Cobalt Linux release 4.0 (Fargo)
11367 > >> >>Kernel 2.0.34C52_SK on a mips
11368 > >> >>for ircd I am running DreamForge 4.6.7
11369 > >> >>services version is 4.3.3
11370 > >> >>
11371 > >> >>I made no modifications to the services source and was able to get a
11372 > >> >>successful make first time. make install also worked with no errors.
11373 > >> >>
11374 > >> >>Any ideas where I can look to correct this or will services not run
11375 > >under
11376 > >> >>this configuration?
11377 > >> >>
11378 > >> >>
11379 > >> >>
11380 > >> >>Chuck
11381 > >> >
11382 > >> >What is the error you get in the services log when you attempt to run
11383 > >> >it. And any other information would be helpful. Check the services
11384 log
11385 > >> >completely even though it should only have 1 to 3 lines per time you
11386 > >> >attempted to start services.
11387 > >> >
11388 > >> >Also is this a new installation or was there a previous version of
11389 > >> >services on the system
11390 > >> >
11391 > >> >
11392 > >>
11393 >
11394 >>--------------------------------------------------------------------------
11395 > -
11396 > >------------------------------------------------------
11397 > >> >Phantom
11398 > >> >PhantomNet IRC Networks
11399 > >> >Network Administrator
11400 > >> >Visit us at /server irc.phantomnet.net
11401 > >> >
11402 > >> >
11403 > >> >---------------------------------------------------------------
11404 > >> >To unsubscribe, send email to majordomo@ender.shadowfire.org
11405 > >> >with "unsubscribe ircservices" in the body, without the quotes.
11406 > >>
11407 > >>
11408 > >>
11409 > >> Chuck
11410 > >>
11411 > >>
11412 > >> ---------------------------------------------------------------
11413 > >> To unsubscribe, send email to majordomo@ender.shadowfire.org
11414 > >> with "unsubscribe ircservices" in the body, without the quotes.
11415 > >
11416 > >
11417 > >---------------------------------------------------------------
11418 > >To unsubscribe, send email to majordomo@ender.shadowfire.org
11419 > >with "unsubscribe ircservices" in the body, without the quotes.
11420 >
11421 >
11422 > ---------------------------------------------------------------
11423 > To unsubscribe, send email to majordomo@ender.shadowfire.org
11424 > with "unsubscribe ircservices" in the body, without the quotes.
11425
11426
11427
11428
11429 ---------------------------------------------------------------
11430 To unsubscribe, send email to majordomo@ender.shadowfire.org
11431 with "unsubscribe ircservices" in the body, without the quotes.
11432
11433
11434 From andrewk at icon.co.za Sun Jul 9 12:05:09 2000
11435 From: andrewk at icon.co.za (Andrew Kempe)
11436 Date: Sat Oct 23 23:00:58 2004
11437 Subject: [IRCServices] Question about adding additional ACCESS LEVEL
11438 In-Reply-To: <01a301bfe8fa$17b26ae0$0800000a@spyderdesign.com>
11439 References: 01a301bfe8fa$17b26ae0$0800000a@spyderdesign.com
11440 Message-ID: NCBBIPDDJGGDOCPMKPKPIEBADGAA.andrewk@icon.co.za
11441
11442
11443
11444
11445
11446
11447
11448
11449
11450 please move this discussion to the coding mailing list:
11451
11452 to subscribe, email:
11453
11454 majordomo@delirious.shadowfire.org
11455
11456 with the following in the BODY of the email:
11457
11458 subscribe ircservices-coding
11459
11460 To post to the list, email:
11461
11462 ircservices-coding@delirious.shadowfire.org
11463
11464 Thanks, Andrew
11465
11466 > -----Original Message-----
11467 > From: owner-ircservices@delirious.shadowfire.org
11468 > [mailto:owner-ircservices@delirious.shadowfire.org]On Behalf Of Adam
11469 > Fladwood
11470 > Sent: 08 July 2000 18:32
11471 > To: ircservices@delirious.shadowfire.org
11472 > Subject: Re: [IRCServices] Question about adding additional ACCESS LEVEL
11473 >
11474 >
11475 > I have an unmodified copy running under Debian right now... It's just that
11476 > with the one that I modified:
11477 >
11478 > services.h
11479 > chanserv.c
11480 >
11481 > And added access level 4 for half-ops it seg faults under Debian.
11482 > It works
11483 > if I start with new databases though. However on FreeBSD it works
11484 > regardless of what databases I use.
11485 >
11486 > Adam
11487 >
11488 > ----- Original Message -----
11489 > From: "Mark Bojara" <admin@mics.co.za>
11490 > To: <ircservices@delirious.shadowfire.org>
11491 > Sent: Friday, July 07, 2000 7:50 AM
11492 > Subject: Re: [IRCServices] Question about adding additional ACCESS LEVEL
11493 >
11494 >
11495 > > Hi Adam
11496 > >
11497 > > I run IRCServices under Debian with no problems. It has to be a setup
11498 > > problem or a configuration error.
11499 > >
11500 > > Regards
11501 > > Mark Bojara
11502 > > MICS Networking - 012-661-9999
11503 > > At 02:38 PM 7/6/00 -0500, you wrote:
11504 > > >Hi everyone,
11505 > > >
11506 > > >I'm trying to figure out what I'm doing wrong with adding another level
11507 > into
11508 > > >chanserv for our halfops feature. I believe I have done everything
11509 > > >correctly, because it works fine under FreeBSD 4.0, however seg faults
11510 > under
11511 > > >GNU/Debian Linux.
11512 > > >
11513 > > >Any help would be greatly appreciated.
11514 > > >
11515 > > >Adam
11516 > > >
11517 > > >
11518 > > >
11519 > > >---------------------------------------------------------------
11520 > > >To unsubscribe, send email to majordomo@ender.shadowfire.org
11521 > > >with "unsubscribe ircservices" in the body, without the quotes.
11522 > >
11523 > >
11524 > > ---------------------------------------------------------------
11525 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
11526 > > with "unsubscribe ircservices" in the body, without the quotes.
11527 > >
11528 >
11529 >
11530 > ---------------------------------------------------------------
11531 > To unsubscribe, send email to majordomo@ender.shadowfire.org
11532 > with "unsubscribe ircservices" in the body, without the quotes.
11533 >
11534
11535
11536 ---------------------------------------------------------------
11537 To unsubscribe, send email to majordomo@ender.shadowfire.org
11538 with "unsubscribe ircservices" in the body, without the quotes.
11539
11540
11541 From andrewk at icon.co.za Sun Jul 16 03:29:19 2000
11542 From: andrewk at icon.co.za (Andrew Kempe)
11543 Date: Sat Oct 23 23:00:58 2004
11544 Subject: [IRCServices] ircservices-4.4.5 [stable-beta] released
11545 Message-ID: NCBBIPDDJGGDOCPMKPKPCEEFDGAA.andrewk@icon.co.za
11546
11547 Version 4.4.5 of IRC Services has been released. This is simply a bug fix
11548 release but it is highly recommended that you upgrade to it if you're
11549 running any 4.4.x version. Version 4.3.3 is still the recognised stable
11550 version but 4.4.5 is just as stable, if not more so. The only drawback is
11551 that you have to upgrade your databases, making a return to 4.3.3
11552 impossible.
11553
11554 Development of version 4.5 is well underway - expect some really cool
11555 features.
11556
11557 Version 4.4
11558 -----------
11559 2000/07/16 .5 Fixed a cosmetic bug in OperServ's help.
11560 Reported by Paul R. Edelkamp, Jr.
11561 <pedelkamp@LoveShack.org>
11562 Fixed a notable bug with nick suspension expiries.
11563
11564 You can download this version from the usual places:
11565 ftp://ender.shadowfire.org/pub/ircservices/beta/ (South Africa)
11566
11567 Mirrors (these will only have the upgrade within the next 12 hours):
11568 <A HREF="ftp://ftp.electrocity.com/pub/ircservices/beta/">ftp://ftp.electrocity.com/pub/ircservices/beta/</A> (South Africa)
11569 <A HREF="ftp://baboon.cat.pdx.edu/pub/ircservices/beta/">ftp://baboon.cat.pdx.edu/pub/ircservices/beta/</A> (USA)
11570
11571 Regards, Andrew
11572
11573
11574 ---------------------------------------------------------------
11575 To unsubscribe, send email to majordomo@ender.shadowfire.org
11576 with "unsubscribe ircservices" in the body, without the quotes.
11577
11578
11579 From vegetap at mediaone.net Sat Jul 15 23:16:06 2000
11580 From: vegetap at mediaone.net (Vegeta)
11581 Date: Sat Oct 23 23:00:58 2004
11582 Subject: [IRCServices] akick question
11583 Message-ID: 000801bfeeed$5419cca0$50a89318@ne.mediaone.net
11584
11585
11586 Hiya ^^;;
11587
11588 Someone keeps using a akick bug to crash my irc services, can someone please tell me what hes doing, so I can disable it. I have my services modified and it would be a pain in the butt to upgrade them since I can no longer access the account.
11589
11590 thanks Vegeta
11591 From jasonatgcn at hotmail.com Sun Jul 16 07:43:45 2000
11592 From: jasonatgcn at hotmail.com (Jason at GCN)
11593 Date: Sat Oct 23 23:00:58 2004
11594 Subject: [IRCServices] About new Version...
11595 Message-ID: 20000716144345.2870.qmail@hotmail.com
11596
11597 I noticed in your to think about section you said that a possible feature
11598 would be to implement an e-mail server into services. Would this include
11599 e-mail accounts under services for every registered nick?
11600 ________________________________________________________________________
11601 Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
11602
11603
11604 ---------------------------------------------------------------
11605 To unsubscribe, send email to majordomo@ender.shadowfire.org
11606 with "unsubscribe ircservices" in the body, without the quotes.
11607
11608
11609 From quension at softhome.net Sun Jul 16 14:23:35 2000
11610 From: quension at softhome.net (quension@softhome.net)
11611 Date: Sat Oct 23 23:00:58 2004
11612 Subject: [IRCServices] akick question
11613 References: <000801bfeeed$5419cca0$50a89318@ne.mediaone.net>
11614 Message-ID: 397227D6.3AE4B588@softhome.net
11615
11616 Vegeta wrote:
11617
11618 > Hiya ^^;; Someone keeps using a akick bug to crash my irc
11619 > services, can someone please tell me what hes doing, so I can disable
11620 > it. I have my services modified and it would be a pain in the butt to
11621 > upgrade them since I can no longer access the account.
11622
11623 It would be incredibly helpful to have some details. For example, what
11624 version of services you're using, what modifications you made (note: if
11625 you modify software, it's pretty hard to expect support from someone
11626 other than yourself anyway :), what the buffer is on panic, a tail of
11627 the logfile in debug mode...
11628
11629 -- Quension
11630
11631
11632
11633 ---------------------------------------------------------------
11634 To unsubscribe, send email to majordomo@ender.shadowfire.org
11635 with "unsubscribe ircservices" in the body, without the quotes.
11636
11637
11638 From scrm at scandal.org Sun Jul 16 23:08:11 2000
11639 From: scrm at scandal.org (Mehran Khalili)
11640 Date: Sat Oct 23 23:00:58 2004
11641 Subject: [IRCServices] Changes nicknames to GUESTxxxx instead of a /kill
11642 In-Reply-To: <000b01bfe8eb$83ccd120$f83320d0@flamebait.org>
11643 References: 000b01bfe8eb$83ccd120$f83320d0@flamebait.org
11644 Message-ID: GOEJIBOGNDMEHOBFJDMDGEEHCFAA.scrm@scandal.org
11645
11646 Thank you. I require one other little piece of information - what is the
11647 setting to set the nick before the <number>. (e.g. 'Guest') to which
11648 services changes nicknames that don't identify? I'm sure it's also in the
11649 services.conf.
11650
11651 -Mehran
11652
11653 --------------
11654 Mehran Khalili
11655
11656 Nvision s.à r.l. - http://www.nvision.lu - mehran.khalili@nvision.lu
11657 Luxusbuerg a.s.b.l. - <A HREF="http://www.luxusbuerg.lu">http://www.luxusbuerg.lu</A> - scrm@irc.lu
11658
11659
11660 > -----Original Message-----
11661 > From: owner-ircservices@delirious.shadowfire.org
11662 > [<A HREF="mailto:owner-ircservices@delirious.shadowfire.org]On">mailto:owner-ircservices@delirious.shadowfire.org]On</A> Behalf Of Scott
11663 > Seufert
11664 > Sent: Saturday, July 08, 2000 16:48
11665 > To: ircservices@delirious.shadowfire.org
11666 > Subject: Re: [IRCServices] Changes nicknames to GUESTxxxx instead of a
11667 > /kill
11668 >
11669 >
11670 > It's a setting in the services.conf file (#NSForceNickChange)
11671 >
11672 > Scott Seufert
11673 > aka Anarki
11674 > aka katsklaw
11675 > Server Admin NoDoze.ShadowFire.Org
11676 >
11677 > ----- Original Message -----
11678 > From: Mehran Khalili <scrm@scandal.org>
11679 > To: <ircservices@delirious.shadowfire.org>
11680 > Sent: Saturday, July 08, 2000 6:36 AM
11681 > Subject: [IRCServices] Changes nicknames to GUESTxxxx instead of a /kill
11682 >
11683 >
11684 > >
11685 > > Hi,
11686 > >
11687 > > My question is pretty simple. Several months ago, I configured
11688 > services to
11689 > > change nicknames to 'guest-xxxx' instead of /killing them when
11690 > they don't
11691 > > authenticate. Now the configuration got reset, and I forgot how I did
11692 > this.
11693 > > I would be grateful if someone could quickly remind me of how to do this
11694 > > again.
11695 > >
11696 > > (yes it did work fine with my IRCD)
11697 > >
11698 > > cya
11699 > >
11700 > > Mehran
11701 > >
11702 > >
11703 > > --------------
11704 > > Mehran Khalili
11705 > >
11706 > > Nvision s.à r.l. - <A HREF="http://www.nvision.lu">http://www.nvision.lu</A> - mehran.khalili@nvision.lu
11707 > > Luxusbuerg a.s.b.l. - <A HREF="http://www.luxusbuerg.lu">http://www.luxusbuerg.lu</A> - scrm@irc.lu
11708 > >
11709 > >
11710 > > ---------------------------------------------------------------
11711 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
11712 > > with "unsubscribe ircservices" in the body, without the quotes.
11713 > >
11714 > >
11715 >
11716 >
11717 > ---------------------------------------------------------------
11718 > To unsubscribe, send email to majordomo@ender.shadowfire.org
11719 > with "unsubscribe ircservices" in the body, without the quotes.
11720 >
11721
11722
11723 ---------------------------------------------------------------
11724 To unsubscribe, send email to majordomo@ender.shadowfire.org
11725 with "unsubscribe ircservices" in the body, without the quotes.
11726
11727
11728 From andrewk at icon.co.za Mon Jul 17 04:33:54 2000
11729 From: andrewk at icon.co.za (Andrew Kempe)
11730 Date: Sat Oct 23 23:00:59 2004
11731 Subject: [IRCServices] About new Version...
11732 References: <20000716144345.2870.qmail@hotmail.com>
11733 Message-ID: 006001bfefe2$e43921a0$9c011ac4@shadow
11734
11735 I've not really looked at this much for a while. What you're talking about
11736 would not be build into services. Services would simply use the EMAIL field
11737 of nicknames to email passwords to. If you wanted to make aliases for every
11738 nickname, then you'd have to do it manually. There are issues with this
11739 because the letters used in nicknames are not always valid email aliases.
11740
11741 Andrew
11742
11743 ----- Original Message -----
11744 From: "Jason at GCN" <jasonatgcn@hotmail.com>
11745 To: <ircservices@delirious.shadowfire.org>
11746 Sent: Sunday, July 16, 2000 4:43 PM
11747 Subject: [IRCServices] About new Version...
11748
11749
11750 > I noticed in your to think about section you said that a possible feature
11751 > would be to implement an e-mail server into services. Would this include
11752 > e-mail accounts under services for every registered nick?
11753 > ________________________________________________________________________
11754 > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
11755 >
11756 >
11757 > ---------------------------------------------------------------
11758 > To unsubscribe, send email to majordomo@ender.shadowfire.org
11759 > with "unsubscribe ircservices" in the body, without the quotes.
11760 >
11761
11762
11763 ---------------------------------------------------------------
11764 To unsubscribe, send email to majordomo@ender.shadowfire.org
11765 with "unsubscribe ircservices" in the body, without the quotes.
11766
11767
11768 From andrewk at icon.co.za Mon Jul 17 04:34:22 2000
11769 From: andrewk at icon.co.za (Andrew Kempe)
11770 Date: Sat Oct 23 23:00:59 2004
11771 Subject: [IRCServices] akick question
11772 References: <000801bfeeed$5419cca0$50a89318@ne.mediaone.net>
11773 Message-ID: 007c01bfefe2$f3fe4d40$9c011ac4@shadow
11774
11775
11776 What version of IRC Services are you using?
11777
11778 Andrew
11779 ----- Original Message -----
11780 From: Vegeta
11781 To: ircservices@delirious.shadowfire.org
11782 Sent: Sunday, July 16, 2000 8:16 AM
11783 Subject: [IRCServices] akick question
11784
11785
11786 Hiya ^^;;
11787
11788 Someone keeps using a akick bug to crash my irc services, can someone please tell me what hes doing, so I can disable it. I have my services modified and it would be a pain in the butt to upgrade them since I can no longer access the account.
11789
11790 thanks Vegeta
11791 From andrewk at icon.co.za Mon Jul 17 04:32:13 2000
11792 From: andrewk at icon.co.za (Andrew Kempe)
11793 Date: Sat Oct 23 23:00:59 2004
11794 Subject: [IRCServices] Changes nicknames to GUESTxxxx instead of a /kill
11795 References: <GOEJIBOGNDMEHOBFJDMDGEEHCFAA.scrm@scandal.org>
11796 Message-ID: 002801bfefe2$a74f1b50$9c011ac4@shadow
11797
11798 Maybe if you read the config you'd find it? Or is that asking a little too
11799 much? *shrug*
11800
11801 Andrew
11802
11803 ----- Original Message -----
11804 From: "Mehran Khalili" <scrm@scandal.org>
11805 To: <ircservices@delirious.shadowfire.org>
11806 Sent: Monday, July 17, 2000 8:08 AM
11807 Subject: RE: [IRCServices] Changes nicknames to GUESTxxxx instead of a /kill
11808
11809
11810 > Thank you. I require one other little piece of information - what is the
11811 > setting to set the nick before the <number>. (e.g. 'Guest') to which
11812 > services changes nicknames that don't identify? I'm sure it's also in the
11813 > services.conf.
11814 >
11815 > -Mehran
11816 >
11817 > --------------
11818 > Mehran Khalili
11819 >
11820 > Nvision s.à r.l. - http://www.nvision.lu - mehran.khalili@nvision.lu
11821 > Luxusbuerg a.s.b.l. - <A HREF="http://www.luxusbuerg.lu">http://www.luxusbuerg.lu</A> - scrm@irc.lu
11822 >
11823 >
11824 > > -----Original Message-----
11825 > > From: owner-ircservices@delirious.shadowfire.org
11826 > > [<A HREF="mailto:owner-ircservices@delirious.shadowfire.org]On">mailto:owner-ircservices@delirious.shadowfire.org]On</A> Behalf Of Scott
11827 > > Seufert
11828 > > Sent: Saturday, July 08, 2000 16:48
11829 > > To: ircservices@delirious.shadowfire.org
11830 > > Subject: Re: [IRCServices] Changes nicknames to GUESTxxxx instead of a
11831 > > /kill
11832 > >
11833 > >
11834 > > It's a setting in the services.conf file (#NSForceNickChange)
11835 > >
11836 > > Scott Seufert
11837 > > aka Anarki
11838 > > aka katsklaw
11839 > > Server Admin NoDoze.ShadowFire.Org
11840 > >
11841 > > ----- Original Message -----
11842 > > From: Mehran Khalili <scrm@scandal.org>
11843 > > To: <ircservices@delirious.shadowfire.org>
11844 > > Sent: Saturday, July 08, 2000 6:36 AM
11845 > > Subject: [IRCServices] Changes nicknames to GUESTxxxx instead of a /kill
11846 > >
11847 > >
11848 > > >
11849 > > > Hi,
11850 > > >
11851 > > > My question is pretty simple. Several months ago, I configured
11852 > > services to
11853 > > > change nicknames to 'guest-xxxx' instead of /killing them when
11854 > > they don't
11855 > > > authenticate. Now the configuration got reset, and I forgot how I did
11856 > > this.
11857 > > > I would be grateful if someone could quickly remind me of how to do
11858 this
11859 > > > again.
11860 > > >
11861 > > > (yes it did work fine with my IRCD)
11862 > > >
11863 > > > cya
11864 > > >
11865 > > > Mehran
11866 > > >
11867 > > >
11868 > > > --------------
11869 > > > Mehran Khalili
11870 > > >
11871 > > > Nvision s.à r.l. - <A HREF="http://www.nvision.lu">http://www.nvision.lu</A> - mehran.khalili@nvision.lu
11872 > > > Luxusbuerg a.s.b.l. - <A HREF="http://www.luxusbuerg.lu">http://www.luxusbuerg.lu</A> - scrm@irc.lu
11873 > > >
11874 > > >
11875 > > > ---------------------------------------------------------------
11876 > > > To unsubscribe, send email to majordomo@ender.shadowfire.org
11877 > > > with "unsubscribe ircservices" in the body, without the quotes.
11878 > > >
11879 > > >
11880 > >
11881 > >
11882 > > ---------------------------------------------------------------
11883 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
11884 > > with "unsubscribe ircservices" in the body, without the quotes.
11885 > >
11886 >
11887 >
11888 > ---------------------------------------------------------------
11889 > To unsubscribe, send email to majordomo@ender.shadowfire.org
11890 > with "unsubscribe ircservices" in the body, without the quotes.
11891 >
11892
11893
11894 ---------------------------------------------------------------
11895 To unsubscribe, send email to majordomo@ender.shadowfire.org
11896 with "unsubscribe ircservices" in the body, without the quotes.
11897
11898
11899 From frostbyghte at stratics.com Mon Jul 17 04:48:01 2000
11900 From: frostbyghte at stratics.com (Randy Snow)
11901 Date: Sat Oct 23 23:00:59 2004
11902 Subject: [IRCServices] About new Version...
11903 In-Reply-To: <006001bfefe2$e43921a0$9c011ac4@shadow>
11904 References: 006001bfefe2$e43921a0$9c011ac4@shadow
11905 Message-ID: KOECIOCHHBHLAPFLOBANCEKCCCAA.frostbyghte@stratics.com
11906
11907 You could do two things with this, use it to send passwords that users
11908 forget, and take Memoserv to an entirely new level by allowing a send only
11909 function. If someone is using sendmail, I'm pretty sure there would be
11910 little to no code involved with shelling out to sendmail and firing off an
11911 email. :) I'm not a programmer, but I have seen several scripts that do it,
11912 and it's usually as simple as issuing a sendmail command with the proper
11913 parms.
11914
11915 - Randy Snow -
11916 irc.stratics.com
11917
11918 -----Original Message-----
11919 From: owner-ircservices@delirious.shadowfire.org
11920 [mailto:owner-ircservices@delirious.shadowfire.org]On Behalf Of Andrew
11921 Kempe
11922 Sent: Monday, July 17, 2000 6:34 AM
11923 To: ircservices@delirious.shadowfire.org
11924 Subject: Re: [IRCServices] About new Version...
11925
11926
11927 I've not really looked at this much for a while. What you're talking about
11928 would not be build into services. Services would simply use the EMAIL field
11929 of nicknames to email passwords to. If you wanted to make aliases for every
11930 nickname, then you'd have to do it manually. There are issues with this
11931 because the letters used in nicknames are not always valid email aliases.
11932
11933 Andrew
11934
11935 ----- Original Message -----
11936 From: "Jason at GCN" <jasonatgcn@hotmail.com>
11937 To: <ircservices@delirious.shadowfire.org>
11938 Sent: Sunday, July 16, 2000 4:43 PM
11939 Subject: [IRCServices] About new Version...
11940
11941
11942 > I noticed in your to think about section you said that a possible feature
11943 > would be to implement an e-mail server into services. Would this include
11944 > e-mail accounts under services for every registered nick?
11945 > ________________________________________________________________________
11946 > Get Your Private, Free E-mail from MSN Hotmail at <A HREF="http://www.hotmail.com">http://www.hotmail.com</A>
11947 >
11948 >
11949 > ---------------------------------------------------------------
11950 > To unsubscribe, send email to majordomo@ender.shadowfire.org
11951 > with "unsubscribe ircservices" in the body, without the quotes.
11952 >
11953
11954
11955 ---------------------------------------------------------------
11956 To unsubscribe, send email to majordomo@ender.shadowfire.org
11957 with "unsubscribe ircservices" in the body, without the quotes.
11958
11959
11960 ---------------------------------------------------------------
11961 To unsubscribe, send email to majordomo@ender.shadowfire.org
11962 with "unsubscribe ircservices" in the body, without the quotes.
11963
11964
11965 From andrewk at icon.co.za Mon Jul 17 05:27:50 2000
11966 From: andrewk at icon.co.za (Andrew Kempe)
11967 Date: Sat Oct 23 23:00:59 2004
11968 Subject: [IRCServices] About new Version...
11969 References: <KOECIOCHHBHLAPFLOBANCEKCCCAA.frostbyghte@stratics.com>
11970 Message-ID: 00ec01bfefea$6c4a7d30$9c011ac4@shadow
11971
11972 You're right, forwarding memos to email addresses would be very simple.
11973
11974 Andrew
11975
11976 ----- Original Message -----
11977 From: "Randy Snow" <frostbyghte@stratics.com>
11978 To: <ircservices@delirious.shadowfire.org>
11979 Sent: Monday, July 17, 2000 1:48 PM
11980 Subject: RE: [IRCServices] About new Version...
11981
11982
11983 > You could do two things with this, use it to send passwords that users
11984 > forget, and take Memoserv to an entirely new level by allowing a send only
11985 > function. If someone is using sendmail, I'm pretty sure there would be
11986 > little to no code involved with shelling out to sendmail and firing off an
11987 > email. :) I'm not a programmer, but I have seen several scripts that do
11988 it,
11989 > and it's usually as simple as issuing a sendmail command with the proper
11990 > parms.
11991 >
11992 > - Randy Snow -
11993 > irc.stratics.com
11994 >
11995 > -----Original Message-----
11996 > From: owner-ircservices@delirious.shadowfire.org
11997 > [mailto:owner-ircservices@delirious.shadowfire.org]On Behalf Of Andrew
11998 > Kempe
11999 > Sent: Monday, July 17, 2000 6:34 AM
12000 > To: ircservices@delirious.shadowfire.org
12001 > Subject: Re: [IRCServices] About new Version...
12002 >
12003 >
12004 > I've not really looked at this much for a while. What you're talking about
12005 > would not be build into services. Services would simply use the EMAIL
12006 field
12007 > of nicknames to email passwords to. If you wanted to make aliases for
12008 every
12009 > nickname, then you'd have to do it manually. There are issues with this
12010 > because the letters used in nicknames are not always valid email aliases.
12011 >
12012 > Andrew
12013 >
12014 > ----- Original Message -----
12015 > From: "Jason at GCN" <jasonatgcn@hotmail.com>
12016 > To: <ircservices@delirious.shadowfire.org>
12017 > Sent: Sunday, July 16, 2000 4:43 PM
12018 > Subject: [IRCServices] About new Version...
12019 >
12020 >
12021 > > I noticed in your to think about section you said that a possible
12022 feature
12023 > > would be to implement an e-mail server into services. Would this
12024 include
12025 > > e-mail accounts under services for every registered nick?
12026 > > ________________________________________________________________________
12027 > > Get Your Private, Free E-mail from MSN Hotmail at <A HREF="http://www.hotmail.com">http://www.hotmail.com</A>
12028 > >
12029 > >
12030 > > ---------------------------------------------------------------
12031 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
12032 > > with "unsubscribe ircservices" in the body, without the quotes.
12033 > >
12034 >
12035 >
12036 > ---------------------------------------------------------------
12037 > To unsubscribe, send email to majordomo@ender.shadowfire.org
12038 > with "unsubscribe ircservices" in the body, without the quotes.
12039 >
12040 >
12041 > ---------------------------------------------------------------
12042 > To unsubscribe, send email to majordomo@ender.shadowfire.org
12043 > with "unsubscribe ircservices" in the body, without the quotes.
12044 >
12045
12046
12047 ---------------------------------------------------------------
12048 To unsubscribe, send email to majordomo@ender.shadowfire.org
12049 with "unsubscribe ircservices" in the body, without the quotes.
12050
12051
12052 From anarki at flamebait.org Mon Jul 17 05:48:31 2000
12053 From: anarki at flamebait.org (Scott Seufert)
12054 Date: Sat Oct 23 23:00:59 2004
12055 Subject: [IRCServices] Changes nicknames to GUESTxxxx instead of a/kill
12056 In-Reply-To: <GOEJIBOGNDMEHOBFJDMDGEEHCFAA.scrm@scandal.org>
12057 References: GOEJIBOGNDMEHOBFJDMDGEEHCFAA.scrm@scandal.org
12058 Message-ID: B59878DF.DA%anarki@flamebait.org
12059
12060 It's the VERY next section after #NSForceNickChange, but as Andrew said read
12061 example.conf BEFORE running services. It is ALWAYS highly recommended to
12062 RTFM before running a program you didn't write.
12063
12064 Scott
12065 aka Anarki
12066 aka katsklaw
12067 Server Administrator
12068 NoDoze.ShadowFire.Org
12069
12070
12071 on 7/17/00 2:08 AM, Mehran Khalili at scrm@scandal.org wrote:
12072
12073 > Thank you. I require one other little piece of information - what is the
12074 > setting to set the nick before the <number>. (e.g. 'Guest') to which
12075 > services changes nicknames that don't identify? I'm sure it's also in the
12076 > services.conf.
12077 >
12078 > -Mehran
12079 >
12080 > --------------
12081 > Mehran Khalili
12082 >
12083 > Nvision s.à r.l. - http://www.nvision.lu - mehran.khalili@nvision.lu
12084 > Luxusbuerg a.s.b.l. - <A HREF="http://www.luxusbuerg.lu">http://www.luxusbuerg.lu</A> - scrm@irc.lu
12085 >
12086 >
12087 >> -----Original Message-----
12088 >> From: owner-ircservices@delirious.shadowfire.org
12089 >> [<A HREF="mailto:owner-ircservices@delirious.shadowfire.org]On">mailto:owner-ircservices@delirious.shadowfire.org]On</A> Behalf Of Scott
12090 >> Seufert
12091 >> Sent: Saturday, July 08, 2000 16:48
12092 >> To: ircservices@delirious.shadowfire.org
12093 >> Subject: Re: [IRCServices] Changes nicknames to GUESTxxxx instead of a
12094 >> /kill
12095 >>
12096 >>
12097 >> It's a setting in the services.conf file (#NSForceNickChange)
12098 >>
12099 >> Scott Seufert
12100 >> aka Anarki
12101 >> aka katsklaw
12102 >> Server Admin NoDoze.ShadowFire.Org
12103 >>
12104 >> ----- Original Message -----
12105 >> From: Mehran Khalili <scrm@scandal.org>
12106 >> To: <ircservices@delirious.shadowfire.org>
12107 >> Sent: Saturday, July 08, 2000 6:36 AM
12108 >> Subject: [IRCServices] Changes nicknames to GUESTxxxx instead of a /kill
12109 >>
12110 >>
12111 >>>
12112 >>> Hi,
12113 >>>
12114 >>> My question is pretty simple. Several months ago, I configured
12115 >> services to
12116 >>> change nicknames to 'guest-xxxx' instead of /killing them when
12117 >> they don't
12118 >>> authenticate. Now the configuration got reset, and I forgot how I did
12119 >> this.
12120 >>> I would be grateful if someone could quickly remind me of how to do this
12121 >>> again.
12122 >>>
12123 >>> (yes it did work fine with my IRCD)
12124 >>>
12125 >>> cya
12126 >>>
12127 >>> Mehran
12128 >>>
12129 >>>
12130 >>> --------------
12131 >>> Mehran Khalili
12132 >>>
12133 >>> Nvision s.à r.l. - <A HREF="http://www.nvision.lu">http://www.nvision.lu</A> - mehran.khalili@nvision.lu
12134 >>> Luxusbuerg a.s.b.l. - <A HREF="http://www.luxusbuerg.lu">http://www.luxusbuerg.lu</A> - scrm@irc.lu
12135 >>>
12136 >>>
12137 >>> ---------------------------------------------------------------
12138 >>> To unsubscribe, send email to majordomo@ender.shadowfire.org
12139 >>> with "unsubscribe ircservices" in the body, without the quotes.
12140 >>>
12141 >>>
12142 >>
12143 >>
12144 >> ---------------------------------------------------------------
12145 >> To unsubscribe, send email to majordomo@ender.shadowfire.org
12146 >> with "unsubscribe ircservices" in the body, without the quotes.
12147 >>
12148 >
12149 >
12150 > ---------------------------------------------------------------
12151 > To unsubscribe, send email to majordomo@ender.shadowfire.org
12152 > with "unsubscribe ircservices" in the body, without the quotes.
12153 >
12154 >
12155
12156
12157 ---------------------------------------------------------------
12158 To unsubscribe, send email to majordomo@ender.shadowfire.org
12159 with "unsubscribe ircservices" in the body, without the quotes.
12160
12161
12162 From chromi at cyberspace.org Mon Jul 17 05:54:41 2000
12163 From: chromi at cyberspace.org (Jonathan Morton)
12164 Date: Sat Oct 23 23:00:59 2004
12165 Subject: [IRCServices] About new Version...
12166 In-Reply-To: <00ec01bfefea$6c4a7d30$9c011ac4@shadow>
12167 References: <KOECIOCHHBHLAPFLOBANCEKCCCAA.frostbyghte@stratics.com>
12168 Message-ID: l03130306b598b10c1fbd@[10.38.239.105]
12169
12170 >> You could do two things with this, use it to send passwords that users
12171 >> forget, and take Memoserv to an entirely new level by allowing a send only
12172 >> function. If someone is using sendmail, I'm pretty sure there would be
12173 >> little to no code involved with shelling out to sendmail and firing off an
12174 >> email. :) I'm not a programmer, but I have seen several scripts that do
12175 >it,
12176 >> and it's usually as simple as issuing a sendmail command with the proper
12177 >> parms.
12178
12179 >You're right, forwarding memos to email addresses would be very simple.
12180
12181 Not everyone uses Sendmail, and the command-line interfaces of other MTAs
12182 may be significantly different. However, sending an SMTP session down port
12183 25 of localhost shouldn't be any more difficult to implement, and is
12184 guaranteed compatible with any MTA. Fetchmail uses this approach, although
12185 it also supports piping direct into Sendmail. The only configuration
12186 option required by the MTA in this instance is to allow relaying to any
12187 domain from localhost. If the MTA is on another machine, it would be
12188 helpful to allow configuration of Services to use that machine rather than
12189 localhost, and this can be done easily once the SMTP session is implemented.
12190
12191 --------------------------------------------------------------
12192 from: Jonathan "Chromatix" Morton
12193 mail: chromi@cyberspace.org (not for attachments)
12194 uni-mail: j.d.morton@lancaster.ac.uk
12195
12196 The key to knowledge is not to rely on people to teach you it.
12197
12198 Get VNC Server for Macintosh from http://chromatix.autistics.org/vnc/
12199
12200 -----BEGIN GEEK CODE BLOCK-----
12201 Version 3.12
12202 GCS$/E/S dpu(!) s:- a19 C+++ UL++ P L+++ E W+ N- o? K? w--- O-- M++$ V? PS
12203 PE- Y+ PGP++ t- 5- X- R !tv b++ DI+++ D G e+ h+ r- y+
12204 -----END GEEK CODE BLOCK-----
12205
12206
12207
12208 ---------------------------------------------------------------
12209 To unsubscribe, send email to majordomo@ender.shadowfire.org
12210 with "unsubscribe ircservices" in the body, without the quotes.
12211
12212
12213 From anarki at flamebait.org Mon Jul 17 06:04:19 2000
12214 From: anarki at flamebait.org (Scott Seufert)
12215 Date: Sat Oct 23 23:00:59 2004
12216 Subject: [IRCServices] About new Version...
12217 In-Reply-To: <006001bfefe2$e43921a0$9c011ac4@shadow>
12218 References: 006001bfefe2$e43921a0$9c011ac4@shadow
12219 Message-ID: B5987C93.DC%anarki@flamebait.org
12220
12221 In my humble opinion there shouldn't be a mail server built into services,
12222 this could bog them down ... but instead, have services use sendmail, and
12223 also instead of giving users and email account, I believe it would be more
12224 practical to have services email a users password to them.
12225
12226 This option could eliminate the GETPASS command. Email addresses could be
12227 hidden so they don't appear in a /nickserv info. Then have a command added
12228 such as /nickserv GIVEPASS <nick>. this command can be executed by anyone.
12229 Services then emails <nick> his/her password. This should make getting a
12230 user's password harder, if for no other reason than it is mailed to the
12231 user, regardless of who executed the command.
12232
12233 Same for channels. This would provide awsome security, especially if an
12234 Services Admin's O:Line was hacked. The "hacker" still couldn't get any
12235 passwords.
12236
12237 Actually, now that I mentioned O:Line hacking. I have another suggestion. It
12238 regards akills. How about having it so that Services Root can not be
12239 akill'ed? In the event that a Services Admin's O:Line is hacked, there would
12240 be at least one person that could un-akill any mask that was akilled by a
12241 hacked O:Line. Also have services deny the akill mask of *@* (if not already
12242 implemented).
12243
12244 Scott Seufert
12245 aka Anarki
12246 aka katsklaw
12247 Server Administrator
12248 NoDoze.ShadowFire.Org
12249
12250
12251 on 7/17/00 7:33 AM, Andrew Kempe at andrewk@icon.co.za wrote:
12252
12253 > I've not really looked at this much for a while. What you're talking about
12254 > would not be build into services. Services would simply use the EMAIL field
12255 > of nicknames to email passwords to. If you wanted to make aliases for every
12256 > nickname, then you'd have to do it manually. There are issues with this
12257 > because the letters used in nicknames are not always valid email aliases.
12258 >
12259 > Andrew
12260 >
12261 > ----- Original Message -----
12262 > From: "Jason at GCN" <jasonatgcn@hotmail.com>
12263 > To: <ircservices@delirious.shadowfire.org>
12264 > Sent: Sunday, July 16, 2000 4:43 PM
12265 > Subject: [IRCServices] About new Version...
12266 >
12267 >
12268 >> I noticed in your to think about section you said that a possible feature
12269 >> would be to implement an e-mail server into services. Would this include
12270 >> e-mail accounts under services for every registered nick?
12271 >> ________________________________________________________________________
12272 >> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
12273 >>
12274 >>
12275 >> ---------------------------------------------------------------
12276 >> To unsubscribe, send email to majordomo@ender.shadowfire.org
12277 >> with "unsubscribe ircservices" in the body, without the quotes.
12278 >>
12279 >
12280 >
12281 > ---------------------------------------------------------------
12282 > To unsubscribe, send email to majordomo@ender.shadowfire.org
12283 > with "unsubscribe ircservices" in the body, without the quotes.
12284 >
12285 >
12286
12287
12288 ---------------------------------------------------------------
12289 To unsubscribe, send email to majordomo@ender.shadowfire.org
12290 with "unsubscribe ircservices" in the body, without the quotes.
12291
12292
12293 From andrewk at icon.co.za Mon Jul 17 06:30:00 2000
12294 From: andrewk at icon.co.za (Andrew Kempe)
12295 Date: Sat Oct 23 23:00:59 2004
12296 Subject: [IRCServices] About new Version...
12297 References: <B5987C93.DC%anarki@flamebait.org>
12298 Message-ID: 015501bfeff3$1b738470$9c011ac4@shadow
12299
12300 The *@* has been implemented.
12301
12302 How does one decide if a user is a services admin? Services kills users
12303 before they have a chance of identifying. I think the -noakill switch
12304 suggestion may be a good idea after all.
12305
12306 Andrew
12307
12308 ----- Original Message -----
12309 From: "Scott Seufert" <anarki@flamebait.org>
12310 To: <ircservices@delirious.shadowfire.org>
12311 Sent: Monday, July 17, 2000 3:04 PM
12312 Subject: Re: [IRCServices] About new Version...
12313
12314
12315 > In my humble opinion there shouldn't be a mail server built into services,
12316 > this could bog them down ... but instead, have services use sendmail, and
12317 > also instead of giving users and email account, I believe it would be more
12318 > practical to have services email a users password to them.
12319 >
12320 > This option could eliminate the GETPASS command. Email addresses could be
12321 > hidden so they don't appear in a /nickserv info. Then have a command added
12322 > such as /nickserv GIVEPASS <nick>. this command can be executed by anyone.
12323 > Services then emails <nick> his/her password. This should make getting a
12324 > user's password harder, if for no other reason than it is mailed to the
12325 > user, regardless of who executed the command.
12326 >
12327 > Same for channels. This would provide awsome security, especially if an
12328 > Services Admin's O:Line was hacked. The "hacker" still couldn't get any
12329 > passwords.
12330 >
12331 > Actually, now that I mentioned O:Line hacking. I have another suggestion.
12332 It
12333 > regards akills. How about having it so that Services Root can not be
12334 > akill'ed? In the event that a Services Admin's O:Line is hacked, there
12335 would
12336 > be at least one person that could un-akill any mask that was akilled by a
12337 > hacked O:Line. Also have services deny the akill mask of *@* (if not
12338 already
12339 > implemented).
12340 >
12341 > Scott Seufert
12342 > aka Anarki
12343 > aka katsklaw
12344 > Server Administrator
12345 > NoDoze.ShadowFire.Org
12346 >
12347 >
12348 > on 7/17/00 7:33 AM, Andrew Kempe at andrewk@icon.co.za wrote:
12349 >
12350 > > I've not really looked at this much for a while. What you're talking
12351 about
12352 > > would not be build into services. Services would simply use the EMAIL
12353 field
12354 > > of nicknames to email passwords to. If you wanted to make aliases for
12355 every
12356 > > nickname, then you'd have to do it manually. There are issues with this
12357 > > because the letters used in nicknames are not always valid email
12358 aliases.
12359 > >
12360 > > Andrew
12361 > >
12362 > > ----- Original Message -----
12363 > > From: "Jason at GCN" <jasonatgcn@hotmail.com>
12364 > > To: <ircservices@delirious.shadowfire.org>
12365 > > Sent: Sunday, July 16, 2000 4:43 PM
12366 > > Subject: [IRCServices] About new Version...
12367 > >
12368 > >
12369 > >> I noticed in your to think about section you said that a possible
12370 feature
12371 > >> would be to implement an e-mail server into services. Would this
12372 include
12373 > >> e-mail accounts under services for every registered nick?
12374 > >>
12375 ________________________________________________________________________
12376 > >> Get Your Private, Free E-mail from MSN Hotmail at
12377 http://www.hotmail.com
12378 > >>
12379 > >>
12380 > >> ---------------------------------------------------------------
12381 > >> To unsubscribe, send email to majordomo@ender.shadowfire.org
12382 > >> with "unsubscribe ircservices" in the body, without the quotes.
12383 > >>
12384 > >
12385 > >
12386 > > ---------------------------------------------------------------
12387 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
12388 > > with "unsubscribe ircservices" in the body, without the quotes.
12389 > >
12390 > >
12391 >
12392 >
12393 > ---------------------------------------------------------------
12394 > To unsubscribe, send email to majordomo@ender.shadowfire.org
12395 > with "unsubscribe ircservices" in the body, without the quotes.
12396 >
12397
12398
12399 ---------------------------------------------------------------
12400 To unsubscribe, send email to majordomo@ender.shadowfire.org
12401 with "unsubscribe ircservices" in the body, without the quotes.
12402
12403
12404 From anarki at flamebait.org Mon Jul 17 06:34:48 2000
12405 From: anarki at flamebait.org (Scott Seufert)
12406 Date: Sat Oct 23 23:00:59 2004
12407 Subject: [IRCServices] About new Version...
12408 In-Reply-To: <l03130306b598b10c1fbd@[10.38.239.105]>
12409 References: l03130306b598b10c1fbd@[10.38.239.105]
12410 Message-ID: B59883B8.DF%anarki@flamebait.org
12411
12412 I'm not an expert in mail transport, but don't many applications use
12413 sendmail because it's easy and RFC compliant? It's seems to me that every
12414 app/script I have ever seen that has any form of mail option uses sendmail
12415 or has an SMTP server option. Especially since sendmail is a SMTP server.
12416
12417 I personally would not like to see services act as an SMTP server in any
12418 since of the word. The use of Sendmail is very common place, and for those
12419 that do not or can not use sendmail to have an SMTP server option plus the
12420 option to NOT use the mail and use the GETPASS command, should be defined in
12421 the conf or an ifdef in ./configure.
12422
12423 Scott Seufert
12424 aka Anarki
12425 aka katsklaw
12426 Server Administrator
12427 NoDoze.ShadowFire.Org
12428
12429
12430 on 7/17/00 8:54 AM, Jonathan Morton at chromi@cyberspace.org wrote:
12431
12432 >>> You could do two things with this, use it to send passwords that users
12433 >>> forget, and take Memoserv to an entirely new level by allowing a send only
12434 >>> function. If someone is using sendmail, I'm pretty sure there would be
12435 >>> little to no code involved with shelling out to sendmail and firing off an
12436 >>> email. :) I'm not a programmer, but I have seen several scripts that do
12437 >> it,
12438 >>> and it's usually as simple as issuing a sendmail command with the proper
12439 >>> parms.
12440 >
12441 >> You're right, forwarding memos to email addresses would be very simple.
12442 >
12443 > Not everyone uses Sendmail, and the command-line interfaces of other MTAs
12444 > may be significantly different. However, sending an SMTP session down port
12445 > 25 of localhost shouldn't be any more difficult to implement, and is
12446 > guaranteed compatible with any MTA. Fetchmail uses this approach, although
12447 > it also supports piping direct into Sendmail. The only configuration
12448 > option required by the MTA in this instance is to allow relaying to any
12449 > domain from localhost. If the MTA is on another machine, it would be
12450 > helpful to allow configuration of Services to use that machine rather than
12451 > localhost, and this can be done easily once the SMTP session is implemented.
12452 >
12453 > --------------------------------------------------------------
12454 > from: Jonathan "Chromatix" Morton
12455 > mail: chromi@cyberspace.org (not for attachments)
12456 > uni-mail: j.d.morton@lancaster.ac.uk
12457 >
12458 > The key to knowledge is not to rely on people to teach you it.
12459 >
12460 > Get VNC Server for Macintosh from http://chromatix.autistics.org/vnc/
12461 >
12462 > -----BEGIN GEEK CODE BLOCK-----
12463 > Version 3.12
12464 > GCS$/E/S dpu(!) s:- a19 C+++ UL++ P L+++ E W+ N- o? K? w--- O-- M++$ V? PS
12465 > PE- Y+ PGP++ t- 5- X- R !tv b++ DI+++ D G e+ h+ r- y+
12466 > -----END GEEK CODE BLOCK-----
12467 >
12468 >
12469 >
12470 > ---------------------------------------------------------------
12471 > To unsubscribe, send email to majordomo@ender.shadowfire.org
12472 > with "unsubscribe ircservices" in the body, without the quotes.
12473 >
12474 >
12475
12476
12477 ---------------------------------------------------------------
12478 To unsubscribe, send email to majordomo@ender.shadowfire.org
12479 with "unsubscribe ircservices" in the body, without the quotes.
12480
12481
12482 From chromi at cyberspace.org Mon Jul 17 07:17:20 2000
12483 From: chromi at cyberspace.org (Jonathan Morton)
12484 Date: Sat Oct 23 23:00:59 2004
12485 Subject: [IRCServices] About new Version...
12486 In-Reply-To: <B59883B8.DF%anarki@flamebait.org>
12487 References: <l03130306b598b10c1fbd@[10.38.239.105]>
12488 Message-ID: l03130307b598c1c1f5eb@[10.38.239.105]
12489
12490 >I'm not an expert in mail transport, but don't many applications use
12491 >sendmail because it's easy and RFC compliant? It's seems to me that every
12492 >app/script I have ever seen that has any form of mail option uses sendmail
12493 >or has an SMTP server option. Especially since sendmail is a SMTP server.
12494 >
12495 >I personally would not like to see services act as an SMTP server in any
12496 >since of the word. The use of Sendmail is very common place, and for those
12497 >that do not or can not use sendmail to have an SMTP server option plus the
12498 >option to NOT use the mail and use the GETPASS command, should be defined in
12499 >the conf or an ifdef in ./configure.
12500
12501 My suggestion was to make Services act as an SMTP _client_ not a server. This is extremely easy to implement. All MTAs are SMTP servers which can talk to each other, and SMTP clients can talk to them very easily. Example session:
12502
12503 >>> 220 helium.chromatix.org.uk ESMTP Exim 3.15 #2 Mon, 17 Jul 2000 15:02:02 +0100
12504 <<< HELO irc.network.org
12505 >>> 250 helium.chromatix.org.uk Hello dolphin.chromatix.org.uk [10.38.239.105]
12506 <<< MAIL FROM: services@irc.network.org
12507 >>> 250 <services@irc.network.org> is syntactically correct
12508 <<< RCPT TO: chromi@cyberspace.org
12509 >>> 250 <chromi@cyberspace.org> is syntactically correct
12510 <<< DATA
12511 >>> 354 Enter message, ending with "." on a line by itself
12512 <<< Subject: Your password
12513 <<<
12514 <<< Your password was requested by use of the SENDPASSWORD command. Here it is.
12515 <<<
12516 <<< >>>> yourpassword <<<<
12517 <<< .
12518 >>> 250 OK id=13EBVF-0001vi-00
12519 <<< quit
12520 >>> 221 Bye-bye!
12521
12522 ... where >>> precedes a line sent by the server, and <<< precedes one sent by the client. Note the blank line separating the Subject: header from the message body. Completely RFC compliant and easy to implement. Also notice my MTA (in the 'greeting' line) is not Sendmail, but another popular alternative called Exim. No problem if the mail-sending routines are implemented in "SMTP client" form but a potential PITA [pain in the a**] if you wanted to use command-line sending. Obviously some error-handling must be built in (500-series numbers in particular mean a rejected delivery) but this is pretty trivial.
12523
12524 --------------------------------------------------------------
12525 from: Jonathan "Chromatix" Morton
12526 mail: chromi@cyberspace.org (not for attachments)
12527 uni-mail: j.d.morton@lancaster.ac.uk
12528
12529 The key to knowledge is not to rely on people to teach you it.
12530
12531 Get VNC Server for Macintosh from http://chromatix.autistics.org/vnc/
12532
12533 -----BEGIN GEEK CODE BLOCK-----
12534 Version 3.12
12535 GCS$/E/S dpu(!) s:- a19 C+++ UL++ P L+++ E W+ N- o? K? w--- O-- M++$ V? PS PE- Y+ PGP++ t- 5- X- R !tv b++ DI+++ D G e+ h+ r- y+
12536 -----END GEEK CODE BLOCK-----
12537
12538
12539
12540 ---------------------------------------------------------------
12541 To unsubscribe, send email to majordomo@ender.shadowfire.org
12542 with "unsubscribe ircservices" in the body, without the quotes.
12543
12544
12545 From anarki at flamebait.org Mon Jul 17 07:25:39 2000
12546 From: anarki at flamebait.org (Scott Seufert)
12547 Date: Sat Oct 23 23:00:59 2004
12548 Subject: [IRCServices] About new Version...
12549 In-Reply-To: <l03130307b598c1c1f5eb@[10.38.239.105]>
12550 References: l03130307b598c1c1f5eb@[10.38.239.105]
12551 Message-ID: B5988FA2.E4%anarki@flamebait.org
12552
12553 on 7/17/00 10:17 AM, Jonathan Morton at chromi@cyberspace.org wrote:
12554
12555 >> I'm not an expert in mail transport, but don't many applications use
12556 >> sendmail because it's easy and RFC compliant? It's seems to me that every
12557 >> app/script I have ever seen that has any form of mail option uses sendmail
12558 >> or has an SMTP server option. Especially since sendmail is a SMTP server.
12559 >>
12560 >> I personally would not like to see services act as an SMTP server in any
12561 >> since of the word. The use of Sendmail is very common place, and for those
12562 >> that do not or can not use sendmail to have an SMTP server option plus the
12563 >> option to NOT use the mail and use the GETPASS command, should be defined in
12564 >> the conf or an ifdef in ./configure.
12565 >
12566 > My suggestion was to make Services act as an SMTP _client_ not a server. This
12567 > is extremely easy to implement. All MTAs are SMTP servers which can talk to
12568 > each other, and SMTP clients can talk to them very easily. Example session:
12569 >
12570 >>>> 220 helium.chromatix.org.uk ESMTP Exim 3.15 #2 Mon, 17 Jul 2000 15:02:02
12571 >>>> +0100
12572 > <<< HELO irc.network.org
12573 >>>> 250 helium.chromatix.org.uk Hello dolphin.chromatix.org.uk [10.38.239.105]
12574 > <<< MAIL FROM: services@irc.network.org
12575 >>>> 250 <services@irc.network.org> is syntactically correct
12576 > <<< RCPT TO: chromi@cyberspace.org
12577 >>>> 250 <chromi@cyberspace.org> is syntactically correct
12578 > <<< DATA
12579 >>>> 354 Enter message, ending with "." on a line by itself
12580 > <<< Subject: Your password
12581 > <<<
12582 > <<< Your password was requested by use of the SENDPASSWORD command. Here it
12583 > is.
12584 > <<<
12585 > <<< >>>> yourpassword <<<<
12586 > <<< .
12587 >>>> 250 OK id=13EBVF-0001vi-00
12588 > <<< quit
12589 >>>> 221 Bye-bye!
12590 >
12591 > .. where >>> precedes a line sent by the server, and <<< precedes one sent by
12592 > the client. Note the blank line separating the Subject: header from the
12593 > message body. Completely RFC compliant and easy to implement. Also notice my
12594 > MTA (in the 'greeting' line) is not Sendmail, but another popular alternative
12595 > called Exim. No problem if the mail-sending routines are implemented in "SMTP
12596 > client" form but a potential PITA [pain in the a**] if you wanted to use
12597 > command-line sending. Obviously some error-handling must be built in
12598 > (500-series numbers in particular mean a rejected delivery) but this is pretty
12599 > trivial.
12600
12601 I can see that then, thank you for clearing that up :)
12602
12603
12604 Scott
12605
12606
12607 ---------------------------------------------------------------
12608 To unsubscribe, send email to majordomo@ender.shadowfire.org
12609 with "unsubscribe ircservices" in the body, without the quotes.
12610
12611
12612 From jonathan at lite.net Mon Jul 17 08:19:59 2000
12613 From: jonathan at lite.net (Jonathan George)
12614 Date: Sat Oct 23 23:00:59 2004
12615 Subject: [IRCServices] About new Version...
12616 In-Reply-To: <B5988FA2.E4%anarki@flamebait.org>
12617 References: B5988FA2.E4%anarki@flamebait.org
12618 Message-ID: Pine.LNX.4.10.10007171013001.27113&#45;100000@lite.net
12619
12620 I've implemented this before in two IRC-based projects I've done.
12621
12622 Your best bet is to use popen(3) to open sendmail, and then just
12623 write the email to the given pipe. This has it's advantages because:
12624
12625 a) You don't have to read() from the pipe.
12626 b) You don't have to try to send email again if the first one
12627 bounces.
12628 c) Generally most popular MTA's (Qmail is a definite one) include
12629 a drop-in sendmail replacement, OR they just leave sendmail alone.
12630 Sendmail is both a client and server, and there is no reason it can't be
12631 left alone just to be used to pipe mail into.
12632
12633 Regards,
12634
12635 Jonathan George, CEO
12636 MultiList Central
12637 www.MultiListCentral.com
12638
12639 |> .. where >>> precedes a line sent by the server, and <<< precedes one sent by
12640 |> the client. Note the blank line separating the Subject: header from the
12641 |> message body. Completely RFC compliant and easy to implement. Also notice my
12642 |> MTA (in the 'greeting' line) is not Sendmail, but another popular alternative
12643 |> called Exim. No problem if the mail-sending routines are implemented in "SMTP
12644 |> client" form but a potential PITA [pain in the a**] if you wanted to use
12645 |> command-line sending. Obviously some error-handling must be built in
12646 |> (500-series numbers in particular mean a rejected delivery) but this is pretty
12647 |> trivial.
12648 |
12649 |I can see that then, thank you for clearing that up :)
12650
12651
12652
12653 ---------------------------------------------------------------
12654 To unsubscribe, send email to majordomo@ender.shadowfire.org
12655 with "unsubscribe ircservices" in the body, without the quotes.
12656
12657
12658 From andrewk at icon.co.za Mon Jul 17 09:06:10 2000
12659 From: andrewk at icon.co.za (Andrew Kempe)
12660 Date: Sat Oct 23 23:00:59 2004
12661 Subject: [IRCServices] About new Version...
12662 References: <Pine.LNX.4.10.10007171013001.27113-100000@lite.net>
12663 Message-ID: 017c01bff008$ec858080$9c011ac4@shadow
12664
12665 ok folks, time to move to ircservices-coding.
12666
12667 Thanks, Andrew
12668
12669 ----- Original Message -----
12670 From: "Jonathan George" <jonathan@lite.net>
12671 To: <ircservices@delirious.shadowfire.org>
12672 Cc: <anarki@flaimebait.org>; <chromi@cyberspace.org>
12673 Sent: Monday, July 17, 2000 5:19 PM
12674 Subject: Re: [IRCServices] About new Version...
12675
12676
12677 > I've implemented this before in two IRC-based projects I've done.
12678 >
12679 > Your best bet is to use popen(3) to open sendmail, and then just
12680 > write the email to the given pipe. This has it's advantages because:
12681 >
12682 > a) You don't have to read() from the pipe.
12683 > b) You don't have to try to send email again if the first one
12684 > bounces.
12685 > c) Generally most popular MTA's (Qmail is a definite one) include
12686 > a drop-in sendmail replacement, OR they just leave sendmail alone.
12687 > Sendmail is both a client and server, and there is no reason it can't be
12688 > left alone just to be used to pipe mail into.
12689 >
12690 > Regards,
12691 >
12692 > Jonathan George, CEO
12693 > MultiList Central
12694 > www.MultiListCentral.com
12695 >
12696 > |> .. where >>> precedes a line sent by the server, and <<< precedes one
12697 sent by
12698 > |> the client. Note the blank line separating the Subject: header from
12699 the
12700 > |> message body. Completely RFC compliant and easy to implement. Also
12701 notice my
12702 > |> MTA (in the 'greeting' line) is not Sendmail, but another popular
12703 alternative
12704 > |> called Exim. No problem if the mail-sending routines are implemented
12705 in "SMTP
12706 > |> client" form but a potential PITA [pain in the a**] if you wanted to
12707 use
12708 > |> command-line sending. Obviously some error-handling must be built in
12709 > |> (500-series numbers in particular mean a rejected delivery) but this is
12710 pretty
12711 > |> trivial.
12712 > |
12713 > |I can see that then, thank you for clearing that up :)
12714 >
12715 >
12716 >
12717 > ---------------------------------------------------------------
12718 > To unsubscribe, send email to majordomo@ender.shadowfire.org
12719 > with "unsubscribe ircservices" in the body, without the quotes.
12720 >
12721
12722
12723 ---------------------------------------------------------------
12724 To unsubscribe, send email to majordomo@ender.shadowfire.org
12725 with "unsubscribe ircservices" in the body, without the quotes.
12726
12727
12728 From frostbyghte at stratics.com Mon Jul 17 09:29:06 2000
12729 From: frostbyghte at stratics.com (Randy Snow)
12730 Date: Sat Oct 23 23:00:59 2004
12731 Subject: [IRCServices] About new Version...
12732 In-Reply-To: <015501bfeff3$1b738470$9c011ac4@shadow>
12733 References: 015501bfeff3$1b738470$9c011ac4@shadow
12734 Message-ID: KOECIOCHHBHLAPFLOBANCEKICCAA.frostbyghte@stratics.com
12735
12736 I can check with our programmer, but if I'm not mistaken our code is modifed
12737 so that people with an active oline do not get caught in a akill/kline. I'm
12738 not sure if it's a services or ircd modification though.
12739
12740 -----Original Message-----
12741 From: owner-ircservices@delirious.shadowfire.org
12742 [mailto:owner-ircservices@delirious.shadowfire.org]On Behalf Of Andrew
12743 Kempe
12744 Sent: Monday, July 17, 2000 8:30 AM
12745 To: ircservices@delirious.shadowfire.org
12746 Subject: Re: [IRCServices] About new Version...
12747
12748
12749 The *@* has been implemented.
12750
12751 How does one decide if a user is a services admin? Services kills users
12752 before they have a chance of identifying. I think the -noakill switch
12753 suggestion may be a good idea after all.
12754
12755 Andrew
12756
12757 ----- Original Message -----
12758 From: "Scott Seufert" <anarki@flamebait.org>
12759 To: <ircservices@delirious.shadowfire.org>
12760 Sent: Monday, July 17, 2000 3:04 PM
12761 Subject: Re: [IRCServices] About new Version...
12762
12763
12764 > In my humble opinion there shouldn't be a mail server built into services,
12765 > this could bog them down ... but instead, have services use sendmail, and
12766 > also instead of giving users and email account, I believe it would be more
12767 > practical to have services email a users password to them.
12768 >
12769 > This option could eliminate the GETPASS command. Email addresses could be
12770 > hidden so they don't appear in a /nickserv info. Then have a command added
12771 > such as /nickserv GIVEPASS <nick>. this command can be executed by anyone.
12772 > Services then emails <nick> his/her password. This should make getting a
12773 > user's password harder, if for no other reason than it is mailed to the
12774 > user, regardless of who executed the command.
12775 >
12776 > Same for channels. This would provide awsome security, especially if an
12777 > Services Admin's O:Line was hacked. The "hacker" still couldn't get any
12778 > passwords.
12779 >
12780 > Actually, now that I mentioned O:Line hacking. I have another suggestion.
12781 It
12782 > regards akills. How about having it so that Services Root can not be
12783 > akill'ed? In the event that a Services Admin's O:Line is hacked, there
12784 would
12785 > be at least one person that could un-akill any mask that was akilled by a
12786 > hacked O:Line. Also have services deny the akill mask of *@* (if not
12787 already
12788 > implemented).
12789 >
12790 > Scott Seufert
12791 > aka Anarki
12792 > aka katsklaw
12793 > Server Administrator
12794 > NoDoze.ShadowFire.Org
12795 >
12796 >
12797 > on 7/17/00 7:33 AM, Andrew Kempe at andrewk@icon.co.za wrote:
12798 >
12799 > > I've not really looked at this much for a while. What you're talking
12800 about
12801 > > would not be build into services. Services would simply use the EMAIL
12802 field
12803 > > of nicknames to email passwords to. If you wanted to make aliases for
12804 every
12805 > > nickname, then you'd have to do it manually. There are issues with this
12806 > > because the letters used in nicknames are not always valid email
12807 aliases.
12808 > >
12809 > > Andrew
12810 > >
12811 > > ----- Original Message -----
12812 > > From: "Jason at GCN" <jasonatgcn@hotmail.com>
12813 > > To: <ircservices@delirious.shadowfire.org>
12814 > > Sent: Sunday, July 16, 2000 4:43 PM
12815 > > Subject: [IRCServices] About new Version...
12816 > >
12817 > >
12818 > >> I noticed in your to think about section you said that a possible
12819 feature
12820 > >> would be to implement an e-mail server into services. Would this
12821 include
12822 > >> e-mail accounts under services for every registered nick?
12823 > >>
12824 ________________________________________________________________________
12825 > >> Get Your Private, Free E-mail from MSN Hotmail at
12826 <A HREF="http://www.hotmail.com">http://www.hotmail.com</A>
12827 > >>
12828 > >>
12829 > >> ---------------------------------------------------------------
12830 > >> To unsubscribe, send email to majordomo@ender.shadowfire.org
12831 > >> with "unsubscribe ircservices" in the body, without the quotes.
12832 > >>
12833 > >
12834 > >
12835 > > ---------------------------------------------------------------
12836 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
12837 > > with "unsubscribe ircservices" in the body, without the quotes.
12838 > >
12839 > >
12840 >
12841 >
12842 > ---------------------------------------------------------------
12843 > To unsubscribe, send email to majordomo@ender.shadowfire.org
12844 > with "unsubscribe ircservices" in the body, without the quotes.
12845 >
12846
12847
12848 ---------------------------------------------------------------
12849 To unsubscribe, send email to majordomo@ender.shadowfire.org
12850 with "unsubscribe ircservices" in the body, without the quotes.
12851
12852
12853 ---------------------------------------------------------------
12854 To unsubscribe, send email to majordomo@ender.shadowfire.org
12855 with "unsubscribe ircservices" in the body, without the quotes.
12856
12857
12858 From aiquel at sympatico.ca Tue Jul 18 07:24:03 2000
12859 From: aiquel at sympatico.ca (Marc-André Aiquel-Fuentes)
12860 Date: Sat Oct 23 23:00:59 2004
12861 Subject: [IRCServices] Suggestion
12862 Message-ID: 4.3.1.1.20000718102202.00a74240@pop2.qc.sympatico.ca
12863
12864 I Think that a "/chanserv SET <channel> LINKS off" could be a great idea...
12865
12866 Off -> If a nick is linked to "X" and "X" have an access to the channel ,
12867 he'll not be opped
12868 On -> If a nick is linked to "X" and "X" have an access to the channel,
12869 he'll be opped by ChanServ
12870
12871 * Just an idea *
12872
12873
12874 ---------------------------------------------------------------
12875 To unsubscribe, send email to majordomo@ender.shadowfire.org
12876 with "unsubscribe ircservices" in the body, without the quotes.
12877
12878
12879 From chromi at cyberspace.org Tue Jul 18 15:16:44 2000
12880 From: chromi at cyberspace.org (Jonathan Morton)
12881 Date: Sat Oct 23 23:00:59 2004
12882 Subject: [IRCServices] Suggestion
12883 In-Reply-To: <4.3.1.1.20000718102202.00a74240@pop2.qc.sympatico.ca>
12884 References: 4.3.1.1.20000718102202.00a74240@pop2.qc.sympatico.ca
12885 Message-ID: l03130304b59a87a7794e@[10.38.239.105]
12886
12887 >I Think that a "/chanserv SET <channel> LINKS off" could be a great idea...
12888 >
12889 >Off -> If a nick is linked to "X" and "X" have an access to the channel ,
12890 >he'll not be opped
12891 >On -> If a nick is linked to "X" and "X" have an access to the channel,
12892 >he'll be opped by ChanServ
12893 >
12894 >* Just an idea *
12895
12896 Interesting idea, but could you shed some light on _why_ you'd like this?
12897
12898 --------------------------------------------------------------
12899 from: Jonathan "Chromatix" Morton
12900 mail: chromi@cyberspace.org (not for attachments)
12901 uni-mail: j.d.morton@lancaster.ac.uk
12902
12903 The key to knowledge is not to rely on people to teach you it.
12904
12905 Get VNC Server for Macintosh from http://chromatix.autistics.org/vnc/
12906
12907 -----BEGIN GEEK CODE BLOCK-----
12908 Version 3.12
12909 GCS$/E/S dpu(!) s:- a19 C+++ UL++ P L+++ E W+ N- o? K? w--- O-- M++$ V? PS
12910 PE- Y+ PGP++ t- 5- X- R !tv b++ DI+++ D G e+ h+ r- y+
12911 -----END GEEK CODE BLOCK-----
12912
12913
12914
12915 ---------------------------------------------------------------
12916 To unsubscribe, send email to majordomo@ender.shadowfire.org
12917 with "unsubscribe ircservices" in the body, without the quotes.
12918
12919
12920 From Lamego at PTlink.net Tue Jul 18 16:23:46 2000
12921 From: Lamego at PTlink.net (Joao Luis Marques Pinto)
12922 Date: Sat Oct 23 23:00:59 2004
12923 Subject: [IRCServices] Suggestion
12924 In-Reply-To: <l03130304b59a87a7794e@[10.38.239.105]>; fromchromi@cyberspace.org on Tue, Jul 18, 2000 at 23:16:44 +0100
12925 References: <l03130304b59a87a7794e@[10.38.239.105]>
12926 Message-ID: 20000719002346.A735@jpc.ptlink.net
12927
12928 Because linked nick OPs are hard to track not beeing an sadmin...
12929 You can get op with linked nick Nick1 ... Nick1 makes some troubles.. and you
12930 cannot delete it because you dont know his linked nick on the access list.
12931
12932 On Tue, 18 Jul 2000 23:16:44 Jonathan Morton wrote:
12933 > >I Think that a "/chanserv SET <channel> LINKS off" could be a great idea...
12934 > >
12935 > >Off -> If a nick is linked to "X" and "X" have an access to the channel ,
12936 > >he'll not be opped
12937 > >On -> If a nick is linked to "X" and "X" have an access to the channel,
12938 > >he'll be opped by ChanServ
12939 > >
12940 > >* Just an idea *
12941 >
12942 > Interesting idea, but could you shed some light on _why_ you'd like this?
12943 >
12944 > --------------------------------------------------------------
12945 > from: Jonathan "Chromatix" Morton
12946 > mail: chromi@cyberspace.org (not for attachments)
12947 > uni-mail: j.d.morton@lancaster.ac.uk
12948 >
12949 > The key to knowledge is not to rely on people to teach you it.
12950 >
12951 > Get VNC Server for Macintosh from http://chromatix.autistics.org/vnc/
12952 >
12953 > -----BEGIN GEEK CODE BLOCK-----
12954 > Version 3.12
12955 > GCS$/E/S dpu(!) s:- a19 C+++ UL++ P L+++ E W+ N- o? K? w--- O-- M++$ V? PS
12956 > PE- Y+ PGP++ t- 5- X- R !tv b++ DI+++ D G e+ h+ r- y+
12957 > -----END GEEK CODE BLOCK-----
12958 >
12959 >
12960 >
12961 > ---------------------------------------------------------------
12962 > To unsubscribe, send email to majordomo@ender.shadowfire.org
12963 > with "unsubscribe ircservices" in the body, without the quotes.
12964
12965 --
12966 PTlink Tech Admin
12967 <A HREF="http://www.ptlink.net">http://www.ptlink.net</A>
12968 Lamego@PTlink.net
12969
12970
12971
12972 ---------------------------------------------------------------
12973 To unsubscribe, send email to majordomo@ender.shadowfire.org
12974 with "unsubscribe ircservices" in the body, without the quotes.
12975
12976
12977 From chromi at cyberspace.org Tue Jul 18 17:48:01 2000
12978 From: chromi at cyberspace.org (Jonathan Morton)
12979 Date: Sat Oct 23 23:00:59 2004
12980 Subject: [IRCServices] Suggestion
12981 In-Reply-To: <20000719002346.A735@jpc.ptlink.net>
12982 References: <l03130304b59a87a7794e@[10.38.239.105]>; fromchromi@cyberspace.org on Tue, Jul 18, 2000 at 23:16:44 +0100<l03130304b59a87a7794e@[10.38.239.105]>
12983 Message-ID: l03130306b59aaa69a400@[10.38.239.105]
12984
12985 >Because linked nick OPs are hard to track not beeing an sadmin...
12986 >You can get op with linked nick Nick1 ... Nick1 makes some troubles.. and you
12987 >cannot delete it because you dont know his linked nick on the access list.
12988
12989 You ever tried using /nickserv INFO <nick>?
12990
12991 1:45:04 am: -*NickServ*- chromatix is Jonathan Morton
12992
12993 1:45:15 am: -*NickServ*- quadraserv is Jonathan Morton
12994
12995 The "real name" attached to the linked nick is always the same as the
12996 original. Simply compare the information returned by `/nickserv info
12997 <troublemaker>` with that for everyone on your ACCESS list.
12998
12999 --------------------------------------------------------------
13000 from: Jonathan "Chromatix" Morton
13001 mail: chromi@cyberspace.org (not for attachments)
13002 uni-mail: j.d.morton@lancaster.ac.uk
13003
13004 The key to knowledge is not to rely on people to teach you it.
13005
13006 Get VNC Server for Macintosh from http://chromatix.autistics.org/vnc/
13007
13008 -----BEGIN GEEK CODE BLOCK-----
13009 Version 3.12
13010 GCS$/E/S dpu(!) s:- a19 C+++ UL++ P L+++ E W+ N- o? K? w--- O-- M++$ V? PS
13011 PE- Y+ PGP++ t- 5- X- R !tv b++ DI+++ D G e+ h+ r- y+
13012 -----END GEEK CODE BLOCK-----
13013
13014
13015
13016 ---------------------------------------------------------------
13017 To unsubscribe, send email to majordomo@ender.shadowfire.org
13018 with "unsubscribe ircservices" in the body, without the quotes.
13019
13020
13021 From Lamego at PTlink.net Tue Jul 18 17:57:38 2000
13022 From: Lamego at PTlink.net (Joao Luis Marques Pinto)
13023 Date: Sat Oct 23 23:00:59 2004
13024 Subject: [IRCServices] Suggestion
13025 In-Reply-To: <l03130306b59aaa69a400@[10.38.239.105]>; fromchromi@cyberspace.org on Wed, Jul 19, 2000 at 01:48:01 +0100
13026 References: <l03130306b59aaa69a400@[10.38.239.105]>
13027 Message-ID: 20000719015738.B735@jpc.ptlink.net
13028
13029 lol,
13030 making /nickserv info for lets say... 100 nicks and human string match ???
13031 Do you know what is Information Technologie ?
13032
13033 On Wed, 19 Jul 2000 01:48:01 Jonathan Morton wrote:
13034 > >Because linked nick OPs are hard to track not beeing an sadmin...
13035 > >You can get op with linked nick Nick1 ... Nick1 makes some troubles.. and
13036 you
13037 > >cannot delete it because you dont know his linked nick on the access list.
13038 >
13039 > You ever tried using /nickserv INFO <nick>?
13040 >
13041 > 1:45:04 am: -*NickServ*- chromatix is Jonathan Morton
13042 >
13043 > 1:45:15 am: -*NickServ*- quadraserv is Jonathan Morton
13044 >
13045 > The "real name" attached to the linked nick is always the same as the
13046 > original. Simply compare the information returned by `/nickserv info
13047 > <troublemaker>` with that for everyone on your ACCESS list.
13048 >
13049 > --------------------------------------------------------------
13050 > from: Jonathan "Chromatix" Morton
13051 > mail: chromi@cyberspace.org (not for attachments)
13052 > uni-mail: j.d.morton@lancaster.ac.uk
13053 >
13054 > The key to knowledge is not to rely on people to teach you it.
13055 >
13056 > Get VNC Server for Macintosh from http://chromatix.autistics.org/vnc/
13057 >
13058 > -----BEGIN GEEK CODE BLOCK-----
13059 > Version 3.12
13060 > GCS$/E/S dpu(!) s:- a19 C+++ UL++ P L+++ E W+ N- o? K? w--- O-- M++$ V? PS
13061 > PE- Y+ PGP++ t- 5- X- R !tv b++ DI+++ D G e+ h+ r- y+
13062 > -----END GEEK CODE BLOCK-----
13063 >
13064 >
13065 >
13066 > ---------------------------------------------------------------
13067 > To unsubscribe, send email to majordomo@ender.shadowfire.org
13068 > with "unsubscribe ircservices" in the body, without the quotes.
13069
13070 --
13071 PTlink Tech Admin
13072 <A HREF="http://www.ptlink.net">http://www.ptlink.net</A>
13073 Lamego@PTlink.net
13074
13075
13076
13077 ---------------------------------------------------------------
13078 To unsubscribe, send email to majordomo@ender.shadowfire.org
13079 with "unsubscribe ircservices" in the body, without the quotes.
13080
13081
13082 From chromi at cyberspace.org Tue Jul 18 18:43:50 2000
13083 From: chromi at cyberspace.org (Jonathan Morton)
13084 Date: Sat Oct 23 23:00:59 2004
13085 Subject: [IRCServices] Suggestion
13086 In-Reply-To: <20000719015738.B735@jpc.ptlink.net>
13087 References: <l03130306b59aaa69a400@[10.38.239.105]>; fromchromi@cyberspace.org on Wed, Jul 19, 2000 at 01:48:01 +0100<l03130306b59aaa69a400@[10.38.239.105]>
13088 Message-ID: l03130307b59ab802d5bd@[10.38.239.105]
13089
13090 >making /nickserv info for lets say... 100 nicks and human string match ???
13091 >Do you know what is Information Technologie ?
13092
13093 You have 100 ops on a channel? Phew...
13094
13095 Still, I would rather vote for an option to list the nicks that are linked
13096 together.
13097
13098 --------------------------------------------------------------
13099 from: Jonathan "Chromatix" Morton
13100 mail: chromi@cyberspace.org (not for attachments)
13101 uni-mail: j.d.morton@lancaster.ac.uk
13102
13103 The key to knowledge is not to rely on people to teach you it.
13104
13105 Get VNC Server for Macintosh from http://chromatix.autistics.org/vnc/
13106
13107 -----BEGIN GEEK CODE BLOCK-----
13108 Version 3.12
13109 GCS$/E/S dpu(!) s:- a19 C+++ UL++ P L+++ E W+ N- o? K? w--- O-- M++$ V? PS
13110 PE- Y+ PGP++ t- 5- X- R !tv b++ DI+++ D G e+ h+ r- y+
13111 -----END GEEK CODE BLOCK-----
13112
13113
13114
13115 ---------------------------------------------------------------
13116 To unsubscribe, send email to majordomo@ender.shadowfire.org
13117 with "unsubscribe ircservices" in the body, without the quotes.
13118
13119
13120 From anarki at flamebait.org Tue Jul 18 19:22:10 2000
13121 From: anarki at flamebait.org (Scott Seufert)
13122 Date: Sat Oct 23 23:00:59 2004
13123 Subject: [IRCServices] Suggestion
13124 In-Reply-To: <l03130307b59ab802d5bd@[10.38.239.105]>
13125 References: l03130307b59ab802d5bd@[10.38.239.105]
13126 Message-ID: B59A8911.1AF%anarki@flamebait.org
13127
13128 IMO,
13129
13130 Listing linked nicks isn't a good idea, 2 main reasons ... makes it feel
13131 like privacy is violated. If you have one of my nicks ... you have all of
13132 them ... second, spamming becomes a bit easier, again you have a list of
13133 nicks ...
13134
13135
13136 Scott
13137 aka Anarki
13138 aka katsklaw
13139 Server Admin
13140 NoDoze.ShadowFire.Org
13141
13142 on 7/18/00 9:43 PM, Jonathan Morton at chromi@cyberspace.org wrote:
13143
13144 >> making /nickserv info for lets say... 100 nicks and human string match ???
13145 >> Do you know what is Information Technologie ?
13146 >
13147 > You have 100 ops on a channel? Phew...
13148 >
13149 > Still, I would rather vote for an option to list the nicks that are linked
13150 > together.
13151 >
13152 > --------------------------------------------------------------
13153 > from: Jonathan "Chromatix" Morton
13154 > mail: chromi@cyberspace.org (not for attachments)
13155 > uni-mail: j.d.morton@lancaster.ac.uk
13156 >
13157 > The key to knowledge is not to rely on people to teach you it.
13158 >
13159 > Get VNC Server for Macintosh from http://chromatix.autistics.org/vnc/
13160 >
13161 > -----BEGIN GEEK CODE BLOCK-----
13162 > Version 3.12
13163 > GCS$/E/S dpu(!) s:- a19 C+++ UL++ P L+++ E W+ N- o? K? w--- O-- M++$ V? PS
13164 > PE- Y+ PGP++ t- 5- X- R !tv b++ DI+++ D G e+ h+ r- y+
13165 > -----END GEEK CODE BLOCK-----
13166 >
13167 >
13168 >
13169 > ---------------------------------------------------------------
13170 > To unsubscribe, send email to majordomo@ender.shadowfire.org
13171 > with "unsubscribe ircservices" in the body, without the quotes.
13172 >
13173 >
13174
13175
13176 ---------------------------------------------------------------
13177 To unsubscribe, send email to majordomo@ender.shadowfire.org
13178 with "unsubscribe ircservices" in the body, without the quotes.
13179
13180
13181 From chromi at cyberspace.org Tue Jul 18 19:51:37 2000
13182 From: chromi at cyberspace.org (Jonathan Morton)
13183 Date: Sat Oct 23 23:00:59 2004
13184 Subject: [IRCServices] Suggestion
13185 In-Reply-To: <B59A8911.1AF%anarki@flamebait.org>
13186 References: <l03130307b59ab802d5bd@[10.38.239.105]>
13187 Message-ID: l03130308b59ac66436c4@[10.38.239.105]
13188
13189 >Listing linked nicks isn't a good idea, 2 main reasons ... makes it feel
13190 >like privacy is violated. If you have one of my nicks ... you have all of
13191 >them ... second, spamming becomes a bit easier, again you have a list of
13192 >nicks ...
13193
13194 Uh, maybe you misinterpreted slightly. What I meant was for something like:
13195
13196 /nickserv LISTLINKS <nick>
13197
13198 which in my case would list something like:
13199
13200 *** chromatix is Jonathan Morton
13201 *** chromatix also owns mortonjd, QuadraServ, PowerMac8100ServPro, jon, geek
13202
13203 This information does not benefit a spammer, since they only have the list
13204 for onw person. Privacy is a more difficult topic (since everyone has
13205 different ideas about it) but I don't see how this information could be
13206 abused significantly in other ways. Perhaps a server-admin preference
13207 would be indicated here. Clearly, individual choice would be
13208 counter-productive, given the original reasons for suggesting this feature!
13209 =)
13210
13211 --------------------------------------------------------------
13212 from: Jonathan "Chromatix" Morton
13213 mail: chromi@cyberspace.org (not for attachments)
13214 uni-mail: j.d.morton@lancaster.ac.uk
13215
13216 The key to knowledge is not to rely on people to teach you it.
13217
13218 Get VNC Server for Macintosh from http://chromatix.autistics.org/vnc/
13219
13220 -----BEGIN GEEK CODE BLOCK-----
13221 Version 3.12
13222 GCS$/E/S dpu(!) s:- a19 C+++ UL++ P L+++ E W+ N- o? K? w--- O-- M++$ V? PS
13223 PE- Y+ PGP++ t- 5- X- R !tv b++ DI+++ D G e+ h+ r- y+
13224 -----END GEEK CODE BLOCK-----
13225
13226
13227
13228 ---------------------------------------------------------------
13229 To unsubscribe, send email to majordomo@ender.shadowfire.org
13230 with "unsubscribe ircservices" in the body, without the quotes.
13231
13232
13233 From anarki at flamebait.org Tue Jul 18 19:58:23 2000
13234 From: anarki at flamebait.org (Scott Seufert)
13235 Date: Sat Oct 23 23:00:59 2004
13236 Subject: [IRCServices] Suggestion
13237 In-Reply-To: <l03130308b59ac66436c4@[10.38.239.105]>
13238 References: l03130308b59ac66436c4@[10.38.239.105]
13239 Message-ID: B59A918F.1B2%anarki@flamebait.org
13240
13241 on 7/18/00 10:51 PM, Jonathan Morton at chromi@cyberspace.org wrote:
13242
13243 >> Listing linked nicks isn't a good idea, 2 main reasons ... makes it feel
13244 >> like privacy is violated. If you have one of my nicks ... you have all of
13245 >> them ... second, spamming becomes a bit easier, again you have a list of
13246 >> nicks ...
13247 >
13248 > Uh, maybe you misinterpreted slightly. What I meant was for something like:
13249 >
13250 > /nickserv LISTLINKS <nick>
13251 >
13252 > which in my case would list something like:
13253 >
13254 > *** chromatix is Jonathan Morton
13255 > *** chromatix also owns mortonjd, QuadraServ, PowerMac8100ServPro, jon, geek
13256
13257
13258 the above is a list of nicks that can now be used for spamming purposes, I
13259 don't think I missunderstood at all.
13260
13261
13262
13263
13264 ---------------------------------------------------------------
13265 To unsubscribe, send email to majordomo@ender.shadowfire.org
13266 with "unsubscribe ircservices" in the body, without the quotes.
13267
13268
13269 From jonathan at lite.net Tue Jul 18 20:07:26 2000
13270 From: jonathan at lite.net (Jonathan George)
13271 Date: Sat Oct 23 23:00:59 2004
13272 Subject: [IRCServices] Suggestion
13273 In-Reply-To: <B59A918F.1B2%anarki@flamebait.org>
13274 References: B59A918F.1B2%anarki@flamebait.org
13275 Message-ID: Pine.LNX.4.10.10007182205350.5176&#45;100000@lite.net
13276
13277 Uhm, what?
13278
13279 Heh, if the spammers on your network are resorting to using
13280 NickServ and rathern than /who for the purpose of finding nicknames to
13281 spam, I'd say you have a serious problem.
13282 Having a command which shows what nicknames you own, would by no
13283 means provide a new way to spam the network. It has absolutely nothing to
13284 do with spamming.
13285
13286 [snipped]
13287
13288 |Date: Tue, 18 Jul 2000 22:58:23 -0400
13289 |From: Scott Seufert <anarki@flamebait.org>
13290 |on 7/18/00 10:51 PM, Jonathan Morton at chromi@cyberspace.org wrote:
13291 |> *** chromatix is Jonathan Morton
13292 |> *** chromatix also owns mortonjd, QuadraServ, PowerMac8100ServPro, jon, geek
13293 |
13294 |
13295 |the above is a list of nicks that can now be used for spamming purposes, I
13296 |don't think I missunderstood at all.
13297
13298 Regards,
13299
13300 Jonathan George, CEO
13301 MultiList Central
13302 www.MultiListCentral.com
13303
13304
13305 ---------------------------------------------------------------
13306 To unsubscribe, send email to majordomo@ender.shadowfire.org
13307 with "unsubscribe ircservices" in the body, without the quotes.
13308
13309
13310 From adam at wiredrave.com Tue Jul 18 20:04:27 2000
13311 From: adam at wiredrave.com (Adam Fladwood)
13312 Date: Sat Oct 23 23:00:59 2004
13313 Subject: [IRCServices] Suggestion
13314 References: <l03130307b59ab802d5bd@[10.38.239.105]> <l03130308b59ac66436c4@[10.38.239.105]>
13315 Message-ID: 009101bff12e$17c46600$0800000a@spyderdesign.com
13316
13317 It wouldn't work for RPGWorlds, a Role Playing network that I maintain
13318 services/ircd for. Since people play many characters at one time, it would
13319 corrupt the privacy each player has, because you could easily figure out
13320 which other characters a user has.
13321
13322 So if this option was implemented, which would be quite easy to do so I
13323 believe, it should be configurable.
13324
13325 Just my opinion...
13326
13327 Adam
13328
13329 ----- Original Message -----
13330 From: "Jonathan Morton" <chromi@cyberspace.org>
13331 To: <ircservices@delirious.shadowfire.org>
13332 Sent: Tuesday, July 18, 2000 9:51 PM
13333 Subject: Re: [IRCServices] Suggestion
13334
13335
13336 > >Listing linked nicks isn't a good idea, 2 main reasons ... makes it feel
13337 > >like privacy is violated. If you have one of my nicks ... you have all of
13338 > >them ... second, spamming becomes a bit easier, again you have a list of
13339 > >nicks ...
13340 >
13341 > Uh, maybe you misinterpreted slightly. What I meant was for something
13342 like:
13343 >
13344 > /nickserv LISTLINKS <nick>
13345 >
13346 > which in my case would list something like:
13347 >
13348 > *** chromatix is Jonathan Morton
13349 > *** chromatix also owns mortonjd, QuadraServ, PowerMac8100ServPro, jon,
13350 geek
13351 >
13352 > This information does not benefit a spammer, since they only have the list
13353 > for onw person. Privacy is a more difficult topic (since everyone has
13354 > different ideas about it) but I don't see how this information could be
13355 > abused significantly in other ways. Perhaps a server-admin preference
13356 > would be indicated here. Clearly, individual choice would be
13357 > counter-productive, given the original reasons for suggesting this
13358 feature!
13359 > =)
13360 >
13361 > --------------------------------------------------------------
13362 > from: Jonathan "Chromatix" Morton
13363 > mail: chromi@cyberspace.org (not for attachments)
13364 > uni-mail: j.d.morton@lancaster.ac.uk
13365 >
13366 > The key to knowledge is not to rely on people to teach you it.
13367 >
13368 > Get VNC Server for Macintosh from http://chromatix.autistics.org/vnc/
13369 >
13370 > -----BEGIN GEEK CODE BLOCK-----
13371 > Version 3.12
13372 > GCS$/E/S dpu(!) s:- a19 C+++ UL++ P L+++ E W+ N- o? K? w--- O-- M++$ V? PS
13373 > PE- Y+ PGP++ t- 5- X- R !tv b++ DI+++ D G e+ h+ r- y+
13374 > -----END GEEK CODE BLOCK-----
13375 >
13376 >
13377 >
13378 > ---------------------------------------------------------------
13379 > To unsubscribe, send email to majordomo@ender.shadowfire.org
13380 > with "unsubscribe ircservices" in the body, without the quotes.
13381 >
13382
13383
13384 ---------------------------------------------------------------
13385 To unsubscribe, send email to majordomo@ender.shadowfire.org
13386 with "unsubscribe ircservices" in the body, without the quotes.
13387
13388
13389 From chromi at cyberspace.org Tue Jul 18 20:17:53 2000
13390 From: chromi at cyberspace.org (Jonathan Morton)
13391 Date: Sat Oct 23 23:00:59 2004
13392 Subject: [IRCServices] Suggestion
13393 In-Reply-To: <B59A918F.1B2%anarki@flamebait.org>
13394 References: <l03130308b59ac66436c4@[10.38.239.105]>
13395 Message-ID: l03130309b59acd7ee1fa@[10.38.239.105]
13396
13397 >>> Listing linked nicks isn't a good idea, 2 main reasons ... makes it feel
13398 >>> like privacy is violated. If you have one of my nicks ... you have all of
13399 >>> them ... second, spamming becomes a bit easier, again you have a list of
13400 >>> nicks ...
13401 >>
13402 >> Uh, maybe you misinterpreted slightly. What I meant was for something like:
13403 >>
13404 >> /nickserv LISTLINKS <nick>
13405 >>
13406 >> which in my case would list something like:
13407 >>
13408 >> *** chromatix is Jonathan Morton
13409 >> *** chromatix also owns mortonjd, QuadraServ, PowerMac8100ServPro, jon, geek
13410 >
13411 >
13412 >the above is a list of nicks that can now be used for spamming purposes, I
13413 >don't think I missunderstood at all.
13414
13415 OK, so how does the spammer get hold of the first nick to get the whole
13416 list? Most likely the nick they already have is the only one online at
13417 that point in time. Even with that list, all that can happen (in the worst
13418 case) is that one person gets multiple copies of the spam. Not
13419 particularly useful. From a spammer's point of view, I don't see any
13420 information that can be got from this command that can't be got with less
13421 effort from other places.
13422
13423 --------------------------------------------------------------
13424 from: Jonathan "Chromatix" Morton
13425 mail: chromi@cyberspace.org (not for attachments)
13426 uni-mail: j.d.morton@lancaster.ac.uk
13427
13428 The key to knowledge is not to rely on people to teach you it.
13429
13430 Get VNC Server for Macintosh from http://chromatix.autistics.org/vnc/
13431
13432 -----BEGIN GEEK CODE BLOCK-----
13433 Version 3.12
13434 GCS$/E/S dpu(!) s:- a19 C+++ UL++ P L+++ E W+ N- o? K? w--- O-- M++$ V? PS
13435 PE- Y+ PGP++ t- 5- X- R !tv b++ DI+++ D G e+ h+ r- y+
13436 -----END GEEK CODE BLOCK-----
13437
13438
13439
13440 ---------------------------------------------------------------
13441 To unsubscribe, send email to majordomo@ender.shadowfire.org
13442 with "unsubscribe ircservices" in the body, without the quotes.
13443
13444
13445 From chromi at cyberspace.org Tue Jul 18 20:25:04 2000
13446 From: chromi at cyberspace.org (Jonathan Morton)
13447 Date: Sat Oct 23 23:00:59 2004
13448 Subject: [IRCServices] Suggestion
13449 In-Reply-To: <009101bff12e$17c46600$0800000a@spyderdesign.com>
13450 References: <l03130307b59ab802d5bd@[10.38.239.105]><l03130308b59ac66436c4@[10.38.239.105]>
13451 Message-ID: l0313030ab59acfd26df7@[10.38.239.105]
13452
13453 >It wouldn't work for RPGWorlds, a Role Playing network that I maintain
13454 >services/ircd for. Since people play many characters at one time, it would
13455 >corrupt the privacy each player has, because you could easily figure out
13456 >which other characters a user has.
13457 >
13458 >So if this option was implemented, which would be quite easy to do so I
13459 >believe, it should be configurable.
13460
13461 Sure, it could be made an option in the services.conf - and your example is
13462 a good one.
13463
13464 --------------------------------------------------------------
13465 from: Jonathan "Chromatix" Morton
13466 mail: chromi@cyberspace.org (not for attachments)
13467 uni-mail: j.d.morton@lancaster.ac.uk
13468
13469 The key to knowledge is not to rely on people to teach you it.
13470
13471 Get VNC Server for Macintosh from http://chromatix.autistics.org/vnc/
13472
13473 -----BEGIN GEEK CODE BLOCK-----
13474 Version 3.12
13475 GCS$/E/S dpu(!) s:- a19 C+++ UL++ P L+++ E W+ N- o? K? w--- O-- M++$ V? PS
13476 PE- Y+ PGP++ t- 5- X- R !tv b++ DI+++ D G e+ h+ r- y+
13477 -----END GEEK CODE BLOCK-----
13478
13479
13480
13481 ---------------------------------------------------------------
13482 To unsubscribe, send email to majordomo@ender.shadowfire.org
13483 with "unsubscribe ircservices" in the body, without the quotes.
13484
13485
13486 From anarki at flamebait.org Tue Jul 18 20:30:00 2000
13487 From: anarki at flamebait.org (Scott Seufert)
13488 Date: Sat Oct 23 23:00:59 2004
13489 Subject: [IRCServices] Suggestion
13490 In-Reply-To: <l03130309b59acd7ee1fa@[10.38.239.105]>
13491 References: l03130309b59acd7ee1fa@[10.38.239.105]
13492 Message-ID: B59A98F8.1BE%anarki@flamebait.org
13493
13494 on 7/18/00 11:17 PM, Jonathan Morton at chromi@cyberspace.org wrote:
13495
13496 >>>> Listing linked nicks isn't a good idea, 2 main reasons ... makes it feel
13497 >>>> like privacy is violated. If you have one of my nicks ... you have all of
13498 >>>> them ... second, spamming becomes a bit easier, again you have a list of
13499 >>>> nicks ...
13500 >>>
13501 >>> Uh, maybe you misinterpreted slightly. What I meant was for something like:
13502 >>>
13503 >>> /nickserv LISTLINKS <nick>
13504 >>>
13505 >>> which in my case would list something like:
13506 >>>
13507 >>> *** chromatix is Jonathan Morton
13508 >>> *** chromatix also owns mortonjd, QuadraServ, PowerMac8100ServPro, jon, geek
13509 >>
13510 >>
13511 >> the above is a list of nicks that can now be used for spamming purposes, I
13512 >> don't think I missunderstood at all.
13513 >
13514 > OK, so how does the spammer get hold of the first nick to get the whole
13515 > list? Most likely the nick they already have is the only one online at
13516 > that point in time. Even with that list, all that can happen (in the worst
13517 > case) is that one person gets multiple copies of the spam. Not
13518 > particularly useful. From a spammer's point of view, I don't see any
13519 > information that can be got from this command that can't be got with less
13520 > effort from other places.
13521 >
13522 I sit in your channel and start at the top of the list ..
13523
13524 Also, this issue is most likely the same reason that NSOperListOnly is in
13525 place.
13526
13527 It is also my view that no one other than Opers should have any kind of
13528 access to a mass list of nicks or channels list.
13529
13530 Scott
13531
13532
13533 ---------------------------------------------------------------
13534 To unsubscribe, send email to majordomo@ender.shadowfire.org
13535 with "unsubscribe ircservices" in the body, without the quotes.
13536
13537
13538 From anarki at flamebait.org Tue Jul 18 20:39:24 2000
13539 From: anarki at flamebait.org (Scott Seufert)
13540 Date: Sat Oct 23 23:00:59 2004
13541 Subject: [IRCServices] Suggestion
13542 In-Reply-To: <l0313030ab59acfd26df7@[10.38.239.105]>
13543 References: l0313030ab59acfd26df7@[10.38.239.105]
13544 Message-ID: B59A9B2B.1C0%anarki@flamebait.org
13545
13546 on 7/18/00 11:25 PM, Jonathan Morton at chromi@cyberspace.org wrote:
13547
13548 >> It wouldn't work for RPGWorlds, a Role Playing network that I maintain
13549 >> services/ircd for. Since people play many characters at one time, it would
13550 >> corrupt the privacy each player has, because you could easily figure out
13551 >> which other characters a user has.
13552 >>
13553 >> So if this option was implemented, which would be quite easy to do so I
13554 >> believe, it should be configurable.
13555 >
13556 > Sure, it could be made an option in the services.conf - and your example is
13557 > a good one.
13558 >
13559 > --------------------------------------------------------------
13560 > from: Jonathan "Chromatix" Morton
13561 > mail: chromi@cyberspace.org (not for attachments)
13562 > uni-mail: j.d.morton@lancaster.ac.uk
13563 >
13564 > The key to knowledge is not to rely on people to teach you it.
13565 >
13566 > Get VNC Server for Macintosh from http://chromatix.autistics.org/vnc/
13567 >
13568 > -----BEGIN GEEK CODE BLOCK-----
13569 > Version 3.12
13570 > GCS$/E/S dpu(!) s:- a19 C+++ UL++ P L+++ E W+ N- o? K? w--- O-- M++$ V? PS
13571 > PE- Y+ PGP++ t- 5- X- R !tv b++ DI+++ D G e+ h+ r- y+
13572 > -----END GEEK CODE BLOCK-----
13573 >
13574 >
13575 >
13576 > ---------------------------------------------------------------
13577 > To unsubscribe, send email to majordomo@ender.shadowfire.org
13578 > with "unsubscribe ircservices" in the body, without the quotes.
13579 >
13580 >
13581
13582 I am confussed about one thing though ... I don't see why having a list of
13583 linked nicks even matters... Services binds them all anyway ... if you have
13584 access to a chan with nick1 .. you have just as much access with nick2.
13585
13586 Ref: /nickserv help link
13587
13588
13589 Scott
13590
13591
13592
13593 ---------------------------------------------------------------
13594 To unsubscribe, send email to majordomo@ender.shadowfire.org
13595 with "unsubscribe ircservices" in the body, without the quotes.
13596
13597
13598 From chromi at cyberspace.org Tue Jul 18 21:06:17 2000
13599 From: chromi at cyberspace.org (Jonathan Morton)
13600 Date: Sat Oct 23 23:00:59 2004
13601 Subject: [IRCServices] Suggestion
13602 In-Reply-To: <B59A98F8.1BE%anarki@flamebait.org>
13603 References: <l03130309b59acd7ee1fa@[10.38.239.105]>
13604 Message-ID: l0313030bb59ad936a2df@[10.38.239.105]
13605
13606 > I sit in your channel and start at the top of the list ..
13607
13608 ...and you get perhaps a dozen people in there. You do /nickserv listlinks
13609 for each of them. You then have the different nicks that these people use,
13610 which they are not using at the moment. Exactly how useful is that?
13611
13612 Besides, if you don't like it then switch it off on your network (if it
13613 ever gets implemented).
13614
13615 --------------------------------------------------------------
13616 from: Jonathan "Chromatix" Morton
13617 mail: chromi@cyberspace.org (not for attachments)
13618 uni-mail: j.d.morton@lancaster.ac.uk
13619
13620 The key to knowledge is not to rely on people to teach you it.
13621
13622 Get VNC Server for Macintosh from http://chromatix.autistics.org/vnc/
13623
13624 -----BEGIN GEEK CODE BLOCK-----
13625 Version 3.12
13626 GCS$/E/S dpu(!) s:- a19 C+++ UL++ P L+++ E W+ N- o? K? w--- O-- M++$ V? PS
13627 PE- Y+ PGP++ t- 5- X- R !tv b++ DI+++ D G e+ h+ r- y+
13628 -----END GEEK CODE BLOCK-----
13629
13630
13631
13632 ---------------------------------------------------------------
13633 To unsubscribe, send email to majordomo@ender.shadowfire.org
13634 with "unsubscribe ircservices" in the body, without the quotes.
13635
13636
13637 From chromi at cyberspace.org Tue Jul 18 21:19:07 2000
13638 From: chromi at cyberspace.org (Jonathan Morton)
13639 Date: Sat Oct 23 23:00:59 2004
13640 Subject: [IRCServices] Suggestion
13641 In-Reply-To: <B59A9B2B.1C0%anarki@flamebait.org>
13642 References: <l0313030ab59acfd26df7@[10.38.239.105]>
13643 Message-ID: l0313030cb59adc6762c0@[10.38.239.105]
13644
13645 >I am confussed about one thing though ... I don't see why having a list of
13646 >linked nicks even matters... Services binds them all anyway ... if you have
13647 >access to a chan with nick1 .. you have just as much access with nick2.
13648
13649 If you actually followed the thread, you'd have read this:
13650
13651 >Because linked nick OPs are hard to track not beeing an sadmin...
13652 >You can get op with linked nick Nick1 ... Nick1 makes some troubles.. and you
13653 >cannot delete it because you dont know his linked nick on the access list.
13654
13655 He then went on to mention how hard it was to manually search through the
13656 user-info for an ACCESS list numbering around 100.
13657
13658 --------------------------------------------------------------
13659 from: Jonathan "Chromatix" Morton
13660 mail: chromi@cyberspace.org (not for attachments)
13661 uni-mail: j.d.morton@lancaster.ac.uk
13662
13663 The key to knowledge is not to rely on people to teach you it.
13664
13665 Get VNC Server for Macintosh from http://chromatix.autistics.org/vnc/
13666
13667 -----BEGIN GEEK CODE BLOCK-----
13668 Version 3.12
13669 GCS$/E/S dpu(!) s:- a19 C+++ UL++ P L+++ E W+ N- o? K? w--- O-- M++$ V? PS
13670 PE- Y+ PGP++ t- 5- X- R !tv b++ DI+++ D G e+ h+ r- y+
13671 -----END GEEK CODE BLOCK-----
13672
13673
13674
13675 ---------------------------------------------------------------
13676 To unsubscribe, send email to majordomo@ender.shadowfire.org
13677 with "unsubscribe ircservices" in the body, without the quotes.
13678
13679
13680 From mike at chat.za.net Wed Jul 19 00:47:07 2000
13681 From: mike at chat.za.net (Michael Smith)
13682 Date: Sat Oct 23 23:00:59 2004
13683 Subject: [IRCServices] Another Suggesstion
13684 In-Reply-To: <l0313030bb59ad936a2df@[10.38.239.105]>
13685 References: l0313030bb59ad936a2df@[10.38.239.105]
13686 Message-ID: Pine.LNX.4.21.0007190943490.271&#45;100000@moonlight.chat.za.net
13687
13688
13689 I would like a
13690
13691 /msg nickserv enforce forbid
13692
13693 What this would do is automatically nick kill any currently
13694 forbidden nicks
13695
13696 Also, I would like the nick kill time out on forbidden nicks to be dropped
13697 to something like 15 seconds (or possibly let this be configurable)
13698
13699 Comments?
13700
13701 Mike
13702
13703
13704 ---------------------------------------------------------------
13705 To unsubscribe, send email to majordomo@ender.shadowfire.org
13706 with "unsubscribe ircservices" in the body, without the quotes.
13707
13708
13709 From quension at softhome.net Tue Jul 18 23:47:59 2000
13710 From: quension at softhome.net (quension@softhome.net)
13711 Date: Sat Oct 23 23:00:59 2004
13712 Subject: [IRCServices] Suggestion
13713 References: <l0313030ab59acfd26df7@[10.38.239.105]> <l0313030cb59adc6762c0@[10.38.239.105]>
13714 Message-ID: 39754F1E.A61D345D@softhome.net
13715
13716 Jonathan Morton wrote:
13717
13718 > >I am confussed about one thing though ... I don't see why having a list of
13719 > >linked nicks even matters... Services binds them all anyway ... if you have
13720 > >access to a chan with nick1 .. you have just as much access with nick2.
13721 >
13722 > If you actually followed the thread, you'd have read this:
13723 >
13724 > >Because linked nick OPs are hard to track not beeing an sadmin...
13725 > >You can get op with linked nick Nick1 ... Nick1 makes some troubles.. and you
13726 > >cannot delete it because you dont know his linked nick on the access list.
13727 >
13728 > He then went on to mention how hard it was to manually search through the
13729 > user-info for an ACCESS list numbering around 100.
13730
13731 ...so do something along the lines of a "why" command. Services knows why a
13732 particular nick has access in a channel (linked to nick 'x' which is on the access
13733 list as level 'nn'), let it tell you.
13734
13735 -- Quension
13736
13737
13738
13739 ---------------------------------------------------------------
13740 To unsubscribe, send email to majordomo@ender.shadowfire.org
13741 with "unsubscribe ircservices" in the body, without the quotes.
13742
13743
13744 From andrewk at icon.co.za Wed Jul 19 01:52:42 2000
13745 From: andrewk at icon.co.za (Andrew Kempe)
13746 Date: Sat Oct 23 23:00:59 2004
13747 Subject: [IRCServices] Another Suggesstion
13748 References: <Pine.LNX.4.21.0007190943490.271-100000@moonlight.chat.za.net>
13749 Message-ID: 00a501bff15e$b3261320$9c011ac4@shadow
13750
13751 Ok, this is in reply to all the posts :)
13752
13753 o Linked nicks:
13754
13755 I can add a WHY command to ChanServ so that you can see why a person has
13756 access to the channel (and maybe what access they have). The command would
13757 go something like:
13758
13759 /msg chanserv why #chan joe
13760
13761 -ChanServ- Joe has access to #t via the nick NickX which is on the #t access
13762 list [at level X]
13763
13764 The part in [] could be set to only be shown to users with a level equal to
13765 or higher than X.
13766
13767 This would require a bit of list searching (not a very good thing) to find
13768 the nickname the user is gaining access via. I need to look into this more.
13769
13770 o Forbidden Nick Enforcement.
13771
13772 I'll look at adding a set of commands that will allow one to force timed
13773 events to execute immediately.
13774
13775 o Forbidden Nick Kill Time.
13776
13777 I'll make this a configurable setting in version 4.5 I'm trying to stop ALL
13778 development of the 4.4 source tree in an effort to release a KNOWN stable
13779 version of IRC Services that support Bahamut. All future development will
13780 take place in 4.5.
13781
13782 Andrew
13783
13784 ----- Original Message -----
13785 From: "Michael Smith" <mike@chat.za.net>
13786 To: <ircservices@delirious.shadowfire.org>
13787 Sent: Wednesday, July 19, 2000 9:47 AM
13788 Subject: [IRCServices] Another Suggesstion
13789
13790
13791 >
13792 > I would like a
13793 >
13794 > /msg nickserv enforce forbid
13795 >
13796 > What this would do is automatically nick kill any currently
13797 > forbidden nicks
13798 >
13799 > Also, I would like the nick kill time out on forbidden nicks to be dropped
13800 > to something like 15 seconds (or possibly let this be configurable)
13801 >
13802 > Comments?
13803 >
13804 > Mike
13805 >
13806 >
13807 > ---------------------------------------------------------------
13808 > To unsubscribe, send email to majordomo@ender.shadowfire.org
13809 > with "unsubscribe ircservices" in the body, without the quotes.
13810 >
13811
13812
13813 ---------------------------------------------------------------
13814 To unsubscribe, send email to majordomo@ender.shadowfire.org
13815 with "unsubscribe ircservices" in the body, without the quotes.
13816
13817
13818 From Lamego at PTlink.net Wed Jul 19 02:53:32 2000
13819 From: Lamego at PTlink.net (Joao Luis Marques Pinto)
13820 Date: Sat Oct 23 23:00:59 2004
13821 Subject: [IRCServices] Suggestion
13822 In-Reply-To: <39754F1E.A61D345D@softhome.net>; from quension@softhome.net on Wed, Jul 19, 2000 at 07:47:59 +0100
13823 References: <39754F1E.A61D345D@softhome.net>
13824 Message-ID: 20000719105332.A31062@alunos.est.ips.pt
13825
13826 err,
13827 why to create an abusive track system when you can easly create an abuse
13828 blocking system ?
13829 Anyway if someone is interested in this option it is available on PTlink
13830 Services for some versions ago with /CHANSERV SET #Chan NOLINKS ON, it is easly
13831 portated to ircservices with one or two copy paste.
13832
13833 On Wed, 19 Jul 2000 07:47:59 you wrote:
13834 > Jonathan Morton wrote:
13835 >
13836 > > >I am confussed about one thing though ... I don't see why having a list
13837 of
13838 > > >linked nicks even matters... Services binds them all anyway ... if you
13839 have
13840 > > >access to a chan with nick1 .. you have just as much access with nick2.
13841 > >
13842 > > If you actually followed the thread, you'd have read this:
13843 > >
13844 > > >Because linked nick OPs are hard to track not beeing an sadmin...
13845 > > >You can get op with linked nick Nick1 ... Nick1 makes some troubles.. and
13846 you
13847 > > >cannot delete it because you dont know his linked nick on the access
13848 list.
13849 > >
13850 > > He then went on to mention how hard it was to manually search through the
13851 > > user-info for an ACCESS list numbering around 100.
13852 >
13853 > ...so do something along the lines of a "why" command. Services knows why a
13854 > particular nick has access in a channel (linked to nick 'x' which is on the
13855 access
13856 > list as level 'nn'), let it tell you.
13857 >
13858 > -- Quension
13859 >
13860 >
13861 >
13862 > ---------------------------------------------------------------
13863 > To unsubscribe, send email to majordomo@ender.shadowfire.org
13864 > with "unsubscribe ircservices" in the body, without the quotes.
13865
13866 --
13867 Joao Luis Marques Pinto
13868 PTlink Tech Admin
13869 http://www.ptlink.net - Lamego@PTlink.net
13870
13871 ---------------------------------------------------------------
13872 To unsubscribe, send email to majordomo@ender.shadowfire.org
13873 with "unsubscribe ircservices" in the body, without the quotes.
13874
13875
13876 From Lamego at PTlink.net Wed Jul 19 03:01:35 2000
13877 From: Lamego at PTlink.net (Joao Luis Marques Pinto)
13878 Date: Sat Oct 23 23:00:59 2004
13879 Subject: [IRCServices] Another Suggesstion
13880 In-Reply-To: <00a501bff15e$b3261320$9c011ac4@shadow>; from andrewk@icon.co.za on Wed, Jul 19, 2000 at 09:52:42 +0100
13881 References: <00a501bff15e$b3261320$9c011ac4@shadow>
13882 Message-ID: 20000719110135.B31062@alunos.est.ips.pt
13883
13884
13885 On Wed, 19 Jul 2000 09:52:42 Andrew Kempe wrote:
13886 > Ok, this is in reply to all the posts :)
13887 >
13888 > o Linked nicks:
13889 >
13890 > I can add a WHY command to ChanServ so that you can see why a person has
13891 > access to the channel (and maybe what access they have). The command would
13892 > go something like:
13893 >
13894 > /msg chanserv why #chan joe
13895 >
13896 > -ChanServ- Joe has access to #t via the nick NickX which is on the #t access
13897 > list [at level X]
13898 >
13899 > The part in [] could be set to only be shown to users with a level equal to
13900 > or higher than X.
13901 >
13902 > This would require a bit of list searching (not a very good thing) to find
13903 > the nickname the user is gaining access via. I need to look into this more.
13904
13905 This will take the same list searching of an access lookup when NickX joins or
13906 uses any channel command on #t, however the LINKS OFF setting, would decrease
13907 the searcing expense since it would just match against the effective nick.
13908
13909 >
13910 > o Forbidden Nick Enforcement.
13911 >
13912 > I'll look at adding a set of commands that will allow one to force timed
13913 > events to execute immediately.
13914 >
13915 > o Forbidden Nick Kill Time.
13916 >
13917 > I'll make this a configurable setting in version 4.5 I'm trying to stop ALL
13918 > development of the 4.4 source tree in an effort to release a KNOWN stable
13919 > version of IRC Services that support Bahamut. All future development will
13920 > take place in 4.5.
13921 >
13922 > Andrew
13923 >
13924 > ----- Original Message -----
13925 > From: "Michael Smith" <mike@chat.za.net>
13926 > To: <ircservices@delirious.shadowfire.org>
13927 > Sent: Wednesday, July 19, 2000 9:47 AM
13928 > Subject: [IRCServices] Another Suggesstion
13929 >
13930 >
13931 > >
13932 > > I would like a
13933 > >
13934 > > /msg nickserv enforce forbid
13935 > >
13936 > > What this would do is automatically nick kill any currently
13937 > > forbidden nicks
13938 > >
13939 > > Also, I would like the nick kill time out on forbidden nicks to be dropped
13940 > > to something like 15 seconds (or possibly let this be configurable)
13941 > >
13942 > > Comments?
13943 > >
13944 > > Mike
13945 > >
13946 > >
13947 > > ---------------------------------------------------------------
13948 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
13949 > > with "unsubscribe ircservices" in the body, without the quotes.
13950 > >
13951 >
13952 >
13953 > ---------------------------------------------------------------
13954 > To unsubscribe, send email to majordomo@ender.shadowfire.org
13955 > with "unsubscribe ircservices" in the body, without the quotes.
13956
13957 --
13958 Joao Luis Marques Pinto
13959 PTlink Tech Admin
13960 http://www.ptlink.net - Lamego@PTlink.net
13961
13962 ---------------------------------------------------------------
13963 To unsubscribe, send email to majordomo@ender.shadowfire.org
13964 with "unsubscribe ircservices" in the body, without the quotes.
13965
13966
13967 From anarki at flamebait.org Wed Jul 19 05:35:23 2000
13968 From: anarki at flamebait.org (Scott Seufert)
13969 Date: Sat Oct 23 23:00:59 2004
13970 Subject: [IRCServices] Suggestion
13971 In-Reply-To: <39754F1E.A61D345D@softhome.net>
13972 References: 39754F1E.A61D345D@softhome.net
13973 Message-ID: B59B18CB.1CC%anarki@flamebait.org
13974
13975 on 7/19/00 2:47 AM, quension@softhome.net at quension@softhome.net wrote:
13976
13977 > Jonathan Morton wrote:
13978 >
13979 >>> I am confussed about one thing though ... I don't see why having a list of
13980 >>> linked nicks even matters... Services binds them all anyway ... if you have
13981 >>> access to a chan with nick1 .. you have just as much access with nick2.
13982 >>
13983 >> If you actually followed the thread, you'd have read this:
13984 >>
13985 >>> Because linked nick OPs are hard to track not beeing an sadmin...
13986 >>> You can get op with linked nick Nick1 ... Nick1 makes some troubles.. and
13987 >>> you
13988 >>> cannot delete it because you dont know his linked nick on the access list.
13989 >>
13990 >> He then went on to mention how hard it was to manually search through the
13991 >> user-info for an ACCESS list numbering around 100.
13992 >
13993 > ..so do something along the lines of a "why" command. Services knows why a
13994 > particular nick has access in a channel (linked to nick 'x' which is on the
13995 > access
13996 > list as level 'nn'), let it tell you.
13997 >
13998 > -- Quension
13999
14000 This sounds alot better than having NickServ hand out a whole list of nicks,
14001 which I stayed up last night and thought of at least a dozen malicious
14002 things I could do with a list of linked nicks.
14003
14004 I'm sorry, but my first question is always "How can this be exploited?" I
14005 also admit that my spammer example wasn't the best example because it does
14006 make the spammer go out of the way. There is still the privacy issue and a
14007 few others that I can think of and wont mention.
14008
14009
14010 Scott Seufert
14011 aka Anarki
14012 aka katsklaw
14013 Server Admin
14014 NoDoze.ShadowFire.Org
14015
14016
14017 ---------------------------------------------------------------
14018 To unsubscribe, send email to majordomo@ender.shadowfire.org
14019 with "unsubscribe ircservices" in the body, without the quotes.
14020
14021
14022 From anarki at flamebait.org Wed Jul 19 05:45:50 2000
14023 From: anarki at flamebait.org (Scott Seufert)
14024 Date: Sat Oct 23 23:00:59 2004
14025 Subject: [IRCServices] Another Suggesstion
14026 In-Reply-To: <20000719110135.B31062@alunos.est.ips.pt>
14027 References: 20000719110135.B31062@alunos.est.ips.pt
14028 Message-ID: B59B1B3E.1CD%anarki@flamebait.org
14029
14030 on 7/19/00 6:01 AM, Joao Luis Marques Pinto at Lamego@PTlink.net wrote:
14031
14032 >
14033 > On Wed, 19 Jul 2000 09:52:42 Andrew Kempe wrote:
14034 >> Ok, this is in reply to all the posts :)
14035 >>
14036 >> o Linked nicks:
14037 >>
14038 >> I can add a WHY command to ChanServ so that you can see why a person has
14039 >> access to the channel (and maybe what access they have). The command would
14040 >> go something like:
14041 >>
14042 >> /msg chanserv why #chan joe
14043 >>
14044 >> -ChanServ- Joe has access to #t via the nick NickX which is on the #t access
14045 >> list [at level X]
14046 >>
14047 >> The part in [] could be set to only be shown to users with a level equal to
14048 >> or higher than X.
14049 >>
14050 >> This would require a bit of list searching (not a very good thing) to find
14051 >> the nickname the user is gaining access via. I need to look into this more.
14052 >
14053 > This will take the same list searching of an access lookup when NickX joins or
14054 > uses any channel command on #t, however the LINKS OFF setting, would decrease
14055 > the searcing expense since it would just match against the effective nick.
14056 >
14057
14058 DALnet, has used the why command for years, it seems to be quite effective,
14059 their system is a bit different when it comes to nicks. Since they allow
14060 users to identify for other nicks, they have no use for the UN/LINK command.
14061 Even so, the same condition can still arise.
14062
14063
14064 Scott Seufert
14065 aka Anarki
14066 aka katsklaw
14067 Server Admin
14068 NoDoze.ShadowFire.Org
14069
14070
14071 ---------------------------------------------------------------
14072 To unsubscribe, send email to majordomo@ender.shadowfire.org
14073 with "unsubscribe ircservices" in the body, without the quotes.
14074
14075
14076 From Lamego at PTlink.net Wed Jul 19 07:22:01 2000
14077 From: Lamego at PTlink.net (Joao Luis Marques Pinto)
14078 Date: Sat Oct 23 23:00:59 2004
14079 Subject: [IRCServices] Another Suggesstion
14080 In-Reply-To: <B59B1B3E.1CD%anarki@flamebait.org>; from anarki@flamebait.org on Wed, Jul 19, 2000 at 13:45:50 +0100
14081 References: <B59B1B3E.1CD%anarki@flamebait.org>
14082 Message-ID: 20000719152201.A31882@alunos.est.ips.pt
14083
14084 Dalnet makes a completely different approach so you cannot make a comparision on
14085 the conditions creating this problem.
14086
14087 On Wed, 19 Jul 2000 13:45:50 Scott Seufert wrote:
14088 > on 7/19/00 6:01 AM, Joao Luis Marques Pinto at Lamego@PTlink.net wrote:
14089 >
14090 > >
14091 > > On Wed, 19 Jul 2000 09:52:42 Andrew Kempe wrote:
14092 > >> Ok, this is in reply to all the posts :)
14093 > >>
14094 > >> o Linked nicks:
14095 > >>
14096 > >> I can add a WHY command to ChanServ so that you can see why a person has
14097 > >> access to the channel (and maybe what access they have). The command
14098 would
14099 > >> go something like:
14100 > >>
14101 > >> /msg chanserv why #chan joe
14102 > >>
14103 > >> -ChanServ- Joe has access to #t via the nick NickX which is on the #t
14104 access
14105 > >> list [at level X]
14106 > >>
14107 > >> The part in [] could be set to only be shown to users with a level equal
14108 to
14109 > >> or higher than X.
14110 > >>
14111 > >> This would require a bit of list searching (not a very good thing) to
14112 find
14113 > >> the nickname the user is gaining access via. I need to look into this
14114 more.
14115 > >
14116 > > This will take the same list searching of an access lookup when NickX joins
14117 or
14118 > > uses any channel command on #t, however the LINKS OFF setting, would
14119 decrease
14120 > > the searcing expense since it would just match against the effective nick.
14121 > >
14122 >
14123 > DALnet, has used the why command for years, it seems to be quite effective,
14124 > their system is a bit different when it comes to nicks. Since they allow
14125 > users to identify for other nicks, they have no use for the UN/LINK command.
14126 > Even so, the same condition can still arise.
14127 >
14128 >
14129 > Scott Seufert
14130 > aka Anarki
14131 > aka katsklaw
14132 > Server Admin
14133 > NoDoze.ShadowFire.Org
14134 >
14135 >
14136 > ---------------------------------------------------------------
14137 > To unsubscribe, send email to majordomo@ender.shadowfire.org
14138 > with "unsubscribe ircservices" in the body, without the quotes.
14139
14140 --
14141 Joao Luis Marques Pinto
14142 PTlink Tech Admin
14143 http://www.ptlink.net - Lamego@PTlink.net
14144
14145 ---------------------------------------------------------------
14146 To unsubscribe, send email to majordomo@ender.shadowfire.org
14147 with "unsubscribe ircservices" in the body, without the quotes.
14148
14149
14150 From lebleu at prefer.net Wed Jul 19 07:36:03 2000
14151 From: lebleu at prefer.net (Kevin)
14152 Date: Sat Oct 23 23:00:59 2004
14153 Subject: [IRCServices] Suggestion
14154 In-Reply-To: <20000719105332.A31062@alunos.est.ips.pt>
14155 References: 20000719105332.A31062@alunos.est.ips.pt
14156 Message-ID: Pine.LNX.4.21.0007190933190.20606&#45;100000@hades.bleu.paganpaths.org
14157
14158 On Wed, 19 Jul 2000, Joao Luis Marques Pinto wrote:
14159
14160 > why to create an abusive track system when you can easly create an abuse
14161 > blocking system ?
14162 > Anyway if someone is interested in this option it is available on PTlink
14163 > Services for some versions ago with /CHANSERV SET #Chan NOLINKS ON, it is easly
14164 > portated to ircservices with one or two copy paste.
14165
14166 Because using a linked nick isn't an abuse, it's a convenience. *If*
14167 someone using a linked nick does something improper on a channel, it is an
14168 inconvience for the channel founder to figure out who is doing something
14169 improper, if they happened to be using a linked nick at the time.
14170 Disabling all linked nicks just because of one trouble maker is not a good
14171 solution. Providing a way for the founder to modify the correct person's
14172 access anyway is a good solution.
14173
14174 Shouldn't doing a /msg chanserv access #channel del linkednick be made to
14175 delete the access for the nick it is linked to? It seems like that would
14176 be a more complete version of nick linking...
14177
14178 --Kevin
14179
14180 --
14181 PaganPaths IRC Network - irc.paganpaths.org - http://www.paganpaths.org/
14182 PPCR Pagan Internet Radio - <A HREF="http://www.paganpaths.org/radio/">http://www.paganpaths.org/radio/</A>
14183 If you're reading this you're part of the mass hallucination that is Kevin
14184 the Blue.
14185 Copyright 2000 Kevin the Blue <LeBleu@prefer.net>
14186 PGP public key at <A HREF="http://www.lebl.eu.org/~lebleu/mypublickey.asc">http://www.lebl.eu.org/~lebleu/mypublickey.asc</A>
14187 "Software is like fire - it can be freely distributed without lessening the
14188 original flame."-konstant <mpriest@microsoft.com>
14189
14190
14191 ---------------------------------------------------------------
14192 To unsubscribe, send email to majordomo@ender.shadowfire.org
14193 with "unsubscribe ircservices" in the body, without the quotes.
14194
14195
14196 From andrewk at icon.co.za Wed Jul 19 07:50:31 2000
14197 From: andrewk at icon.co.za (Andrew Kempe)
14198 Date: Sat Oct 23 23:00:59 2004
14199 Subject: [IRCServices] Linked Nicks - In General
14200 Message-ID: 001001bff190$aff18950$9c011ac4@shadow
14201
14202 I may be wrong, but maybe it's time to redefine linked nicks, their
14203 benefits, why they even exist and what their future is.
14204
14205 I only use them so that all my memos arrive in the same memo store - this is
14206 the only thing I (personally) gain from them.
14207
14208 Maybe the benefits of nick linking would be better implemented in separate
14209 and specific ways - such as memo forwarding, the ability to identify for
14210 multiple nicknames etc. What are people's thoughts on this?
14211
14212 Andrew
14213
14214
14215 ---------------------------------------------------------------
14216 To unsubscribe, send email to majordomo@ender.shadowfire.org
14217 with "unsubscribe ircservices" in the body, without the quotes.
14218
14219
14220 From chromi at cyberspace.org Wed Jul 19 08:50:42 2000
14221 From: chromi at cyberspace.org (Jonathan Morton)
14222 Date: Sat Oct 23 23:00:59 2004
14223 Subject: [IRCServices] Linked Nicks - In General
14224 In-Reply-To: <001001bff190$aff18950$9c011ac4@shadow>
14225 References: 001001bff190$aff18950$9c011ac4@shadow
14226 Message-ID: l0313030eb59b79393b02@[10.38.239.105]
14227
14228 >I may be wrong, but maybe it's time to redefine linked nicks, their
14229 >benefits, why they even exist and what their future is.
14230 >
14231 >I only use them so that all my memos arrive in the same memo store - this is
14232 >the only thing I (personally) gain from them.
14233 >
14234 >Maybe the benefits of nick linking would be better implemented in separate
14235 >and specific ways - such as memo forwarding, the ability to identify for
14236 >multiple nicknames etc. What are people's thoughts on this?
14237
14238 Personally, I've seen uses of linked nicks that would be less easy to
14239 implement in other ways. For example, I often use a second computer as a
14240 'bot' which hangs around even when I'm not directly online. I can assign
14241 this 'bot' a new nick (QuadraServ), link it to my original nick (chromatix)
14242 and thus give it my privileges without having to hassle the founder or
14243 clutter the ACCESS list myself. This of course assumes the founder is
14244 happy about having the bot in-channel. :)
14245
14246 Another use I have is for my "alternate" nick to be registered and linked
14247 to my regular one, so that when I reconnect with a ghost still active, I
14248 can enter the channel and gain privilege without having to first kill my
14249 ghost and also without having to maintain duplicate entries on the ACCESS
14250 list. This is particualrly handy as currently all the "flat rate" ISPs in
14251 the UK operate a 2-hour maximum connection time limit. (Thwacks BT with a
14252 large smelly trout)
14253
14254 Also, I notice that people tend to migrate to new nicks continuously, or
14255 perhaps try out a new nick and find it doesn't suit them quite as well.
14256 They can register their new nick, link it to their old and 'try out' their
14257 new nick without having to hassle the founder or set up all their NickServ
14258 preferences again. Of course, if they permanently remain on the new nick,
14259 the founder should move the entry on the ACCESS list to the new nick on or
14260 before expiry of the old nick. MemoServ is rarely used in my experience,
14261 although it can be a life-saver when it is.
14262
14263 Most of the "problems" introduced by linked nicks can be avoided through
14264 use of either the LISTLINKS or WHY commands, and/or by operating a sensible
14265 policy with regard to channel operators (100+ ops is too many, IMHO, you
14266 should get to know them first).
14267
14268 --------------------------------------------------------------
14269 from: Jonathan "Chromatix" Morton
14270 mail: chromi@cyberspace.org (not for attachments)
14271 uni-mail: j.d.morton@lancaster.ac.uk
14272
14273 The key to knowledge is not to rely on people to teach you it.
14274
14275 Get VNC Server for Macintosh from http://chromatix.autistics.org/vnc/
14276
14277 -----BEGIN GEEK CODE BLOCK-----
14278 Version 3.12
14279 GCS$/E/S dpu(!) s:- a19 C+++ UL++ P L+++ E W+ N- o? K? w--- O-- M++$ V? PS
14280 PE- Y+ PGP++ t- 5- X- R !tv b++ DI+++ D G e+ h+ r- y+
14281 -----END GEEK CODE BLOCK-----
14282
14283
14284
14285 ---------------------------------------------------------------
14286 To unsubscribe, send email to majordomo@ender.shadowfire.org
14287 with "unsubscribe ircservices" in the body, without the quotes.
14288
14289
14290 From adam at wiredrave.com Wed Jul 19 08:19:33 2000
14291 From: adam at wiredrave.com (Adam Fladwood)
14292 Date: Sat Oct 23 23:00:59 2004
14293 Subject: [IRCServices] Linked Nicks - In General
14294 References: <001001bff190$aff18950$9c011ac4@shadow>
14295 Message-ID: 008501bff194$bebd6400$0800000a@spyderdesign.com
14296
14297 Andrew,
14298
14299 Memo forwarding would be a good idea, anothing thing would be like a forward
14300 command to forward a specific memo to someone else. /msg memoserv fwd 1
14301 <nick> <message to go along with it>. And possibly an ignore feature, /msg
14302 memoserv ignore <nick>.
14303
14304 Identifying for multiple nicks would be a nice thing to be able to do.
14305 Personally, I don't link my nicks just because I tend to confuse myself by
14306 doing it. However one key advantage is the passwords all being the same.
14307
14308 Adam
14309
14310 ----- Original Message -----
14311 From: "Andrew Kempe" <andrewk@icon.co.za>
14312 To: <ircservices@delirious.shadowfire.org>
14313 Sent: Wednesday, July 19, 2000 9:50 AM
14314 Subject: [IRCServices] Linked Nicks - In General
14315
14316
14317 > I may be wrong, but maybe it's time to redefine linked nicks, their
14318 > benefits, why they even exist and what their future is.
14319 >
14320 > I only use them so that all my memos arrive in the same memo store - this
14321 is
14322 > the only thing I (personally) gain from them.
14323 >
14324 > Maybe the benefits of nick linking would be better implemented in separate
14325 > and specific ways - such as memo forwarding, the ability to identify for
14326 > multiple nicknames etc. What are people's thoughts on this?
14327 >
14328 > Andrew
14329 >
14330 >
14331 > ---------------------------------------------------------------
14332 > To unsubscribe, send email to majordomo@ender.shadowfire.org
14333 > with "unsubscribe ircservices" in the body, without the quotes.
14334 >
14335
14336
14337 ---------------------------------------------------------------
14338 To unsubscribe, send email to majordomo@ender.shadowfire.org
14339 with "unsubscribe ircservices" in the body, without the quotes.
14340
14341
14342 From stsimb at irc.gr Wed Jul 19 09:01:54 2000
14343 From: stsimb at irc.gr (Sotiris Tsimbonis)
14344 Date: Sat Oct 23 23:00:59 2004
14345 Subject: [IRCServices] Linked Nicks - In General
14346 In-Reply-To: <001001bff190$aff18950$9c011ac4@shadow>
14347 References: 001001bff190$aff18950$9c011ac4@shadow
14348 Message-ID: Pine.LNX.4.21.0007191849520.25076&#45;100000@nana.forthnet.gr
14349
14350 On Wed, 19 Jul 2000, Andrew Kempe wrote:
14351 > Maybe the benefits of nick linking would be better implemented in separate
14352 > and specific ways - such as memo forwarding, the ability to identify for
14353 > multiple nicknames etc. What are people's thoughts on this?
14354
14355 We run services in our network (irc.gr), which now has about 19.000 reg'd
14356 nicks, with linked nicks disabled, to avoid the kind of trouble that other
14357 people mentioned in this thread.. I personally set my memo limit to 0 for
14358 all-but-one nicks that I have, and only receive in that one..
14359
14360 _ _ _|_ o._ o _
14361 _)(_) |_ || |_>
14362
14363
14364 ---------------------------------------------------------------
14365 To unsubscribe, send email to majordomo@ender.shadowfire.org
14366 with "unsubscribe ircservices" in the body, without the quotes.
14367
14368
14369 From jasonatgcn at hotmail.com Wed Jul 19 09:08:43 2000
14370 From: jasonatgcn at hotmail.com (Jason at GCN)
14371 Date: Sat Oct 23 23:00:59 2004
14372 Subject: [IRCServices] Faster AKILL Processing...
14373 Message-ID: 20000719160843.85535.qmail@hotmail.com
14374
14375 As we all know, having a large Akill list can really bog down services,
14376 espeacially on a large network. Well now that Services supports an
14377 immediate AKILL option I know a way that services can process akills much
14378 more efficiently, however on older IRCD's it may not work so this should be
14379 a configurable option.
14380
14381 Currently Services tracks every user who connects to the network, and if a
14382 match is found, will issue a /KILL for that user. What I am suggesting is
14383 as soon as Services connects to it's uplink, or whenever a new server
14384 connects to the network have Services send out it's entire AKILL list, and
14385 on the Supported servers, a KLINE will be added.
14386
14387 This option can take some extra weight off of Services as it no longer needs
14388 to check every connecting user for a match but instead it will spead out
14389 over all the IRCD's when they process their KLINEs.
14390 ________________________________________________________________________
14391 Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
14392
14393
14394 ---------------------------------------------------------------
14395 To unsubscribe, send email to majordomo@ender.shadowfire.org
14396 with "unsubscribe ircservices" in the body, without the quotes.
14397
14398
14399 From Lamego at PTlink.net Wed Jul 19 09:57:59 2000
14400 From: Lamego at PTlink.net (Joao Luis Marques Pinto)
14401 Date: Sat Oct 23 23:00:59 2004
14402 Subject: [IRCServices] Faster AKILL Processing...
14403 In-Reply-To: <20000719160843.85535.qmail@hotmail.com>; from jasonatgcn@hotmail.com on Wed, Jul 19, 2000 at 17:08:43 +0100
14404 References: <20000719160843.85535.qmail@hotmail.com>
14405 Message-ID: 20000719175759.A32443@alunos.est.ips.pt
14406
14407 This way you are lagging all ircd's on the network, since they will have to
14408 match all local connecting users with the existing akill's.
14409
14410 On Wed, 19 Jul 2000 17:08:43 Jason at GCN wrote:
14411 > As we all know, having a large Akill list can really bog down services,
14412 > espeacially on a large network. Well now that Services supports an
14413 > immediate AKILL option I know a way that services can process akills much
14414 > more efficiently, however on older IRCD's it may not work so this should be
14415 > a configurable option.
14416 >
14417 > Currently Services tracks every user who connects to the network, and if a
14418 > match is found, will issue a /KILL for that user. What I am suggesting is
14419 > as soon as Services connects to it's uplink, or whenever a new server
14420 > connects to the network have Services send out it's entire AKILL list, and
14421 > on the Supported servers, a KLINE will be added.
14422 >
14423 > This option can take some extra weight off of Services as it no longer needs
14424
14425 > to check every connecting user for a match but instead it will spead out
14426 > over all the IRCD's when they process their KLINEs.
14427 > ________________________________________________________________________
14428 > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
14429 >
14430 >
14431 > ---------------------------------------------------------------
14432 > To unsubscribe, send email to majordomo@ender.shadowfire.org
14433 > with "unsubscribe ircservices" in the body, without the quotes.
14434
14435 --
14436 Joao Luis Marques Pinto
14437 PTlink Tech Admin
14438 <A HREF="http://www.ptlink.net">http://www.ptlink.net</A> - Lamego@PTlink.net
14439
14440 ---------------------------------------------------------------
14441 To unsubscribe, send email to majordomo@ender.shadowfire.org
14442 with "unsubscribe ircservices" in the body, without the quotes.
14443
14444
14445 From uhc0 at rz.uni-karlsruhe.de Wed Jul 19 10:02:06 2000
14446 From: uhc0 at rz.uni-karlsruhe.de (Yusuf Iskenderoglu)
14447 Date: Sat Oct 23 23:00:59 2004
14448 Subject: AW: [IRCServices] Faster AKILL Processing...
14449 In-Reply-To: <20000719160843.85535.qmail@hotmail.com>
14450 References: 20000719160843.85535.qmail@hotmail.com
14451 Message-ID: NDBBKLOOKLMAKHFICBLCGEMMDCAA.uhc0@rz.uni&#45;karlsruhe.de
14452
14453
14454 Hello;
14455
14456 In your suggestion, there are still some missing points.
14457 First, if a user is connected to the network, the server one is connecting to
14458 will of course spread the NICK command regardless of the situation, whether there is
14459 a services or not.
14460 That implies, the NICK will arrive services.
14461 Because services has to know the username and the hostname of an introduced nick for internal
14462 purposes like NickServ access list managing, ChanServ akick list managing, listing etc,
14463 the user@host is also thought to be matched against the akill list during the intro of a nick.
14464
14465 To move the akill list to a netjoin would require every server to check for a matching user@host
14466 that will arrive *and* that is online on itself, which can surely lead to proper lag on a network with
14467 approx 2k users, if that network is known to have an akill list of tens of pages.
14468
14469 Additionally, on ircd's that do not benefit from hybrid's high traffic mode, or irc2's zipped links,
14470 the sending of that much akills, which then would be resend to the linked servers, and so on, can take *some*
14471 time, if not causing a flood.
14472
14473 Therefore it is in my opinion, adviseable to let services manage akills, instead of any server on a network,
14474 that even do not need to.
14475
14476 Regards,
14477 yusuf
14478
14479 ---------------------------------
14480 Yusuf Iskenderoglu
14481 eMail - uhc0@rz.uni-karlsruhe.de
14482 eMail - s_iskend@ira.uka.de
14483 ICQ : 20587464 \ TimeMr14C
14484 ---------------------------------
14485
14486
14487 > -----Ursprüngliche Nachricht-----
14488 > Von: owner-ircservices@ender.shadowfire.org
14489 > [mailto:owner-ircservices@ender.shadowfire.org]Im Auftrag von Jason at
14490 > GCN
14491 > Gesendet: Wednesday, July 19, 2000 6:09 PM
14492 > An: ircservices@ender.shadowfire.org
14493 > Betreff: [IRCServices] Faster AKILL Processing...
14494 >
14495 >
14496 > As we all know, having a large Akill list can really bog down services,
14497 > espeacially on a large network. Well now that Services supports an
14498 > immediate AKILL option I know a way that services can process akills much
14499 > more efficiently, however on older IRCD's it may not work so this
14500 > should be
14501 > a configurable option.
14502 >
14503 > Currently Services tracks every user who connects to the network,
14504 > and if a
14505 > match is found, will issue a /KILL for that user. What I am
14506 > suggesting is
14507 > as soon as Services connects to it's uplink, or whenever a new server
14508 > connects to the network have Services send out it's entire AKILL
14509 > list, and
14510 > on the Supported servers, a KLINE will be added.
14511 >
14512 > This option can take some extra weight off of Services as it no
14513 > longer needs
14514 > to check every connecting user for a match but instead it will spead out
14515 > over all the IRCD's when they process their KLINEs.
14516 > ________________________________________________________________________
14517 > Get Your Private, Free E-mail from MSN Hotmail at <A HREF="http://www.hotmail.com">http://www.hotmail.com</A>
14518 >
14519 >
14520 > ---------------------------------------------------------------
14521 > To unsubscribe, send email to majordomo@ender.shadowfire.org
14522 > with "unsubscribe ircservices" in the body, without the quotes.
14523 >
14524
14525
14526 ---------------------------------------------------------------
14527 To unsubscribe, send email to majordomo@ender.shadowfire.org
14528 with "unsubscribe ircservices" in the body, without the quotes.
14529
14530
14531 From chromi at cyberspace.org Wed Jul 19 10:56:11 2000
14532 From: chromi at cyberspace.org (Jonathan Morton)
14533 Date: Sat Oct 23 23:00:59 2004
14534 Subject: AW: [IRCServices] Faster AKILL Processing...
14535 In-Reply-To: <NDBBKLOOKLMAKHFICBLCGEMMDCAA.uhc0@rz.uni-karlsruhe.de>
14536 References: <20000719160843.85535.qmail@hotmail.com>
14537 Message-ID: l0313030fb59b979b5e6d@[10.38.239.105]
14538
14539 >Therefore it is in my opinion, adviseable to let services manage akills,
14540 >instead of any server on a network,
14541 >that even do not need to.
14542
14543 I thought the argument was to distribute the processing across the servers,
14544 rather than having the _entire_ load on Services. If the services machine
14545 is more powerful than all the others put together, and network latency is
14546 low, then it makes great sense to match them all on Services, then issue
14547 /kill and /kline from there. Also, _if_ troublemakers tend to come back
14548 infrequently compared to the reboot frequency, then this is an acceptable
14549 solution. However, I suspect that neither of these assumptions holds true
14550 for many networks.
14551
14552 The solution of keeping every server updated with a K-line list has it's
14553 own problems, though. With a large list of AKILLs and a large number of
14554 servers, the traffic caused by the updates could become significant and
14555 lead to further problems. However this is exactly the situation where the
14556 distribution of processing would be most useful. Throttling would probably
14557 be the best solution to the "flooding" problem, using a 'trickle' of /kline
14558 commands to update the remote server(s), possibly even with a delay to
14559 allow the usual "recovering from netsplit" traffic to subside. This
14560 completely frees up Services from the usual burden of matching AKILLs and
14561 allows it to concentrate on it's other tasks in a more "managerial" role.
14562
14563 Again, this would best be configurable as an admin option, as with all
14564 major behavioural changes.
14565
14566 --------------------------------------------------------------
14567 from: Jonathan "Chromatix" Morton
14568 mail: chromi@cyberspace.org (not for attachments)
14569 uni-mail: j.d.morton@lancaster.ac.uk
14570
14571 The key to knowledge is not to rely on people to teach you it.
14572
14573 Get VNC Server for Macintosh from http://chromatix.autistics.org/vnc/
14574
14575 -----BEGIN GEEK CODE BLOCK-----
14576 Version 3.12
14577 GCS$/E/S dpu(!) s:- a19 C+++ UL++ P L+++ E W+ N- o? K? w--- O-- M++$ V? PS
14578 PE- Y+ PGP++ t- 5- X- R !tv b++ DI+++ D G e+ h+ r- y+
14579 -----END GEEK CODE BLOCK-----
14580
14581
14582
14583 ---------------------------------------------------------------
14584 To unsubscribe, send email to majordomo@ender.shadowfire.org
14585 with "unsubscribe ircservices" in the body, without the quotes.
14586
14587
14588 From atcarr at hotmail.com Wed Jul 19 11:39:24 2000
14589 From: atcarr at hotmail.com (Alan Carr)
14590 Date: Sat Oct 23 23:00:59 2004
14591 Subject: [IRCServices] Linked Nicks - In General
14592 References: <Pine.LNX.4.21.0007191849520.25076-100000@nana.forthnet.gr>
14593 Message-ID: LAW2&#45;OE31p7vXee4fDG00000230@hotmail.com
14594
14595 Not that I know anything at all but I would like to throw my two cents into
14596 this argument.
14597
14598 I had previously requested the ability to identify for nicks that you have
14599 registered but not using at the present time. The linked nicks accommodated
14600 this for the time being. I personally have never come across an abusive
14601 user utilizing any exploit of the linked nicks. I would like to see either
14602 the implementation of either a services op/admin listlinks or the below
14603 stated ability to cross identify for other nicks. However I understand and
14604 realize this is up to Andrew.
14605
14606 Andrew has taken his own personal time to work on these services and in
14607 general has taken many suggestions. Same with Andy and their creation and
14608 upgrades. They both have added many features we asked for because of the
14609 need for the command or the general want for it.
14610
14611 Just my two cents worth.
14612 Alan Carr
14613 PhantomNet IRC Networks
14614
14615
14616 > Maybe the benefits of nick linking would be better implemented in separate
14617 > and specific ways - such as memo forwarding, the ability to identify for
14618 > multiple nicknames etc. What are people's thoughts on this?
14619 >
14620
14621
14622 ---------------------------------------------------------------
14623 To unsubscribe, send email to majordomo@ender.shadowfire.org
14624 with "unsubscribe ircservices" in the body, without the quotes.
14625
14626
14627 From uhc0 at rz.uni-karlsruhe.de Wed Jul 19 14:00:39 2000
14628 From: uhc0 at rz.uni-karlsruhe.de (Yusuf Iskenderoglu)
14629 Date: Sat Oct 23 23:00:59 2004
14630 Subject: AW: [IRCServices] Faster AKILL Processing...
14631 In-Reply-To: <l0313030fb59b979b5e6d@[10.38.239.105]>
14632 References: l0313030fb59b979b5e6d@[10.38.239.105]
14633 Message-ID: NDBBKLOOKLMAKHFICBLCIENDDCAA.uhc0@rz.uni&#45;karlsruhe.de
14634
14635
14636 Hi again;
14637
14638 I've merged my thoughts about this topic and came to the following option,
14639 which probably decrease the load on services.
14640
14641 You could set up another set of services, which is started in -skeleton, leading to
14642 everything but OperServ disabled, and advisable is not to use confusing nicknames
14643 for the known part of services. That OperServ can be used to place akills, and manage akills,
14644 and remove akills etc, without taking any time from the real services which still continue working.
14645
14646 I think your opers should not be that much unhappy having to identify to let's say ServBot in order to
14647 use the *new* AkillServ.
14648
14649 Regards,
14650
14651 ---------------------------------
14652 Yusuf Iskenderoglu
14653 eMail - uhc0@rz.uni-karlsruhe.de
14654 eMail - s_iskend@ira.uka.de
14655 ICQ : 20587464 \ TimeMr14C
14656 ---------------------------------
14657
14658 > -----Ursprungliche Nachricht-----
14659 > Von: owner-ircservices@ender.shadowfire.org
14660 > [mailto:owner-ircservices@ender.shadowfire.org]Im Auftrag von Jonathan
14661 > Morton
14662 > Gesendet: Wednesday, July 19, 2000 7:56 PM
14663 > An: ircservices@delirious.shadowfire.org
14664 > Betreff: Re: AW: [IRCServices] Faster AKILL Processing...
14665 >
14666 >
14667 > >Therefore it is in my opinion, adviseable to let services manage akills,
14668 > >instead of any server on a network,
14669 > >that even do not need to.
14670 >
14671 > I thought the argument was to distribute the processing across
14672 > the servers,
14673 > rather than having the _entire_ load on Services. If the services machine
14674 > is more powerful than all the others put together, and network latency is
14675 > low, then it makes great sense to match them all on Services, then issue
14676 > /kill and /kline from there. Also, _if_ troublemakers tend to come back
14677 > infrequently compared to the reboot frequency, then this is an acceptable
14678 > solution. However, I suspect that neither of these assumptions holds true
14679 > for many networks.
14680 >
14681 > The solution of keeping every server updated with a K-line list has it's
14682 > own problems, though. With a large list of AKILLs and a large number of
14683 > servers, the traffic caused by the updates could become significant and
14684 > lead to further problems. However this is exactly the situation where the
14685 > distribution of processing would be most useful. Throttling
14686 > would probably
14687 > be the best solution to the "flooding" problem, using a 'trickle'
14688 > of /kline
14689 > commands to update the remote server(s), possibly even with a delay to
14690 > allow the usual "recovering from netsplit" traffic to subside. This
14691 > completely frees up Services from the usual burden of matching AKILLs and
14692 > allows it to concentrate on it's other tasks in a more "managerial" role.
14693 >
14694 > Again, this would best be configurable as an admin option, as with all
14695 > major behavioural changes.
14696 >
14697 > --------------------------------------------------------------
14698 > from: Jonathan "Chromatix" Morton
14699 > mail: chromi@cyberspace.org (not for attachments)
14700 > uni-mail: j.d.morton@lancaster.ac.uk
14701 >
14702 > The key to knowledge is not to rely on people to teach you it.
14703 >
14704 > Get VNC Server for Macintosh from <A HREF="http://chromatix.autistics.org/vnc/">http://chromatix.autistics.org/vnc/</A>
14705 >
14706 > -----BEGIN GEEK CODE BLOCK-----
14707 > Version 3.12
14708 > GCS$/E/S dpu(!) s:- a19 C+++ UL++ P L+++ E W+ N- o? K? w--- O-- M++$ V? PS
14709 > PE- Y+ PGP++ t- 5- X- R !tv b++ DI+++ D G e+ h+ r- y+
14710 > -----END GEEK CODE BLOCK-----
14711 >
14712 >
14713 >
14714 > ---------------------------------------------------------------
14715 > To unsubscribe, send email to majordomo@ender.shadowfire.org
14716 > with "unsubscribe ircservices" in the body, without the quotes.
14717 >
14718
14719
14720 ---------------------------------------------------------------
14721 To unsubscribe, send email to majordomo@ender.shadowfire.org
14722 with "unsubscribe ircservices" in the body, without the quotes.
14723
14724
14725 From uhc0 at rz.uni-karlsruhe.de Wed Jul 19 14:06:01 2000
14726 From: uhc0 at rz.uni-karlsruhe.de (Yusuf Iskenderoglu)
14727 Date: Sat Oct 23 23:00:59 2004
14728 Subject: AW: [IRCServices] Faster AKILL Processing...
14729 In-Reply-To: <l0313030fb59b979b5e6d@[10.38.239.105]>
14730 References: l0313030fb59b979b5e6d@[10.38.239.105]
14731 Message-ID: NDBBKLOOKLMAKHFICBLCMENDDCAA.uhc0@rz.uni&#45;karlsruhe.de
14732
14733
14734 Hi again;
14735
14736 I've merged my thoughts about this topic and came to the following option,
14737 which probably decrease the load on services.
14738
14739 You could set up another set of services, which is started in -skeleton, leading to
14740 everything but OperServ disabled, and advisable is not to use confusing nicknames
14741 for the known part of services. That OperServ can be used to place akills, and manage akills,
14742 and remove akills etc, without taking any time from the real services which still continue working.
14743
14744 I think your opers should not be that much unhappy having to identify to let's say ServBot in order to
14745 use the *new* AkillServ.
14746
14747 Regards,
14748
14749 ---------------------------------
14750 Yusuf Iskenderoglu
14751 eMail - uhc0@rz.uni-karlsruhe.de
14752 eMail - s_iskend@ira.uka.de
14753 ICQ : 20587464 \ TimeMr14C
14754 ---------------------------------
14755
14756 > -----Ursprungliche Nachricht-----
14757 > Von: owner-ircservices@ender.shadowfire.org
14758 > [mailto:owner-ircservices@ender.shadowfire.org]Im Auftrag von Jonathan
14759 > Morton
14760 > Gesendet: Wednesday, July 19, 2000 7:56 PM
14761 > An: ircservices@delirious.shadowfire.org
14762 > Betreff: Re: AW: [IRCServices] Faster AKILL Processing...
14763 >
14764 >
14765 > >Therefore it is in my opinion, adviseable to let services manage akills,
14766 > >instead of any server on a network,
14767 > >that even do not need to.
14768 >
14769 > I thought the argument was to distribute the processing across
14770 > the servers,
14771 > rather than having the _entire_ load on Services. If the services machine
14772 > is more powerful than all the others put together, and network latency is
14773 > low, then it makes great sense to match them all on Services, then issue
14774 > /kill and /kline from there. Also, _if_ troublemakers tend to come back
14775 > infrequently compared to the reboot frequency, then this is an acceptable
14776 > solution. However, I suspect that neither of these assumptions holds true
14777 > for many networks.
14778 >
14779 > The solution of keeping every server updated with a K-line list has it's
14780 > own problems, though. With a large list of AKILLs and a large number of
14781 > servers, the traffic caused by the updates could become significant and
14782 > lead to further problems. However this is exactly the situation where the
14783 > distribution of processing would be most useful. Throttling
14784 > would probably
14785 > be the best solution to the "flooding" problem, using a 'trickle'
14786 > of /kline
14787 > commands to update the remote server(s), possibly even with a delay to
14788 > allow the usual "recovering from netsplit" traffic to subside. This
14789 > completely frees up Services from the usual burden of matching AKILLs and
14790 > allows it to concentrate on it's other tasks in a more "managerial" role.
14791 >
14792 > Again, this would best be configurable as an admin option, as with all
14793 > major behavioural changes.
14794 >
14795 > --------------------------------------------------------------
14796 > from: Jonathan "Chromatix" Morton
14797 > mail: chromi@cyberspace.org (not for attachments)
14798 > uni-mail: j.d.morton@lancaster.ac.uk
14799 >
14800 > The key to knowledge is not to rely on people to teach you it.
14801 >
14802 > Get VNC Server for Macintosh from <A HREF="http://chromatix.autistics.org/vnc/">http://chromatix.autistics.org/vnc/</A>
14803 >
14804 > -----BEGIN GEEK CODE BLOCK-----
14805 > Version 3.12
14806 > GCS$/E/S dpu(!) s:- a19 C+++ UL++ P L+++ E W+ N- o? K? w--- O-- M++$ V? PS
14807 > PE- Y+ PGP++ t- 5- X- R !tv b++ DI+++ D G e+ h+ r- y+
14808 > -----END GEEK CODE BLOCK-----
14809 >
14810 >
14811 >
14812 > ---------------------------------------------------------------
14813 > To unsubscribe, send email to majordomo@ender.shadowfire.org
14814 > with "unsubscribe ircservices" in the body, without the quotes.
14815 >
14816
14817
14818 ---------------------------------------------------------------
14819 To unsubscribe, send email to majordomo@ender.shadowfire.org
14820 with "unsubscribe ircservices" in the body, without the quotes.
14821
14822
14823 From anarki at flamebait.org Wed Jul 19 17:33:29 2000
14824 From: anarki at flamebait.org (Scott Seufert)
14825 Date: Sat Oct 23 23:00:59 2004
14826 Subject: [IRCServices] Another Suggesstion
14827 In-Reply-To: <20000719152201.A31882@alunos.est.ips.pt>
14828 References: 20000719152201.A31882@alunos.est.ips.pt
14829 Message-ID: B59BC119.1F2%anarki@flamebait.org
14830
14831 on 7/19/00 10:22 AM, Joao Luis Marques Pinto at Lamego@PTlink.net wrote:
14832
14833 > Dalnet makes a completely different approach so you cannot make a comparision
14834 > on
14835 > the conditions creating this problem.
14836 >
14837
14838 Why not? ... do you think they have never had a user with ops in a channel
14839 and no one knows how they got ops? or which nick they identified to to get
14840 ops?
14841
14842 Scott
14843
14844
14845 ---------------------------------------------------------------
14846 To unsubscribe, send email to majordomo@ender.shadowfire.org
14847 with "unsubscribe ircservices" in the body, without the quotes.
14848
14849
14850 From anarki at flamebait.org Wed Jul 19 17:35:38 2000
14851 From: anarki at flamebait.org (Scott Seufert)
14852 Date: Sat Oct 23 23:00:59 2004
14853 Subject: [IRCServices] Linked Nicks - In General
14854 In-Reply-To: <001001bff190$aff18950$9c011ac4@shadow>
14855 References: 001001bff190$aff18950$9c011ac4@shadow
14856 Message-ID: B59BC19A.1F3%anarki@flamebait.org
14857
14858 on 7/19/00 10:50 AM, Andrew Kempe at andrewk@icon.co.za wrote:
14859
14860 > I may be wrong, but maybe it's time to redefine linked nicks, their
14861 > benefits, why they even exist and what their future is.
14862 >
14863 > I only use them so that all my memos arrive in the same memo store - this is
14864 > the only thing I (personally) gain from them.
14865 >
14866 > Maybe the benefits of nick linking would be better implemented in separate
14867 > and specific ways - such as memo forwarding, the ability to identify for
14868 > multiple nicknames etc. What are people's thoughts on this?
14869 >
14870 > Andrew
14871 >
14872 >
14873 > ---------------------------------------------------------------
14874 > To unsubscribe, send email to majordomo@ender.shadowfire.org
14875 > with "unsubscribe ircservices" in the body, without the quotes.
14876 >
14877 >
14878
14879 I agree, personally I don't feel the need to use the LINK command since I
14880 only have 2 nicks, and I use one for a specific purpose.
14881
14882 When I ran my own net I disabled it anyway.
14883
14884 Scott
14885
14886
14887 ---------------------------------------------------------------
14888 To unsubscribe, send email to majordomo@ender.shadowfire.org
14889 with "unsubscribe ircservices" in the body, without the quotes.
14890
14891
14892 From sidv at sid-kitty-land.org Wed Jul 19 21:31:00 2000
14893 From: sidv at sid-kitty-land.org (Dan)
14894 Date: Sat Oct 23 23:00:59 2004
14895 Subject: [IRCServices] Stats db
14896 In-Reply-To: <B59BC19A.1F3%anarki@flamebait.org>
14897 References: <001001bff190$aff18950$9c011ac4@shadow>
14898 Message-ID: 4.3.2.7.2.20000719212602.00aa7a40@mail.sid&#45;kitty&#45;land.org
14899
14900
14901 Anyone had a problem with using the server stats option ?
14902
14903 I had it enabled and it worked until I linked to another server then
14904 services crashed....
14905
14906 It drove me nuts until I looked in the services log file... and the last
14907 entry was error loading stats.db bad file...
14908
14909 I recompiled services with the stats server disabled and it seems to work
14910 fine now...
14911
14912 Sid
14913
14914
14915
14916 ---------------------------------------------------------------
14917 To unsubscribe, send email to majordomo@ender.shadowfire.org
14918 with "unsubscribe ircservices" in the body, without the quotes.
14919
14920
14921 From achurch at dragonfire.net Thu Jul 20 13:17:23 2000
14922 From: achurch at dragonfire.net (Andrew Church)
14923 Date: Sat Oct 23 23:00:59 2004
14924 Subject: [IRCServices] Linked Nicks - In General
14925 Message-ID: 3976830c.70161@dragonfire.net
14926
14927 >I may be wrong, but maybe it's time to redefine linked nicks, their
14928 >benefits, why they even exist and what their future is.
14929 >
14930 >I only use them so that all my memos arrive in the same memo store - this is
14931 >the only thing I (personally) gain from them.
14932 >
14933 >Maybe the benefits of nick linking would be better implemented in separate
14934 >and specific ways - such as memo forwarding, the ability to identify for
14935 >multiple nicknames etc. What are people's thoughts on this?
14936
14937 The reason I originally implemented linked nicks was for the benefit of
14938 people who regularly use two or more nicks, for one reason or another (I was
14939 given a number of examples at the time, though most of the people I know who
14940 do this just do it for fun). With linking you don't have to worry about
14941 remembering to identify for your "primary" nick if you use a different one,
14942 and you don't have to switch to a particular nick to read memos as you would
14943 if you used forwarding.
14944
14945 Incidentally, my conceptual basis for linked nicks was hard-linked
14946 files on a Unix system: Once you link the two filenames [nicks], they are
14947 impossible to tell apart in terms of file contents [nick settings/memos],
14948 and later unlinking one file [nick] from the other will make it a copy of
14949 the original. (I'd never thought of it before, but this could be used to
14950 make copies of nicks as well--however memos aren't currently copied.)
14951
14952 I guess what the question comes down to now is the old ease-of-use vs.
14953 security problem. As far as the immediate problem of people gaining ops
14954 through linked nicks and causing problems, the easy response is that the
14955 channel founder needs to choose better ops, but a WHY command seems to me
14956 like the best solution--it essentially solves the security problem without
14957 impacting functionality--and could be implemented with a minimum of effort.
14958
14959 --Andrew Church
14960 achurch@dragonfire.net
14961 http://achurch.dragonfire.net/
14962
14963 ---------------------------------------------------------------
14964 To unsubscribe, send email to majordomo@ender.shadowfire.org
14965 with "unsubscribe ircservices" in the body, without the quotes.
14966
14967
14968 From anarki at flamebait.org Thu Jul 20 05:48:01 2000
14969 From: anarki at flamebait.org (Scott Seufert)
14970 Date: Sat Oct 23 23:00:59 2004
14971 Subject: [IRCServices] Stats db
14972 In-Reply-To: <4.3.2.7.2.20000719212602.00aa7a40@mail.sid-kitty-land.org>
14973 References: 4.3.2.7.2.20000719212602.00aa7a40@mail.sid&#45;kitty&#45;land.org
14974 Message-ID: B59C6D41.1FD%anarki@flamebait.org
14975
14976 on 7/20/00 12:31 AM, Dan at sidv@sid-kitty-land.org wrote:
14977
14978 >
14979 > Anyone had a problem with using the server stats option ?
14980 >
14981 > I had it enabled and it worked until I linked to another server then
14982 > services crashed....
14983 >
14984 > It drove me nuts until I looked in the services log file... and the last
14985 > entry was error loading stats.db bad file...
14986 >
14987 > I recompiled services with the stats server disabled and it seems to work
14988 > fine now...
14989 >
14990 > Sid
14991 >
14992 >
14993 >
14994
14995 I would try making a backup copy of your stats.db then create a new one ..
14996 granted, you would loose all your previous stats .. but it's better than no
14997 stats! ;P
14998
14999
15000 Scott Seufert
15001 aka katsklaw
15002 Server Admin
15003 NoDoze.ShadowFire.Org
15004
15005
15006 ---------------------------------------------------------------
15007 To unsubscribe, send email to majordomo@ender.shadowfire.org
15008 with "unsubscribe ircservices" in the body, without the quotes.
15009
15010
15011 From rcmoraes at rionet.com.br Fri Jul 21 13:35:40 2000
15012 From: rcmoraes at rionet.com.br (Rafael Campos Menezes de Moraes)
15013 Date: Sat Oct 23 23:00:59 2004
15014 Subject: [IRCServices] New services implementations & Updates?
15015 In-Reply-To: <3931a414.01664@dragonfire.net>
15016 References: <3931a414.01664@dragonfire.net>
15017 Message-ID: 00072117395700.05664@rcmoraes
15018
15019 i cant compile (make) ircservices on a redhat 6.2 workstation ..
15020
15021 the folowing happens:
15022
15023 gcc -O2 -Wall -g -c actions.c
15024 In file included from /usr/include/signal.h:300,
15025 from services.h:34,
15026 from actions.c:11:
15027 /usr/include/bits/sigcontext.h:28: asm/sigcontext.h: No such file or directory
15028 In file included from /usr/include/errno.h:36,
15029 from services.h:36,
15030 from actions.c:11:
15031 /usr/include/bits/errno.h:25: linux/errno.h: No such file or directory
15032 In file included from /usr/include/bits/posix1_lim.h:126,
15033 from /usr/include/limits.h:30,
15034 from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/limits.h:117,
15035 from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/syslimits.h:7,
15036 from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/limits.h:11,
15037 from services.h:38,
15038 from actions.c:11:
15039 /usr/include/bits/local_lim.h:27: linux/limits.h: No such file or directory
15040 In file included from /usr/include/sys/socket.h:34,
15041 from /usr/include/netdb.h:31,
15042 from services.h:39,
15043 from actions.c:11:
15044 /usr/include/bits/socket.h:295: asm/socket.h: No such file or directory
15045 make: *** [actions.o] Error 1
15046
15047 Local Info:
15048 Services version: ircservices-4.4.5
15049 Os version: redhat 6.2
15050 Linux servidor.intranet 2.2.16-3 #1 Mon Jun 19 18:10:14 EDT 2000 i586 unknown
15051
15052 Any help is welcome :)
15053 thanks in advice
15054
15055 my best regards
15056 Rafael Moraes
15057 rcmoraes@rionet.com.br
15058
15059 ---------------------------------------------------------------
15060 To unsubscribe, send email to majordomo@ender.shadowfire.org
15061 with "unsubscribe ircservices" in the body, without the quotes.
15062
15063
15064 From achurch at dragonfire.net Sat Jul 22 10:35:35 2000
15065 From: achurch at dragonfire.net (Andrew Church)
15066 Date: Sat Oct 23 23:00:59 2004
15067 Subject: [IRCServices] New services implementations & Updates?
15068 Message-ID: 3978faa9.71347@dragonfire.net
15069
15070 >i cant compile (make) ircservices on a redhat 6.2 workstation ..
15071 >
15072 >the folowing happens:
15073 [...]
15074 >/usr/include/bits/sigcontext.h:28: asm/sigcontext.h: No such file or directory
15075 [...]
15076 >/usr/include/bits/errno.h:25: linux/errno.h: No such file or directory
15077
15078 Looks like your install is buggy. Try installing the Linux kernel
15079 source (from the kernel-source package that came with your distribution)
15080 and recompiling.
15081
15082 --Andrew Church
15083 achurch@dragonfire.net
15084 http://achurch.dragonfire.net/
15085
15086 ---------------------------------------------------------------
15087 To unsubscribe, send email to majordomo@ender.shadowfire.org
15088 with "unsubscribe ircservices" in the body, without the quotes.
15089
15090
15091 From thaths at aunet.org Fri Jul 28 18:15:24 2000
15092 From: thaths at aunet.org (Sudhakar Chandrasekharan)
15093 Date: Sat Oct 23 23:00:59 2004
15094 Subject: [IRCServices] Where can I get ircd.dalnet?
15095 Message-ID: 20000728181524.A3731@aunet.org
15096
15097 Hi,
15098
15099 The readme file points to ftp://ender.shadowfire.org/pub/ircd/archive/ as
15100 the location of archived version 4.4.10 of ircd.dalnet. I see two tarballs
15101 in there. When I download them and untar them the CHANGES file talk of
15102 version dal4.6.5
15103
15104 Where can I find version 4.4.10 of ircd.dalnet?
15105
15106 Thanks.
15107
15108 Thaths
15109 PS: I am not subscribed to the list. Would appreciate it if you replied to
15110 me by personal email or Cc-ed me on your replies.
15111
15112 --
15113 "If there were any justice, my face would be on a bunch of crappy
15114 merchandise" -- Homer J. Simpson
15115
15116 ---------------------------------------------------------------
15117 To unsubscribe, send email to majordomo@ender.shadowfire.org
15118 with "unsubscribe ircservices" in the body, without the quotes.
15119
15120
15121 From andrewk at icon.co.za Sat Jul 29 03:39:36 2000
15122 From: andrewk at icon.co.za (Andrew Kempe)
15123 Date: Sat Oct 23 23:00:59 2004
15124 Subject: [IRCServices] Where can I get ircd.dalnet?
15125 References: <20000728181524.A3731@aunet.org>
15126 Message-ID: 000b01bff949$4a68bc50$9c011ac4@shadow
15127
15128 I guess it's time for the documentation to be updated. :)
15129
15130 If you'd rather not use Bahamut, get version 4.6.5 of Dreamforge. 4.4.10 is
15131 VERY VERY VERY old and should not really be used. However, it still works
15132 and you can get it from ftp://ftp.dal.net/dalnet/server/dreamforge/OLD/
15133
15134 Andrew
15135
15136 ----- Original Message -----
15137 From: "Sudhakar Chandrasekharan" <thaths@aunet.org>
15138 To: <ircservices@delirious.shadowfire.org>
15139 Sent: Saturday, July 29, 2000 3:15 AM
15140 Subject: [IRCServices] Where can I get ircd.dalnet?
15141
15142
15143 > Hi,
15144 >
15145 > The readme file points to <A HREF="ftp://ender.shadowfire.org/pub/ircd/archive/">ftp://ender.shadowfire.org/pub/ircd/archive/</A> as
15146 > the location of archived version 4.4.10 of ircd.dalnet. I see two
15147 tarballs
15148 > in there. When I download them and untar them the CHANGES file talk of
15149 > version dal4.6.5
15150 >
15151 > Where can I find version 4.4.10 of ircd.dalnet?
15152 >
15153 > Thanks.
15154 >
15155 > Thaths
15156 > PS: I am not subscribed to the list. Would appreciate it if you replied
15157 to
15158 > me by personal email or Cc-ed me on your replies.
15159 >
15160 > --
15161 > "If there were any justice, my face would be on a bunch of crappy
15162 > merchandise" -- Homer J. Simpson
15163 >
15164 > ---------------------------------------------------------------
15165 > To unsubscribe, send email to majordomo@ender.shadowfire.org
15166 > with "unsubscribe ircservices" in the body, without the quotes.
15167 >
15168
15169
15170 ---------------------------------------------------------------
15171 To unsubscribe, send email to majordomo@ender.shadowfire.org
15172 with "unsubscribe ircservices" in the body, without the quotes.
15173
15174
15175 From thaths at aunet.org Sat Jul 29 11:44:17 2000
15176 From: thaths at aunet.org (Sudhakar Chandrasekharan)
15177 Date: Sat Oct 23 23:00:59 2004
15178 Subject: [IRCServices] Where can I get ircd.dalnet?
15179 In-Reply-To: <000b01bff949$4a68bc50$9c011ac4@shadow>; from andrewk@icon.co.za on Sat, Jul 29, 2000 at 12:39:36PM +0200
15180 References: <20000728181524.A3731@aunet.org> <000b01bff949$4a68bc50$9c011ac4@shadow>
15181 Message-ID: 20000729114417.A11764@aunet.org
15182
15183 On Sat, Jul 29, 2000 at 12:39:36PM +0200, did Andrew Kempe write:
15184 > If you'd rather not use Bahamut, get version 4.6.5 of Dreamforge. 4.4.10 is
15185 > VERY VERY VERY old and should not really be used. However, it still works
15186 > and you can get it from ftp://ftp.dal.net/dalnet/server/dreamforge/OLD/
15187
15188 Does Bahamut work with ircservices? If it does, I'd prefer using that.
15189
15190 Thanks.
15191
15192 Thaths
15193 PS: Cc me in your replies.
15194
15195 --
15196 "If there were any justice, my face would be on a bunch of crappy
15197 merchandise" -- Homer J. Simpson
15198
15199 ---------------------------------------------------------------
15200 To unsubscribe, send email to majordomo@ender.shadowfire.org
15201 with "unsubscribe ircservices" in the body, without the quotes.
15202
15203
15204 From andrewk at icon.co.za Sat Jul 29 14:06:15 2000
15205 From: andrewk at icon.co.za (Andrew Kempe)
15206 Date: Sat Oct 23 23:00:59 2004
15207 Subject: [IRCServices] Where can I get ircd.dalnet?
15208 In-Reply-To: <20000729114417.A11764@aunet.org>
15209 References: 20000729114417.A11764@aunet.org
15210 Message-ID: NCBBIPDDJGGDOCPMKPKPKEJKDGAA.andrewk@icon.co.za
15211
15212 There is a beta version, that is pretty stable, that works:
15213
15214 ftp://ender.shadowfire.org/pub/ircservices/beta/
15215
15216 Andrew
15217
15218 > On Sat, Jul 29, 2000 at 12:39:36PM +0200, did Andrew Kempe write:
15219 > > If you'd rather not use Bahamut, get version 4.6.5 of
15220 > Dreamforge. 4.4.10 is
15221 > > VERY VERY VERY old and should not really be used. However, it
15222 > still works
15223 > > and you can get it from <A HREF="ftp://ftp.dal.net/dalnet/server/dreamforge/OLD/">ftp://ftp.dal.net/dalnet/server/dreamforge/OLD/</A>
15224 >
15225 > Does Bahamut work with ircservices? If it does, I'd prefer using that.
15226 >
15227 > Thanks.
15228 >
15229 > Thaths
15230 > PS: Cc me in your replies.
15231 >
15232 > --
15233 > "If there were any justice, my face would be on a bunch of crappy
15234 > merchandise" -- Homer J. Simpson
15235 >
15236 > ---------------------------------------------------------------
15237 > To unsubscribe, send email to majordomo@ender.shadowfire.org
15238 > with "unsubscribe ircservices" in the body, without the quotes.
15239 >
15240
15241 ---------------------------------------------------------------
15242 To unsubscribe, send email to majordomo@ender.shadowfire.org
15243 with "unsubscribe ircservices" in the body, without the quotes.
15244
15245
15246 From skylord at skylord.com Fri Aug 11 02:59:29 2000
15247 From: skylord at skylord.com (Draven R. SkyLord)
15248 Date: Sat Oct 23 23:00:59 2004
15249 Subject: [IRCServices] running the services
15250 Message-ID: NEBBJPJACLIJOPGOLMAHCEHHCAAA.skylord@skylord.com
15251
15252 >I got them compiled & installed
15253 >& I got the conf made
15254 >but when I try to run the services I get this error
15255 >
15256 >
15257 >bash-2.04$ ./services
15258 >Warning: unable to open log file logs/services.log: No such file or
15259 >directory
15260 >services.conf:78: Not enough parameters for `RemoteServer'
15261 >
15262 >
15263 >now I know that the remote server line is correct
15264 >because its exactly like the example.conf
15265 >except for its my servers info
15266 >
15267 >
15268 >any help here would be nice
15269
15270
15271 Draven R. SkyLord
15272 'The GateWay' Sci-Fi Portal
15273 Owner / Administrator / Webmaster
15274 www.skylord.com / irc.skylord.net (soon to be)
15275
15276 ~~~~~
15277
15278 I am the seasoned traveler
15279 Of the Labyrinth.
15280 The genius of alacrity,
15281 Wizard of the impossible.
15282 My brilliance is yet unmatched
15283 In its originality.
15284 My hearts filled with potent magic
15285 That could cast a hundred spells
15286 I am put together
15287 For mine own pleasure.
15288
15289 I am the Monkey.
15290
15291
15292
15293 ---------------------------------------------------------------
15294 To unsubscribe, send email to majordomo@ender.shadowfire.org
15295 with "unsubscribe ircservices" in the body, without the quotes.
15296
15297
15298 From dmircea at linux.kappa.ro Sat Aug 12 07:18:19 2000
15299 From: dmircea at linux.kappa.ro (Mircea Damian)
15300 Date: Sat Oct 23 23:00:59 2004
15301 Subject: [IRCServices] patch
15302 Message-ID: 20000812171819.A9719@linux.kappa.ro
15303
15304 Hello,
15305
15306 Here is a small patch against the latest version of ircservices (4.4.5)
15307 which fixes two things:
15308
15309 - password encryption when compiled with gcc-2.7.2.x: the problem is that
15310 the buffers need to be initialized to 0 and by default they are full of
15311 garbage
15312
15313 - fix a possible smalloc(0) in sessions.c when it reads the exceptions
15314 which is possible to be an empty => nexceptions = 0 => smalloc(0);
15315 obviuous solution was to move smalloc after the check
15316
15317
15318 diff -r -u ircservices-4.4.5-clean/encrypt.c ircservices-4.4.5/encrypt.c
15319 --- ircservices-4.4.5-clean/encrypt.c Sat Jan 29 07:17:51 2000
15320 +++ ircservices-4.4.5/encrypt.c Wed Aug 9 17:35:48 2000
15321 @@ -356,6 +356,11 @@
15322
15323 if (size < 16)
15324 return -1;
15325 +
15326 + memset(&context, 0, sizeof(context));
15327 + memset(&digest, 0, sizeof(digest));
15328 +
15329 +
15330 MD5Init(&context);
15331 MD5Update(&context, src, len);
15332 MD5Final(digest, &context);
15333 diff -r -u ircservices-4.4.5-clean/sessions.c ircservices-4.4.5/sessions.c
15334 --- ircservices-4.4.5-clean/sessions.c Wed Mar 15 09:15:01 2000
15335 +++ ircservices-4.4.5/sessions.c Wed Aug 9 17:30:22 2000
15336 @@ -381,11 +381,11 @@
15337 case 7:
15338 SAFE(read_int16(&n, f));
15339 nexceptions = n;
15340 - exceptions = smalloc(sizeof(Exception) * nexceptions);
15341 if (!nexceptions) {
15342 close_db(f);
15343 return;
15344 }
15345 + exceptions = smalloc(sizeof(Exception) * nexceptions);
15346 for (i = 0; i < nexceptions; i++) {
15347 SAFE(read_string(&exceptions[i].mask, f));
15348 SAFE(read_int16(&tmp16, f));
15349
15350 --
15351 Mircea Damian
15352 E-mails: dmircea@kappa.ro, dmircea@roedu.net
15353 WebPage: http://taz.mania.k.ro/~dmircea/
15354
15355 ---------------------------------------------------------------
15356 To unsubscribe, send email to majordomo@ender.shadowfire.org
15357 with "unsubscribe ircservices" in the body, without the quotes.
15358
15359
15360 From lmartins at matrix.com.br Sat Aug 12 08:45:22 2000
15361 From: lmartins at matrix.com.br (Luciano Linhares Martins)
15362 Date: Sat Oct 23 23:00:59 2004
15363 Subject: FW: [IRCServices] patch
15364 Message-ID: XFMail.20000812124522.lmartins@matrix.com.br
15365
15366
15367 -----FW: <<A HREF="msg00707.html">20000812171819.A9719@linux.kappa.ro</A>>-----
15368
15369 Date: Sat, 12 Aug 2000 17:18:19 +0300
15370 Sender: owner-ircservices@ender.shadowfire.org
15371 From: Mircea Damian <dmircea@linux.kappa.ro>
15372 To: ircservices@Delirious.shadowfire.org
15373 Subject: [IRCServices] patch
15374
15375 Hello,
15376
15377 Here is a small patch against the latest version of ircservices (4.4.5)
15378 which fixes two things:
15379
15380 - password encryption when compiled with gcc-2.7.2.x: the problem is that
15381 the buffers need to be initialized to 0 and by default they are full of
15382 garbage
15383
15384 - fix a possible smalloc(0) in sessions.c when it reads the exceptions
15385 which is possible to be an empty => nexceptions = 0 => smalloc(0);
15386 obviuous solution was to move smalloc after the check
15387
15388
15389 diff -r -u ircservices-4.4.5-clean/encrypt.c ircservices-4.4.5/encrypt.c
15390 --- ircservices-4.4.5-clean/encrypt.c Sat Jan 29 07:17:51 2000
15391 +++ ircservices-4.4.5/encrypt.c Wed Aug 9 17:35:48 2000
15392 @@ -356,6 +356,11 @@
15393
15394 if (size < 16)
15395 return -1;
15396 +
15397 + memset(&context, 0, sizeof(context));
15398 + memset(&digest, 0, sizeof(digest));
15399 +
15400 +
15401 MD5Init(&context);
15402 MD5Update(&context, src, len);
15403 MD5Final(digest, &context);
15404 diff -r -u ircservices-4.4.5-clean/sessions.c ircservices-4.4.5/sessions.c
15405 --- ircservices-4.4.5-clean/sessions.c Wed Mar 15 09:15:01 2000
15406 +++ ircservices-4.4.5/sessions.c Wed Aug 9 17:30:22 2000
15407 @@ -381,11 +381,11 @@
15408 case 7:
15409 SAFE(read_int16(&n, f));
15410 nexceptions = n;
15411 - exceptions = smalloc(sizeof(Exception) * nexceptions);
15412 if (!nexceptions) {
15413 close_db(f);
15414 return;
15415 }
15416 + exceptions = smalloc(sizeof(Exception) * nexceptions);
15417 for (i = 0; i < nexceptions; i++) {
15418 SAFE(read_string(&exceptions[i].mask, f));
15419 SAFE(read_int16(&tmp16, f));
15420
15421 --
15422 Mircea Damian
15423 E-mails: dmircea@kappa.ro, dmircea@roedu.net
15424 WebPage: http://taz.mania.k.ro/~dmircea/
15425
15426 ---------------------------------------------------------------
15427 To unsubscribe, send email to majordomo@ender.shadowfire.org
15428 with "unsubscribe ircservices" in the body, without the quotes.
15429
15430 --------------End of forwarded message-------------------------
15431
15432 ----------------------------------
15433 Luciano Linhares Martins
15434 Date: 12-Aug-2000
15435 Time: 12:45:09
15436 <A HREF="http://users.matrix.com.br/lmartins">http://users.matrix.com.br/lmartins</A>
15437 ----------------------------------
15438
15439 ---------------------------------------------------------------
15440 To unsubscribe, send email to majordomo@ender.shadowfire.org
15441 with "unsubscribe ircservices" in the body, without the quotes.
15442
15443
15444 From andrewk at icon.co.za Sat Aug 12 09:09:05 2000
15445 From: andrewk at icon.co.za (Andrew Kempe)
15446 Date: Sat Oct 23 23:00:59 2004
15447 Subject: [IRCServices] patch
15448 References: <20000812171819.A9719@linux.kappa.ro>
15449 Message-ID: 000901c00477$a3995c10$9c011ac4@shadow
15450
15451 shot.
15452
15453 Andrew
15454
15455 ----- Original Message -----
15456 From: "Mircea Damian" <dmircea@linux.kappa.ro>
15457 To: <ircservices@Delirious.shadowfire.org>
15458 Sent: Saturday, August 12, 2000 4:18 PM
15459 Subject: [IRCServices] patch
15460
15461
15462 > Hello,
15463 >
15464 > Here is a small patch against the latest version of ircservices (4.4.5)
15465 > which fixes two things:
15466 >
15467 > - password encryption when compiled with gcc-2.7.2.x: the problem is that
15468 > the buffers need to be initialized to 0 and by default they are full of
15469 > garbage
15470 >
15471 > - fix a possible smalloc(0) in sessions.c when it reads the exceptions
15472 > which is possible to be an empty => nexceptions = 0 => smalloc(0);
15473 > obviuous solution was to move smalloc after the check
15474 >
15475 >
15476 > diff -r -u ircservices-4.4.5-clean/encrypt.c ircservices-4.4.5/encrypt.c
15477 > --- ircservices-4.4.5-clean/encrypt.c Sat Jan 29 07:17:51 2000
15478 > +++ ircservices-4.4.5/encrypt.c Wed Aug 9 17:35:48 2000
15479 > @@ -356,6 +356,11 @@
15480 >
15481 > if (size < 16)
15482 > return -1;
15483 > +
15484 > + memset(&context, 0, sizeof(context));
15485 > + memset(&digest, 0, sizeof(digest));
15486 > +
15487 > +
15488 > MD5Init(&context);
15489 > MD5Update(&context, src, len);
15490 > MD5Final(digest, &context);
15491 > diff -r -u ircservices-4.4.5-clean/sessions.c ircservices-4.4.5/sessions.c
15492 > --- ircservices-4.4.5-clean/sessions.c Wed Mar 15 09:15:01 2000
15493 > +++ ircservices-4.4.5/sessions.c Wed Aug 9 17:30:22 2000
15494 > @@ -381,11 +381,11 @@
15495 > case 7:
15496 > SAFE(read_int16(&n, f));
15497 > nexceptions = n;
15498 > - exceptions = smalloc(sizeof(Exception) * nexceptions);
15499 > if (!nexceptions) {
15500 > close_db(f);
15501 > return;
15502 > }
15503 > + exceptions = smalloc(sizeof(Exception) * nexceptions);
15504 > for (i = 0; i < nexceptions; i++) {
15505 > SAFE(read_string(&exceptions[i].mask, f));
15506 > SAFE(read_int16(&tmp16, f));
15507 >
15508 > --
15509 > Mircea Damian
15510 > E-mails: dmircea@kappa.ro, dmircea@roedu.net
15511 > WebPage: http://taz.mania.k.ro/~dmircea/
15512 >
15513 > ---------------------------------------------------------------
15514 > To unsubscribe, send email to majordomo@ender.shadowfire.org
15515 > with "unsubscribe ircservices" in the body, without the quotes.
15516 >
15517
15518
15519 ---------------------------------------------------------------
15520 To unsubscribe, send email to majordomo@ender.shadowfire.org
15521 with "unsubscribe ircservices" in the body, without the quotes.
15522
15523
15524 From Ciaran.reilly at ntlworld.com Mon Aug 14 03:19:28 2000
15525 From: Ciaran.reilly at ntlworld.com (Ciarán Reilly)
15526 Date: Sat Oct 23 23:00:59 2004
15527 Subject: [IRCServices] Services Segfaults when a ChanServ akick enforce is used...
15528 Message-ID: 005001c005d9$22936120$1936fe3e@morpheous
15529
15530
15531 Hi, I was wondering if anyone could provide any info on this :
15532
15533 I'm using Services 4.3.3 on the Elite3.1.1 ircD. Normally things are fine, but lately, when a user does an Akick enforce, Services segfaults and terminates, I'm left with this in the log :
15534
15535 [Aug 14 00:41:51 2000] PANIC! buffer = :oasis PRIVMSG chanserv :akick #lobby enforce
15536 [Aug 14 00:41:51 2000] Services terminating: Segmentation fault
15537
15538 Is this a known bug, or a misconfiguration on my part ? If its a bug, how do I go about resolving it ?
15539
15540 On another note, everytime I start Services the log records a smalloc: Illegal attempt to allocate 0 bytes. Services continues to run after this though, I was just wondering, could this cause problems ?
15541
15542 Any help much appreciated, I'm pretty new to the Services code.
15543
15544 Cheers,
15545
15546 Ciarán.
15547 From andrewk at icon.co.za Mon Aug 14 08:50:01 2000
15548 From: andrewk at icon.co.za (Andrew Kempe)
15549 Date: Sat Oct 23 23:00:59 2004
15550 Subject: [IRCServices] Services Segfaults when a ChanServ akick enforce is used...
15551 References: <005001c005d9$22936120$1936fe3e@morpheous>
15552 Message-ID: 008301c00607$4e436030$9c011ac4@shadow
15553
15554
15555 These are both known bugs.
15556
15557 You may want to try upgrading to the beta version of 4.4.x. This will fix the segfaults. As for the alloc of 0 bytes, try adding atleast one session limit exception. This will fix the problem.
15558
15559 You are using an UNSUPPORTED ircd. If anything else goes wrong, I can't help you.
15560
15561 Andrew
15562 ----- Original Message -----
15563 From: Ciarán Reilly
15564 To: ircservices@Delirious.shadowfire.org
15565 Sent: Monday, August 14, 2000 12:19 PM
15566 Subject: [IRCServices] Services Segfaults when a ChanServ akick enforce is used...
15567
15568
15569 Hi, I was wondering if anyone could provide any info on this :
15570
15571 I'm using Services 4.3.3 on the Elite3.1.1 ircD. Normally things are fine, but lately, when a user does an Akick enforce, Services segfaults and terminates, I'm left with this in the log :
15572
15573 [Aug 14 00:41:51 2000] PANIC! buffer = :oasis PRIVMSG chanserv :akick #lobby enforce
15574 [Aug 14 00:41:51 2000] Services terminating: Segmentation fault
15575
15576 Is this a known bug, or a misconfiguration on my part ? If its a bug, how do I go about resolving it ?
15577
15578 On another note, everytime I start Services the log records a smalloc: Illegal attempt to allocate 0 bytes. Services continues to run after this though, I was just wondering, could this cause problems ?
15579
15580 Any help much appreciated, I'm pretty new to the Services code.
15581
15582 Cheers,
15583
15584 Ciarán.
15585 From anarki at flamebait.org Mon Aug 14 06:09:48 2000
15586 From: anarki at flamebait.org (Scott Seufert)
15587 Date: Sat Oct 23 23:00:59 2004
15588 Subject: [IRCServices] Services Segfaults when a ChanServ akick enforce is used...
15589 References: <005001c005d9$22936120$1936fe3e@morpheous>
15590 Message-ID: 000601c0060f$4ce84360$0300a8c0@lapdance
15591
15592
15593 Hi,
15594
15595 It is my impression that even though Elite is DALnet based, there is enough of a coding difference to cause problems with a unmodified/patched version of IRCServices. I don't know anyone that has the two working together correctly.
15596
15597 One solution is to use a supported daemon as indicated in the docs from IRCServices. The recommended daemon is Bahamut. Which can be found at:
15598
15599 http://www.bahamut.net
15600
15601 As usual IRCServices can be found at:
15602 ftp://ender.shadowfire.org/pub/ircservices/
15603
15604 Current:ircservices-4.3.3
15605
15606 Beta:ircservices-4.4.5
15607
15608 Scott Seufert
15609 aka katsklaw
15610 Server Admin
15611 Excalibre.ShadowFire.Org
15612 ----- Original Message -----
15613 From: Ciarán Reilly
15614 To: ircservices@Delirious.shadowfire.org
15615 Sent: Monday, August 14, 2000 6:19 AM
15616 Subject: [IRCServices] Services Segfaults when a ChanServ akick enforce is used...
15617
15618
15619 Hi, I was wondering if anyone could provide any info on this :
15620
15621 I'm using Services 4.3.3 on the Elite3.1.1 ircD. Normally things are fine, but lately, when a user does an Akick enforce, Services segfaults and terminates, I'm left with this in the log :
15622
15623 [Aug 14 00:41:51 2000] PANIC! buffer = :oasis PRIVMSG chanserv :akick #lobby enforce
15624 [Aug 14 00:41:51 2000] Services terminating: Segmentation fault
15625
15626 Is this a known bug, or a misconfiguration on my part ? If its a bug, how do I go about resolving it ?
15627
15628 On another note, everytime I start Services the log records a smalloc: Illegal attempt to allocate 0 bytes. Services continues to run after this though, I was just wondering, could this cause problems ?
15629
15630 Any help much appreciated, I'm pretty new to the Services code.
15631
15632 Cheers,
15633
15634 Ciarán.
15635 From Ciaran.reilly at ntlworld.com Mon Aug 14 18:58:35 2000
15636 From: Ciaran.reilly at ntlworld.com (Ciarán Reilly)
15637 Date: Sat Oct 23 23:00:59 2004
15638 Subject: [IRCServices] Services Segfaults when a ChanServ akick enforce is used...
15639 References: <005001c005d9$22936120$1936fe3e@morpheous> <000601c0060f$4ce84360$0300a8c0@lapdance>
15640 Message-ID: 001901c0065c$72601030$1936fe3e@morpheous
15641
15642
15643 Cheers for everyones time to reply :)
15644
15645 I'll try upgrading to Services 4.4.5 later tonight and see how it goes. The bugs I mentioned are the only two I've came across, if I get those fixed, I'm happy, I haven't noticed any major problems when using the Services with this ircD...I didn't realise it was unsupported until yesterday or I'd have chose a different one. I realise the IrcD is unsupported, so if it fecks up I've no one but me to blame :(
15646
15647 As for Bahamut..... unfortunatly, a requirement of any ircD I use is that it must include user hostmasking. Are there any other ircD's which are known to work better than Elite, are compatible with Services, and include hostmasking ? An IrcD change isn't on the cards atm, but will probably be around christmas time.....
15648
15649 This'll probably sound stupid to you more experienced peeps, but is there any kind of FAQ or discussion board for adding my own code to Services ? ... I'm no expert but I understand the basics of C, and would just like a few pointers as to the best way to modify the services code for certain things.... it wouldn't be anything major.... possibly just altering the way some commands are performed etc.
15650
15651 Cheers for anyones help, much appreciated by a newbie :-)
15652
15653 Ciarán.
15654
15655 P.s Did the Services ignore function ever get enabled in a later version ? I notice that in operserv.c in version 4.3.3 it's been disabled. Is there any way I can get this working myself ? (if it's not already done in the latest version) as a Services ignore function would be dead handy on my network.
15656
15657
15658
15659 From Ciaran.reilly at ntlworld.com Mon Aug 14 18:58:35 2000
15660 From: Ciaran.reilly at ntlworld.com (Ciarán Reilly)
15661 Date: Sat Oct 23 23:01:00 2004
15662 Subject: [IRCServices] Services Segfaults when a ChanServ akick enforce is used...
15663 References: <005001c005d9$22936120$1936fe3e@morpheous> <000601c0060f$4ce84360$0300a8c0@lapdance>
15664 Message-ID: 002101c0065c$bdf87af0$1936fe3e@morpheous
15665
15666
15667 Cheers for everyones time to reply :)
15668
15669 I'll try upgrading to Services 4.4.5 later tonight and see how it goes. The bugs I mentioned are the only two I've came across, if I get those fixed, I'm happy, I haven't noticed any major problems when using the Services with this ircD...I didn't realise it was unsupported until yesterday or I'd have chose a different one. I realise the IrcD is unsupported, so if it fecks up I've no one but me to blame :(
15670
15671 As for Bahamut..... unfortunatly, a requirement of any ircD I use is that it must include user hostmasking. Are there any other ircD's which are known to work better than Elite, are compatible with Services, and include hostmasking ? An IrcD change isn't on the cards atm, but will probably be around christmas time.....
15672
15673 This'll probably sound stupid to you more experienced peeps, but is there any kind of FAQ or discussion board for adding my own code to Services ? ... I'm no expert but I understand the basics of C, and would just like a few pointers as to the best way to modify the services code for certain things.... it wouldn't be anything major.... possibly just altering the way some commands are performed etc.
15674
15675 Cheers for anyones help, much appreciated by a newbie :-)
15676
15677 Ciarán.
15678
15679 P.s Did the Services ignore function ever get enabled in a later version ? I notice that in operserv.c in version 4.3.3 it's been disabled. Is there any way I can get this working myself ? (if it's not already done in the latest version) as a Services ignore function would be dead handy on my network.
15680
15681
15682
15683 From anarki at flamebait.org Mon Aug 14 12:14:04 2000
15684 From: anarki at flamebait.org (Scott Seufert)
15685 Date: Sat Oct 23 23:01:00 2004
15686 Subject: [IRCServices] Services Segfaults when a ChanServ akick enforce is used...
15687 References: <005001c005d9$22936120$1936fe3e@morpheous> <000601c0060f$4ce84360$0300a8c0@lapdance> <002101c0065c$bdf87af0$1936fe3e@morpheous>
15688 Message-ID: 001301c00623$d33d3600$0300a8c0@lapdance
15689
15690
15691 hi again,
15692
15693 I have no official word about services ignore, however it was discussed in short with Andrew.
15694
15695 As far as IRCd that does hosk masking, I have seen an IRCd called Cyclone, yet another older DALnet hybrid, it requires a small patch that from what I have experienced shouldn't interfere with current IRCServices coding. Both the patch and Daemon can be found at ftp://ftp.slashnet.org/pub/cyclone/server/
15696
15697 I last applied the Cyclone patch to IRCServices 4.2.4. This version of IRCServices and the diff file are at ftp://ftp.slashnet.org/pub/cyclone/services Slashdot.org uses it on their own IRC Net.
15698
15699 As always RTFM.
15700
15701 Happy Chatting,
15702
15703 Scott Seufert
15704 aka katsklaw
15705 Server Administrator
15706 Excalibre.ShadowFire.Org
15707
15708 ----- Original Message -----
15709 From: Ciarán Reilly
15710 To: ircservices@Delirious.shadowfire.org
15711 Sent: Monday, August 14, 2000 9:58 PM
15712 Subject: Re: [IRCServices] Services Segfaults when a ChanServ akick enforce is used...
15713
15714
15715 Cheers for everyones time to reply :)
15716
15717 I'll try upgrading to Services 4.4.5 later tonight and see how it goes. The bugs I mentioned are the only two I've came across, if I get those fixed, I'm happy, I haven't noticed any major problems when using the Services with this ircD...I didn't realise it was unsupported until yesterday or I'd have chose a different one. I realise the IrcD is unsupported, so if it fecks up I've no one but me to blame :(
15718
15719 As for Bahamut..... unfortunatly, a requirement of any ircD I use is that it must include user hostmasking. Are there any other ircD's which are known to work better than Elite, are compatible with Services, and include hostmasking ? An IrcD change isn't on the cards atm, but will probably be around christmas time.....
15720
15721 This'll probably sound stupid to you more experienced peeps, but is there any kind of FAQ or discussion board for adding my own code to Services ? ... I'm no expert but I understand the basics of C, and would just like a few pointers as to the best way to modify the services code for certain things.... it wouldn't be anything major.... possibly just altering the way some commands are performed etc.
15722
15723 Cheers for anyones help, much appreciated by a newbie :-)
15724
15725 Ciarán.
15726
15727 P.s Did the Services ignore function ever get enabled in a later version ? I notice that in operserv.c in version 4.3.3 it's been disabled. Is there any way I can get this working myself ? (if it's not already done in the latest version) as a Services ignore function would be dead handy on my network.
15728
15729
15730
15731 From Ciaran.reilly at ntlworld.com Wed Aug 16 19:18:00 2000
15732 From: Ciaran.reilly at ntlworld.com (Ciarán Reilly)
15733 Date: Sat Oct 23 23:01:00 2004
15734 Subject: [IRCServices] Upgrading Databases for 4.4.5
15735 Message-ID: 001301c007f1$5f3e6010$1936fe3e@morpheous
15736
15737
15738 Hello,
15739
15740 (and before you say RTFM..... I have, and can't find the answer to this) ;-)
15741
15742 I've recently installed a copy of version Services 4.4.5, ready to take over from my 4.3.3 version. I've set all the required options in the conf etc and the new Services work...... only thing is they give me the following error on startup : [Aug 15 23:42:51 2000] FATAL: Invalid format in chan.db
15743
15744
15745 They are working though because if I let them generate fresh empty DB's they start and connect to their uplink server with no problems. I seem to remember Andrew saying somewhere that to goto version 4.4.5 that you have to upgrade your databases...... is there anywhere I can find out how to do this and bring my 4.3.3 DB upto 4.4.5 ?
15746
15747
15748 Any help much appreciated.
15749
15750 Cheers,
15751
15752 Ciarán.
15753
15754 From anarki at flamebait.org Wed Aug 16 18:21:20 2000
15755 From: anarki at flamebait.org (Scott Seufert)
15756 Date: Sat Oct 23 23:01:00 2004
15757 Subject: [IRCServices] Upgrading Databases for 4.4.5
15758 References: <001301c007f1$5f3e6010$1936fe3e@morpheous>
15759 Message-ID: 001501c007e9$73ae96d0$043320d0@lapdance
15760
15761
15762 Hi,
15763
15764 Let me explain that my reference to RTFM was not intended to suggest that you haven't read the docs, it was meerly a reminder that the docs are a great source of information and could prevent any delays in getting services running or any other app you wish to use.
15765
15766 One example of my intent was that I do believe, please do hold me to this, is that if I'm not mistaken there is a db conversion that happens between IRCServices-4.3.3 and 4.4.5. Such a conversion could yield an error such as you are seeing. I must ask, have you upgraded services several times before? or was your db's created with 4.3.3? To your knowledge has services ever SIGTERM'd during an update or db backup? If so it's possible that your chan.db was corrupted and failed to convert.
15767
15768 There shouldn't be anything special required for you to go from 4.3.3 to 4.4.5 as far as conversion goes, however please remember that once the db's are converted you cannot revert back to 4.3.3. Backing up your db's is highly recommended.
15769
15770 my $0.02,
15771
15772 Scott Seufert
15773 aka katsklaw
15774 Server Admin
15775 Excalibre.ShadowFire.Org
15776 ----- Original Message -----
15777 From: Ciarán Reilly
15778 To: IRC Services List
15779 Sent: Wednesday, August 16, 2000 10:18 PM
15780 Subject: [IRCServices] Upgrading Databases for 4.4.5
15781
15782
15783 Hello,
15784
15785 (and before you say RTFM..... I have, and can't find the answer to this) ;-)
15786
15787 I've recently installed a copy of version Services 4.4.5, ready to take over from my 4.3.3 version. I've set all the required options in the conf etc and the new Services work...... only thing is they give me the following error on startup : [Aug 15 23:42:51 2000] FATAL: Invalid format in chan.db
15788
15789
15790 They are working though because if I let them generate fresh empty DB's they start and connect to their uplink server with no problems. I seem to remember Andrew saying somewhere that to goto version 4.4.5 that you have to upgrade your databases...... is there anywhere I can find out how to do this and bring my 4.3.3 DB upto 4.4.5 ?
15791
15792
15793 Any help much appreciated.
15794
15795 Cheers,
15796
15797 Ciarán.
15798
15799 From andrewk at icon.co.za Wed Aug 16 22:22:09 2000
15800 From: andrewk at icon.co.za (Andrew Kempe)
15801 Date: Sat Oct 23 23:01:00 2004
15802 Subject: [IRCServices] Upgrading Databases for 4.4.5
15803 References: <001301c007f1$5f3e6010$1936fe3e@morpheous>
15804 Message-ID: 000d01c0080b$17c89e20$9c011ac4@shadow
15805
15806
15807 4.4.5 should read your databases fine - unless they're corrupted and the earlier version just never picked that up. You may want to try running the "listchans" program and see where it falls over.
15808
15809 Andrew
15810 ----- Original Message -----
15811 From: Ciarán Reilly
15812 To: IRC Services List
15813 Sent: Thursday, August 17, 2000 4:18 AM
15814 Subject: [IRCServices] Upgrading Databases for 4.4.5
15815
15816
15817 Hello,
15818
15819 (and before you say RTFM..... I have, and can't find the answer to this) ;-)
15820
15821 I've recently installed a copy of version Services 4.4.5, ready to take over from my 4.3.3 version. I've set all the required options in the conf etc and the new Services work...... only thing is they give me the following error on startup : [Aug 15 23:42:51 2000] FATAL: Invalid format in chan.db
15822
15823
15824 They are working though because if I let them generate fresh empty DB's they start and connect to their uplink server with no problems. I seem to remember Andrew saying somewhere that to goto version 4.4.5 that you have to upgrade your databases...... is there anywhere I can find out how to do this and bring my 4.3.3 DB upto 4.4.5 ?
15825
15826
15827 Any help much appreciated.
15828
15829 Cheers,
15830
15831 Ciarán.
15832
15833 From &quot Sun Sep 3 23:28:02 2000
15834 From: &quot (&quot)
15835 Date: Sat Oct 23 23:01:00 2004
15836 Subject: [IRCServices] testing now
15837 Message-ID: 004901c01639$4747f920$9c011ac4@shadow
15838
15839
15840
15841
15842 ---------------------------------------------------------------
15843 To unsubscribe, send email to majordomo@ender.shadowfire.org
15844 with "unsubscribe ircservices" in the body, without the quotes.
15845
15846
15847 From robh at uunet.co.za Sun Sep 3 23:29:32 2000
15848 From: robh at uunet.co.za (Rob Hunter)
15849 Date: Sat Oct 23 23:01:00 2004
15850 Subject: [IRCServices] testing
15851 Message-ID: Pine.BSF.3.96.1000904082921.37866C&#45;100000@hill.noc.uunet.co.za
15852
15853
15854
15855 --Rob
15856
15857 One Unix to rule them all, One Resolver to find them,
15858 One IP to bring them all and in the zone to bind them.
15859
15860
15861
15862 ---------------------------------------------------------------
15863 To unsubscribe, send email to majordomo@ender.shadowfire.org
15864 with "unsubscribe ircservices" in the body, without the quotes.
15865
15866
15867 From &quot Sun Sep 3 23:04:12 2000
15868 From: &quot (&quot)
15869 Date: Sat Oct 23 23:01:00 2004
15870 Subject: [IRCServices] test
15871 Message-ID: 000901c01635$f2b8d0d0$9c011ac4@shadow
15872
15873 test
15874
15875
15876 ---------------------------------------------------------------
15877 To unsubscribe, send email to majordomo@ender.shadowfire.org
15878 with "unsubscribe ircservices" in the body, without the quotes.
15879
15880
15881 From &quot Sun Sep 3 23:23:32 2000
15882 From: &quot (&quot)
15883 Date: Sat Oct 23 23:01:00 2004
15884 Subject: [IRCServices] test
15885 Message-ID: 002f01c01638$a62ed2c0$9c011ac4@shadow
15886
15887
15888
15889
15890 ---------------------------------------------------------------
15891 To unsubscribe, send email to majordomo@ender.shadowfire.org
15892 with "unsubscribe ircservices" in the body, without the quotes.
15893
15894
15895 From &quot Mon Sep 4 00:18:09 2000
15896 From: &quot (&quot)
15897 Date: Sat Oct 23 23:01:00 2004
15898 Subject: [IRCServices] test
15899 References: <000901c01635$f2b8d0d0$9c011ac4@shadow>
15900 Message-ID: 000f01c01640$4854aa00$03090a0a@kroag
15901
15902 Yes, we are receiving this.
15903 ----- Original Message -----
15904 From: "Andrew Kempe" <andrewk@icon.co.za>
15905 To: <ircservices@Delirious.shadowfire.org>
15906 Sent: Monday, September 04, 2000 2:04 AM
15907 Subject: [IRCServices] test
15908
15909
15910 > test
15911 >
15912 >
15913 > ---------------------------------------------------------------
15914 > To unsubscribe, send email to majordomo@ender.shadowfire.org
15915 > with "unsubscribe ircservices" in the body, without the quotes.
15916 >
15917
15918
15919 ---------------------------------------------------------------
15920 To unsubscribe, send email to majordomo@ender.shadowfire.org
15921 with "unsubscribe ircservices" in the body, without the quotes.
15922
15923
15924 From cgknipe at mweb.co.za Wed Sep 6 08:30:11 2000
15925 From: cgknipe at mweb.co.za (Chris Knipe)
15926 Date: Sat Oct 23 23:01:00 2004
15927 Subject: [IRCServices] SQL DBs? (A bit off the issues)....
15928 Message-ID: 000501c018bc$db7f3880$0100a8c0@Office.sunnyline.co.za
15929
15930
15931 Hi all,
15932
15933 I was just wondering in the light of the recent discusions we had about services using SQL based databases....
15934
15935 There was someone on the mailing list that mentioned that he once programmed some sort of services to use such SQL based databases... Is there perhaps anyone here who can provide me with code to access and do lookups from various databases?
15936
15937 I am specially interested towards using Linux to query MS-SQL based databases and so forth, we want to use the lookups in some other programs, and at the moment, I'm bussy programming a MS-SQL DB Engine for Linux... Obviously, if there is another way I'd much rather use that then programming my own. (to much work :)
15938
15939 Also while I am on this... Is it possible that someone can send me the source files for the MySQL lookup Lib? I can feel it now, I'm going to be shot for this message..
15940
15941 So erm yeah :) I look forward to hearing from you if there is someone here that can help me...
15942
15943 Regards,
15944 Chris Knipe
15945 Cell (083) 430-8151
15946 From &quot Tue Sep 5 14:41:11 2000
15947 From: &quot (&quot)
15948 Date: Sat Oct 23 23:01:00 2004
15949 Subject: [IRCServices] Modifying services to allow for web-based registration with nickserv
15950 In-Reply-To: <002f01c01638$a62ed2c0$9c011ac4@shadow>
15951 References: 002f01c01638$a62ed2c0$9c011ac4@shadow
15952 Message-ID: GOEJIBOGNDMEHOBFJDMDOECECGAA.scrm@scandal.org
15953
15954
15955 Hi,
15956
15957 We are currently writing a script in PHP that allows a user to register his
15958 nickname with Nickserv via a web interface. The script connects to the IRC
15959 server, registers the nickname with the desired password, and logs off.
15960
15961 Our problem is the following: what can the script do if the requested
15962 nickname is already in use?
15963
15964 Therefore, I wanted to know your ideas on how to work around this problem.
15965 At the moment, we're thinking about trying to modify services to allow a
15966 certain user to register nicknames without needing to take them first.
15967
15968 How could this be done safely? What are you views on this or other possible
15969 ways?
15970
15971 Your feedback is appreciated. Regards,
15972
15973 Mehran
15974
15975
15976
15977 --------------
15978 Mehran Khalili
15979
15980 Luxusbuerg IRC - http://www.luxusbuerg.lu - scrm@irc.lu
15981
15982
15983 ---------------------------------------------------------------
15984 To unsubscribe, send email to majordomo@ender.shadowfire.org
15985 with "unsubscribe ircservices" in the body, without the quotes.
15986
15987
15988 From &quot Fri Sep 8 04:14:38 2000
15989 From: &quot (&quot)
15990 Date: Sat Oct 23 23:01:00 2004
15991 Subject: [IRCServices] Modifying services to allow for web-based registration with nickserv
15992 References: <GOEJIBOGNDMEHOBFJDMDOECECGAA.scrm@scandal.org>
15993 Message-ID: 006401c01985$fa7d14e0$9c011ac4@shadow
15994
15995 Please move this thread to ircservices-coding@delirious.shadowfire.org
15996
15997 Thanks, Andrew
15998
15999 ----- Original Message -----
16000 From: "Mehran Khalili" <scrm@scandal.org>
16001 To: <ircservices@Delirious.shadowfire.org>
16002 Sent: Tuesday, September 05, 2000 11:41 PM
16003 Subject: [IRCServices] Modifying services to allow for web-based
16004 registration with nickserv
16005
16006
16007 >
16008 > Hi,
16009 >
16010 > We are currently writing a script in PHP that allows a user to register
16011 his
16012 > nickname with Nickserv via a web interface. The script connects to the IRC
16013 > server, registers the nickname with the desired password, and logs off.
16014 >
16015 > Our problem is the following: what can the script do if the requested
16016 > nickname is already in use?
16017 >
16018 > Therefore, I wanted to know your ideas on how to work around this problem.
16019 > At the moment, we're thinking about trying to modify services to allow a
16020 > certain user to register nicknames without needing to take them first.
16021 >
16022 > How could this be done safely? What are you views on this or other
16023 possible
16024 > ways?
16025 >
16026 > Your feedback is appreciated. Regards,
16027 >
16028 > Mehran
16029 >
16030 >
16031 >
16032 > --------------
16033 > Mehran Khalili
16034 >
16035 > Luxusbuerg IRC - http://www.luxusbuerg.lu - scrm@irc.lu
16036 >
16037 >
16038 > ---------------------------------------------------------------
16039 > To unsubscribe, send email to majordomo@ender.shadowfire.org
16040 > with "unsubscribe ircservices" in the body, without the quotes.
16041 >
16042
16043
16044 ---------------------------------------------------------------
16045 To unsubscribe, send email to majordomo@ender.shadowfire.org
16046 with "unsubscribe ircservices" in the body, without the quotes.
16047
16048
16049 From jonathan at lite.net Fri Sep 8 05:42:20 2000
16050 From: jonathan at lite.net (Jonathan George)
16051 Date: Sat Oct 23 23:01:00 2004
16052 Subject: [IRCServices] SQL DBs? (A bit off the issues)....
16053 In-Reply-To: <000501c018bc$db7f3880$0100a8c0@Office.sunnyline.co.za>
16054 References: 000501c018bc$db7f3880$0100a8c0@Office.sunnyline.co.za
16055 Message-ID: Pine.LNX.4.10.10009080741020.21878&#45;100000@lite.net
16056
16057 In order to connect to MS SQL server from a *NIX box, you can use
16058 the Sybase drivers, which are *not* open source btw. Alternatively, you
16059 can check out FreeTDS (www.freetds.org) - but I've never used that one.
16060
16061 To see examples of connecting to an MS SQL db, I'd actually take a
16062 look at how PHP does it (www.php.net).
16063
16064 On Wed, 6 Sep 2000, Chris Knipe wrote:
16065
16066 |Date: Wed, 06 Sep 2000 17:30:11 +0200
16067 |From: Chris Knipe <cgknipe@mweb.co.za>
16068 |Reply-To: ircservices@ender.shadowfire.org
16069 |To: ircservices@delirious.shadowfire.org
16070 |Subject: [IRCServices] SQL DBs? (A bit off the issues)....
16071 |
16072 |Hi all,
16073 |
16074 |I was just wondering in the light of the recent discusions we had about services using SQL based databases....
16075 |
16076 |There was someone on the mailing list that mentioned that he once programmed some sort of services to use such SQL based databases... Is there perhaps anyone here who can provide me with code to access and do lookups from various databases?
16077 |
16078 |I am specially interested towards using Linux to query MS-SQL based databases and so forth, we want to use the lookups in some other programs, and at the moment, I'm bussy programming a MS-SQL DB Engine for Linux... Obviously, if there is another way I'd much rather use that then programming my own. (to much work :)
16079 |
16080 |Also while I am on this... Is it possible that someone can send me the source files for the MySQL lookup Lib? I can feel it now, I'm going to be shot for this message..
16081 |
16082 |So erm yeah :) I look forward to hearing from you if there is someone here that can help me...
16083 |
16084 |Regards,
16085 |Chris Knipe
16086 |Cell (083) 430-8151
16087 |
16088
16089 Regards,
16090
16091 Jonathan George, CEO
16092 MultiList Central
16093 www.MultiListCentral.com
16094
16095
16096 ---------------------------------------------------------------
16097 To unsubscribe, send email to majordomo@ender.shadowfire.org
16098 with "unsubscribe ircservices" in the body, without the quotes.
16099
16100
16101 From &quot Sat Sep 9 09:29:03 2000
16102 From: &quot (&quot)
16103 Date: Sat Oct 23 23:01:00 2004
16104 Subject: [IRCServices] Bug in Chanserv / Nickserv ?
16105 In-Reply-To: <39A7422E.C6175B3C@suicidesolutions.com>
16106 References: 39A7422E.C6175B3C@suicidesolutions.com
16107 Message-ID: GOEJIBOGNDMEHOBFJDMDOEDACGAA.scrm@scandal.org
16108
16109
16110
16111 Hi,
16112
16113 We are using services 4.3.3, which I believe is the latest final version. We have encountered the following bug:
16114
16115 A user is registered as 'Gigi'. She is also registered as 'Gigi_away'. She enters a channel, and because she is on Chanserv's access list for that channel as 'Gigi', she gets opped.
16116
16117 She changes her nickname to 'Gigi_away' to read her mails. When she does this, another user called 'Gigi' enters the channel, and gets opped without needing any password. Her settings are as follows:
16118
16119 -NickServ(services@chatservices.pt.lu)- gigi is gigi
16120 -NickServ(services@chatservices.pt.lu)- Last seen time: Sep 09 18:09:14 2000 CEST
16121 -NickServ(services@chatservices.pt.lu)- Time registered: Oct 24 14:38:53 1999 CEST
16122 -NickServ(services@chatservices.pt.lu)- Options: Kill protection, Security
16123
16124 The same goes for 'gigi_away'.
16125
16126 Is this a known bug that is fixed in the later betas? Is there anything we can do against it?
16127
16128 cya
16129
16130 Mehran
16131
16132
16133 Nvision s.&agrave; r.l. - http://www.nvision.lu - mehran.khalili@nvision.lu
16134 Luxusbuerg a.s.b.l. - http://www.luxusbuerg.lu - scrm@irc.lu
16135 From mike at chat.za.net Wed Aug 9 10:14:53 2000
16136 From: mike at chat.za.net (Michael Smith)
16137 Date: Sat Oct 23 23:01:00 2004
16138 Subject: [IRCServices] Bug in Chanserv / Nickserv ?
16139 Message-ID: 2.2.32.20000809171453.0087bc04@moonlight.chat.za.net
16140
16141
16142 Have you had a look at this users access list
16143
16144 /msg nickserv access gigi list
16145
16146 Each nick has an access list, where, if the user complies with this mask,
16147 it auto-identifies them
16148
16149 Also, have you had a look in your services log to see whether this new gigi
16150 is actually identifying or not?
16151
16152 Mike
16153
16154 At 06:29 PM 9/9/00 +0200, you wrote:
16155 >
16156 >Hi,
16157 >
16158 >We are using services 4.3.3, which I believe is the latest final version. We
16159 >have encountered the following bug:
16160 >
16161 >A user is registered as 'Gigi'. She is also registered as 'Gigi_away'. She
16162 >enters a channel, and because she is on Chanserv's access list for that
16163 >channel as 'Gigi', she gets opped.
16164 >
16165 >She changes her nickname to 'Gigi_away' to read her mails. When she does
16166 >this, another user called 'Gigi' enters the channel, and gets opped without
16167 >needing any password. Her settings are as follows:
16168 >
16169 >-NickServ(services@chatservices.pt.lu)- gigi is gigi
16170 >-NickServ(services@chatservices.pt.lu)- Last seen time: Sep 09 18:09:14
16171 >2000 CEST
16172 >-NickServ(services@chatservices.pt.lu)- Time registered: Oct 24 14:38:53
16173 >1999 CEST
16174 >-NickServ(services@chatservices.pt.lu)- Options: Kill protection,
16175 >Security
16176 >
16177 >The same goes for 'gigi_away'.
16178 >
16179 >Is this a known bug that is fixed in the later betas? Is there anything we
16180 >can do against it?
16181 >
16182 >cya
16183 >
16184 >Mehran
16185 >
16186 >Nvision s.a r.l. - http://www.nvision.lu - mehran.khalili@nvision.lu
16187 > Luxusbuerg a.s.b.l. - <A HREF="http://www.luxusbuerg.lu">http://www.luxusbuerg.lu</A> - scrm@irc.lu
16188 >
16189 ><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
16190 ><HTML><HEAD>
16191 ><META content="text/html; charset=us-ascii" http-equiv=Content-Type>
16192 ><META content="MSHTML 5.00.3103.1000" name=GENERATOR></HEAD>
16193 ><BODY bgColor=#ffffff>
16194 ><DIV>&nbsp;</DIV>
16195 ><DIV><FONT color=#0000ff face=Arial size=2><SPAN
16196 >class=609482116-09092000>Hi,</SPAN></FONT></DIV>
16197 ><DIV><FONT color=#0000ff face=Arial size=2><SPAN
16198 >class=609482116-09092000></SPAN></FONT>&nbsp;</DIV>
16199 ><DIV><FONT color=#0000ff face=Arial size=2><SPAN
16200 class=609482116-09092000>We are
16201 >using services 4.3.3, which I believe is the latest final version. We have
16202 >encountered the following bug:</SPAN></FONT></DIV>
16203 ><DIV><FONT color=#0000ff face=Arial size=2><SPAN
16204 >class=609482116-09092000></SPAN></FONT>&nbsp;</DIV>
16205 ><DIV><FONT color=#0000ff face=Arial size=2><SPAN
16206 >class=609482116-09092000>A&nbsp;user is registered as 'Gigi'. She is also
16207 >registered as 'Gigi_away'. She enters a channel, and because she is on
16208 >Chanserv's access list for that channel as 'Gigi', she gets
16209 >opped.</SPAN></FONT></DIV>
16210 ><DIV><FONT color=#0000ff face=Arial size=2><SPAN
16211 >class=609482116-09092000></SPAN></FONT>&nbsp;</DIV>
16212 ><DIV><FONT color=#0000ff face=Arial size=2><SPAN class=609482116-09092000>She
16213 >changes her nickname to 'Gigi_away' to read her mails. When she does this,
16214 >another user called 'Gigi' enters the channel, and gets opped without needing
16215 >any password. Her settings are as follows:</SPAN></FONT></DIV>
16216 ><DIV><FONT color=#0000ff face=Arial size=2><SPAN
16217 >class=609482116-09092000></SPAN></FONT>&nbsp;</DIV>
16218 ><DIV><FONT color=#0000ff face=Arial size=2><SPAN
16219 >class=609482116-09092000>-NickServ(<A
16220 >href="<A HREF="mailto:services@chatservices.pt.lu">mailto:services@chatservices.pt.lu</A>">services@chatservices.pt.lu</A>)-
16221 gigi
16222 >is gigi<BR>-NickServ(<A
16223 >href="<A HREF="mailto:services@chatservices.pt.lu">mailto:services@chatservices.pt.lu</A>">services@chatservices.pt.lu</A>)-
16224 &nbsp;&nbsp;&nbsp;
16225 >Last seen time: Sep 09 18:09:14 2000 CEST<BR>-NickServ(<A
16226 >href="<A HREF="mailto:services@chatservices.pt.lu">mailto:services@chatservices.pt.lu</A>">services@chatservices.pt.lu</A>)-
16227 &nbsp;&nbsp;
16228 >Time registered: Oct 24 14:38:53 1999 CEST<BR>-NickServ(<A
16229 >href="<A HREF="mailto:services@chatservices.pt.lu">mailto:services@chatservices.pt.lu</A>">services@chatservices.pt.lu</A>)-
16230 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
16231 >Options: Kill protection, Security</SPAN></FONT></DIV>
16232 ><DIV><FONT color=#0000ff face=Arial size=2><SPAN
16233 >class=609482116-09092000></SPAN></FONT>&nbsp;</DIV>
16234 ><DIV><FONT color=#0000ff face=Arial size=2><SPAN class=609482116-09092000>The
16235 >same goes for 'gigi_away'.</SPAN></FONT></DIV>
16236 ><DIV><FONT color=#0000ff face=Arial size=2><SPAN
16237 >class=609482116-09092000></SPAN></FONT>&nbsp;</DIV>
16238 ><DIV><FONT color=#0000ff face=Arial size=2><SPAN class=609482116-09092000>Is
16239 >this a known bug that is fixed in the later betas? Is there anything we can do
16240 >against it?</SPAN></FONT></DIV>
16241 ><DIV><FONT color=#0000ff face=Arial size=2><SPAN
16242 >class=609482116-09092000></SPAN></FONT>&nbsp;</DIV>
16243 ><DIV><FONT color=#0000ff face=Arial size=2><SPAN
16244 >class=609482116-09092000>cya</SPAN></FONT></DIV>
16245 ><DIV><FONT color=#0000ff face=Arial size=2><SPAN
16246 >class=609482116-09092000></SPAN></FONT>&nbsp;</DIV>
16247 ><DIV><FONT color=#0000ff face=Arial size=2><SPAN
16248 >class=609482116-09092000>Mehran</SPAN></FONT></DIV>
16249 ><DIV>&nbsp;</DIV>
16250 ><P><FONT size=2>Nvision s.&agrave; r.l. - <A href="<A HREF="http://www.nvision.lu/">http://www.nvision.lu/</A>"
16251 >target=_blank><A HREF="http://www.nvision.lu">http://www.nvision.lu</A></A> - <A
16252 >href="<A HREF="mailto:mehran.khalili@nvision.lu">mailto:mehran.khalili@nvision.lu</A>">mehran.khalili@nvision.lu</A><BR>&n
16253 bsp;&nbsp;&nbsp;
16254 >Luxusbuerg a.s.b.l. - <A href="<A HREF="http://www.luxusbuerg.lu/">http://www.luxusbuerg.lu/</A>"
16255 >target=_blank><A HREF="http://www.luxusbuerg.lu">http://www.luxusbuerg.lu</A></A> - <A
16256 >href="<A HREF="mailto:scrm@irc.lu">mailto:scrm@irc.lu</A>">scrm@irc.lu</A></FONT></P></BODY></HTML>
16257 >
16258 ---
16259 Michael Smith (Warlock on IRC)
16260 <A HREF="http://www.warlock.web.za">http://www.warlock.web.za</A>
16261 "Do you smell something burning or is it me?"
16262 -- Joan of Arc
16263
16264
16265 ---------------------------------------------------------------
16266 To unsubscribe, send email to majordomo@ender.shadowfire.org
16267 with "unsubscribe ircservices" in the body, without the quotes.
16268
16269
16270 From uziel at ingsoc.com Sat Sep 9 10:59:46 2000
16271 From: uziel at ingsoc.com (Uziel)
16272 Date: Sat Oct 23 23:01:00 2004
16273 Subject: [IRCServices] ircservices-4.4.7 Bugs
16274 Message-ID: 4.3.1.2.20000909135938.00ac1700@ingsoc.com
16275
16276 Not sure this went through the first time...here it is again. If it's a
16277 repeat, sorry.
16278
16279 4.4.7 has reintroduced the memory allocation bug in do_sjoin.
16280
16281 c = smalloc(sizeof(*channel)) should be c = smalloc(sizeof(*c))
16282
16283 -Also in do_sjoin: The last do_cmode in the function should have a first
16284 param of av[2] not av[0].
16285
16286 -In addition, I believe that in config.c the type for DefSessionLimit
16287 should be PARAM_INT and not PARAM_POSINT if the attempt (as per the Changes
16288 file) is to allow a limit of zero.
16289
16290 -do_deop reports deop's in the same manner that do_op did. Hence, the same
16291 buffer overflow that existed in do_op still seems to be around in do_deop.
16292
16293 At 10:43 PM 8/27/00 +0200, you wrote:
16294 >Version 4.4.7 [STABLE-BETA] of IRC Services has been released. This is a
16295 >bugfix release that ought to fix all the AKICK ENFORCE, and similar, crashes
16296 >that have been plauging services. If all the crashes have been fixed, then
16297 >4.4.7 should become RELEASE soon! It also means 4.5 should be due out soon
16298 >too :)
16299 >
16300 >2000/08/27 .7 Fixed a bug in CS OP where users could be added to channel's
16301 > op list without being in the channel. This should fix
16302 >many
16303 > of the bugs pertaining to channel user lists - notably
16304 >the
16305 > AKICK ENFORCE bug. Many thanks go to Toshi Morita
16306 > <tm2@best.com> for finding and reporting this bug!
16307 >
16308 >You can download it from the usual places:
16309 > ftp://ender.shadowfire.org/pub/ircservices/beta/ (South Africa)
16310 > <A HREF="ftp://ftp.electrocity.com/pub/ircservices/beta/">ftp://ftp.electrocity.com/pub/ircservices/beta/</A> (South Africa)
16311 > <A HREF="ftp://baboon.cat.pdx.edu/pub/ircservices/beta/">ftp://baboon.cat.pdx.edu/pub/ircservices/beta/</A> (USA)
16312 >
16313 >Andrew
16314 >
16315 >
16316 >---------------------------------------------------------------
16317 >To unsubscribe, send email to majordomo@ender.shadowfire.org
16318 >with "unsubscribe ircservices" in the body, without the quotes.
16319
16320
16321 Uziel (uziel@ingsoc.com)
16322
16323 --I caught sight of my reflection
16324 I caught it in the window
16325 I saw the darkness in my heart
16326 I saw the signs of my undoing
16327 They had been there from the start
16328 And the darkness still has work to do
16329 The knotted chord's untying
16330
16331
16332 ---------------------------------------------------------------
16333 To unsubscribe, send email to majordomo@ender.shadowfire.org
16334 with "unsubscribe ircservices" in the body, without the quotes.
16335
16336
16337 From &quot Sat Sep 9 21:19:55 2000
16338 From: &quot (&quot)
16339 Date: Sat Oct 23 23:01:00 2004
16340 Subject: [IRCServices] Bug in Chanserv / Nickserv ?
16341 References: <2.2.32.20000809171453.0087bc04@moonlight.chat.za.net>
16342 Message-ID: 003101c01ade$63267320$03090a0a@kroag
16343
16344 >>-NickServ(services@chatservices.pt.lu)- Options: Kill
16345 protection,
16346 >> Security
16347
16348 > Each nick has an access list, where, if the user complies with this mask,
16349 > it auto-identifies them
16350
16351 That's not true when Security is turned on for a user. Security means that
16352 a user must be identified to nickserv using a password whether or not they
16353 match an address in the access list.
16354
16355 In short, that shouldn't be happening whether or not they match the access
16356 list.
16357
16358 ----- Original Message -----
16359 From: "Michael Smith" <mike@chat.za.net>
16360 To: <ircservices@Snow.shadowfire.org>
16361 Sent: Wednesday, August 09, 2000 1:14 PM
16362 Subject: Re: [IRCServices] Bug in Chanserv / Nickserv ?
16363
16364
16365 >
16366 > Have you had a look at this users access list
16367 >
16368 > /msg nickserv access gigi list
16369 >
16370 > Each nick has an access list, where, if the user complies with this mask,
16371 > it auto-identifies them
16372 >
16373 > Also, have you had a look in your services log to see whether this new
16374 gigi
16375 > is actually identifying or not?
16376 >
16377 > Mike
16378 >
16379 > At 06:29 PM 9/9/00 +0200, you wrote:
16380 > >
16381 > >Hi,
16382 > >
16383 > >We are using services 4.3.3, which I believe is the latest final version.
16384 We
16385 > >have encountered the following bug:
16386 > >
16387 > >A user is registered as 'Gigi'. She is also registered as 'Gigi_away'.
16388 She
16389 > >enters a channel, and because she is on Chanserv's access list for that
16390 > >channel as 'Gigi', she gets opped.
16391 > >
16392 > >She changes her nickname to 'Gigi_away' to read her mails. When she does
16393 > >this, another user called 'Gigi' enters the channel, and gets opped
16394 without
16395 > >needing any password. Her settings are as follows:
16396 > >
16397 > >-NickServ(services@chatservices.pt.lu)- gigi is gigi
16398 > >-NickServ(services@chatservices.pt.lu)- Last seen time: Sep 09
16399 18:09:14
16400 > >2000 CEST
16401 > >-NickServ(services@chatservices.pt.lu)- Time registered: Oct 24
16402 14:38:53
16403 > >1999 CEST
16404 > >-NickServ(services@chatservices.pt.lu)- Options: Kill
16405 protection,
16406 > >Security
16407 > >
16408 > >The same goes for 'gigi_away'.
16409 > >
16410 > >Is this a known bug that is fixed in the later betas? Is there anything
16411 we
16412 > >can do against it?
16413 > >
16414 > >cya
16415 > >
16416 > >Mehran
16417 > >
16418 > >Nvision s.a r.l. - http://www.nvision.lu - mehran.khalili@nvision.lu
16419 > > Luxusbuerg a.s.b.l. - <A HREF="http://www.luxusbuerg.lu">http://www.luxusbuerg.lu</A> - scrm@irc.lu
16420 > >
16421 > ><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
16422 > ><HTML><HEAD>
16423 > ><META content="text/html; charset=us-ascii" http-equiv=Content-Type>
16424 > ><META content="MSHTML 5.00.3103.1000" name=GENERATOR></HEAD>
16425 > ><BODY bgColor=#ffffff>
16426 > ><DIV>&nbsp;</DIV>
16427 > ><DIV><FONT color=#0000ff face=Arial size=2><SPAN
16428 > >class=609482116-09092000>Hi,</SPAN></FONT></DIV>
16429 > ><DIV><FONT color=#0000ff face=Arial size=2><SPAN
16430 > >class=609482116-09092000></SPAN></FONT>&nbsp;</DIV>
16431 > ><DIV><FONT color=#0000ff face=Arial size=2><SPAN
16432 > class=609482116-09092000>We are
16433 > >using services 4.3.3, which I believe is the latest final version. We
16434 have
16435 > >encountered the following bug:</SPAN></FONT></DIV>
16436 > ><DIV><FONT color=#0000ff face=Arial size=2><SPAN
16437 > >class=609482116-09092000></SPAN></FONT>&nbsp;</DIV>
16438 > ><DIV><FONT color=#0000ff face=Arial size=2><SPAN
16439 > >class=609482116-09092000>A&nbsp;user is registered as 'Gigi'. She is also
16440 > >registered as 'Gigi_away'. She enters a channel, and because she is on
16441 > >Chanserv's access list for that channel as 'Gigi', she gets
16442 > >opped.</SPAN></FONT></DIV>
16443 > ><DIV><FONT color=#0000ff face=Arial size=2><SPAN
16444 > >class=609482116-09092000></SPAN></FONT>&nbsp;</DIV>
16445 > ><DIV><FONT color=#0000ff face=Arial size=2><SPAN
16446 class=609482116-09092000>She
16447 > >changes her nickname to 'Gigi_away' to read her mails. When she does
16448 this,
16449 > >another user called 'Gigi' enters the channel, and gets opped without
16450 needing
16451 > >any password. Her settings are as follows:</SPAN></FONT></DIV>
16452 > ><DIV><FONT color=#0000ff face=Arial size=2><SPAN
16453 > >class=609482116-09092000></SPAN></FONT>&nbsp;</DIV>
16454 > ><DIV><FONT color=#0000ff face=Arial size=2><SPAN
16455 > >class=609482116-09092000>-NickServ(<A
16456 >
16457 >href="<A HREF="mailto:services@chatservices.pt.lu">mailto:services@chatservices.pt.lu</A>">services@chatservices.pt.lu</A>)-
16458 > gigi
16459 > >is gigi<BR>-NickServ(<A
16460 >
16461 >href="<A HREF="mailto:services@chatservices.pt.lu">mailto:services@chatservices.pt.lu</A>">services@chatservices.pt.lu</A>)-
16462 > &nbsp;&nbsp;&nbsp;
16463 > >Last seen time: Sep 09 18:09:14 2000 CEST<BR>-NickServ(<A
16464 >
16465 >href="<A HREF="mailto:services@chatservices.pt.lu">mailto:services@chatservices.pt.lu</A>">services@chatservices.pt.lu</A>)-
16466 > &nbsp;&nbsp;
16467 > >Time registered: Oct 24 14:38:53 1999 CEST<BR>-NickServ(<A
16468 >
16469 >href="<A HREF="mailto:services@chatservices.pt.lu">mailto:services@chatservices.pt.lu</A>">services@chatservices.pt.lu</A>)-
16470 > &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
16471 > >Options: Kill protection, Security</SPAN></FONT></DIV>
16472 > ><DIV><FONT color=#0000ff face=Arial size=2><SPAN
16473 > >class=609482116-09092000></SPAN></FONT>&nbsp;</DIV>
16474 > ><DIV><FONT color=#0000ff face=Arial size=2><SPAN
16475 class=609482116-09092000>The
16476 > >same goes for 'gigi_away'.</SPAN></FONT></DIV>
16477 > ><DIV><FONT color=#0000ff face=Arial size=2><SPAN
16478 > >class=609482116-09092000></SPAN></FONT>&nbsp;</DIV>
16479 > ><DIV><FONT color=#0000ff face=Arial size=2><SPAN
16480 class=609482116-09092000>Is
16481 > >this a known bug that is fixed in the later betas? Is there anything we
16482 can do
16483 > >against it?</SPAN></FONT></DIV>
16484 > ><DIV><FONT color=#0000ff face=Arial size=2><SPAN
16485 > >class=609482116-09092000></SPAN></FONT>&nbsp;</DIV>
16486 > ><DIV><FONT color=#0000ff face=Arial size=2><SPAN
16487 > >class=609482116-09092000>cya</SPAN></FONT></DIV>
16488 > ><DIV><FONT color=#0000ff face=Arial size=2><SPAN
16489 > >class=609482116-09092000></SPAN></FONT>&nbsp;</DIV>
16490 > ><DIV><FONT color=#0000ff face=Arial size=2><SPAN
16491 > >class=609482116-09092000>Mehran</SPAN></FONT></DIV>
16492 > ><DIV>&nbsp;</DIV>
16493 > ><P><FONT size=2>Nvision s.&agrave; r.l. - <A
16494 href="<A HREF="http://www.nvision.lu/">http://www.nvision.lu/</A>"
16495 > >target=_blank><A HREF="http://www.nvision.lu">http://www.nvision.lu</A></A> - <A
16496 >
16497 >href="<A HREF="mailto:mehran.khalili@nvision.lu">mailto:mehran.khalili@nvision.lu</A>">mehran.khalili@nvision.lu</A><BR>&n
16498 > bsp;&nbsp;&nbsp;
16499 > >Luxusbuerg a.s.b.l. - <A href="<A HREF="http://www.luxusbuerg.lu/">http://www.luxusbuerg.lu/</A>"
16500 > >target=_blank><A HREF="http://www.luxusbuerg.lu">http://www.luxusbuerg.lu</A></A> - <A
16501 > >href="<A HREF="mailto:scrm@irc.lu">mailto:scrm@irc.lu</A>">scrm@irc.lu</A></FONT></P></BODY></HTML>
16502 > >
16503 > ---
16504 > Michael Smith (Warlock on IRC)
16505 > <A HREF="http://www.warlock.web.za">http://www.warlock.web.za</A>
16506 > "Do you smell something burning or is it me?"
16507 > -- Joan of Arc
16508 >
16509 >
16510 > ---------------------------------------------------------------
16511 > To unsubscribe, send email to majordomo@ender.shadowfire.org
16512 > with "unsubscribe ircservices" in the body, without the quotes.
16513 >
16514
16515
16516 ---------------------------------------------------------------
16517 To unsubscribe, send email to majordomo@ender.shadowfire.org
16518 with "unsubscribe ircservices" in the body, without the quotes.
16519
16520
16521 From &quot Sun Sep 10 01:56:57 2000
16522 From: &quot (&quot)
16523 Date: Sat Oct 23 23:01:00 2004
16524 Subject: [IRCServices] ircservices-4.4.7 Bugs
16525 In-Reply-To: <4.3.1.2.20000909135938.00ac1700@ingsoc.com>
16526 References: 4.3.1.2.20000909135938.00ac1700@ingsoc.com
16527 Message-ID: NCBBIPDDJGGDOCPMKPKPEELJDHAA.andrewk@icon.co.za
16528
16529 Fooey,
16530
16531 > 4.4.7 has reintroduced the memory allocation bug in do_sjoin.
16532 >
16533 > c = smalloc(sizeof(*channel)) should be c = smalloc(sizeof(*c))
16534
16535 Fixed.
16536
16537 > -Also in do_sjoin: The last do_cmode in the function should have a first
16538 > param of av[2] not av[0].
16539
16540 Fixed.
16541
16542 > -In addition, I believe that in config.c the type for DefSessionLimit
16543 > should be PARAM_INT and not PARAM_POSINT if the attempt (as per
16544 > the Changes
16545 > file) is to allow a limit of zero.
16546
16547 Already fixed in 4.5 - backported to 4.4.8.
16548
16549 > -do_deop reports deop's in the same manner that do_op did.
16550 > Hence, the same
16551 > buffer overflow that existed in do_op still seems to be around in do_deop.
16552
16553 Oh crap, how on earth did I miss this. Fixed. :)
16554
16555 On this note, please can buffer overflows, and other sensitive bugs, be
16556 reported directly to me rather than the list - so that I can have a fix done
16557 before the entire world of unethical users become aware of them. Sometimes
16558 I'm not able to get a fix out immediately, leaving many networks
16559 unprotected.
16560
16561 Thanks, Andrew
16562
16563
16564 ---------------------------------------------------------------
16565 To unsubscribe, send email to majordomo@ender.shadowfire.org
16566 with "unsubscribe ircservices" in the body, without the quotes.
16567
16568
16569 From alex at delete.org Sun Sep 10 16:37:02 2000
16570 From: alex at delete.org (Alex Michlin)
16571 Date: Sat Oct 23 23:01:00 2004
16572 Subject: [IRCServices] channel ban list
16573 Message-ID: Pine.BSF.4.21.0009101936001.81265&#45;100000@krypton.delete.org
16574
16575 I am wondering if there is a command in services 4.4.7 that lists the
16576 bans in a channel?. I know there is one to clear them, but how about
16577 just listing them? I'm sorry if this is a pretty stupid question, but I've
16578 looked though the readme's and have not found an answer. (On a similar
16579 note, is there a command to list any modes set in a channel, ie, keys,..?)
16580
16581
16582 Thanks for your help
16583
16584 Alex
16585
16586
16587
16588 ---------------------------------------------------------------
16589 To unsubscribe, send email to majordomo@ender.shadowfire.org
16590 with "unsubscribe ircservices" in the body, without the quotes.
16591
16592
16593 From &quot Sun Sep 10 21:12:09 2000
16594 From: &quot (&quot)
16595 Date: Sat Oct 23 23:01:00 2004
16596 Subject: [IRCServices] channel ban list
16597 In-Reply-To: <Pine.BSF.4.21.0009101936001.81265-100000@krypton.delete.org>
16598 References: Pine.BSF.4.21.0009101936001.81265&#45;100000@krypton.delete.org
16599 Message-ID: PPEKKHHIEGJCNPBLFIKKEEAOCAAA.anarki@flamebait.org
16600
16601 Channel bans are actually a channel function and are handled via the server
16602 .. not services. The commands that are in services for channel bans are for
16603 convenience and ... heaven forbid an IRCop would have ever to clean up after
16604 a takeover. most clients have built in tools for handling channel bans, try
16605 tying /bans #channel or right clicking in the channel window.
16606
16607
16608 Scott Seufert
16609 aka katsklaw
16610 Server Admin
16611 Excalibre.ShadowFire.Org
16612
16613 -----Original Message-----
16614 From: owner-ircservices@Snow.shadowfire.org
16615 [mailto:owner-ircservices@Snow.shadowfire.org]On Behalf Of Alex Michlin
16616 Sent: Sunday, September 10, 2000 4:37 PM
16617 To: ircservices@Snow.shadowfire.org
16618 Subject: [IRCServices] channel ban list
16619
16620
16621 I am wondering if there is a command in services 4.4.7 that lists the
16622 bans in a channel?. I know there is one to clear them, but how about
16623 just listing them? I'm sorry if this is a pretty stupid question, but I've
16624 looked though the readme's and have not found an answer. (On a similar
16625 note, is there a command to list any modes set in a channel, ie, keys,..?)
16626
16627
16628 Thanks for your help
16629
16630 Alex
16631
16632
16633
16634 ---------------------------------------------------------------
16635 To unsubscribe, send email to majordomo@ender.shadowfire.org
16636 with "unsubscribe ircservices" in the body, without the quotes.
16637
16638
16639
16640
16641 ---------------------------------------------------------------
16642 To unsubscribe, send email to majordomo@ender.shadowfire.org
16643 with "unsubscribe ircservices" in the body, without the quotes.
16644
16645
16646 From j.d.morton at lancaster.ac.uk Sun Sep 10 18:30:28 2000
16647 From: j.d.morton at lancaster.ac.uk (Jonathan Morton)
16648 Date: Sat Oct 23 23:01:00 2004
16649 Subject: [IRCServices] channel ban list
16650 In-Reply-To: <Pine.BSF.4.21.0009101936001.81265-100000@krypton.delete.org>
16651 References: Pine.BSF.4.21.0009101936001.81265&#45;100000@krypton.delete.org
16652 Message-ID: Pine.GSO.4.21.0009110229080.14597&#45;100000@unixc.lancs.ac.uk
16653
16654 > I am wondering if there is a command in services 4.4.7 that lists the
16655 > bans in a channel?. I know there is one to clear them, but how about
16656 > just listing them? I'm sorry if this is a pretty stupid question, but I've
16657 > looked though the readme's and have not found an answer. (On a similar
16658 > note, is there a command to list any modes set in a channel, ie, keys,..?)
16659
16660 You don't need a Services command - just an IRCD command.
16661
16662 /mode #channel b <<< lists bans
16663 /mode #channel <<< lists modes
16664 /mode nick <<< ditto
16665
16666 --------------------------------------------------------------
16667 from: Jonathan "Chromatix" Morton
16668 main e-mail: <chromi@cyberspace.org>
16669 attachments over 100K: <j.d.morton@lancaster.ac.uk>
16670
16671 The key to knowledge is not to rely on people to teach you it.
16672
16673
16674
16675 ---------------------------------------------------------------
16676 To unsubscribe, send email to majordomo@ender.shadowfire.org
16677 with "unsubscribe ircservices" in the body, without the quotes.
16678
16679
16680 From &quot Sun Sep 10 20:41:04 2000
16681 From: &quot (&quot)
16682 Date: Sat Oct 23 23:01:00 2004
16683 Subject: [IRCServices] Root User and Channels Access lists
16684 Message-ID: 200009110341.UAA09591@mail11.bigmailbox.com
16685
16686 I have posted before to this mailing list regarding this problem , I got some replies last time , but I still continue having the same problem. sorry to be a pest but I still can not change Channel access lists on user created channels eventhough Im the services root.
16687
16688 when I try I of course first Identify to NickServ and then /oper up , however I always get 'Permission Denied' from ChanServ when I attempt to change any room's access list in which Im not an OP.
16689
16690 Am I doing something wrong or is this the way it's suposed to work out?
16691
16692 Ely
16693
16694 ------------------------------------------------------------
16695 Are You Bored? go here - - - - - - -> www.chatfirst.com
16696 Do You Need A Cooler Chat Program? - - - - - - >www.chatfirst.com/downloads.html
16697
16698
16699
16700 ---------------------------------------------------------------
16701 To unsubscribe, send email to majordomo@ender.shadowfire.org
16702 with "unsubscribe ircservices" in the body, without the quotes.
16703
16704
16705 From mike at chat.za.net Sun Sep 10 23:35:16 2000
16706 From: mike at chat.za.net (Michael Smith)
16707 Date: Sat Oct 23 23:01:00 2004
16708 Subject: [IRCServices] Root User and Channels Access lists
16709 In-Reply-To: <200009110341.UAA09591@mail11.bigmailbox.com>
16710 References: 200009110341.UAA09591@mail11.bigmailbox.com
16711 Message-ID: Pine.LNX.4.21.0009110834490.26270&#45;100000@moonlight.chat.za.net
16712
16713
16714 Have you made sure that you have modes +aA
16715
16716 ie /mode mynick +aA
16717
16718 Locke
16719
16720 ---
16721 Michael Smith (Warlock on IRC)
16722 http://www.warlock.web.za/
16723 "The software said Windows95 or better...
16724 ...so I got Linux"
16725
16726
16727 On Sun, 10 Sep 2000, Administration ChatFIRST.COM wrote:
16728
16729 > I have posted before to this mailing list regarding this problem , I got some replies last time , but I still continue having the same problem. sorry to be a pest but I still can not change Channel access lists on user created channels eventhough Im the services root.
16730 >
16731 > when I try I of course first Identify to NickServ and then /oper up , however I always get 'Permission Denied' from ChanServ when I attempt to change any room's access list in which Im not an OP.
16732 >
16733 > Am I doing something wrong or is this the way it's suposed to work out?
16734 >
16735 > Ely
16736 >
16737 > ------------------------------------------------------------
16738 > Are You Bored? go here - - - - - - -> www.chatfirst.com
16739 > Do You Need A Cooler Chat Program? - - - - - - >www.chatfirst.com/downloads.html
16740 >
16741 >
16742 >
16743 > ---------------------------------------------------------------
16744 > To unsubscribe, send email to majordomo@ender.shadowfire.org
16745 > with "unsubscribe ircservices" in the body, without the quotes.
16746 >
16747
16748
16749 ---------------------------------------------------------------
16750 To unsubscribe, send email to majordomo@ender.shadowfire.org
16751 with "unsubscribe ircservices" in the body, without the quotes.
16752
16753
16754 From stsimb at irc.gr Mon Sep 11 01:45:18 2000
16755 From: stsimb at irc.gr (Sotiris Tsimbonis)
16756 Date: Sat Oct 23 23:01:00 2004
16757 Subject: [IRCServices] channel ban list
16758 In-Reply-To: <Pine.GSO.4.21.0009110229080.14597-100000@unixc.lancs.ac.uk>
16759 References: Pine.GSO.4.21.0009110229080.14597&#45;100000@unixc.lancs.ac.uk
16760 Message-ID: Pine.LNX.4.21.0009111141090.31188&#45;100000@nana.forthnet.gr
16761
16762 On Mon, 11 Sep 2000, Jonathan Morton wrote:
16763 > > I am wondering if there is a command in services 4.4.7 that lists the
16764 > > bans in a channel?. I know there is one to clear them, but how about
16765 > > just listing them? I'm sorry if this is a pretty stupid question, but I've
16766 > > looked though the readme's and have not found an answer. (On a similar
16767 > > note, is there a command to list any modes set in a channel, ie, keys,..?)
16768 >
16769 > You don't need a Services command - just an IRCD command.
16770 >
16771 > /mode #channel b <<< lists bans
16772 > /mode #channel <<< lists modes
16773 > /mode nick <<< ditto
16774
16775 Indeed, this is the correct way of doing it, but if you also want to see
16776 the actual key of a channel, services can help you snoop it..
16777
16778 ---- config.h ----
16779 /* Define this to enable OperServ's debugging commands (Services root
16780 * only). These commands are undocumented; "use the source, Luke!" */
16781 /* #define DEBUG_COMMANDS */
16782 ------------------
16783
16784 ---- operserv.c ----
16785 #ifdef DEBUG_COMMANDS
16786 { "LISTCHANS", send_channel_list, is_services_root, -1,-1,-1,-1,-1 },
16787 --------------------
16788
16789 /operserv listchan #chan includes the channel key :-)
16790
16791 _ _ _|_ o._ o _
16792 _)(_) |_ || |_>
16793
16794
16795 ---------------------------------------------------------------
16796 To unsubscribe, send email to majordomo@ender.shadowfire.org
16797 with "unsubscribe ircservices" in the body, without the quotes.
16798
16799
16800 From lonewolf at lagnet.org.za Mon Sep 11 04:16:25 2000
16801 From: lonewolf at lagnet.org.za (Lonewolf)
16802 Date: Sat Oct 23 23:01:00 2004
16803 Subject: [IRCServices] Root User and Channels Access lists
16804 In-Reply-To: <200009110341.UAA09591@mail11.bigmailbox.com>; from &quot;Administration ChatFIRST.COM&quot; on Sun, Sep 10, 2000 at 08:41:04PM
16805 References: <200009110341.UAA09591@mail11.bigmailbox.com>
16806 Message-ID: 20000911131625.A91164@apotheosis.org.za
16807
16808 [ Please use < 76 columns. ]
16809
16810 On Sun, Sep 10, 2000 at 08:41:04PM -0700, Administration ChatFIRST.COM wrote:
16811 > I have posted before to this mailing list regarding this problem , I
16812 > got some replies last time , but I still continue having the same
16813 > problem. sorry to be a pest but I still can not change Channel
16814 > access lists on user created channels eventhough Im the services
16815 > root.
16816
16817 The Services Root user is not automatically included in the Services
16818 Administator list. You'll need to add your nickname there before
16819 you'll have Administrator privileges.
16820
16821 > when I try I of course first Identify to NickServ and then /oper up
16822 > , however I always get 'Permission Denied' from ChanServ when I
16823 > attempt to change any room's access list in which Im not an OP.
16824
16825 As far as I can see, not even Services Administrators can manipulate
16826 channel access lists; they can only view them.
16827
16828 --
16829 lonewolf@lagnet.org.za
16830
16831 ---------------------------------------------------------------
16832 To unsubscribe, send email to majordomo@ender.shadowfire.org
16833 with "unsubscribe ircservices" in the body, without the quotes.
16834
16835
16836 From quension at softhome.net Mon Sep 11 07:52:21 2000
16837 From: quension at softhome.net (quension@softhome.net)
16838 Date: Sat Oct 23 23:01:00 2004
16839 Subject: [IRCServices] Root User and Channels Access lists
16840 References: <200009110341.UAA09591@mail11.bigmailbox.com>
16841 Message-ID: 39BCF1A5.20473CD6@softhome.net
16842
16843 "Administration ChatFIRST.COM" wrote:
16844
16845 > I have posted before to this mailing list regarding this problem , I
16846 > got some replies last time , but I still continue having the same
16847 > problem. sorry to be a pest but I still can not change Channel access
16848 > lists on user created channels eventhough Im the services root.
16849 >
16850 > when I try I of course first Identify to NickServ and then /oper up ,
16851 > however I always get 'Permission Denied' from ChanServ when I attempt
16852 > to change any room's access list in which Im not an OP.
16853 >
16854 > Am I doing something wrong or is this the way it's suposed to work out?
16855
16856 No matter what level of administrative access you have to services,
16857 channel ACCESS lists cannot be changed unless you have the appropriate
16858 level of access to the channel. SETtings can be changed
16859 administratively, though.
16860
16861 -- Quension
16862
16863 ---------------------------------------------------------------
16864 To unsubscribe, send email to majordomo@ender.shadowfire.org
16865 with "unsubscribe ircservices" in the body, without the quotes.
16866
16867
16868 From uziel at ingsoc.com Sat Sep 9 07:29:21 2000
16869 From: uziel at ingsoc.com (Uziel)
16870 Date: Sat Oct 23 23:01:00 2004
16871 Subject: [IRCServices] ircservices-4.4.7 [STABLE-BETA] released
16872 In-Reply-To: <NCBBIPDDJGGDOCPMKPKPMEGLDHAA.andrewk@icon.co.za>
16873 References: NCBBIPDDJGGDOCPMKPKPMEGLDHAA.andrewk@icon.co.za
16874 Message-ID: 4.3.1.2.20000909102536.00ac1a20@ingsoc.com
16875
16876 4.4.7 has reintroduced the memory allocation bug in do_sjoin.
16877
16878 c = smalloc(sizeof(*channel)) should be c = smalloc(sizeof(*c))
16879
16880 Also in do_sjoin
16881
16882 The last do_cmode in the function should have a first param of av[2] not av[0].
16883
16884 In addition, I believe that in config.c the type for DefSessionLimit should
16885 be PARAM_INT and not PARAM_POSINT if the attempt (as per the Changes file)
16886 is to allow a limit of zero.
16887
16888
16889 At 10:43 PM 8/27/00 +0200, you wrote:
16890 >Version 4.4.7 [STABLE-BETA] of IRC Services has been released. This is a
16891 >bugfix release that ought to fix all the AKICK ENFORCE, and similar, crashes
16892 >that have been plauging services. If all the crashes have been fixed, then
16893 >4.4.7 should become RELEASE soon! It also means 4.5 should be due out soon
16894 >too :)
16895 >
16896 >2000/08/27 .7 Fixed a bug in CS OP where users could be added to channel's
16897 > op list without being in the channel. This should fix
16898 >many
16899 > of the bugs pertaining to channel user lists - notably
16900 >the
16901 > AKICK ENFORCE bug. Many thanks go to Toshi Morita
16902 > <tm2@best.com> for finding and reporting this bug!
16903 >
16904 >You can download it from the usual places:
16905 > ftp://ender.shadowfire.org/pub/ircservices/beta/ (South Africa)
16906 > <A HREF="ftp://ftp.electrocity.com/pub/ircservices/beta/">ftp://ftp.electrocity.com/pub/ircservices/beta/</A> (South Africa)
16907 > <A HREF="ftp://baboon.cat.pdx.edu/pub/ircservices/beta/">ftp://baboon.cat.pdx.edu/pub/ircservices/beta/</A> (USA)
16908 >
16909 >Andrew
16910 >
16911 >
16912 >---------------------------------------------------------------
16913 >To unsubscribe, send email to majordomo@ender.shadowfire.org
16914 >with "unsubscribe ircservices" in the body, without the quotes.
16915
16916
16917 Uziel (uziel@ingsoc.com)
16918
16919 --I caught sight of my reflection
16920 I caught it in the window
16921 I saw the darkness in my heart
16922 I saw the signs of my undoing
16923 They had been there from the start
16924 And the darkness still has work to do
16925 The knotted chord's untying
16926
16927
16928 ---------------------------------------------------------------
16929 To unsubscribe, send email to majordomo@ender.shadowfire.org
16930 with "unsubscribe ircservices" in the body, without the quotes.
16931
16932
16933 From Ciaran.reilly at ntlworld.com Fri Sep 8 15:57:35 2000
16934 From: Ciaran.reilly at ntlworld.com (Ciarán Reilly)
16935 Date: Sat Oct 23 23:01:00 2004
16936 Subject: [IRCServices] Modifying services to allow for web-based registration with nickserv
16937 References: <GOEJIBOGNDMEHOBFJDMDOECECGAA.scrm@scandal.org>
16938 Message-ID: 002801c019e8$328bbe60$2436fe3e@morpheous
16939
16940 Hi Mehran,
16941
16942 I noticed your mail below posted to the IRCServices list. Tell me, will your
16943 script by any chance be open source ? It's just I've been searching for
16944 something like this for a very long time, but unfortunatly I know next to
16945 nothing about scripting for Php...
16946
16947 Let me know :)
16948
16949 Ciarán.
16950
16951
16952 ----- Original Message -----
16953 From: "Mehran Khalili" <scrm@scandal.org>
16954 To: <ircservices@Delirious.shadowfire.org>
16955 Sent: Tuesday, September 05, 2000 10:41 PM
16956 Subject: [IRCServices] Modifying services to allow for web-based
16957 registration with nickserv
16958
16959
16960 >
16961 > Hi,
16962 >
16963 > We are currently writing a script in PHP that allows a user to register
16964 his
16965 > nickname with Nickserv via a web interface. The script connects to the IRC
16966 > server, registers the nickname with the desired password, and logs off.
16967 >
16968 > Our problem is the following: what can the script do if the requested
16969 > nickname is already in use?
16970 >
16971 > Therefore, I wanted to know your ideas on how to work around this problem.
16972 > At the moment, we're thinking about trying to modify services to allow a
16973 > certain user to register nicknames without needing to take them first.
16974 >
16975 > How could this be done safely? What are you views on this or other
16976 possible
16977 > ways?
16978 >
16979 > Your feedback is appreciated. Regards,
16980 >
16981 > Mehran
16982 >
16983 >
16984 >
16985 > --------------
16986 > Mehran Khalili
16987 >
16988 > Luxusbuerg IRC - http://www.luxusbuerg.lu - scrm@irc.lu
16989 >
16990 >
16991 > ---------------------------------------------------------------
16992 > To unsubscribe, send email to majordomo@ender.shadowfire.org
16993 > with "unsubscribe ircservices" in the body, without the quotes.
16994
16995
16996 ---------------------------------------------------------------
16997 To unsubscribe, send email to majordomo@ender.shadowfire.org
16998 with "unsubscribe ircservices" in the body, without the quotes.
16999
17000
17001 From achurch at dragonfire.net Mon Sep 11 01:53:11 2000
17002 From: achurch at dragonfire.net (Andy Church)
17003 Date: Sat Oct 23 23:01:00 2004
17004 Subject: [IRCServices] channel ban list
17005 Message-ID: E13YPKx&#45;0000I7&#45;00@manx.dreamhaven.net
17006
17007 >> You don't need a Services command - just an IRCD command.
17008 >>
17009 >> /mode #channel b <<< lists bans
17010 >> /mode #channel <<< lists modes
17011 >> /mode nick <<< ditto
17012 >
17013 >Indeed, this is the correct way of doing it, but if you also want to see
17014 >the actual key of a channel, services can help you snoop it..
17015 [...]
17016 >/operserv listchan #chan includes the channel key :-)
17017
17018 Of course, this only works for the Services root, who should know
17019 enough not to use this inappropriately...
17020
17021 --Andrew Church
17022 achurch@dragonfire.net
17023 http://achurch.dragonfire.net/
17024
17025 ---------------------------------------------------------------
17026 To unsubscribe, send email to majordomo@ender.shadowfire.org
17027 with "unsubscribe ircservices" in the body, without the quotes.
17028
17029
17030 From uziel at ingsoc.com Sat Sep 9 08:05:48 2000
17031 From: uziel at ingsoc.com (Uziel)
17032 Date: Sat Oct 23 23:01:00 2004
17033 Subject: [IRCServices] Another bug...
17034 Message-ID: 4.3.1.2.20000909110433.00aba900@ingsoc.com
17035
17036 Oops...one more I think.
17037
17038 do_deop reports deop's in the same manner that do_op did. Hence, the same
17039 buffer overflow that existed in do_op still seems to be around in do_deop.
17040
17041
17042 At 10:43 PM 8/27/00 +0200, you wrote:
17043 >Version 4.4.7 [STABLE-BETA] of IRC Services has been released. This is a
17044 >bugfix release that ought to fix all the AKICK ENFORCE, and similar, crashes
17045 >that have been plauging services. If all the crashes have been fixed, then
17046 >4.4.7 should become RELEASE soon! It also means 4.5 should be due out soon
17047 >too :)
17048 >
17049 >2000/08/27 .7 Fixed a bug in CS OP where users could be added to channel's
17050 > op list without being in the channel. This should fix
17051 >many
17052 > of the bugs pertaining to channel user lists - notably
17053 >the
17054 > AKICK ENFORCE bug. Many thanks go to Toshi Morita
17055 > <tm2@best.com> for finding and reporting this bug!
17056 >
17057 >You can download it from the usual places:
17058 > ftp://ender.shadowfire.org/pub/ircservices/beta/ (South Africa)
17059 > <A HREF="ftp://ftp.electrocity.com/pub/ircservices/beta/">ftp://ftp.electrocity.com/pub/ircservices/beta/</A> (South Africa)
17060 > <A HREF="ftp://baboon.cat.pdx.edu/pub/ircservices/beta/">ftp://baboon.cat.pdx.edu/pub/ircservices/beta/</A> (USA)
17061 >
17062 >Andrew
17063 >
17064 >
17065 >---------------------------------------------------------------
17066 >To unsubscribe, send email to majordomo@ender.shadowfire.org
17067 >with "unsubscribe ircservices" in the body, without the quotes.
17068
17069
17070 Uziel (uziel@ingsoc.com)
17071
17072 --I caught sight of my reflection
17073 I caught it in the window
17074 I saw the darkness in my heart
17075 I saw the signs of my undoing
17076 They had been there from the start
17077 And the darkness still has work to do
17078 The knotted chord's untying
17079
17080
17081 ---------------------------------------------------------------
17082 To unsubscribe, send email to majordomo@ender.shadowfire.org
17083 with "unsubscribe ircservices" in the body, without the quotes.
17084
17085
17086 From lonewolf at lagnet.org.za Mon Sep 11 04:18:21 2000
17087 From: lonewolf at lagnet.org.za (Lonewolf)
17088 Date: Sat Oct 23 23:01:00 2004
17089 Subject: [IRCServices] Root User and Channels Access lists
17090 In-Reply-To: <Pine.LNX.4.21.0009110834490.26270-100000@moonlight.chat.za.net>; from &quot;Michael Smith&quot; on Mon, Sep 11, 2000 at 08:35:16AM
17091 References: <200009110341.UAA09591@mail11.bigmailbox.com> <Pine.LNX.4.21.0009110834490.26270-100000@moonlight.chat.za.net>
17092 Message-ID: 20000911131821.B91164@apotheosis.org.za
17093
17094 On Mon, Sep 11, 2000 at 08:35:16AM +0200, Michael Smith wrote:
17095 > Have you made sure that you have modes +aA
17096 > ie /mode mynick +aA
17097
17098 Services ignores these flags completely, so I doubt that'd make a difference.
17099
17100 --
17101 lonewolf@lagnet.org.za
17102
17103 ---------------------------------------------------------------
17104 To unsubscribe, send email to majordomo@ender.shadowfire.org
17105 with "unsubscribe ircservices" in the body, without the quotes.
17106
17107
17108 From quension at softhome.net Tue Sep 12 07:51:58 2000
17109 From: quension at softhome.net (quension@softhome.net)
17110 Date: Sat Oct 23 23:01:00 2004
17111 Subject: [IRCServices] Root User and Channels Access lists
17112 References: <200009110341.UAA09591@mail11.bigmailbox.com> <20000911131625.A91164@apotheosis.org.za>
17113 Message-ID: 39BE430E.4AAB7E92@softhome.net
17114
17115 Lonewolf wrote:
17116
17117 > The Services Root user is not automatically included in the Services
17118 > Administator list. You'll need to add your nickname there before
17119 > you'll have Administrator privileges.
17120
17121 Services root has the highest level of access, as long as you're using
17122 and identified to that nick. There is no need to add yourself to
17123 anything. Otherwise, what would be the point of having a services root?
17124
17125 -- Quension
17126
17127 ---------------------------------------------------------------
17128 To unsubscribe, send email to majordomo@ender.shadowfire.org
17129 with "unsubscribe ircservices" in the body, without the quotes.
17130
17131
17132 From lonewolf at lagnet.org.za Tue Sep 12 08:09:10 2000
17133 From: lonewolf at lagnet.org.za (Lonewolf)
17134 Date: Sat Oct 23 23:01:00 2004
17135 Subject: [IRCServices] Root User and Channels Access lists
17136 In-Reply-To: <39BE430E.4AAB7E92@softhome.net>; from &quot;quension@softhome.net&quot; on Tue, Sep 12, 2000 at 07:51:58AM
17137 References: <200009110341.UAA09591@mail11.bigmailbox.com> <20000911131625.A91164@apotheosis.org.za> <39BE430E.4AAB7E92@softhome.net>
17138 Message-ID: 20000912170910.A14076@apotheosis.org.za
17139
17140 On Tue, Sep 12, 2000 at 07:51:58AM -0700, quension@softhome.net wrote:
17141 > Services root has the highest level of access, as long as you're
17142 > using and identified to that nick. There is no need to add yourself
17143 > to anything. Otherwise, what would be the point of having a
17144 > services root?
17145
17146 To manipulate the SA list.
17147
17148 But you're quite right, I missed the call to is_services_root() in
17149 is_services_admin() in operserv.c.
17150
17151 --
17152 lonewolf@lagnet.org.za
17153
17154 ---------------------------------------------------------------
17155 To unsubscribe, send email to majordomo@ender.shadowfire.org
17156 with "unsubscribe ircservices" in the body, without the quotes.
17157
17158
17159 From &quot Tue Sep 12 18:28:12 2000
17160 From: &quot (&quot)
17161 Date: Sat Oct 23 23:01:00 2004
17162 Subject: [IRCServices] Root User and Channels Access lists
17163 Message-ID: 200009130128.SAA21571@mail11.bigmailbox.com
17164
17165 Ok I was the one who actually started this and Im still without access to modifiying users access lists on channels , this is really important to me and I believe to everyone specially when you want to help new users setting up their channels.
17166
17167 Is there any good soul out there willing to help me personally , Im new to all this and it looks by some people's answers on this list that there is really a way for the services root to be able to change access lists .
17168 The only way I have found till now its using GETPASS then pretend Im the user and change the access list that way.
17169
17170 For example lonewolf@lagnet.org.za (Lonewolf) said:
17171
17172 "But you're quite right, I missed the call to is_services_root() in
17173 is_services_admin() in operserv.c."
17174
17175 Is he/she implyinig you can modify the file 'operserv.c' to allow you to touch access lists ?
17176
17177
17178
17179
17180 In a message dated 9/12/00 4:44:51 PM Pacific Daylight Time, lonewolf@lagnet.org.za writes:
17181
17182 << On Tue, Sep 12, 2000 at 07:51:58AM -0700, quension@softhome.net wrote:
17183 > Services root has the highest level of access, as long as you're
17184 > using and identified to that nick. There is no need to add yourself
17185 > to anything. Otherwise, what would be the point of having a
17186 > services root?
17187
17188 To manipulate the SA list.
17189
17190 But you're quite right, I missed the call to is_services_root() in
17191 is_services_admin() in operserv.c.
17192
17193 --
17194 lonewolf@lagnet.org.za
17195
17196 ------------------------------------------------------------
17197 Are You Bored? go here - - - - - - -> www.chatfirst.com
17198 Do You Need A Cooler Chat Program? - - - - - - >www.chatfirst.com/downloads.html
17199
17200
17201
17202 ---------------------------------------------------------------
17203 To unsubscribe, send email to majordomo@ender.shadowfire.org
17204 with "unsubscribe ircservices" in the body, without the quotes.
17205
17206
17207 From chromi at cyberspace.org Wed Sep 13 05:01:03 2000
17208 From: chromi at cyberspace.org (Jonathan Morton)
17209 Date: Sat Oct 23 23:01:00 2004
17210 Subject: [IRCServices] Root User and Channels Access lists
17211 In-Reply-To: <200009130128.SAA21571@mail11.bigmailbox.com>
17212 References: 200009130128.SAA21571@mail11.bigmailbox.com
17213 Message-ID: Pine.LNX.4.21.0009131300210.3677&#45;100000@helium.chromatix.org.uk
17214
17215 > "But you're quite right, I missed the call to is_services_root() in
17216 > is_services_admin() in operserv.c."
17217 >
17218 > Is he/she implyinig you can modify the file 'operserv.c' to allow you to touch access lists ?
17219
17220 Of course! This is open-source software after all, you can modify it any
17221 way you want.
17222
17223
17224
17225 ---------------------------------------------------------------
17226 To unsubscribe, send email to majordomo@ender.shadowfire.org
17227 with "unsubscribe ircservices" in the body, without the quotes.
17228
17229
17230 From &quot Wed Sep 13 08:27:59 2000
17231 From: &quot (&quot)
17232 Date: Sat Oct 23 23:01:00 2004
17233 Subject: [IRCServices] ircservices-4.4.8 [STABLE] released
17234 Message-ID: 00ab01c01d97$3311b6c0$9c011ac4@shadow
17235
17236 IRC Services version 4.4.8 [STABLE] has been released. Unless any serious
17237 bugs are reported with the next week, this will become a RELEASE version -
17238 replacing version 4.3.3/4.3.4. As a result, only fixes for major bugs will
17239 be released for the 4.4 branch.
17240
17241 2000/09/10 .8 Fixed some memory allocation and Bahamut related bugs.
17242 Fixed a serious memory bug with the CS DEOP command.
17243 Above two reported by Uziel <uziel@ingsoc.com>
17244 0 (zero) is now a valid DefSessionLimit config value.
17245 (backported by request of Uziel <uziel@ingsoc.com>)
17246
17247
17248 You can download this version from the usual places:
17249 ftp://ender.shadowfire.org/pub/ircservices/beta/ (South Africa)
17250 Mirrors:
17251 <A HREF="ftp://ftp.electrocity.com/pub/ircservices/beta/">ftp://ftp.electrocity.com/pub/ircservices/beta/</A> (South Africa)
17252 <A HREF="ftp://baboon.cat.pdx.edu/pub/ircservices/beta/">ftp://baboon.cat.pdx.edu/pub/ircservices/beta/</A> (USA)
17253
17254 Regards, Andrew
17255
17256
17257 ---------------------------------------------------------------
17258 To unsubscribe, send email to majordomo@ender.shadowfire.org
17259 with "unsubscribe ircservices" in the body, without the quotes.
17260
17261
17262 From &quot Wed Sep 13 10:28:58 2000
17263 From: &quot (&quot)
17264 Date: Sat Oct 23 23:01:00 2004
17265 Subject: [IRCServices] Modifying services to allow for web-based registration with nickserv
17266 In-Reply-To: <002801c019e8$328bbe60$2436fe3e@morpheous>
17267 References: 002801c019e8$328bbe60$2436fe3e@morpheous
17268 Message-ID: GOEJIBOGNDMEHOBFJDMDGEEFCGAA.scrm@scandal.org
17269
17270 We'll keep you informed of when the script is finished. At this stage I
17271 personally wouldn't have a problem to distribute it, but I'm not working on
17272 the script myself.
17273
17274 However, it will get finished a lot faster (or at all) if any ideas as to
17275 how it can be completed, were submitted by Services users.
17276
17277 cya
17278
17279 Mehran
17280
17281 --------------
17282 Mehran Khalili
17283
17284 Nvision s.à r.l. - http://www.nvision.lu - mehran.khalili@nvision.lu
17285 Luxusbuerg a.s.b.l. - <A HREF="http://www.luxusbuerg.lu">http://www.luxusbuerg.lu</A> - scrm@irc.lu
17286
17287
17288 > -----Original Message-----
17289 > From: owner-ircservices@Snow.shadowfire.org
17290 > [<A HREF="mailto:owner-ircservices@Snow.shadowfire.org]On">mailto:owner-ircservices@Snow.shadowfire.org]On</A> Behalf Of Ciarán Reilly
17291 > Sent: Saturday, September 09, 2000 00:58
17292 > To: ircservices@Snow.shadowfire.org
17293 > Subject: Re: [IRCServices] Modifying services to allow for web-based
17294 > registration with nickserv
17295 >
17296 >
17297 > Hi Mehran,
17298 >
17299 > I noticed your mail below posted to the IRCServices list. Tell
17300 > me, will your
17301 > script by any chance be open source ? It's just I've been searching for
17302 > something like this for a very long time, but unfortunatly I know next to
17303 > nothing about scripting for Php...
17304 >
17305 > Let me know :)
17306 >
17307 > Ciarán.
17308 >
17309 >
17310 > ----- Original Message -----
17311 > From: "Mehran Khalili" <scrm@scandal.org>
17312 > To: <ircservices@Delirious.shadowfire.org>
17313 > Sent: Tuesday, September 05, 2000 10:41 PM
17314 > Subject: [IRCServices] Modifying services to allow for web-based
17315 > registration with nickserv
17316 >
17317 >
17318 > >
17319 > > Hi,
17320 > >
17321 > > We are currently writing a script in PHP that allows a user to register
17322 > his
17323 > > nickname with Nickserv via a web interface. The script connects
17324 > to the IRC
17325 > > server, registers the nickname with the desired password, and logs off.
17326 > >
17327 > > Our problem is the following: what can the script do if the requested
17328 > > nickname is already in use?
17329 > >
17330 > > Therefore, I wanted to know your ideas on how to work around
17331 > this problem.
17332 > > At the moment, we're thinking about trying to modify services to allow a
17333 > > certain user to register nicknames without needing to take them first.
17334 > >
17335 > > How could this be done safely? What are you views on this or other
17336 > possible
17337 > > ways?
17338 > >
17339 > > Your feedback is appreciated. Regards,
17340 > >
17341 > > Mehran
17342 > >
17343 > >
17344 > >
17345 > > --------------
17346 > > Mehran Khalili
17347 > >
17348 > > Luxusbuerg IRC - <A HREF="http://www.luxusbuerg.lu">http://www.luxusbuerg.lu</A> - scrm@irc.lu
17349 > >
17350 > >
17351 > > ---------------------------------------------------------------
17352 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
17353 > > with "unsubscribe ircservices" in the body, without the quotes.
17354 >
17355 >
17356 > ---------------------------------------------------------------
17357 > To unsubscribe, send email to majordomo@ender.shadowfire.org
17358 > with "unsubscribe ircservices" in the body, without the quotes.
17359
17360
17361 ---------------------------------------------------------------
17362 To unsubscribe, send email to majordomo@ender.shadowfire.org
17363 with "unsubscribe ircservices" in the body, without the quotes.
17364
17365
17366 From ike at daoth.demon.nl Wed Sep 13 13:56:34 2000
17367 From: ike at daoth.demon.nl (Arjan)
17368 Date: Sat Oct 23 23:01:00 2004
17369 Subject: [IRCServices] Services not starting up (Ignoring bad nick)
17370 Message-ID: Pine.LNX.4.04.10009132252180.850&#45;100000@daoth.demon.nl
17371
17372 Hi all
17373
17374
17375 I am trying to set up ircservices-4.3.3 on a bahamut-1.4.7 and when
17376 starting up services it comes with the following :
17377 [demon]!daoth.demon.nl IGNORING BAD NICK:
17378 NickServ[daoth@services.daoth.demon.nl] on 0
17379 (from services.daoth.demon.nl)
17380 (and this for all the services)
17381
17382 This is repeated for some time and then the link is dropped with :
17383 !daoth.demon.nl Global -- from services.daoth.demon.nl: FATAL ERROR!
17384 introduce_user() loop detected
17385
17386 The Q-lines in ircd.conf are disabled and the C/N lines are correct.
17387 When using normail IrcII it is allowed to use the nicks it otherwise
17388 rejects.
17389
17390 Anybody can assist me with this ?
17391
17392 Regards
17393 Ike
17394
17395
17396 ---------------------------------------------------------------
17397 To unsubscribe, send email to majordomo@ender.shadowfire.org
17398 with "unsubscribe ircservices" in the body, without the quotes.
17399
17400
17401 From 000 at latinol.com Wed Sep 13 14:01:42 2000
17402 From: 000 at latinol.com (Lord of Darkness)
17403 Date: Sat Oct 23 23:01:00 2004
17404 Subject: [IRCServices] How to make ChanServ join every channel when registered?
17405 Message-ID: 39BFEB36.6A4B78E7@latinol.com
17406
17407 Im trying to figure out how to make ChanServ join a channel when someone
17408 registers it, can anybody help me?
17409
17410 Lord_coLd
17411 NetAdmin of punker.yi.org Port: 9000
17412
17413
17414 ---------------------------------------------------------------
17415 To unsubscribe, send email to majordomo@ender.shadowfire.org
17416 with "unsubscribe ircservices" in the body, without the quotes.
17417
17418
17419 From &quot Wed Sep 13 18:25:25 2000
17420 From: &quot (&quot)
17421 Date: Sat Oct 23 23:01:00 2004
17422 Subject: [IRCServices] How to make ChanServ join every channel when registered?
17423 In-Reply-To: <39BFEB36.6A4B78E7@latinol.com>
17424 References: 39BFEB36.6A4B78E7@latinol.com
17425 Message-ID: PPEKKHHIEGJCNPBLFIKKAEBBCAAA.anarki@flamebait.org
17426
17427 Lord_cold,
17428
17429 Services is not written to have ChanServ join any channels on any kind of
17430 permanent basis. I have seen a patch floating around that may help you. You
17431 may want to try asking on ircservices-coding@snow.shadowfire.org.
17432
17433 Scott Seufert
17434 aka katsklaw
17435 Server Admin
17436 Excalibre.ShadowFire.Org
17437
17438 -----Original Message-----
17439 From: owner-ircservices@Snow.shadowfire.org
17440 [mailto:owner-ircservices@Snow.shadowfire.org]On Behalf Of Lord of
17441 Darkness
17442 Sent: Wednesday, September 13, 2000 2:02 PM
17443 To: ircservices@Snow.shadowfire.org
17444 Subject: [IRCServices] How to make ChanServ join every channel when
17445 registered?
17446
17447
17448 Im trying to figure out how to make ChanServ join a channel when someone
17449 registers it, can anybody help me?
17450
17451 Lord_coLd
17452 NetAdmin of punker.yi.org Port: 9000
17453
17454
17455 ---------------------------------------------------------------
17456 To unsubscribe, send email to majordomo@ender.shadowfire.org
17457 with "unsubscribe ircservices" in the body, without the quotes.
17458
17459
17460
17461 ---------------------------------------------------------------
17462 To unsubscribe, send email to majordomo@ender.shadowfire.org
17463 with "unsubscribe ircservices" in the body, without the quotes.
17464
17465
17466 From &quot Wed Sep 13 23:30:39 2000
17467 From: &quot (&quot)
17468 Date: Sat Oct 23 23:01:00 2004
17469 Subject: [IRCServices] Services not starting up (Ignoring bad nick)
17470 References: <Pine.LNX.4.04.10009132252180.850-100000@daoth.demon.nl>
17471 Message-ID: 003301c01e15$4c7f1fc0$9c011ac4@shadow
17472
17473 I find this question interesting....
17474
17475 When you ran ./configure, what ircd type did you select? You may have
17476 noticed that Bahamut was not one of the options!
17477
17478 Please get version 4.4.8 from the beta directory on the ftp site.
17479
17480 Andrew
17481
17482 ----- Original Message -----
17483 From: "Arjan" <ike@daoth.demon.nl>
17484 To: <ircservices@Snow.shadowfire.org>
17485 Sent: Wednesday, September 13, 2000 10:56 PM
17486 Subject: [IRCServices] Services not starting up (Ignoring bad nick)
17487
17488
17489 > Hi all
17490 >
17491 >
17492 > I am trying to set up ircservices-4.3.3 on a bahamut-1.4.7 and when
17493 > starting up services it comes with the following :
17494 > [demon]!daoth.demon.nl IGNORING BAD NICK:
17495 > NickServ[daoth@services.daoth.demon.nl] on 0
17496 > (from services.daoth.demon.nl)
17497 > (and this for all the services)
17498 >
17499 > This is repeated for some time and then the link is dropped with :
17500 > !daoth.demon.nl Global -- from services.daoth.demon.nl: FATAL ERROR!
17501 > introduce_user() loop detected
17502 >
17503 > The Q-lines in ircd.conf are disabled and the C/N lines are correct.
17504 > When using normail IrcII it is allowed to use the nicks it otherwise
17505 > rejects.
17506 >
17507 > Anybody can assist me with this ?
17508 >
17509 > Regards
17510 > Ike
17511 >
17512 >
17513 > ---------------------------------------------------------------
17514 > To unsubscribe, send email to majordomo@ender.shadowfire.org
17515 > with "unsubscribe ircservices" in the body, without the quotes.
17516 >
17517
17518
17519 ---------------------------------------------------------------
17520 To unsubscribe, send email to majordomo@ender.shadowfire.org
17521 with "unsubscribe ircservices" in the body, without the quotes.
17522
17523
17524 From &quot Thu Sep 14 07:21:11 2000
17525 From: &quot (&quot)
17526 Date: Sat Oct 23 23:01:00 2004
17527 Subject: [IRCServices] How to make ChanServ join every channel when registered?
17528 Message-ID: E13Zf80&#45;0003xc&#45;00@praseodumium.btinternet.com
17529
17530
17531
17532 Firstly, why would you want ChanServ to join every channel upon registration?
17533
17534 Secondly, if I recall, IRC-Services was not designed to stay in channels 24/7, merely to maintain Nicknames, Channels and various other Network functions (like AKILL, Session Limiting, OperServ Access etc...).
17535
17536 ChanServ CAN go into a channel but I think that's only if you FORBID a channel and it Inhabits it for 15 seconds when it kicks/bans the person from it, I'm not 100% sure on this so don't quote me on it.
17537
17538 IMHO having ChanServ join a channel upon registration is a waste of time and resources, it doesn't really serve a purpose unless your IRCd doesn't list channels unless they have more than 1 user in them, but even then that's an IRCd problem.
17539
17540 In short, yes you CAN have ChanServ join the chans on registration but any modifications you make to IRC-Services are unsupported.
17541
17542 (Anyone is free to correct me here)
17543
17544 Quinn
17545
17546 ----------
17547 > From: Lord of Darkness <000@latinol.com>
17548 > To: ircservices@Snow.shadowfire.org
17549 > Subject: [IRCServices] How to make ChanServ join every channel when registered?
17550 > Date: Wednesday, September 13, 2000 22:01
17551 >
17552 > Im trying to figure out how to make ChanServ join a channel when someone
17553 > registers it, can anybody help me?
17554 >
17555 > Lord_coLd
17556 > NetAdmin of punker.yi.org Port: 9000
17557 >
17558 >
17559 > ---------------------------------------------------------------
17560 > To unsubscribe, send email to majordomo@ender.shadowfire.org
17561 > with "unsubscribe ircservices" in the body, without the quotes.
17562 From &quot Thu Sep 14 07:24:27 2000
17563 From: &quot (&quot)
17564 Date: Sat Oct 23 23:01:00 2004
17565 Subject: [IRCServices] Root User and Channels Access lists
17566 Message-ID: E13Zf89&#45;0003xc&#45;00@praseodumium.btinternet.com
17567
17568
17569
17570 >From what I recall, no-one except Channel Founders or people with access to modify the access-list can change anything on a channel access list.
17571
17572 The only way for a SA (Services Admin) to do it would be to use GETPASS, however you can modify Services to allow you to modify the access lists directly w/o GETPASS.
17573
17574 But the question arises, why do you want to modify access lists w/o using GETPASS anyhow?
17575
17576 Quinn
17577
17578 ----------
17579 > From: Administration ChatFIRST.COM <admin@chatfirst.com>
17580 > To: ircservices@Snow.shadowfire.org
17581 > Subject: Re: [IRCServices] Root User and Channels Access lists
17582 > Date: Wednesday, September 13, 2000 02:28
17583 >
17584 > Ok I was the one who actually started this and Im still without access to modifiying users access lists on channels , this is really important to me and I believe to everyone specially when you want to help new users setting up their channels.
17585 >
17586 > Is there any good soul out there willing to help me personally , Im new to all this and it looks by some people's answers on this list that there is really a way for the services root to be able to change access lists .
17587 > The only way I have found till now its using GETPASS then pretend Im the user and change the access list that way.
17588 >
17589 > For example lonewolf@lagnet.org.za (Lonewolf) said:
17590 >
17591 > "But you're quite right, I missed the call to is_services_root() in
17592 > is_services_admin() in operserv.c."
17593 >
17594 > Is he/she implyinig you can modify the file 'operserv.c' to allow you to touch access lists ?
17595 >
17596 >
17597 >
17598 >
17599 > In a message dated 9/12/00 4:44:51 PM Pacific Daylight Time, lonewolf@lagnet.org.za writes:
17600 >
17601 > << On Tue, Sep 12, 2000 at 07:51:58AM -0700, quension@softhome.net wrote:
17602 > > Services root has the highest level of access, as long as you're
17603 > > using and identified to that nick. There is no need to add yourself
17604 > > to anything. Otherwise, what would be the point of having a
17605 > > services root?
17606 >
17607 > To manipulate the SA list.
17608 >
17609 > But you're quite right, I missed the call to is_services_root() in
17610 > is_services_admin() in operserv.c.
17611 >
17612 > --
17613 > lonewolf@lagnet.org.za
17614 >
17615 > ------------------------------------------------------------
17616 > Are You Bored? go here - - - - - - -> www.chatfirst.com
17617 > Do You Need A Cooler Chat Program? - - - - - - >www.chatfirst.com/downloads.html
17618 >
17619 >
17620 >
17621 > ---------------------------------------------------------------
17622 > To unsubscribe, send email to majordomo@ender.shadowfire.org
17623 > with "unsubscribe ircservices" in the body, without the quotes.
17624 From 000 at latinol.com Thu Sep 14 13:43:55 2000
17625 From: 000 at latinol.com (Lord of Darkness)
17626 Date: Sat Oct 23 23:01:00 2004
17627 Subject: [IRCServices] Reply to Dr. K Hawkes
17628 Message-ID: 39C1388A.6A5178C@latinol.com
17629
17630 I'm doing because i came from a network called Undernet that has their
17631 services join the channel when they register it, so all the users in my
17632 server want the same.
17633
17634 You can also make the bot join the channel by doing a RAW command with
17635 OperServ.
17636
17637 Second: I modified the source but I can't found any place to make a loop
17638 to check all the channels and make ChanServ join them when restarting
17639 services.
17640
17641 At last, i know that is unsupported, but there could be someone that
17642 wants also that.
17643
17644 Lord coLd
17645
17646 * If someone gets mad about this posting email me so we can discuss it
17647 :)
17648
17649
17650 ---------------------------------------------------------------
17651 To unsubscribe, send email to majordomo@ender.shadowfire.org
17652 with "unsubscribe ircservices" in the body, without the quotes.
17653
17654
17655 From Ciaran.reilly at ntlworld.com Thu Sep 14 16:06:43 2000
17656 From: Ciaran.reilly at ntlworld.com (Ciarán Reilly)
17657 Date: Sat Oct 23 23:01:00 2004
17658 Subject: [IRCServices] Reply to Dr. K Hawkes
17659 References: <39C1388A.6A5178C@latinol.com>
17660 Message-ID: 001401c01ea0$73ff5d90$2436fe3e@morpheous
17661
17662 I had a similar scenario, all my users came over from a server which had all
17663 services sitting in rooms, and sort of expected the same.... under
17664 Services4.4.3, a user could make ChanServ join their room everytime it was
17665 used bu simply doing /msg ChanServ set #channel join on
17666
17667 However I've since upgraded to a later version, and this option no longer
17668 exists, so I presume Andy has possibly removed it... it's not so much of a
17669 problem these days anyway now that all my users are used to the services I
17670 have and how to use them.... (just try convincing 1 or 2 of them that
17671 ChanServ works just the same whether its in their room or not...lol)
17672
17673
17674
17675 Hope this is of some use to you.
17676
17677 Ciarán.
17678
17679 > I'm doing because i came from a network called Undernet that has their
17680 > services join the channel when they register it, so all the users in my
17681 > server want the same.
17682 >
17683 > You can also make the bot join the channel by doing a RAW command with
17684 > OperServ.
17685 >
17686 > Second: I modified the source but I can't found any place to make a loop
17687 > to check all the channels and make ChanServ join them when restarting
17688 > services.
17689 >
17690 > At last, i know that is unsupported, but there could be someone that
17691 > wants also that.
17692 >
17693 > Lord coLd
17694 >
17695 > * If someone gets mad about this posting email me so we can discuss it
17696 > :)
17697 >
17698 >
17699 > ---------------------------------------------------------------
17700 > To unsubscribe, send email to majordomo@ender.shadowfire.org
17701 > with "unsubscribe ircservices" in the body, without the quotes.
17702
17703
17704 ---------------------------------------------------------------
17705 To unsubscribe, send email to majordomo@ender.shadowfire.org
17706 with "unsubscribe ircservices" in the body, without the quotes.
17707
17708
17709 From &quot Thu Sep 14 21:04:01 2000
17710 From: &quot (&quot)
17711 Date: Sat Oct 23 23:01:00 2004
17712 Subject: [IRCServices] Root User and Channels Access lists
17713 References: <E13Zf89-0003xc-00@praseodumium.btinternet.com>
17714 Message-ID: 003601c01eca$0a2ca920$03090a0a@kroag
17715
17716
17717 Actually, from what I've seen getpass is not the only way.... services admins can use ChanServ's set command to change the channel founder, make modifications, then change the founder back.
17718
17719 What I do find surprising is that Services Admins can change founders but not access lists.
17720 ----- Original Message -----
17721 From: Dr. K. Hawkes
17722 To: ircservices@Snow.shadowfire.org
17723 Sent: Thursday, September 14, 2000 10:24 AM
17724 Subject: Re: [IRCServices] Root User and Channels Access lists
17725
17726
17727
17728 >From what I recall, no-one except Channel Founders or people with access to modify the access-list can change anything on a channel access list.
17729
17730 The only way for a SA (Services Admin) to do it would be to use GETPASS, however you can modify Services to allow you to modify the access lists directly w/o GETPASS.
17731
17732 But the question arises, why do you want to modify access lists w/o using GETPASS anyhow?
17733
17734 Quinn
17735
17736 ----------
17737 > From: Administration ChatFIRST.COM <admin@chatfirst.com>
17738 > To: ircservices@Snow.shadowfire.org
17739 > Subject: Re: [IRCServices] Root User and Channels Access lists
17740 > Date: Wednesday, September 13, 2000 02:28
17741 >
17742 > Ok I was the one who actually started this and Im still without access to modifiying users access lists on channels , this is really important to me and I believe to everyone specially when you want to help new users setting up their channels.
17743 >
17744 > Is there any good soul out there willing to help me personally , Im new to all this and it looks by some people's answers on this list that there is really a way for the services root to be able to change access lists .
17745 > The only way I have found till now its using GETPASS then pretend Im the user and change the access list that way.
17746 >
17747 > For example lonewolf@lagnet.org.za (Lonewolf) said:
17748 >
17749 > "But you're quite right, I missed the call to is_services_root() in
17750 > is_services_admin() in operserv.c."
17751 >
17752 > Is he/she implyinig you can modify the file 'operserv.c' to allow you to touch access lists ?
17753 >
17754 >
17755 >
17756 >
17757 > In a message dated 9/12/00 4:44:51 PM Pacific Daylight Time, lonewolf@lagnet.org.za writes:
17758 >
17759 > << On Tue, Sep 12, 2000 at 07:51:58AM -0700, quension@softhome.net wrote:
17760 > > Services root has the highest level of access, as long as you're
17761 > > using and identified to that nick. There is no need to add yourself
17762 > > to anything. Otherwise, what would be the point of having a
17763 > > services root?
17764 >
17765 > To manipulate the SA list.
17766 >
17767 > But you're quite right, I missed the call to is_services_root() in
17768 > is_services_admin() in operserv.c.
17769 >
17770 > --
17771 > lonewolf@lagnet.org.za
17772 >
17773 > ------------------------------------------------------------
17774 > Are You Bored? go here - - - - - - -> www.chatfirst.com
17775 > Do You Need A Cooler Chat Program? - - - - - - >www.chatfirst.com/downloads.html
17776 >
17777 >
17778 >
17779 > ---------------------------------------------------------------
17780 > To unsubscribe, send email to majordomo@ender.shadowfire.org
17781 > with "unsubscribe ircservices" in the body, without the quotes.
17782 From &quot Thu Sep 14 22:52:49 2000
17783 From: &quot (&quot)
17784 Date: Sat Oct 23 23:01:00 2004
17785 Subject: [IRCServices] Reply to Dr. K Hawkes
17786 References: <39C1388A.6A5178C@latinol.com>
17787 Message-ID: 008301c01ed9$2e370c70$9c011ac4@shadow
17788
17789 I hope you're running ircu - if you're not, Services is going to be bogged
17790 down with pointless PRIVMSG's that were intended for human channel members.
17791
17792 If you are running ircu, you're loosing out on a lot of funcationality that
17793 would be available if you were running Bahamut, for instance.
17794
17795 Andrew
17796
17797 ----- Original Message -----
17798 From: "Lord of Darkness" <000@latinol.com>
17799 To: <ircservices@Snow.shadowfire.org>
17800 Sent: Thursday, September 14, 2000 10:43 PM
17801 Subject: [IRCServices] Reply to Dr. K Hawkes
17802
17803
17804 > I'm doing because i came from a network called Undernet that has their
17805 > services join the channel when they register it, so all the users in my
17806 > server want the same.
17807 >
17808 > You can also make the bot join the channel by doing a RAW command with
17809 > OperServ.
17810 >
17811 > Second: I modified the source but I can't found any place to make a loop
17812 > to check all the channels and make ChanServ join them when restarting
17813 > services.
17814 >
17815 > At last, i know that is unsupported, but there could be someone that
17816 > wants also that.
17817 >
17818 > Lord coLd
17819 >
17820 > * If someone gets mad about this posting email me so we can discuss it
17821 > :)
17822 >
17823 >
17824 > ---------------------------------------------------------------
17825 > To unsubscribe, send email to majordomo@ender.shadowfire.org
17826 > with "unsubscribe ircservices" in the body, without the quotes.
17827 >
17828
17829
17830 ---------------------------------------------------------------
17831 To unsubscribe, send email to majordomo@ender.shadowfire.org
17832 with "unsubscribe ircservices" in the body, without the quotes.
17833
17834
17835 From &quot Fri Sep 15 08:15:27 2000
17836 From: &quot (&quot)
17837 Date: Sat Oct 23 23:01:00 2004
17838 Subject: [IRCServices] Reply to Dr. K Hawkes
17839 References: <39C1388A.6A5178C@latinol.com>
17840 Message-ID: 001301c01f27$c8503860$3746a8c0@excalibur
17841
17842 The 2 biggest reasons the IRCServices does NOT have ChanServ the channel
17843 upon registration are:
17844
17845 1.) Chanserv is not "deaf" to the channel, meaning ChanServ would "see" if
17846 not log all channels conversations when using the supported IRC Daemon
17847 (Bahamut), IRCu is the only daemon whos umode +d means deaf, this increases
17848 the usage of resources.
17849 2.) Being in channel does not increase ChanServ's access/permission or
17850 power.
17851
17852 The only thing it does is hold a channel open, which can be hanled by an
17853 Eggdrop bot supplied by the user.
17854
17855 Scott Seufert
17856 aka katsklaw
17857 Server Admin
17858 Excalibre.ShadowFire.Org
17859
17860 ----- Original Message -----
17861 From: "Lord of Darkness" <000@latinol.com>
17862 To: <ircservices@Snow.shadowfire.org>
17863 Sent: Thursday, September 14, 2000 1:43 PM
17864 Subject: [IRCServices] Reply to Dr. K Hawkes
17865
17866
17867 > I'm doing because i came from a network called Undernet that has their
17868 > services join the channel when they register it, so all the users in my
17869 > server want the same.
17870 >
17871 > You can also make the bot join the channel by doing a RAW command with
17872 > OperServ.
17873 >
17874 > Second: I modified the source but I can't found any place to make a loop
17875 > to check all the channels and make ChanServ join them when restarting
17876 > services.
17877 >
17878 > At last, i know that is unsupported, but there could be someone that
17879 > wants also that.
17880 >
17881 > Lord coLd
17882 >
17883 > * If someone gets mad about this posting email me so we can discuss it
17884 > :)
17885 >
17886 >
17887 > ---------------------------------------------------------------
17888 > To unsubscribe, send email to majordomo@ender.shadowfire.org
17889 > with "unsubscribe ircservices" in the body, without the quotes.
17890 >
17891 >
17892
17893
17894 ---------------------------------------------------------------
17895 To unsubscribe, send email to majordomo@ender.shadowfire.org
17896 with "unsubscribe ircservices" in the body, without the quotes.
17897
17898
17899 From 000 at latinol.com Fri Sep 15 16:47:12 2000
17900 From: 000 at latinol.com (Lord of Darkness)
17901 Date: Sat Oct 23 23:01:00 2004
17902 Subject: [IRCServices] Ircu is not the only with +d
17903 Message-ID: 39C2B500.EADA3B07@latinol.com
17904
17905 Unreal 3.0+ has also +d so the bots will never get the messages of the
17906 users.
17907
17908 =)
17909
17910 Lord coLd
17911
17912
17913 ---------------------------------------------------------------
17914 To unsubscribe, send email to majordomo@ender.shadowfire.org
17915 with "unsubscribe ircservices" in the body, without the quotes.
17916
17917
17918 From &quot Sun Sep 17 03:45:14 2000
17919 From: &quot (&quot)
17920 Date: Sat Oct 23 23:01:00 2004
17921 Subject: [IRCServices] Ircu is not the only with +d
17922 In-Reply-To: <39C2B500.EADA3B07@latinol.com>
17923 References: 39C2B500.EADA3B07@latinol.com
17924 Message-ID: NCBBIPDDJGGDOCPMKPKPMENBDHAA.andrewk@icon.co.za
17925
17926 Unreal is unsupported.
17927
17928 Andrew
17929
17930 > -----Original Message-----
17931 > From: owner-ircservices@Snow.shadowfire.org
17932 > [mailto:owner-ircservices@Snow.shadowfire.org]On Behalf Of Lord of
17933 > Darkness
17934 > Sent: 16 September 2000 01:47
17935 > To: ircservices@Snow.shadowfire.org
17936 > Subject: [IRCServices] Ircu is not the only with +d
17937 >
17938 >
17939 > Unreal 3.0+ has also +d so the bots will never get the messages of the
17940 > users.
17941 >
17942 > =)
17943 >
17944 > Lord coLd
17945 >
17946 >
17947 > ---------------------------------------------------------------
17948 > To unsubscribe, send email to majordomo@ender.shadowfire.org
17949 > with "unsubscribe ircservices" in the body, without the quotes.
17950 >
17951
17952 ---------------------------------------------------------------
17953 To unsubscribe, send email to majordomo@ender.shadowfire.org
17954 with "unsubscribe ircservices" in the body, without the quotes.
17955
17956
17957 From &quot Sun Sep 17 06:40:48 2000
17958 From: &quot (&quot)
17959 Date: Sat Oct 23 23:01:00 2004
17960 Subject: [IRCServices] Suspended Channels
17961 Message-ID: NCBBIPDDJGGDOCPMKPKPKENDDHAA.andrewk@icon.co.za
17962
17963 I'm finishing off the implementation of channel suspensions. I was wondering
17964 what the general feeling was regarding the effect a suspension has on a
17965 channel.
17966
17967 Should a suspended channel:
17968 - allow users to join?
17969 - operate normally but prevent any setting or access-list changes from being
17970 made?
17971 - prevent changes from being made and not grant access as per the channel's
17972 access list?
17973
17974 Would various levels of suspension be usefull? Would this be too confusing?
17975 Should this be a level-based or flag-based system?
17976
17977 Your ideas would be appreciated.
17978
17979 Thanks, Andrew
17980
17981
17982 ---------------------------------------------------------------
17983 To unsubscribe, send email to majordomo@ender.shadowfire.org
17984 with "unsubscribe ircservices" in the body, without the quotes.
17985
17986
17987 From &quot Sun Sep 17 07:03:06 2000
17988 From: &quot (&quot)
17989 Date: Sat Oct 23 23:01:00 2004
17990 Subject: [IRCServices] Suspended Channels
17991 Message-ID: E13af4x&#45;0002B0&#45;00@carbon.btinternet.com
17992
17993
17994
17995 Well, as FORBID totally disallows a channel from being used or registered, you'd ideally want something inbetween standard operation and FORBID.
17996
17997 > Should a suspended channel:
17998 > - allow users to join?
17999 IMHO - Yes, FORBID stops users joining.
18000
18001 > - operate normally but prevent any setting or access-list changes from being
18002 > made?
18003 This would be a good thing to have, allows flexibility.
18004
18005 > - prevent changes from being made and not grant access as per the channel's
18006 > access list?
18007 I'm not too sure on this one, prevent changes from being made is a good one again, but if you go to all this trouble of suspending a chan, why not simply FORBID it?
18008
18009 >
18010 > Would various levels of suspension be usefull? Would this be too confusing?
18011 Now that would be a nice idea :c)
18012
18013 > Should this be a level-based or flag-based system?
18014 Personally, I'd go for level-based...
18015
18016 E.g. Lev 1 - Chan Operates as normal except users on access list
18017 which are given +o normally only get +v (or something) ...
18018 Then go Lev 4 - Users can join chan, but access list is ignored, no settings can be changed etc...
18019
18020 Just my thoughts on it :c)
18021
18022 Quinn
18023 ----------
18024 > From: Andrew Kempe <andrewk@icon.co.za>
18025 > To: IRCServices <ircservices@delirious.shadowfire.org>
18026 > Subject: [IRCServices] Suspended Channels
18027 > Date: Sunday, September 17, 2000 14:40
18028 >
18029 > I'm finishing off the implementation of channel suspensions. I was wondering
18030 > what the general feeling was regarding the effect a suspension has on a
18031 > channel.
18032 >
18033 > Should a suspended channel:
18034 > - allow users to join?
18035 > - operate normally but prevent any setting or access-list changes from being
18036 > made?
18037 > - prevent changes from being made and not grant access as per the channel's
18038 > access list?
18039 >
18040 > Would various levels of suspension be usefull? Would this be too confusing?
18041 > Should this be a level-based or flag-based system?
18042 >
18043 > Your ideas would be appreciated.
18044 >
18045 > Thanks, Andrew
18046 >
18047 >
18048 > ---------------------------------------------------------------
18049 > To unsubscribe, send email to majordomo@ender.shadowfire.org
18050 > with "unsubscribe ircservices" in the body, without the quotes.
18051 From &quot Sun Sep 17 10:05:56 2000
18052 From: &quot (&quot)
18053 Date: Sat Oct 23 23:01:00 2004
18054 Subject: [IRCServices] +d doesn't HAVE to mean &quot;deaf&quot;, and it often doesn't
18055 References: <NCBBIPDDJGGDOCPMKPKPMENBDHAA.andrewk@icon.co.za>
18056 Message-ID: 001501c020c9$8c45e4c0$3746a8c0@excalibur
18057
18058 LordcoLd,
18059
18060 This entire conversation has been aimed at one main goal, that goal is to
18061 match your services to your daemon so that you can at least be supported by
18062 someone.
18063
18064 Using Unreal with IRCServices is not support, so any support from this list
18065 will be luck on your behalf at best. Many IRC daemons have mode +d, but to
18066 my knowledge, only on ircu does +d mean "deaf". Example being that Bahamut
18067 (THE supported daemon) has mode +d, it is for debugging, NOT deaf.
18068
18069 Unless you don't care about how much resources services uses, you should be
18070 10000% positive that +d in Unreal means deaf. If by chance that it really
18071 does mean deaf, that's just one less thing to worry about. You still have to
18072 worry about support and many other subjects.
18073
18074
18075 Scott Seufert
18076 aka katsklaw
18077 Server Admin
18078 Excalibre.ShadowFire.Org
18079
18080 ----- Original Message -----
18081 From: "Andrew Kempe" <andrewk@icon.co.za>
18082 To: <ircservices@Snow.shadowfire.org>
18083 Sent: Sunday, September 17, 2000 3:45 AM
18084 Subject: RE: [IRCServices] Ircu is not the only with +d
18085
18086
18087 > Unreal is unsupported.
18088 >
18089 > Andrew
18090 >
18091 > > -----Original Message-----
18092 > > From: owner-ircservices@Snow.shadowfire.org
18093 > > [mailto:owner-ircservices@Snow.shadowfire.org]On Behalf Of Lord of
18094 > > Darkness
18095 > > Sent: 16 September 2000 01:47
18096 > > To: ircservices@Snow.shadowfire.org
18097 > > Subject: [IRCServices] Ircu is not the only with +d
18098 > >
18099 > >
18100 > > Unreal 3.0+ has also +d so the bots will never get the messages of the
18101 > > users.
18102 > >
18103 > > =)
18104 > >
18105 > > Lord coLd
18106 > >
18107 > >
18108 > > ---------------------------------------------------------------
18109 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
18110 > > with "unsubscribe ircservices" in the body, without the quotes.
18111 > >
18112 >
18113 > ---------------------------------------------------------------
18114 > To unsubscribe, send email to majordomo@ender.shadowfire.org
18115 > with "unsubscribe ircservices" in the body, without the quotes.
18116 >
18117 >
18118
18119
18120 ---------------------------------------------------------------
18121 To unsubscribe, send email to majordomo@ender.shadowfire.org
18122 with "unsubscribe ircservices" in the body, without the quotes.
18123
18124
18125 From &quot Sun Sep 17 10:29:06 2000
18126 From: &quot (&quot)
18127 Date: Sat Oct 23 23:01:00 2004
18128 Subject: [IRCServices] Suspended Channels
18129 References: <NCBBIPDDJGGDOCPMKPKPKENDDHAA.andrewk@icon.co.za>
18130 Message-ID: 002301c020cc$d6db7e20$3746a8c0@excalibur
18131
18132 <IMHO>
18133
18134 Suspended channels should act one of two ways:
18135
18136 1.) Acts like DALnet's freeze command. This means that users can join the
18137 channel, chat and act normally, but the channel acts as if it its modelocked
18138 to +nt.
18139 a.) No channel ops or voice is allowed.
18140 b.) ChanServ ignores commands issued by access listed users including
18141 ops, founders etc.
18142 c.) ChanServ still recognizes when founders identify so that channels
18143 won't expire if the channel is suspended past the channel expirey date
18144 unless the channel is not used for that time.
18145
18146 2.) ChanServ assumes ownership(acts as founder), modelocks the channel to
18147 +mints. This should deny any and all access to the channel and/or any access
18148 lists by ops and or founder. ChanServ ignores commands issued by access
18149 listed users including ops, founders etc.
18150
18151 If suspend acts as #1, there wouldn't be a need for a freeze command as I
18152 suggested earlier this year. This would "kill 2 birds with one stone". Not
18153 only can the suspend command be used on channels that violate net policy,
18154 but can also be used in a takeover until the REAL founder has regained
18155 control. Services Ops should be able to set a channel as suspended (with a
18156 really, really good reason), but only a Services Admin can remove. The
18157 Services Op wouldn't have access to determine the real channel founder, due
18158 to lack of access to other commands such as GETPASS.
18159
18160 </IHMO>
18161
18162 my $0.02,
18163
18164 Scott Seufert
18165 aka katsklaw
18166 Server Admin
18167 Excalibre.ShadowFire.Org
18168 ----- Original Message -----
18169 From: "Andrew Kempe" <andrewk@icon.co.za>
18170 To: "IRCServices" <ircservices@Snow.shadowfire.org>
18171 Sent: Sunday, September 17, 2000 6:40 AM
18172 Subject: [IRCServices] Suspended Channels
18173
18174
18175 > I'm finishing off the implementation of channel suspensions. I was
18176 wondering
18177 > what the general feeling was regarding the effect a suspension has on a
18178 > channel.
18179 >
18180 > Should a suspended channel:
18181 > - allow users to join?
18182 > - operate normally but prevent any setting or access-list changes from
18183 being
18184 > made?
18185 > - prevent changes from being made and not grant access as per the
18186 channel's
18187 > access list?
18188 >
18189 > Would various levels of suspension be usefull? Would this be too
18190 confusing?
18191 > Should this be a level-based or flag-based system?
18192 >
18193 > Your ideas would be appreciated.
18194 >
18195 > Thanks, Andrew
18196 >
18197 >
18198 > ---------------------------------------------------------------
18199 > To unsubscribe, send email to majordomo@ender.shadowfire.org
18200 > with "unsubscribe ircservices" in the body, without the quotes.
18201 >
18202 >
18203
18204
18205 ---------------------------------------------------------------
18206 To unsubscribe, send email to majordomo@ender.shadowfire.org
18207 with "unsubscribe ircservices" in the body, without the quotes.
18208
18209
18210 From Ciaran.reilly at ntlworld.com Sun Sep 17 07:31:32 2000
18211 From: Ciaran.reilly at ntlworld.com (Ciarán Reilly)
18212 Date: Sat Oct 23 23:01:00 2004
18213 Subject: [IRCServices] Suspended Channels
18214 References: <E13af4x-0002B0-00@carbon.btinternet.com>
18215 Message-ID: 004001c020b3$fab49f70$2436fe3e@morpheous
18216
18217
18218 I'd agree, I think levels of suspension would be useful. As someone mentioned, Forbid stops a channel being used at all, so it would be good to have an 'in-between' function which allowe dthe channel to be joined but it would be useless as far as using Services and changing settings was concerned. So yeah, suspend should have varying levels of suspension...... Just my $0.02
18219
18220 BTW, is the Services Ignore function likely to be implemented in a forthcoming release ? I think it's something that'd be really useful....I don't think i'm confident enough with the code yet to try and get it working myself either...
18221
18222 Cheers,
18223
18224 Ciarán
18225
18226
18227 ----- Original Message -----
18228 From: Dr. K. Hawkes
18229 To: ircservices@ender.shadowfire.org
18230 Sent: Sunday, September 17, 2000 3:03 PM
18231 Subject: Re: [IRCServices] Suspended Channels
18232
18233
18234
18235 Well, as FORBID totally disallows a channel from being used or registered, you'd ideally want something inbetween standard operation and FORBID.
18236
18237 > Should a suspended channel:
18238 > - allow users to join?
18239 IMHO - Yes, FORBID stops users joining.
18240
18241 > - operate normally but prevent any setting or access-list changes from being
18242 > made?
18243 This would be a good thing to have, allows flexibility.
18244
18245 > - prevent changes from being made and not grant access as per the channel's
18246 > access list?
18247 I'm not too sure on this one, prevent changes from being made is a good one again, but if you go to all this trouble of suspending a chan, why not simply FORBID it?
18248
18249 >
18250 > Would various levels of suspension be usefull? Would this be too confusing?
18251 Now that would be a nice idea :c)
18252
18253 > Should this be a level-based or flag-based system?
18254 Personally, I'd go for level-based...
18255
18256 E.g. Lev 1 - Chan Operates as normal except users on access list
18257 which are given +o normally only get +v (or something) ...
18258 Then go Lev 4 - Users can join chan, but access list is ignored, no settings can be changed etc...
18259
18260 Just my thoughts on it :c)
18261
18262 Quinn
18263 ----------
18264 > From: Andrew Kempe <andrewk@icon.co.za>
18265 > To: IRCServices <ircservices@delirious.shadowfire.org>
18266 > Subject: [IRCServices] Suspended Channels
18267 > Date: Sunday, September 17, 2000 14:40
18268 >
18269 > I'm finishing off the implementation of channel suspensions. I was wondering
18270 > what the general feeling was regarding the effect a suspension has on a
18271 > channel.
18272 >
18273 > Should a suspended channel:
18274 > - allow users to join?
18275 > - operate normally but prevent any setting or access-list changes from being
18276 > made?
18277 > - prevent changes from being made and not grant access as per the channel's
18278 > access list?
18279 >
18280 > Would various levels of suspension be usefull? Would this be too confusing?
18281 > Should this be a level-based or flag-based system?
18282 >
18283 > Your ideas would be appreciated.
18284 >
18285 > Thanks, Andrew
18286 >
18287 >
18288 > ---------------------------------------------------------------
18289 > To unsubscribe, send email to majordomo@ender.shadowfire.org
18290 > with "unsubscribe ircservices" in the body, without the quotes.
18291 From dreamer at darkness.gr Sun Sep 17 08:34:47 2000
18292 From: dreamer at darkness.gr (dreamer@darkness.gr)
18293 Date: Sat Oct 23 23:01:00 2004
18294 Subject: [IRCServices] Suspended Channels
18295 In-Reply-To: <NCBBIPDDJGGDOCPMKPKPKENDDHAA.andrewk@icon.co.za>
18296 References: NCBBIPDDJGGDOCPMKPKPKENDDHAA.andrewk@icon.co.za
18297 Message-ID: Pine.LNX.4.20.0009171827420.26254&#45;100000@darkness.darkness.gr
18298
18299 Greetings all,
18300
18301 I had the same idea before months. I believe that the best idea
18302 based on "channel suspension" is to "Freeze" the channel.
18303
18304 That could be :
18305 Not allowing the users to join the channel,
18306 Preserve the access list of the channel, plus any akicks and levels
18307 settings.
18308 And for sure , never allowing a change in the access list of that channel.
18309
18310 If possible , an enforce could be implement, that will kick all users out
18311 of channel by the time of suspension. And also, a non strict suspend, that
18312 could let users to join the channel but totally freeze the levels and
18313 access lists could be an idea.
18314
18315 Regards,
18316 Nick Krassas
18317
18318
18319 On Sun, 17 Sep 2000, Andrew Kempe wrote:
18320
18321 > I'm finishing off the implementation of channel suspensions. I was wondering
18322 > what the general feeling was regarding the effect a suspension has on a
18323 > channel.
18324 >
18325 > Should a suspended channel:
18326 > - allow users to join?
18327 > - operate normally but prevent any setting or access-list changes from being
18328 > made?
18329 > - prevent changes from being made and not grant access as per the channel's
18330 > access list?
18331 >
18332 > Would various levels of suspension be usefull? Would this be too confusing?
18333 > Should this be a level-based or flag-based system?
18334 >
18335 > Your ideas would be appreciated.
18336 >
18337 > Thanks, Andrew
18338
18339
18340 ---------------------------------------------------------------
18341 To unsubscribe, send email to majordomo@ender.shadowfire.org
18342 with "unsubscribe ircservices" in the body, without the quotes.
18343
18344
18345 From &quot Sun Sep 17 09:27:30 2000
18346 From: &quot (&quot)
18347 Date: Sat Oct 23 23:01:00 2004
18348 Subject: [IRCServices] Suspended Channels
18349 Message-ID: E13aiMj&#45;0001f2&#45;00@praseodumium.btinternet.com
18350
18351
18352
18353 Freezing the chan is all well and good, but in that case, why the use for the FORBID command?
18354 May as well make FORBID and SUSPEND as one command unless you make the new FORBID command with levels, which you could integrate SUSPEND functionality into.
18355
18356 Quinn
18357 ----------
18358 > From: dreamer@darkness.gr
18359 > To: IRCServices <ircservices@Snow.shadowfire.org>
18360 > Subject: Re: [IRCServices] Suspended Channels
18361 > Date: Sunday, September 17, 2000 16:34
18362 >
18363 > Greetings all,
18364 >
18365 > &#009;I had the same idea before months. I believe that the best idea
18366 > based on "channel suspension" is to "Freeze" the channel.
18367 >
18368 > That could be :
18369 > Not allowing the users to join the channel,
18370 > Preserve the access list of the channel, plus any akicks and levels
18371 > settings.
18372 > And for sure , never allowing a change in the access list of that channel.
18373 >
18374 > If possible , an enforce could be implement, that will kick all users out
18375 > of channel by the time of suspension. And also, a non strict suspend, that
18376 > could let users to join the channel but totally freeze the levels and
18377 > access lists could be an idea.
18378 >
18379 > Regards,
18380 > Nick Krassas
18381 >
18382 >
18383 > On Sun, 17 Sep 2000, Andrew Kempe wrote:
18384 >
18385 > > I'm finishing off the implementation of channel suspensions. I was wondering
18386 > > what the general feeling was regarding the effect a suspension has on a
18387 > > channel.
18388 > >
18389 > > Should a suspended channel:
18390 > > - allow users to join?
18391 > > - operate normally but prevent any setting or access-list changes from being
18392 > > made?
18393 > > - prevent changes from being made and not grant access as per the channel's
18394 > > access list?
18395 > >
18396 > > Would various levels of suspension be usefull? Would this be too confusing?
18397 > > Should this be a level-based or flag-based system?
18398 > >
18399 > > Your ideas would be appreciated.
18400 > >
18401 > > Thanks, Andrew
18402 >
18403 >
18404 > ---------------------------------------------------------------
18405 > To unsubscribe, send email to majordomo@ender.shadowfire.org
18406 > with "unsubscribe ircservices" in the body, without the quotes.
18407 From &quot Sun Sep 17 14:27:53 2000
18408 From: &quot (&quot)
18409 Date: Sat Oct 23 23:01:00 2004
18410 Subject: [IRCServices] Suspended Channels
18411 References: <E13aiMj-0001f2-00@praseodumium.btinternet.com>
18412 Message-ID: 004b01c020ee$2681f410$3746a8c0@excalibur
18413
18414
18415 If I'm not mistaken FORBID is more for a channel that violates your network policy, example would be like a warez channel, which won't be used for a indefinate amount of time. SUSPEND would be more for punitive action taken against a channel founder for maybe spamming your net with mass invites or perhaps a channel that got hacked or taken over.
18416
18417 Having multiple suspention levels is a great idea IMO.
18418
18419
18420 Scott Seufert
18421 aka katsklaw
18422 Server Admin
18423 Excalibre.ShadowFire.Org
18424 ----- Original Message -----
18425 From: Dr. K. Hawkes
18426 To: ircservices@Snow.shadowfire.org
18427 Sent: Sunday, September 17, 2000 9:27 AM
18428 Subject: Re: [IRCServices] Suspended Channels
18429
18430
18431
18432 Freezing the chan is all well and good, but in that case, why the use for the FORBID command?
18433 May as well make FORBID and SUSPEND as one command unless you make the new FORBID command with levels, which you could integrate SUSPEND functionality into.
18434
18435 Quinn
18436 ----------
18437 > From: dreamer@darkness.gr
18438 > To: IRCServices <ircservices@Snow.shadowfire.org>
18439 > Subject: Re: [IRCServices] Suspended Channels
18440 > Date: Sunday, September 17, 2000 16:34
18441 >
18442 > Greetings all,
18443 >
18444 > I had the same idea before months. I believe that the best idea
18445 > based on "channel suspension" is to "Freeze" the channel.
18446 >
18447 > That could be :
18448 > Not allowing the users to join the channel,
18449 > Preserve the access list of the channel, plus any akicks and levels
18450 > settings.
18451 > And for sure , never allowing a change in the access list of that channel.
18452 >
18453 > If possible , an enforce could be implement, that will kick all users out
18454 > of channel by the time of suspension. And also, a non strict suspend, that
18455 > could let users to join the channel but totally freeze the levels and
18456 > access lists could be an idea.
18457 >
18458 > Regards,
18459 > Nick Krassas
18460 >
18461 >
18462 > On Sun, 17 Sep 2000, Andrew Kempe wrote:
18463 >
18464 > > I'm finishing off the implementation of channel suspensions. I was wondering
18465 > > what the general feeling was regarding the effect a suspension has on a
18466 > > channel.
18467 > >
18468 > > Should a suspended channel:
18469 > > - allow users to join?
18470 > > - operate normally but prevent any setting or access-list changes from being
18471 > > made?
18472 > > - prevent changes from being made and not grant access as per the channel's
18473 > > access list?
18474 > >
18475 > > Would various levels of suspension be usefull? Would this be too confusing?
18476 > > Should this be a level-based or flag-based system?
18477 > >
18478 > > Your ideas would be appreciated.
18479 > >
18480 > > Thanks, Andrew
18481 >
18482 >
18483 > ---------------------------------------------------------------
18484 > To unsubscribe, send email to majordomo@ender.shadowfire.org
18485 > with "unsubscribe ircservices" in the body, without the quotes.
18486 From &quot Sun Sep 17 12:50:44 2000
18487 From: &quot (&quot)
18488 Date: Sat Oct 23 23:01:00 2004
18489 Subject: [IRCServices] Suspended Channels
18490 In-Reply-To: <E13aiMj-0001f2-00@praseodumium.btinternet.com>
18491 References: E13aiMj&#45;0001f2&#45;00@praseodumium.btinternet.com
18492 Message-ID: NCBBIPDDJGGDOCPMKPKPGENHDHAA.andrewk@icon.co.za
18493
18494 First off, please don't mail this list with HTML/Rich Text emails - only use
18495 plain text.
18496
18497 Secondly, FORBID drops the channel prior to rendering useless. This means
18498 that all the channel information is lost. It is not the best solution to
18499 temporary channel closures.
18500
18501 I see the following 3 main states:
18502 1. To be able to freeze a channel's settings but still allow people to join
18503 it. Users are not granted any access based on the access lists - all users
18504 are deop'ed upon joining. AKICKS and mode locks are enforced.
18505 2. Allow the channel to function as per usual, but no changes may be made to
18506 its settings or access/akick lists.
18507 3. Put the channel into a FORBIDen state except that it does not loose its
18508 information.
18509
18510 Your comments and reasoning are still welcome :)
18511
18512 I'll be finishing this off next weekend. Hopefully I'll have worked out how
18513 to implement this best by them - flags or levels - so as to suite everyone.
18514
18515 Andrew
18516
18517 -----Original Message-----
18518 From: owner-ircservices@Snow.shadowfire.org
18519 [mailto:owner-ircservices@Snow.shadowfire.org]On Behalf Of Dr. K. Hawkes
18520 Sent: 17 September 2000 18:28
18521 To: ircservices@Snow.shadowfire.org
18522 Subject: Re: [IRCServices] Suspended Channels
18523
18524
18525 Freezing the chan is all well and good, but in that case, why the use for
18526 the FORBID command?
18527 May as well make FORBID and SUSPEND as one command unless you make the new
18528 FORBID command with levels, which you could integrate SUSPEND functionality
18529 into.
18530
18531 Quinn
18532 ----------
18533 > From: dreamer@darkness.gr
18534 > To: IRCServices <ircservices@Snow.shadowfire.org>
18535 > Subject: Re: [IRCServices] Suspended Channels
18536 > Date: Sunday, September 17, 2000 16:34
18537 >
18538 > Greetings all,
18539 >
18540 > I had the same idea before months. I believe that the best idea
18541 > based on "channel suspension" is to "Freeze" the channel.
18542 >
18543 > That could be :
18544 > Not allowing the users to join the channel,
18545 > Preserve the access list of the channel, plus any akicks and levels
18546 > settings.
18547 > And for sure , never allowing a change in the access list of that channel.
18548 >
18549 > If possible , an enforce could be implement, that will kick all users out
18550 > of channel by the time of suspension. And also, a non strict suspend, that
18551 > could let users to join the channel but totally freeze the levels and
18552 > access lists could be an idea.
18553 >
18554 > Regards,
18555 > Nick Krassas
18556 >
18557 >
18558 > On Sun, 17 Sep 2000, Andrew Kempe wrote:
18559 >
18560 > > I'm finishing off the implementation of channel suspensions. I was
18561 wondering
18562 > > what the general feeling was regarding the effect a suspension has on a
18563 > > channel.
18564 > >
18565 > > Should a suspended channel:
18566 > > - allow users to join?
18567 > > - operate normally but prevent any setting or access-list changes from
18568 being
18569 > > made?
18570 > > - prevent changes from being made and not grant access as per the
18571 channel's
18572 > > access list?
18573 > >
18574 > > Would various levels of suspension be usefull? Would this be too
18575 confusing?
18576 > > Should this be a level-based or flag-based system?
18577 > >
18578 > > Your ideas would be appreciated.
18579 > >
18580 > > Thanks, Andrew
18581 >
18582 >
18583 > ---------------------------------------------------------------
18584 > To unsubscribe, send email to majordomo@ender.shadowfire.org
18585 > with "unsubscribe ircservices" in the body, without the quotes.
18586
18587
18588 ---------------------------------------------------------------
18589 To unsubscribe, send email to majordomo@ender.shadowfire.org
18590 with "unsubscribe ircservices" in the body, without the quotes.
18591
18592
18593 From Ciaran.reilly at ntlworld.com Sun Sep 17 15:17:44 2000
18594 From: Ciaran.reilly at ntlworld.com (Ciarán Reilly)
18595 Date: Sat Oct 23 23:01:00 2004
18596 Subject: [IRCServices] Suspended Channels
18597 References: <NCBBIPDDJGGDOCPMKPKPGENHDHAA.andrewk@icon.co.za>
18598 Message-ID: 001501c020f5$1afb3140$2436fe3e@morpheous
18599
18600 Soz for my rich text post, I'd forget the Newsreader was set to reply to
18601 posts using the format in which they were sent :)
18602
18603 As for suspension again...... the one drawback with forbid is that the
18604 channel is permanently unusable. At the minute, when a user violates net
18605 policy and you want to suspend their room, forbid is the only option, and is
18606 kind of a rough way of doing it since the only way of reversing it is to
18607 drop the chan, not always appropriate. Theres a definate need for a suspend
18608 option, and for it to have different levels and be seperate from Forbid.
18609
18610 My proposals for the suspend 'levels' would be something similar...
18611
18612 Lev 1. Users may join the Channel, users on the Access list may op up etc,
18613 BUT the channel database will be in a sort of 'read-only' state, meaning no
18614 changes can be made to access / akick lists etc, the topic and modes will be
18615 locked, ChanServ will ignore all commands except op deop and identify. This
18616 would be useful for a channel you want preserved in it's current state
18617 without interfearence from anyone, for whatever reason. Would it be possible
18618 to allow Channel founders access to this suspend level ? therefore allowing
18619 them to 'freeze' their room and not allow people on the access lists to make
18620 any changes ? or is this too much of a stupid idea / security nightmare ?
18621
18622 Lev 2. Users may join the Channel, but no one may get ops etc, not even
18623 those on the access list or the channel founder, ChanServ will ignore all
18624 commands and again the topic and modes will be locked.
18625
18626 Lev 3. Channel totally locked out, no users at all may join the channel,
18627 just like forbid, only this is easily reversible without the need to drop
18628 the channel....
18629
18630 Thats just my suggestions.....
18631
18632 BTW, will SA's and S Root still be able to make changes to channel databases
18633 while the suspend mode is in place, thus over riding it, or will they be
18634 required to first remove the suspend THEN make the required changes ?
18635
18636
18637 Hope some of this is helpful.
18638
18639 Cheers,
18640
18641 Ciarán.
18642
18643
18644
18645 ----- Original Message -----
18646 From: "Andrew Kempe" <andrewk@icon.co.za>
18647 To: <ircservices@Snow.shadowfire.org>
18648 Sent: Sunday, September 17, 2000 8:50 PM
18649 Subject: RE: [IRCServices] Suspended Channels
18650
18651
18652 > First off, please don't mail this list with HTML/Rich Text emails - only
18653 use
18654 > plain text.
18655 >
18656 > Secondly, FORBID drops the channel prior to rendering useless. This means
18657 > that all the channel information is lost. It is not the best solution to
18658 > temporary channel closures.
18659 >
18660 > I see the following 3 main states:
18661 > 1. To be able to freeze a channel's settings but still allow people to
18662 join
18663 > it. Users are not granted any access based on the access lists - all users
18664 > are deop'ed upon joining. AKICKS and mode locks are enforced.
18665 > 2. Allow the channel to function as per usual, but no changes may be made
18666 to
18667 > its settings or access/akick lists.
18668 > 3. Put the channel into a FORBIDen state except that it does not loose its
18669 > information.
18670 >
18671 > Your comments and reasoning are still welcome :)
18672 >
18673 > I'll be finishing this off next weekend. Hopefully I'll have worked out
18674 how
18675 > to implement this best by them - flags or levels - so as to suite
18676 everyone.
18677 >
18678 > Andrew
18679 >
18680 > -----Original Message-----
18681 > From: owner-ircservices@Snow.shadowfire.org
18682 > [mailto:owner-ircservices@Snow.shadowfire.org]On Behalf Of Dr. K. Hawkes
18683 > Sent: 17 September 2000 18:28
18684 > To: ircservices@Snow.shadowfire.org
18685 > Subject: Re: [IRCServices] Suspended Channels
18686 >
18687 >
18688 > Freezing the chan is all well and good, but in that case, why the use for
18689 > the FORBID command?
18690 > May as well make FORBID and SUSPEND as one command unless you make the new
18691 > FORBID command with levels, which you could integrate SUSPEND
18692 functionality
18693 > into.
18694 >
18695 > Quinn
18696 > ----------
18697 > > From: dreamer@darkness.gr
18698 > > To: IRCServices <ircservices@Snow.shadowfire.org>
18699 > > Subject: Re: [IRCServices] Suspended Channels
18700 > > Date: Sunday, September 17, 2000 16:34
18701 > >
18702 > > Greetings all,
18703 > >
18704 > > I had the same idea before months. I believe that the best idea
18705 > > based on "channel suspension" is to "Freeze" the channel.
18706 > >
18707 > > That could be :
18708 > > Not allowing the users to join the channel,
18709 > > Preserve the access list of the channel, plus any akicks and levels
18710 > > settings.
18711 > > And for sure , never allowing a change in the access list of that
18712 channel.
18713 > >
18714 > > If possible , an enforce could be implement, that will kick all users
18715 out
18716 > > of channel by the time of suspension. And also, a non strict suspend,
18717 that
18718 > > could let users to join the channel but totally freeze the levels and
18719 > > access lists could be an idea.
18720 > >
18721 > > Regards,
18722 > > Nick Krassas
18723 > >
18724 > >
18725 > > On Sun, 17 Sep 2000, Andrew Kempe wrote:
18726 > >
18727 > > > I'm finishing off the implementation of channel suspensions. I was
18728 > wondering
18729 > > > what the general feeling was regarding the effect a suspension has on
18730 a
18731 > > > channel.
18732 > > >
18733 > > > Should a suspended channel:
18734 > > > - allow users to join?
18735 > > > - operate normally but prevent any setting or access-list changes from
18736 > being
18737 > > > made?
18738 > > > - prevent changes from being made and not grant access as per the
18739 > channel's
18740 > > > access list?
18741 > > >
18742 > > > Would various levels of suspension be usefull? Would this be too
18743 > confusing?
18744 > > > Should this be a level-based or flag-based system?
18745 > > >
18746 > > > Your ideas would be appreciated.
18747 > > >
18748 > > > Thanks, Andrew
18749 > >
18750 > >
18751 > > ---------------------------------------------------------------
18752 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
18753 > > with "unsubscribe ircservices" in the body, without the quotes.
18754 >
18755 >
18756 > ---------------------------------------------------------------
18757 > To unsubscribe, send email to majordomo@ender.shadowfire.org
18758 > with "unsubscribe ircservices" in the body, without the quotes.
18759
18760
18761 ---------------------------------------------------------------
18762 To unsubscribe, send email to majordomo@ender.shadowfire.org
18763 with "unsubscribe ircservices" in the body, without the quotes.
18764
18765
18766 From quension at softhome.net Sun Sep 17 19:05:30 2000
18767 From: quension at softhome.net (quension@softhome.net)
18768 Date: Sat Oct 23 23:01:00 2004
18769 Subject: [IRCServices] Suspended Channels
18770 References: <NCBBIPDDJGGDOCPMKPKPGENHDHAA.andrewk@icon.co.za> <001501c020f5$1afb3140$2436fe3e@morpheous>
18771 Message-ID: 39C5786A.165DDB89@softhome.net
18772
18773 Ciarán Reilly wrote:
18774
18775 > Lev 1. Users may join the Channel, users on the Access list may op up etc,
18776 > BUT the channel database will be in a sort of 'read-only' state, meaning no
18777 > changes can be made to access / akick lists etc, the topic and modes will be
18778 > locked, ChanServ will ignore all commands except op deop and identify. This
18779 > would be useful for a channel you want preserved in it's current state
18780 > without interfearence from anyone, for whatever reason. Would it be possible
18781 > to allow Channel founders access to this suspend level ? therefore allowing
18782 > them to 'freeze' their room and not allow people on the access lists to make
18783 > any changes ? or is this too much of a stupid idea / security nightmare ?
18784
18785 /msg chanserv levels <channel> set acc-change 9999
18786
18787 ..my only comment :P
18788
18789 -- Quension
18790
18791 ---------------------------------------------------------------
18792 To unsubscribe, send email to majordomo@ender.shadowfire.org
18793 with "unsubscribe ircservices" in the body, without the quotes.
18794
18795
18796 From &quot Sun Sep 17 22:14:51 2000
18797 From: &quot (&quot)
18798 Date: Sat Oct 23 23:01:00 2004
18799 Subject: [IRCServices] Suspended Channels
18800 References: <NCBBIPDDJGGDOCPMKPKPGENHDHAA.andrewk@icon.co.za> <001501c020f5$1afb3140$2436fe3e@morpheous> <39C5786A.165DDB89@softhome.net>
18801 Message-ID: 005b01c0212f$5fffc0f0$3746a8c0@excalibur
18802
18803 The founder has an infinate user level, meaning that even set at 9999 the
18804 found can still use acc-change.
18805
18806
18807 Scott Seufert
18808 aka katsklaw
18809 Server Administrator
18810 Excalibre.ShadowFire.Org
18811
18812 ----- Original Message -----
18813 From: <quension@softhome.net>
18814 To: <ircservices@Snow.shadowfire.org>
18815 Sent: Sunday, September 17, 2000 7:05 PM
18816 Subject: Re: [IRCServices] Suspended Channels
18817
18818
18819 Ciarán Reilly wrote:
18820
18821 > Lev 1. Users may join the Channel, users on the Access list may op up etc,
18822 > BUT the channel database will be in a sort of 'read-only' state, meaning
18823 no
18824 > changes can be made to access / akick lists etc, the topic and modes will
18825 be
18826 > locked, ChanServ will ignore all commands except op deop and identify.
18827 This
18828 > would be useful for a channel you want preserved in it's current state
18829 > without interfearence from anyone, for whatever reason. Would it be
18830 possible
18831 > to allow Channel founders access to this suspend level ? therefore
18832 allowing
18833 > them to 'freeze' their room and not allow people on the access lists to
18834 make
18835 > any changes ? or is this too much of a stupid idea / security nightmare ?
18836
18837 /msg chanserv levels <channel> set acc-change 9999
18838
18839 .my only comment :P
18840
18841 -- Quension
18842
18843 ---------------------------------------------------------------
18844 To unsubscribe, send email to majordomo@ender.shadowfire.org
18845 with "unsubscribe ircservices" in the body, without the quotes.
18846
18847
18848
18849
18850 ---------------------------------------------------------------
18851 To unsubscribe, send email to majordomo@ender.shadowfire.org
18852 with "unsubscribe ircservices" in the body, without the quotes.
18853
18854
18855 From &quot Mon Sep 18 05:19:54 2000
18856 From: &quot (&quot)
18857 Date: Sat Oct 23 23:01:00 2004
18858 Subject: [IRCServices] Suspended Channels
18859 In-Reply-To: <E13af4x-0002B0-00@carbon.btinternet.com>
18860 References: E13af4x&#45;0002B0&#45;00@carbon.btinternet.com
18861 Message-ID: KOECIOCHHBHLAPFLOBANIEIPCLAA.frostbyghte@stratics.com
18862
18863
18864 If I'm not mistaken, forbid totally drops the channel and the access list. So there is a big difference there. Suspend would be used where you want to punish the people in the channel, but where you also want to be able to restore the channel down the road.
18865
18866
18867 - Randy Snow -
18868 Senior Network Administrator
18869 http://www.stratics.com/
18870 irc.stratics.com port 6667
18871 -----Original Message-----
18872 From: owner-ircservices@Snow.shadowfire.org [mailto:owner-ircservices@Snow.shadowfire.org]On Behalf Of Dr. K. Hawkes
18873 Sent: Sunday, September 17, 2000 9:03 AM
18874 To: ircservices@Snow.shadowfire.org
18875 Subject: Re: [IRCServices] Suspended Channels
18876
18877
18878
18879 Well, as FORBID totally disallows a channel from being used or registered, you'd ideally want something inbetween standard operation and FORBID.
18880
18881 > Should a suspended channel:
18882 > - allow users to join?
18883 IMHO - Yes, FORBID stops users joining.
18884
18885 > - operate normally but prevent any setting or access-list changes from being
18886 > made?
18887 This would be a good thing to have, allows flexibility.
18888
18889 > - prevent changes from being made and not grant access as per the channel's
18890 > access list?
18891 I'm not too sure on this one, prevent changes from being made is a good one again, but if you go to all this trouble of suspending a chan, why not simply FORBID it?
18892
18893 >
18894 > Would various levels of suspension be usefull? Would this be too confusing?
18895 Now that would be a nice idea :c)
18896
18897 > Should this be a level-based or flag-based system?
18898 Personally, I'd go for level-based...
18899
18900 E.g. Lev 1 - Chan Operates as normal except users on access list
18901 which are given +o normally only get +v (or something) ...
18902 Then go Lev 4 - Users can join chan, but access list is ignored, no settings can be changed etc...
18903
18904 Just my thoughts on it :c)
18905
18906 Quinn
18907 ----------
18908 > From: Andrew Kempe <andrewk@icon.co.za>
18909 > To: IRCServices <ircservices@delirious.shadowfire.org>
18910 > Subject: [IRCServices] Suspended Channels
18911 > Date: Sunday, September 17, 2000 14:40
18912 >
18913 > I'm finishing off the implementation of channel suspensions. I was wondering
18914 > what the general feeling was regarding the effect a suspension has on a
18915 > channel.
18916 >
18917 > Should a suspended channel:
18918 > - allow users to join?
18919 > - operate normally but prevent any setting or access-list changes from being
18920 > made?
18921 > - prevent changes from being made and not grant access as per the channel's
18922 > access list?
18923 >
18924 > Would various levels of suspension be usefull? Would this be too confusing?
18925 > Should this be a level-based or flag-based system?
18926 >
18927 > Your ideas would be appreciated.
18928 >
18929 > Thanks, Andrew
18930 >
18931 >
18932 > ---------------------------------------------------------------
18933 > To unsubscribe, send email to majordomo@ender.shadowfire.org
18934 > with "unsubscribe ircservices" in the body, without the quotes.
18935 From Ciaran.reilly at ntlworld.com Mon Sep 18 10:16:05 2000
18936 From: Ciaran.reilly at ntlworld.com (Ciarán Reilly)
18937 Date: Sat Oct 23 23:01:00 2004
18938 Subject: [IRCServices] Suspended Channels
18939 References: <NCBBIPDDJGGDOCPMKPKPGENHDHAA.andrewk@icon.co.za> <001501c020f5$1afb3140$2436fe3e@morpheous> <39C5786A.165DDB89@softhome.net>
18940 Message-ID: 000f01c02194$22123970$2436fe3e@morpheous
18941
18942 Doh ! Knew there was something I'd missed :(
18943
18944
18945 > /msg chanserv levels <channel> set acc-change 9999
18946 >
18947 > ..my only comment :P
18948 >
18949 > -- Quension
18950 >
18951 > ---------------------------------------------------------------
18952 > To unsubscribe, send email to majordomo@ender.shadowfire.org
18953 > with "unsubscribe ircservices" in the body, without the quotes.
18954
18955
18956 ---------------------------------------------------------------
18957 To unsubscribe, send email to majordomo@ender.shadowfire.org
18958 with "unsubscribe ircservices" in the body, without the quotes.
18959
18960
18961 From &quot Mon Sep 18 00:08:22 2000
18962 From: &quot (&quot)
18963 Date: Sat Oct 23 23:01:00 2004
18964 Subject: [IRCServices] Suspended Channels
18965 In-Reply-To: <NCBBIPDDJGGDOCPMKPKPGENHDHAA.andrewk@icon.co.za>
18966 References: NCBBIPDDJGGDOCPMKPKPGENHDHAA.andrewk@icon.co.za
18967 Message-ID: Pine.LNX.4.21.0009180903070.23605&#45;100000@fusion.sunnyline.co.za
18968
18969 On Sun, 17 Sep 2000, Andrew Kempe wrote:
18970
18971 >First off, please don't mail this list with HTML/Rich Text emails - only use
18972 >plain text.
18973 >
18974
18975 Andrew,
18976
18977 While you are on this... Can you perhaps just do something regarding your
18978 aliases????
18979
18980 ircservices@delirious, ircservices@show, ircservices@ender?!?!? Its'
18981 getting a bit crazy don't you think?
18982
18983 On more than one occasion I actually had to remove recipients from my
18984 To: and CC: fields from my client to stop it from sending mail to
18985 lists at both hosts (which will more than likely result in looped email?)
18986
18987 Can't you just like forward two hosts or a single drop point or
18988 something? Appart from possible mail loops, theres also the matter of
18989 keeping to change / update mail rules on our sides to filter our incoming
18990 mail.
18991
18992 --
18993
18994 Regards,
18995 Chris Knipe
18996 Cell: (083) 430-8151
18997
18998
18999
19000 ---------------------------------------------------------------
19001 To unsubscribe, send email to majordomo@ender.shadowfire.org
19002 with "unsubscribe ircservices" in the body, without the quotes.
19003
19004
19005 From &quot Thu Sep 21 12:09:50 2000
19006 From: &quot (&quot)
19007 Date: Sat Oct 23 23:01:00 2004
19008 Subject: [IRCServices] Multiple Services Roots...
19009 Message-ID: F160JGSS2tR6j5Brrd500001165@hotmail.com
19010
19011 Would you ever consider adding the ability for the server configuration file
19012 to have multiple services roots?
19013
19014 If not what are your resons for not implementing this?
19015
19016 Thank you.
19017 _________________________________________________________________________
19018 Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
19019
19020 Share information about yourself, create your own public profile at
19021 <A HREF="http://profiles.msn.com">http://profiles.msn.com</A>.
19022
19023
19024 ---------------------------------------------------------------
19025 To unsubscribe, send email to majordomo@ender.shadowfire.org
19026 with "unsubscribe ircservices" in the body, without the quotes.
19027
19028
19029 From dreamer at darkness.gr Thu Sep 21 12:31:29 2000
19030 From: dreamer at darkness.gr (dreamer@darkness.gr)
19031 Date: Sat Oct 23 23:01:00 2004
19032 Subject: [IRCServices] juping a server.
19033 In-Reply-To: <F160JGSS2tR6j5Brrd500001165@hotmail.com>
19034 References: F160JGSS2tR6j5Brrd500001165@hotmail.com
19035 Message-ID: Pine.LNX.4.20.0009212222340.4634&#45;100000@darkness.darkness.gr
19036
19037 Greetings to all,
19038 In the version of services that we are using in irc.gr there is a
19039 small bug at the jupe command, that can be easy fixed. That is, while
19040 sending a jupe command for a server that exist, services just die.
19041 Juping a server, services are introducing a server with the name specified
19042 in the jupe command. There is no check to see if the server is still
19043 connected and can be juped or not.
19044 At this point someone could say, that a squit servername command
19045 can be used, but , considering the lag that exist sometimes, and the
19046 autoconnect lines of the servers, seems that the solution is not accurated
19047 always.
19048 A small fix could be , to send an squit command from the services
19049 it self before sending the jupe command.
19050
19051 Other ideas are welcome always.
19052
19053 Regards,
19054 Nick Krassas
19055 ircadmin@darkness.irc.gr
19056
19057
19058
19059 ---------------------------------------------------------------
19060 To unsubscribe, send email to majordomo@ender.shadowfire.org
19061 with "unsubscribe ircservices" in the body, without the quotes.
19062
19063
19064 From quension at softhome.net Thu Sep 21 14:46:56 2000
19065 From: quension at softhome.net (quension@softhome.net)
19066 Date: Sat Oct 23 23:01:00 2004
19067 Subject: [IRCServices] juping a server.
19068 References: <Pine.LNX.4.20.0009212222340.4634-100000@darkness.darkness.gr>
19069 Message-ID: 39CA81D0.A22ABD45@softhome.net
19070
19071 dreamer@darkness.gr wrote:
19072
19073 > In the version of services that we are using in irc.gr there is a
19074 > small bug at the jupe command, that can be easy fixed. That is, while
19075 > sending a jupe command for a server that exist, services just die.
19076 > Juping a server, services are introducing a server with the name specified
19077 > in the jupe command. There is no check to see if the server is still
19078 > connected and can be juped or not.
19079
19080 > A small fix could be , to send an squit command from the services
19081 > it self before sending the jupe command.
19082
19083 I implemented this a mod of 4.3.3 I did awhile back. It works if
19084 someone attempts to jupe the same server twice, but not if the real
19085 server is connected at the time of the jupe. SQUITs are only acted upon
19086 if coming from the server directly linked to the one being disconnected;
19087 so services can SQUIT its own jupe, but must wait for the SQUIT to
19088 return if the target is a remote server. It isn't precisely services'
19089 fault for dying; its uplink server is the one that terminates the
19090 connection (server collision).
19091
19092 However, now that services is keeping track of linked servers, perhaps
19093 something better could be done (i.e. setting a "jupe sent" event and
19094 waiting for it to return, if the real server is linked).
19095
19096 -- Quension
19097
19098 ---------------------------------------------------------------
19099 To unsubscribe, send email to majordomo@ender.shadowfire.org
19100 with "unsubscribe ircservices" in the body, without the quotes.
19101
19102
19103 From rafael at kapa.procergs.com.br Thu Sep 21 14:55:47 2000
19104 From: rafael at kapa.procergs.com.br (Rafael Ritter)
19105 Date: Sat Oct 23 23:01:00 2004
19106 Subject: [IRCServices] PANIC! buffer = :Kz PRIVMSG chanserv :op #lam0 %s%s
19107 Message-ID: 4.3.1.0.20000921185426.00b63c40@kapa.procergs.com.br
19108
19109 Anyone can crash my services with that %s%s. Someone know how to fix that
19110 bug? Tanks.
19111
19112 XGregg
19113 irc.via-rs.com.br
19114
19115 (Server) *** Global -- from services.via-rs.com.br: PANIC! buffer = :Kz
19116 PRIVMSG chanserv :op #lam0 %s%s
19117
19118
19119 ---------------------------------------------------------------
19120 To unsubscribe, send email to majordomo@ender.shadowfire.org
19121 with "unsubscribe ircservices" in the body, without the quotes.
19122
19123
19124 From &quot Thu Sep 21 15:30:38 2000
19125 From: &quot (&quot)
19126 Date: Sat Oct 23 23:01:00 2004
19127 Subject: [IRCServices] Dumb question
19128 Message-ID: 000901c0241b$9223a3a0$1ec48e8b@charmander
19129
19130 What does access level 9999 do?
19131
19132 Thanks,
19133
19134 Tim
19135
19136
19137 ---------------------------------------------------------------
19138 To unsubscribe, send email to majordomo@ender.shadowfire.org
19139 with "unsubscribe ircservices" in the body, without the quotes.
19140
19141
19142 From quension at softhome.net Thu Sep 21 16:05:30 2000
19143 From: quension at softhome.net (quension@softhome.net)
19144 Date: Sat Oct 23 23:01:00 2004
19145 Subject: [IRCServices] Dumb question
19146 References: <000901c0241b$9223a3a0$1ec48e8b@charmander>
19147 Message-ID: 39CA9439.6F4BE321@softhome.net
19148
19149 Tim AtLee wrote:
19150
19151 > What does access level 9999 do?
19152
19153 Nothing special by itself; it's just the highest possible access level
19154 you can assign anything to. If you're responding to my post on the
19155 Suspended Channels thread, setting the ACC-CHANGE level to 9999 (which
19156 is something only the founder can do) would prevent anyone with a lower
19157 access level from changing the access list. If no one has been given
19158 level 9999 access, that means only the founder can change the access
19159 list. This is one way for the founder to "freeze" the channel himself.
19160
19161 I had forgotten that you could set specific levels to DISABLE status,
19162 which means only the founder would have the appropriate level of
19163 access. That's what I originally intended in my post in the Suspended
19164 Channels thread:
19165
19166 /msg chanserv levels <channel> set acc-change disable
19167
19168 If I confused you, try "/msg chanserv levels help" and "/msg chanserv
19169 help levels desc".
19170
19171 -- Quension
19172
19173 ---------------------------------------------------------------
19174 To unsubscribe, send email to majordomo@ender.shadowfire.org
19175 with "unsubscribe ircservices" in the body, without the quotes.
19176
19177
19178 From quension at softhome.net Thu Sep 21 16:27:01 2000
19179 From: quension at softhome.net (quension@softhome.net)
19180 Date: Sat Oct 23 23:01:00 2004
19181 Subject: [IRCServices] Suspended Channels
19182 References: <Pine.LNX.4.21.0009180903070.23605-100000@fusion.sunnyline.co.za>
19183 Message-ID: 39CA9945.1E3E9CD5@softhome.net
19184
19185 "Chris Knipe " wrote:
19186
19187 > ircservices@delirious, ircservices@show, ircservices@ender?!?!? Its'
19188 > getting a bit crazy don't you think?
19189 >
19190 > On more than one occasion I actually had to remove recipients from my
19191 > To: and CC: fields from my client to stop it from sending mail to
19192 > lists at both hosts (which will more than likely result in looped email?)
19193 >
19194 > Can't you just like forward two hosts or a single drop point or
19195 > something? Appart from possible mail loops, theres also the matter of
19196 > keeping to change / update mail rules on our sides to filter our incoming
19197 > mail.
19198
19199 The Reply-To field is always ircservices@ender.shadowfire.org. Can your
19200 client not pay attention the intent of that field and address the
19201 message appropriately?
19202
19203 As for filtering, there are plenty of other things to latch on to
19204 besides the host part of the To: field address.
19205
19206 Not to be too rude or harsh here, but it seems a client-side issue to me
19207 :P
19208
19209 -- Quension
19210
19211 ---------------------------------------------------------------
19212 To unsubscribe, send email to majordomo@ender.shadowfire.org
19213 with "unsubscribe ircservices" in the body, without the quotes.
19214
19215
19216 From &quot Thu Sep 21 17:06:28 2000
19217 From: &quot (&quot)
19218 Date: Sat Oct 23 23:01:00 2004
19219 Subject: [IRCServices] Segmentation Fault problem
19220 In-Reply-To: <39CA9439.6F4BE321@softhome.net>
19221 References: <000901c0241b$9223a3a0$1ec48e8b@charmander>
19222 Message-ID: 4.3.2.7.2.20000921210145.00aa0ef0@pop.conex.com.br
19223
19224 [8:08pm] <services.via-rs.com.br> PANIC! buffer = :]BiG_|_DiCk[ PRIVMSG
19225 chanserv :op #mas %s%s
19226 [8:08pm] <irc.via-rs.com.br> Received SQUIT services.via-rs.com.br from
19227 services.via-rs.com.br[200.198.128.55] (Services terminating: Segmentation
19228 fault)
19229
19230 GOD DAMNIT! I can't take it anymore! We are using version 4.3.3 of
19231 Services, and the Unreal3.0-Morrigan(fix) ircd, and this bug is REALLY
19232 ANNOYING!
19233
19234 The problem is, ANYONE can crash the Services, simply by doing some
19235 commands (which I don't know what is), and man, this is getting a pain in
19236 the ass...
19237
19238 Can someone please, just tell us how can we fix it? Btw, sorry my bad
19239 english... It is still under construction ;)
19240
19241 Best regards
19242
19243 VIA-RS IRC Team
19244
19245 Cya,
19246
19247 Leandro "MuTLY" Barbosa
19248 mailto:mutly@jedi.com.br
19249
19250
19251 ---------------------------------------------------------------
19252 To unsubscribe, send email to majordomo@ender.shadowfire.org
19253 with "unsubscribe ircservices" in the body, without the quotes.
19254
19255
19256 From cjb at mircx.com Thu Sep 21 17:13:50 2000
19257 From: cjb at mircx.com (CJB)
19258 Date: Sat Oct 23 23:01:00 2004
19259 Subject: [IRCServices] Segmentation Fault problem
19260 In-Reply-To: <4.3.2.7.2.20000921210145.00aa0ef0@pop.conex.com.br>
19261 References: 4.3.2.7.2.20000921210145.00aa0ef0@pop.conex.com.br
19262 Message-ID: Pine.BSF.4.21.0009211813200.54200&#45;100000@mircx.com
19263
19264 You're running a pretty old version of services there. This bug was fixed
19265 a few versions ago; upgrade to 4.4.8.
19266
19267 On Thu, 21 Sep 2000, Leandro R. Barbosa wrote:
19268
19269 > [8:08pm] <services.via-rs.com.br> PANIC! buffer = :]BiG_|_DiCk[ PRIVMSG
19270 > chanserv :op #mas %s%s
19271 > [8:08pm] <irc.via-rs.com.br> Received SQUIT services.via-rs.com.br from
19272 > services.via-rs.com.br[200.198.128.55] (Services terminating: Segmentation
19273 > fault)
19274 >
19275 > GOD DAMNIT! I can't take it anymore! We are using version 4.3.3 of
19276 > Services, and the Unreal3.0-Morrigan(fix) ircd, and this bug is REALLY
19277 > ANNOYING!
19278 >
19279 > The problem is, ANYONE can crash the Services, simply by doing some
19280 > commands (which I don't know what is), and man, this is getting a pain in
19281 > the ass...
19282 >
19283 > Can someone please, just tell us how can we fix it? Btw, sorry my bad
19284 > english... It is still under construction ;)
19285 >
19286 > Best regards
19287 >
19288 > VIA-RS IRC Team
19289 >
19290 > Cya,
19291 >
19292 > Leandro "MuTLY" Barbosa
19293 > mailto:mutly@jedi.com.br
19294 >
19295 >
19296 > ---------------------------------------------------------------
19297 > To unsubscribe, send email to majordomo@ender.shadowfire.org
19298 > with "unsubscribe ircservices" in the body, without the quotes.
19299 >
19300
19301
19302 ---------------------------------------------------------------
19303 To unsubscribe, send email to majordomo@ender.shadowfire.org
19304 with "unsubscribe ircservices" in the body, without the quotes.
19305
19306
19307 From &quot Thu Sep 21 18:17:08 2000
19308 From: &quot (&quot)
19309 Date: Sat Oct 23 23:01:00 2004
19310 Subject: [IRCServices] Suspended Channels
19311 References: <Pine.LNX.4.21.0009180903070.23605-100000@fusion.sunnyline.co.za> <39CA9945.1E3E9CD5@softhome.net>
19312 Message-ID: 002f01c02432$d4aa7700$0500a8c0@excalibur
19313
19314 I beg to differ, but I see a reply to address of ircservices@snow.
19315
19316
19317 ----- Original Message -----
19318 From: <quension@softhome.net>
19319 To: <ircservices@Snow.shadowfire.org>
19320 Sent: Thursday, September 21, 2000 7:27 PM
19321 Subject: Re: [IRCServices] Suspended Channels
19322
19323
19324 > "Chris Knipe " wrote:
19325 >
19326 > > ircservices@delirious, ircservices@show, ircservices@ender?!?!? Its'
19327 > > getting a bit crazy don't you think?
19328 > >
19329 > > On more than one occasion I actually had to remove recipients from my
19330 > > To: and CC: fields from my client to stop it from sending mail to
19331 > > lists at both hosts (which will more than likely result in looped
19332 email?)
19333 > >
19334 > > Can't you just like forward two hosts or a single drop point or
19335 > > something? Appart from possible mail loops, theres also the matter of
19336 > > keeping to change / update mail rules on our sides to filter our
19337 incoming
19338 > > mail.
19339 >
19340 > The Reply-To field is always ircservices@ender.shadowfire.org. Can your
19341 > client not pay attention the intent of that field and address the
19342 > message appropriately?
19343 >
19344 > As for filtering, there are plenty of other things to latch on to
19345 > besides the host part of the To: field address.
19346 >
19347 > Not to be too rude or harsh here, but it seems a client-side issue to me
19348 > :P
19349 >
19350 > -- Quension
19351 >
19352 > ---------------------------------------------------------------
19353 > To unsubscribe, send email to majordomo@ender.shadowfire.org
19354 > with "unsubscribe ircservices" in the body, without the quotes.
19355 >
19356 >
19357
19358
19359 ---------------------------------------------------------------
19360 To unsubscribe, send email to majordomo@ender.shadowfire.org
19361 with "unsubscribe ircservices" in the body, without the quotes.
19362
19363
19364 From &quot Thu Sep 21 18:16:09 2000
19365 From: &quot (&quot)
19366 Date: Sat Oct 23 23:01:00 2004
19367 Subject: [IRCServices] Dumb question
19368 References: <000901c0241b$9223a3a0$1ec48e8b@charmander>
19369 Message-ID: 002501c02432$b17a7050$0500a8c0@excalibur
19370
19371 With settings set at default, it gives access to level 10.
19372
19373 Scott Seufert
19374 aka katsklaw
19375 Server Admin
19376 Excalibre.ShadowFire.Org
19377
19378 ----- Original Message -----
19379 From: "Tim AtLee" <spaced@connect.ab.ca>
19380 To: <ircservices@Snow.shadowfire.org>
19381 Sent: Thursday, September 21, 2000 6:30 PM
19382 Subject: [IRCServices] Dumb question
19383
19384
19385 > What does access level 9999 do?
19386 >
19387 > Thanks,
19388 >
19389 > Tim
19390 >
19391 >
19392 > ---------------------------------------------------------------
19393 > To unsubscribe, send email to majordomo@ender.shadowfire.org
19394 > with "unsubscribe ircservices" in the body, without the quotes.
19395 >
19396 >
19397
19398
19399 ---------------------------------------------------------------
19400 To unsubscribe, send email to majordomo@ender.shadowfire.org
19401 with "unsubscribe ircservices" in the body, without the quotes.
19402
19403
19404 From mike at chat.za.net Thu Sep 21 23:36:03 2000
19405 From: mike at chat.za.net (Michael Smith)
19406 Date: Sat Oct 23 23:01:00 2004
19407 Subject: [IRCServices] Segmentation Fault problem
19408 In-Reply-To: <Pine.BSF.4.21.0009211813200.54200-100000@mircx.com>
19409 References: Pine.BSF.4.21.0009211813200.54200&#45;100000@mircx.com
19410 Message-ID: Pine.LNX.4.21.0009220834550.27210&#45;100000@moonlight.chat.za.net
19411
19412
19413 Hi all
19414
19415 I am enquiring as to whether 4.4.8 is stable or not, and , what the best
19416 version of bahamut is, to use with 4.4.8.
19417
19418 BTW, does 4.4.8 work ok with Dreamforge as well?
19419
19420 Thanks
19421
19422 Mike
19423
19424 ---
19425 Michael Smith (Warlock on IRC)
19426 http://www.warlock.web.za/
19427 "The software said Windows95 or better...
19428 ...so I got Linux"
19429
19430
19431 On Thu, 21 Sep 2000, CJB wrote:
19432
19433 > You're running a pretty old version of services there. This bug was fixed
19434 > a few versions ago; upgrade to 4.4.8.
19435 >
19436 > On Thu, 21 Sep 2000, Leandro R. Barbosa wrote:
19437 >
19438 > > [8:08pm] <services.via-rs.com.br> PANIC! buffer = :]BiG_|_DiCk[ PRIVMSG
19439 > > chanserv :op #mas %s%s
19440 > > [8:08pm] <irc.via-rs.com.br> Received SQUIT services.via-rs.com.br from
19441 > > services.via-rs.com.br[200.198.128.55] (Services terminating: Segmentation
19442 > > fault)
19443 > >
19444 > > GOD DAMNIT! I can't take it anymore! We are using version 4.3.3 of
19445 > > Services, and the Unreal3.0-Morrigan(fix) ircd, and this bug is REALLY
19446 > > ANNOYING!
19447 > >
19448 > > The problem is, ANYONE can crash the Services, simply by doing some
19449 > > commands (which I don't know what is), and man, this is getting a pain in
19450 > > the ass...
19451 > >
19452 > > Can someone please, just tell us how can we fix it? Btw, sorry my bad
19453 > > english... It is still under construction ;)
19454 > >
19455 > > Best regards
19456 > >
19457 > > VIA-RS IRC Team
19458 > >
19459 > > Cya,
19460 > >
19461 > > Leandro "MuTLY" Barbosa
19462 > > <A HREF="mailto:mutly@jedi.com.br">mailto:mutly@jedi.com.br</A>
19463 > >
19464 > >
19465 > > ---------------------------------------------------------------
19466 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
19467 > > with "unsubscribe ircservices" in the body, without the quotes.
19468 > >
19469 >
19470 >
19471 > ---------------------------------------------------------------
19472 > To unsubscribe, send email to majordomo@ender.shadowfire.org
19473 > with "unsubscribe ircservices" in the body, without the quotes.
19474 >
19475
19476
19477 ---------------------------------------------------------------
19478 To unsubscribe, send email to majordomo@ender.shadowfire.org
19479 with "unsubscribe ircservices" in the body, without the quotes.
19480
19481
19482 From &quot Thu Sep 21 23:58:55 2000
19483 From: &quot (&quot)
19484 Date: Sat Oct 23 23:01:00 2004
19485 Subject: [IRCServices] Suspended Channels
19486 References: <Pine.LNX.4.21.0009180903070.23605-100000@fusion.sunnyline.co.za>
19487 Message-ID: 00db01c02462$92a27850$9c011ac4@shadow
19488
19489 Yeah, it's pissing me off too.
19490
19491 Unfortunately I have not had the time lately to sort these issues out. I
19492 don't have very much access to the machine the mailing lists are hosted on
19493 and rely on its admin to maintain them. Seeing as I don't pay for the
19494 service it kinda happens to take a while.
19495
19496 Also, this machine has been moving around a bit and changing names. I've
19497 been waiting for things to settle down before making the changes.
19498
19499 As from the next release I hope to have services running of its own domain
19500 so that if changes do take place, they'll be transparent.
19501
19502 Please be patient for the time being :)
19503
19504 Regards, Andrew
19505
19506 ----- Original Message -----
19507 From: <cgknipe@mweb.co.za>
19508 To: <ircservices@Snow.shadowfire.org>
19509 Sent: Monday, September 18, 2000 9:08 AM
19510 Subject: RE: [IRCServices] Suspended Channels
19511
19512
19513 > On Sun, 17 Sep 2000, Andrew Kempe wrote:
19514 >
19515 > >First off, please don't mail this list with HTML/Rich Text emails - only
19516 use
19517 > >plain text.
19518 > >
19519 >
19520 > Andrew,
19521 >
19522 > While you are on this... Can you perhaps just do something regarding your
19523 > aliases????
19524 >
19525 > ircservices@delirious, ircservices@show, ircservices@ender?!?!? Its'
19526 > getting a bit crazy don't you think?
19527 >
19528 > On more than one occasion I actually had to remove recipients from my
19529 > To: and CC: fields from my client to stop it from sending mail to
19530 > lists at both hosts (which will more than likely result in looped email?)
19531 >
19532 > Can't you just like forward two hosts or a single drop point or
19533 > something? Appart from possible mail loops, theres also the matter of
19534 > keeping to change / update mail rules on our sides to filter our incoming
19535 > mail.
19536 >
19537 > --
19538 >
19539 > Regards,
19540 > Chris Knipe
19541 > Cell: (083) 430-8151
19542 >
19543 >
19544 >
19545 > ---------------------------------------------------------------
19546 > To unsubscribe, send email to majordomo@ender.shadowfire.org
19547 > with "unsubscribe ircservices" in the body, without the quotes.
19548 >
19549
19550
19551 ---------------------------------------------------------------
19552 To unsubscribe, send email to majordomo@ender.shadowfire.org
19553 with "unsubscribe ircservices" in the body, without the quotes.
19554
19555
19556 From &quot Fri Sep 22 00:02:00 2000
19557 From: &quot (&quot)
19558 Date: Sat Oct 23 23:01:00 2004
19559 Subject: [IRCServices] juping a server.
19560 References: <Pine.LNX.4.20.0009212222340.4634-100000@darkness.darkness.gr>
19561 Message-ID: 00ff01c02463$00e08410$9c011ac4@shadow
19562
19563 This has already been addressed and will be availabe in the next major
19564 release.
19565
19566 Just so everyone can see what's going on, I'll upload the changes file for
19567 4.5 sometime this weekend. I'll then try to keep it updated online as I make
19568 changes.
19569
19570 Andrew
19571
19572 ----- Original Message -----
19573 From: <dreamer@darkness.gr>
19574 To: <ircservices@Snow.shadowfire.org>
19575 Sent: Thursday, September 21, 2000 9:31 PM
19576 Subject: [IRCServices] juping a server.
19577
19578
19579 > Greetings to all,
19580 > In the version of services that we are using in irc.gr there is a
19581 > small bug at the jupe command, that can be easy fixed. That is, while
19582 > sending a jupe command for a server that exist, services just die.
19583 > Juping a server, services are introducing a server with the name specified
19584 > in the jupe command. There is no check to see if the server is still
19585 > connected and can be juped or not.
19586 > At this point someone could say, that a squit servername command
19587 > can be used, but , considering the lag that exist sometimes, and the
19588 > autoconnect lines of the servers, seems that the solution is not accurated
19589 > always.
19590 > A small fix could be , to send an squit command from the services
19591 > it self before sending the jupe command.
19592 >
19593 > Other ideas are welcome always.
19594 >
19595 > Regards,
19596 > Nick Krassas
19597 > ircadmin@darkness.irc.gr
19598 >
19599 >
19600 >
19601 > ---------------------------------------------------------------
19602 > To unsubscribe, send email to majordomo@ender.shadowfire.org
19603 > with "unsubscribe ircservices" in the body, without the quotes.
19604 >
19605
19606
19607 ---------------------------------------------------------------
19608 To unsubscribe, send email to majordomo@ender.shadowfire.org
19609 with "unsubscribe ircservices" in the body, without the quotes.
19610
19611
19612 From &quot Fri Sep 22 00:02:30 2000
19613 From: &quot (&quot)
19614 Date: Sat Oct 23 23:01:00 2004
19615 Subject: [IRCServices] PANIC! buffer = :Kz PRIVMSG chanserv :op #lam0 %s%s
19616 References: <4.3.1.0.20000921185426.00b63c40@kapa.procergs.com.br>
19617 Message-ID: 010701c02463$131fd770$9c011ac4@shadow
19618
19619 What version of IRC Services are you running?
19620
19621 Andrew
19622
19623 ----- Original Message -----
19624 From: "Rafael Ritter" <rafael@kapa.procergs.com.br>
19625 To: <ircservices@Snow.shadowfire.org>
19626 Sent: Thursday, September 21, 2000 11:55 PM
19627 Subject: [IRCServices] PANIC! buffer = :Kz PRIVMSG chanserv :op #lam0 %s%s
19628
19629
19630 > Anyone can crash my services with that %s%s. Someone know how to fix that
19631 > bug? Tanks.
19632 >
19633 > XGregg
19634 > irc.via-rs.com.br
19635 >
19636 > (Server) *** Global -- from services.via-rs.com.br: PANIC! buffer = :Kz
19637 > PRIVMSG chanserv :op #lam0 %s%s
19638 >
19639 >
19640 > ---------------------------------------------------------------
19641 > To unsubscribe, send email to majordomo@ender.shadowfire.org
19642 > with "unsubscribe ircservices" in the body, without the quotes.
19643 >
19644
19645
19646 ---------------------------------------------------------------
19647 To unsubscribe, send email to majordomo@ender.shadowfire.org
19648 with "unsubscribe ircservices" in the body, without the quotes.
19649
19650
19651 From &quot Fri Sep 22 00:04:05 2000
19652 From: &quot (&quot)
19653 Date: Sat Oct 23 23:01:00 2004
19654 Subject: [IRCServices] Segmentation Fault problem
19655 References: <Pine.BSF.4.21.0009211813200.54200-100000@mircx.com>
19656 Message-ID: 011901c02463$4b9f0990$9c011ac4@shadow
19657
19658 It seems that 4.3.4 is missing from the ftp site. I'll fix that the moment I
19659 get a chance tonight.
19660
19661 4.3.4 will fix this problem without you haveing to upgrade to 4.4.x.
19662
19663 Andrew
19664
19665 ----- Original Message -----
19666 From: "CJB" <cjb@mircx.com>
19667 To: <ircservices@Snow.shadowfire.org>
19668 Sent: Friday, September 22, 2000 2:13 AM
19669 Subject: Re: [IRCServices] Segmentation Fault problem
19670
19671
19672 > You're running a pretty old version of services there. This bug was fixed
19673 > a few versions ago; upgrade to 4.4.8.
19674 >
19675 > On Thu, 21 Sep 2000, Leandro R. Barbosa wrote:
19676 >
19677 > > [8:08pm] <services.via-rs.com.br> PANIC! buffer = :]BiG_|_DiCk[ PRIVMSG
19678 > > chanserv :op #mas %s%s
19679 > > [8:08pm] <irc.via-rs.com.br> Received SQUIT services.via-rs.com.br from
19680 > > services.via-rs.com.br[200.198.128.55] (Services terminating:
19681 Segmentation
19682 > > fault)
19683 > >
19684 > > GOD DAMNIT! I can't take it anymore! We are using version 4.3.3 of
19685 > > Services, and the Unreal3.0-Morrigan(fix) ircd, and this bug is REALLY
19686 > > ANNOYING!
19687 > >
19688 > > The problem is, ANYONE can crash the Services, simply by doing some
19689 > > commands (which I don't know what is), and man, this is getting a pain
19690 in
19691 > > the ass...
19692 > >
19693 > > Can someone please, just tell us how can we fix it? Btw, sorry my bad
19694 > > english... It is still under construction ;)
19695 > >
19696 > > Best regards
19697 > >
19698 > > VIA-RS IRC Team
19699 > >
19700 > > Cya,
19701 > >
19702 > > Leandro "MuTLY" Barbosa
19703 > > mailto:mutly@jedi.com.br
19704 > >
19705 > >
19706 > > ---------------------------------------------------------------
19707 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
19708 > > with "unsubscribe ircservices" in the body, without the quotes.
19709 > >
19710 >
19711 >
19712 > ---------------------------------------------------------------
19713 > To unsubscribe, send email to majordomo@ender.shadowfire.org
19714 > with "unsubscribe ircservices" in the body, without the quotes.
19715 >
19716
19717
19718 ---------------------------------------------------------------
19719 To unsubscribe, send email to majordomo@ender.shadowfire.org
19720 with "unsubscribe ircservices" in the body, without the quotes.
19721
19722
19723 From chromi at cyberspace.org Fri Sep 22 03:22:16 2000
19724 From: chromi at cyberspace.org (Jonathan Morton)
19725 Date: Sat Oct 23 23:01:01 2004
19726 Subject: [IRCServices] Suspended Channels
19727 In-Reply-To: <39CA9945.1E3E9CD5@softhome.net>
19728 References: <Pine.LNX.4.21.0009180903070.23605-100000@fusion.sunnyline.co.za>
19729 Message-ID: l03130303b5f0e2ac151f@[10.38.239.101]
19730
19731 >The Reply-To field is always ircservices@ender.shadowfire.org. Can your
19732 >client not pay attention the intent of that field and address the
19733 >message appropriately?
19734
19735 >To: ircservices@snow.shadowfire.org
19736 >Subject: Re: [IRCServices] Suspended Channels
19737 >References: <<A HREF="msg00779.html">Pine.LNX.4.21.0009180903070.23605-100000@fusion.sunnyline.co.za</A>>
19738 >Content-Transfer-Encoding: 7bit
19739 >Sender: owner-ircservices@snow.shadowfire.org
19740 >Precedence: bulk
19741 >Reply-To: ircservices@snow.shadowfire.org
19742 >Content-Type: text/plain; charset=us-ascii
19743
19744 Actually, the "Reply-to:" field reads snow.shadowfire.org.
19745
19746 I have noticed considerable problems when subscribing, too - the mailer
19747 software instructs to send to ender.shadowfire.org, but this doesn't work -
19748 i send to delirious.shadowfire.org and it works until recently when it
19749 changed to snow.shadowfire.org. This *is* getting out of hand.
19750
19751 --------------------------------------------------------------
19752 from: Jonathan "Chromatix" Morton
19753 mail: chromi@cyberspace.org (not for attachments)
19754 uni-mail: j.d.morton@lancaster.ac.uk
19755
19756 The key to knowledge is not to rely on people to teach you it.
19757
19758 Get VNC Server for Macintosh from http://chromatix.autistics.org/vnc/
19759
19760 -----BEGIN GEEK CODE BLOCK-----
19761 Version 3.12
19762 GCS$/E/S dpu(!) s:- a19 C+++ UL++ P L+++ E W+ N- o? K? w--- O-- M++$ V? PS
19763 PE- Y+ PGP++ t- 5- X- R !tv b++ DI+++ D G e+ h+ r- y+
19764 -----END GEEK CODE BLOCK-----
19765
19766
19767
19768 ---------------------------------------------------------------
19769 To unsubscribe, send email to majordomo@ender.shadowfire.org
19770 with "unsubscribe ircservices" in the body, without the quotes.
19771
19772
19773 From cgknipe at mweb.co.za Fri Sep 22 02:07:03 2000
19774 From: cgknipe at mweb.co.za (Chris Knipe)
19775 Date: Sat Oct 23 23:01:01 2004
19776 Subject: [IRCServices] Segmentation Fault problem
19777 In-Reply-To: <4.3.2.7.2.20000921210145.00aa0ef0@pop.conex.com.br>
19778 References: 4.3.2.7.2.20000921210145.00aa0ef0@pop.conex.com.br
19779 Message-ID: Pine.LNX.4.21.0009221106030.15690&#45;100000@fusion.sunnyline.co.za
19780
19781 On Thu, 21 Sep 2000, Leandro R. Barbosa wrote:
19782
19783 Talking under correction here... If my memory serves me right, this is a
19784 bug in GCC.
19785
19786 Have you tried upgrading your compiler and recompiling the services? This
19787 is a generic bug. Even BitchX / ircII can crash with a %s%s
19788
19789 Have a nice day :)
19790
19791 >[8:08pm] <services.via-rs.com.br> PANIC! buffer = :]BiG_|_DiCk[ PRIVMSG
19792 >chanserv :op #mas %s%s
19793 >[8:08pm] <irc.via-rs.com.br> Received SQUIT services.via-rs.com.br from
19794 >services.via-rs.com.br[200.198.128.55] (Services terminating: Segmentation
19795 >fault)
19796 >
19797 >GOD DAMNIT! I can't take it anymore! We are using version 4.3.3 of
19798 >Services, and the Unreal3.0-Morrigan(fix) ircd, and this bug is REALLY
19799 >ANNOYING!
19800 >
19801 >The problem is, ANYONE can crash the Services, simply by doing some
19802 >commands (which I don't know what is), and man, this is getting a pain in
19803 >the ass...
19804 >
19805 >Can someone please, just tell us how can we fix it? Btw, sorry my bad
19806 >english... It is still under construction ;)
19807 >
19808 >Best regards
19809 >
19810 >VIA-RS IRC Team
19811 >
19812 >Cya,
19813 >
19814 >Leandro "MuTLY" Barbosa
19815 >mailto:mutly@jedi.com.br
19816 >
19817 >
19818 >---------------------------------------------------------------
19819 >To unsubscribe, send email to majordomo@ender.shadowfire.org
19820 >with "unsubscribe ircservices" in the body, without the quotes.
19821 >
19822
19823 --
19824
19825 Regards,
19826 Chris Knipe
19827 Cell: (083) 430-8151
19828
19829
19830
19831 ---------------------------------------------------------------
19832 To unsubscribe, send email to majordomo@ender.shadowfire.org
19833 with "unsubscribe ircservices" in the body, without the quotes.
19834
19835
19836 From cgknipe at mweb.co.za Fri Sep 22 02:05:40 2000
19837 From: cgknipe at mweb.co.za (Chris Knipe)
19838 Date: Sat Oct 23 23:01:01 2004
19839 Subject: [IRCServices] Suspended Channels
19840 In-Reply-To: <39CA9945.1E3E9CD5@softhome.net>
19841 References: 39CA9945.1E3E9CD5@softhome.net
19842 Message-ID: Pine.LNX.4.21.0009221105120.15690&#45;100000@fusion.sunnyline.co.za
19843
19844 On Thu, 21 Sep 2000 quension@softhome.net wrote:
19845
19846 >"Chris Knipe " wrote:
19847 >
19848 >> ircservices@delirious, ircservices@show, ircservices@ender?!?!? Its'
19849 >> getting a bit crazy don't you think?
19850 >>
19851 >> On more than one occasion I actually had to remove recipients from my
19852 >> To: and CC: fields from my client to stop it from sending mail to
19853 >> lists at both hosts (which will more than likely result in looped email?)
19854 >>
19855 >> Can't you just like forward two hosts or a single drop point or
19856 >> something? Appart from possible mail loops, theres also the matter of
19857 >> keeping to change / update mail rules on our sides to filter our incoming
19858 >> mail.
19859 >
19860 >The Reply-To field is always ircservices@ender.shadowfire.org. Can your
19861 >client not pay attention the intent of that field and address the
19862 >message appropriately?
19863 >
19864 >As for filtering, there are plenty of other things to latch on to
19865 >besides the host part of the To: field address.
19866 >
19867 >Not to be too rude or harsh here, but it seems a client-side issue to me
19868 >:P
19869
19870 Hardly... It's just a bit of a annoyance (rather to me at least). I can
19871 only but speak for myself unfortunately.
19872
19873
19874 --
19875
19876 Regards,
19877 Chris Knipe
19878 Cell: (083) 430-8151
19879
19880
19881
19882 ---------------------------------------------------------------
19883 To unsubscribe, send email to majordomo@ender.shadowfire.org
19884 with "unsubscribe ircservices" in the body, without the quotes.
19885
19886
19887 From cgknipe at mweb.co.za Fri Sep 22 02:10:50 2000
19888 From: cgknipe at mweb.co.za (Chris Knipe)
19889 Date: Sat Oct 23 23:01:01 2004
19890 Subject: [IRCServices] Suspended Channels
19891 In-Reply-To: <00db01c02462$92a27850$9c011ac4@shadow>
19892 References: 00db01c02462$92a27850$9c011ac4@shadow
19893 Message-ID: Pine.LNX.4.21.0009221109270.15690&#45;100000@fusion.sunnyline.co.za
19894
19895 On Fri, 22 Sep 2000, Andrew Kempe wrote:
19896
19897 >Yeah, it's pissing me off too.
19898 >
19899
19900 >Also, this machine has been moving around a bit and changing names. I've
19901 >been waiting for things to settle down before making the changes.
19902 >
19903 >As from the next release I hope to have services running of its own domain
19904 >so that if changes do take place, they'll be transparent.
19905 >
19906 >Please be patient for the time being :)
19907 >
19908 >Regards, Andrew
19909
19910
19911 Hmmmm
19912
19913 aliases?
19914
19915 ircservices@snow.shadowfire.org: ircservices@ender.shadowfire.org
19916 ircservices@dillerious.shadowfire.org: ircservices@ender.shadowfire.org
19917
19918 ??? I dont know your config obviously :) but it should be a rather quick
19919 fix. Otherwise I guess we shall patiently wait for you Andrew :)
19920
19921 Cheers
19922 me
19923
19924
19925
19926 >----- Original Message -----
19927 >From: <cgknipe@mweb.co.za>
19928 >To: <ircservices@Snow.shadowfire.org>
19929 >Sent: Monday, September 18, 2000 9:08 AM
19930 >Subject: RE: [IRCServices] Suspended Channels
19931 >
19932 >
19933 >> On Sun, 17 Sep 2000, Andrew Kempe wrote:
19934 >>
19935 >> >First off, please don't mail this list with HTML/Rich Text emails - only
19936 >use
19937 >> >plain text.
19938 >> >
19939 >>
19940 >> Andrew,
19941 >>
19942 >> While you are on this... Can you perhaps just do something regarding your
19943 >> aliases????
19944 >>
19945 >> ircservices@delirious, ircservices@show, ircservices@ender?!?!? Its'
19946 >> getting a bit crazy don't you think?
19947 >>
19948 >> On more than one occasion I actually had to remove recipients from my
19949 >> To: and CC: fields from my client to stop it from sending mail to
19950 >> lists at both hosts (which will more than likely result in looped email?)
19951 >>
19952 >> Can't you just like forward two hosts or a single drop point or
19953 >> something? Appart from possible mail loops, theres also the matter of
19954 >> keeping to change / update mail rules on our sides to filter our incoming
19955 >> mail.
19956 >>
19957 >> --
19958 >>
19959 >> Regards,
19960 >> Chris Knipe
19961 >> Cell: (083) 430-8151
19962 >>
19963 >>
19964 >>
19965 >> ---------------------------------------------------------------
19966 >> To unsubscribe, send email to majordomo@ender.shadowfire.org
19967 >> with "unsubscribe ircservices" in the body, without the quotes.
19968 >>
19969 >
19970 >
19971 >---------------------------------------------------------------
19972 >To unsubscribe, send email to majordomo@ender.shadowfire.org
19973 >with "unsubscribe ircservices" in the body, without the quotes.
19974 >
19975
19976 --
19977
19978 Regards,
19979 Chris Knipe
19980 Cell: (083) 430-8151
19981
19982
19983
19984 ---------------------------------------------------------------
19985 To unsubscribe, send email to majordomo@ender.shadowfire.org
19986 with "unsubscribe ircservices" in the body, without the quotes.
19987
19988
19989 From &quot Fri Sep 22 04:09:03 2000
19990 From: &quot (&quot)
19991 Date: Sat Oct 23 23:01:01 2004
19992 Subject: [IRCServices] Suspended Channels
19993 References: <Pine.LNX.4.21.0009221109270.15690-100000@fusion.sunnyline.co.za>
19994 Message-ID: 019101c02485$84a1a410$9c011ac4@shadow
19995
19996 I'm not in total control of the box that these things run on. I have to rely
19997 on other people to maintain them. I'm doing my best to fix things - but my
19998 job (and the box's admins') come first.
19999
20000 Andrew
20001
20002 ----- Original Message -----
20003 From: "Chris Knipe" <cgknipe@mweb.co.za>
20004 To: <ircservices@Snow.shadowfire.org>
20005 Cc: <ircservices@Snow.shadowfire.org>
20006 Sent: Friday, September 22, 2000 11:10 AM
20007 Subject: Re: [IRCServices] Suspended Channels
20008
20009
20010 > On Fri, 22 Sep 2000, Andrew Kempe wrote:
20011 >
20012 > >Yeah, it's pissing me off too.
20013 > >
20014 >
20015 > >Also, this machine has been moving around a bit and changing names. I've
20016 > >been waiting for things to settle down before making the changes.
20017 > >
20018 > >As from the next release I hope to have services running of its own
20019 domain
20020 > >so that if changes do take place, they'll be transparent.
20021 > >
20022 > >Please be patient for the time being :)
20023 > >
20024 > >Regards, Andrew
20025 >
20026 >
20027 > Hmmmm
20028 >
20029 > aliases?
20030 >
20031 > ircservices@snow.shadowfire.org: ircservices@ender.shadowfire.org
20032 > ircservices@dillerious.shadowfire.org: ircservices@ender.shadowfire.org
20033 >
20034 > ??? I dont know your config obviously :) but it should be a rather quick
20035 > fix. Otherwise I guess we shall patiently wait for you Andrew :)
20036 >
20037 > Cheers
20038 > me
20039 >
20040 >
20041 >
20042 > >----- Original Message -----
20043 > >From: <cgknipe@mweb.co.za>
20044 > >To: <ircservices@Snow.shadowfire.org>
20045 > >Sent: Monday, September 18, 2000 9:08 AM
20046 > >Subject: RE: [IRCServices] Suspended Channels
20047 > >
20048 > >
20049 > >> On Sun, 17 Sep 2000, Andrew Kempe wrote:
20050 > >>
20051 > >> >First off, please don't mail this list with HTML/Rich Text emails -
20052 only
20053 > >use
20054 > >> >plain text.
20055 > >> >
20056 > >>
20057 > >> Andrew,
20058 > >>
20059 > >> While you are on this... Can you perhaps just do something regarding
20060 your
20061 > >> aliases????
20062 > >>
20063 > >> ircservices@delirious, ircservices@show, ircservices@ender?!?!? Its'
20064 > >> getting a bit crazy don't you think?
20065 > >>
20066 > >> On more than one occasion I actually had to remove recipients from my
20067 > >> To: and CC: fields from my client to stop it from sending mail to
20068 > >> lists at both hosts (which will more than likely result in looped
20069 email?)
20070 > >>
20071 > >> Can't you just like forward two hosts or a single drop point or
20072 > >> something? Appart from possible mail loops, theres also the matter of
20073 > >> keeping to change / update mail rules on our sides to filter our
20074 incoming
20075 > >> mail.
20076 > >>
20077 > >> --
20078 > >>
20079 > >> Regards,
20080 > >> Chris Knipe
20081 > >> Cell: (083) 430-8151
20082 > >>
20083 > >>
20084 > >>
20085 > >> ---------------------------------------------------------------
20086 > >> To unsubscribe, send email to majordomo@ender.shadowfire.org
20087 > >> with "unsubscribe ircservices" in the body, without the quotes.
20088 > >>
20089 > >
20090 > >
20091 > >---------------------------------------------------------------
20092 > >To unsubscribe, send email to majordomo@ender.shadowfire.org
20093 > >with "unsubscribe ircservices" in the body, without the quotes.
20094 > >
20095 >
20096 > --
20097 >
20098 > Regards,
20099 > Chris Knipe
20100 > Cell: (083) 430-8151
20101 >
20102 >
20103 >
20104 > ---------------------------------------------------------------
20105 > To unsubscribe, send email to majordomo@ender.shadowfire.org
20106 > with "unsubscribe ircservices" in the body, without the quotes.
20107 >
20108
20109
20110 ---------------------------------------------------------------
20111 To unsubscribe, send email to majordomo@ender.shadowfire.org
20112 with "unsubscribe ircservices" in the body, without the quotes.
20113
20114
20115 From &quot Fri Sep 22 01:16:48 2000
20116 From: &quot (&quot)
20117 Date: Sat Oct 23 23:01:01 2004
20118 Subject: [IRCServices] Segmentation Fault problem
20119 References: <Pine.LNX.4.21.0009221106030.15690-100000@fusion.sunnyline.co.za>
20120 Message-ID: 39CB1570.2840D746@corp.terra.com.br
20121
20122 the error is in here:
20123 snprintf(buf, sizeof(buf), "OP command used for %s by %s",
20124 op_params, u->nick);
20125
20126 the patch:
20127
20128 diff chanserv.c chanserv-old.c
20129 3276,3277d3275
20130 < } else if (!(u2 = finduser(op_params))) {
20131 < notice_lang(s_ChanServ, u, NICK_X_NOT_IN_USE, op_params);
20132 3314,3315d3311
20133 < } else if (!(u2 = finduser(op_params))) {
20134 < notice_lang(s_ChanServ, u, NICK_X_NOT_IN_USE, op_params);
20135
20136
20137 Chris Knipe wrote:
20138
20139 > On Thu, 21 Sep 2000, Leandro R. Barbosa wrote:
20140 >
20141 > Talking under correction here... If my memory serves me right, this is a
20142 > bug in GCC.
20143 >
20144 > Have you tried upgrading your compiler and recompiling the services? This
20145 > is a generic bug. Even BitchX / ircII can crash with a %s%s
20146 >
20147 > Have a nice day :)
20148 >
20149 > >[8:08pm] <services.via-rs.com.br> PANIC! buffer = :]BiG_|_DiCk[ PRIVMSG
20150 > >chanserv :op #mas %s%s
20151 > >[8:08pm] <irc.via-rs.com.br> Received SQUIT services.via-rs.com.br from
20152 > >services.via-rs.com.br[200.198.128.55] (Services terminating: Segmentation
20153 > >fault)
20154 > >
20155 > >GOD DAMNIT! I can't take it anymore! We are using version 4.3.3 of
20156 > >Services, and the Unreal3.0-Morrigan(fix) ircd, and this bug is REALLY
20157 > >ANNOYING!
20158 > >
20159 > >The problem is, ANYONE can crash the Services, simply by doing some
20160 > >commands (which I don't know what is), and man, this is getting a pain in
20161 > >the ass...
20162 > >
20163 > >Can someone please, just tell us how can we fix it? Btw, sorry my bad
20164 > >english... It is still under construction ;)
20165 > >
20166 > >Best regards
20167 > >
20168 > >VIA-RS IRC Team
20169 > >
20170 > >Cya,
20171 > >
20172 > >Leandro "MuTLY" Barbosa
20173 > >mailto:mutly@jedi.com.br
20174 > >
20175 > >
20176 > >---------------------------------------------------------------
20177 > >To unsubscribe, send email to majordomo@ender.shadowfire.org
20178 > >with "unsubscribe ircservices" in the body, without the quotes.
20179 > >
20180 >
20181 > --
20182 >
20183 > Regards,
20184 > Chris Knipe
20185 > Cell: (083) 430-8151
20186 >
20187 > ---------------------------------------------------------------
20188 > To unsubscribe, send email to majordomo@ender.shadowfire.org
20189 > with "unsubscribe ircservices" in the body, without the quotes.
20190
20191
20192 ---------------------------------------------------------------
20193 To unsubscribe, send email to majordomo@ender.shadowfire.org
20194 with "unsubscribe ircservices" in the body, without the quotes.
20195
20196
20197 From &quot Fri Sep 22 05:08:27 2000
20198 From: &quot (&quot)
20199 Date: Sat Oct 23 23:01:01 2004
20200 Subject: [IRCServices] Segmentation Fault problem
20201 References: <Pine.LNX.4.21.0009221106030.15690-100000@fusion.sunnyline.co.za> <39CB1570.2840D746@corp.terra.com.br>
20202 Message-ID: 01bd01c0248d$d36404f0$9c011ac4@shadow
20203
20204 Guys guys guys,....
20205
20206 This has been fixed! Get the latest version and you will not have these
20207 problems!
20208
20209 Andrew
20210
20211 ----- Original Message -----
20212 From: "Igor H. M. Macedo" <igor@corp.terra.com.br>
20213 To: <ircservices@Snow.shadowfire.org>
20214 Sent: Friday, September 22, 2000 10:16 AM
20215 Subject: Re: [IRCServices] Segmentation Fault problem
20216
20217
20218 > the error is in here:
20219 > snprintf(buf, sizeof(buf), "OP command used for %s by %s",
20220 > op_params, u->nick);
20221 >
20222 > the patch:
20223 >
20224 [snip]
20225
20226
20227
20228 ---------------------------------------------------------------
20229 To unsubscribe, send email to majordomo@ender.shadowfire.org
20230 with "unsubscribe ircservices" in the body, without the quotes.
20231
20232
20233 From &quot Fri Sep 22 06:04:22 2000
20234 From: &quot (&quot)
20235 Date: Sat Oct 23 23:01:01 2004
20236 Subject: [IRCServices] Re: Segmentation Fault problem
20237 In-Reply-To: <01bd01c0248d$d36404f0$9c011ac4@shadow>
20238 References: <Pine.LNX.4.21.0009221106030.15690-100000@fusion.sunnyline.co.za><39CB1570.2840D746@corp.terra.com.br><01bd01c0248d$d36404f0$9c011ac4@shadow>
20239 Message-ID: 200009221004220350.05005FE0@smtp.tutopia.com.br
20240
20241
20242 Andrew Kempe wrote:
20243
20244 > Guys guys guys,....
20245 >
20246 > This has been fixed! Get the latest version and you will not
20247 > have these problems!
20248
20249
20250 Okay, but... where is the version 4.3.4? Without this, we have to use our
20251 patches...
20252
20253 --
20254
20255 Carlos Mendes Martini - martini@brasirc.net
20256 BrasIRC Network - Rede Brasileira de IRC
20257 http://www.brasirc.net
20258
20259 -
20260
20261
20262 ---------------------------------------------------------------
20263 To unsubscribe, send email to majordomo@ender.shadowfire.org
20264 with "unsubscribe ircservices" in the body, without the quotes.
20265
20266
20267 From &quot Fri Sep 22 06:00:18 2000
20268 From: &quot (&quot)
20269 Date: Sat Oct 23 23:01:01 2004
20270 Subject: [IRCServices] Re: Segmentation Fault problem
20271 References: <Pine.LNX.4.21.0009221106030.15690-100000@fusion.sunnyline.co.za> <39CB1570.2840D746@corp.terra.com.br> <01bd01c0248d$d36404f0$9c011ac4@shadow> <200009221004220350.05005FE0@smtp.tutopia.com.br>
20272 Message-ID: 01f901c02495$0eef8880$9c011ac4@shadow
20273
20274 I said earlier that I will put it back online tonight.
20275
20276 Andrew
20277
20278 ----- Original Message -----
20279 From: "Carlos Mendes Martini" <martini@intergate.com.br>
20280 To: "IRC Services" <ircservices@Snow.shadowfire.org>
20281 Sent: Friday, September 22, 2000 3:04 PM
20282 Subject: [IRCServices] Re: Segmentation Fault problem
20283
20284
20285 >
20286 > Andrew Kempe wrote:
20287 >
20288 > > Guys guys guys,....
20289 > >
20290 > > This has been fixed! Get the latest version and you will not
20291 > > have these problems!
20292 >
20293 >
20294 > Okay, but... where is the version 4.3.4? Without this, we have to use our
20295 > patches...
20296 >
20297 > --
20298 >
20299 > Carlos Mendes Martini - martini@brasirc.net
20300 > BrasIRC Network - Rede Brasileira de IRC
20301 > http://www.brasirc.net
20302 >
20303 > -
20304 >
20305 >
20306 > ---------------------------------------------------------------
20307 > To unsubscribe, send email to majordomo@ender.shadowfire.org
20308 > with "unsubscribe ircservices" in the body, without the quotes.
20309 >
20310
20311
20312 ---------------------------------------------------------------
20313 To unsubscribe, send email to majordomo@ender.shadowfire.org
20314 with "unsubscribe ircservices" in the body, without the quotes.
20315
20316
20317 From Ciaran.Reilly at ntlworld.com Fri Sep 22 07:09:33 2000
20318 From: Ciaran.Reilly at ntlworld.com (Ciarán Reilly)
20319 Date: Sat Oct 23 23:01:01 2004
20320 Subject: [IRCServices] Another probably stupid question..
20321 References: <Pine.LNX.4.21.0009221106030.15690-100000@fusion.sunnyline.co.za> <39CB1570.2840D746@corp.terra.com.br> <01bd01c0248d$d36404f0$9c011ac4@shadow> <200009221004220350.05005FE0@smtp.tutopia.com.br> <01f901c02495$0eef8880$9c011ac4@shadow>
20322 Message-ID: 004f01c0249e$bd1e82e0$0600a8c0@ciaran
20323
20324 Hi,
20325
20326 Probably seem like a dumb question to you hardcore boys out there ;-) But
20327 can someone please explain to me how exactly I go about upgrading or
20328 patching Services with a .diff file.
20329 Is there an option to run it from the command line or something ?
20330
20331 Cheers,
20332
20333 Ciarán.
20334
20335
20336
20337 ---------------------------------------------------------------
20338 To unsubscribe, send email to majordomo@ender.shadowfire.org
20339 with "unsubscribe ircservices" in the body, without the quotes.
20340
20341
20342 From sysadmin at alunos.est.ips.pt Fri Sep 22 07:24:29 2000
20343 From: sysadmin at alunos.est.ips.pt (João Luís Marques Pinto)
20344 Date: Sat Oct 23 23:01:01 2004
20345 Subject: [IRCServices] Another probably stupid question..
20346 In-Reply-To: <004f01c0249e$bd1e82e0$0600a8c0@ciaran>; from Ciaran.Reilly@ntlworld.com on Fri, Sep 22, 2000 at 15:09:33 +0100
20347 References: <Pine.LNX.4.21.0009221106030.15690-100000@fusion.sunnyline.co.za> <39CB1570.2840D746@corp.terra.com.br> <01bd01c0248d$d36404f0$9c011ac4@shadow> <200009221004220350.05005FE0@smtp.tutopia.com.br> <01f901c02495$0eef8880$9c011ac4@shadow> <004f01c0249e$bd1e82e0$0600a8c0@ciaran>
20348 Message-ID: 20000922152429.D31314@alunos.est.ips.pt
20349
20350 just type
20351 patch -p1 < filename.diff
20352 run this from the source root directory.
20353
20354 On Fri, 22 Sep 2000 15:09:33 Ciarán Reilly wrote:
20355 > Hi,
20356 >
20357 > Probably seem like a dumb question to you hardcore boys out there ;-)
20358 > But
20359 > can someone please explain to me how exactly I go about upgrading or
20360 > patching Services with a .diff file.
20361 > Is there an option to run it from the command line or something ?
20362 >
20363 > Cheers,
20364 >
20365 > Ciarán.
20366 >
20367 >
20368 >
20369 > ---------------------------------------------------------------
20370 > To unsubscribe, send email to majordomo@ender.shadowfire.org
20371 > with "unsubscribe ircservices" in the body, without the quotes.
20372 >
20373
20374 --
20375 Joao Luis Marques Pinto
20376 PTlink Tech Admin
20377 http://www.ptlink.net - Lamego@PTlink.net
20378
20379 ---------------------------------------------------------------
20380 To unsubscribe, send email to majordomo@ender.shadowfire.org
20381 with "unsubscribe ircservices" in the body, without the quotes.
20382
20383
20384 From Ciaran.Reilly at ntlworld.com Fri Sep 22 08:17:52 2000
20385 From: Ciaran.Reilly at ntlworld.com (Ciarán Reilly)
20386 Date: Sat Oct 23 23:01:01 2004
20387 Subject: [IRCServices] Another probably stupid question..
20388 References: <Pine.LNX.4.21.0009221106030.15690-100000@fusion.sunnyline.co.za> <39CB1570.2840D746@corp.terra.com.br> <01bd01c0248d$d36404f0$9c011ac4@shadow> <200009221004220350.05005FE0@smtp.tutopia.com.br> <01f901c02495$0eef8880$9c011ac4@shadow> <004f01c0249e$bd1e82e0$0600a8c0@ciaran> <20000922152429.D31314@alunos.est.ips.pt>
20389 Message-ID: 006301c024a8$d0227a40$0600a8c0@ciaran
20390
20391 And thats it ? lol thats handy
20392
20393 All I need now is to go up from 4.4.5 in increments... hmmmm
20394
20395 Thanks for your help :)
20396
20397 Ciarán.
20398
20399 ----- Original Message -----
20400 From: "João Luís Marques Pinto" <sysadmin@alunos.est.ips.pt>
20401 To: <ircservices@Snow.shadowfire.org>
20402 Sent: Friday, September 22, 2000 3:24 PM
20403 Subject: Re: [IRCServices] Another probably stupid question..
20404
20405
20406 just type
20407 patch -p1 < filename.diff
20408 run this from the source root directory.
20409
20410 On Fri, 22 Sep 2000 15:09:33 Ciarán Reilly wrote:
20411 > Hi,
20412 >
20413 > Probably seem like a dumb question to you hardcore boys out there ;-)
20414 > But
20415 > can someone please explain to me how exactly I go about upgrading or
20416 > patching Services with a .diff file.
20417 > Is there an option to run it from the command line or something ?
20418 >
20419 > Cheers,
20420 >
20421 > Ciarán.
20422 >
20423 >
20424 >
20425 > ---------------------------------------------------------------
20426 > To unsubscribe, send email to majordomo@ender.shadowfire.org
20427 > with "unsubscribe ircservices" in the body, without the quotes.
20428 >
20429
20430 --
20431 Joao Luis Marques Pinto
20432 PTlink Tech Admin
20433 http://www.ptlink.net - Lamego@PTlink.net
20434
20435 ---------------------------------------------------------------
20436 To unsubscribe, send email to majordomo@ender.shadowfire.org
20437 with "unsubscribe ircservices" in the body, without the quotes.
20438
20439
20440 ---------------------------------------------------------------
20441 To unsubscribe, send email to majordomo@ender.shadowfire.org
20442 with "unsubscribe ircservices" in the body, without the quotes.
20443
20444
20445 From &quot Sat Sep 23 08:39:17 2000
20446 From: &quot (&quot)
20447 Date: Sat Oct 23 23:01:01 2004
20448 Subject: [IRCServices] /nickserv and /chanserv
20449 Message-ID: 000901c02574$70d4c440$1bc48e8b@charmander
20450
20451 Did IRCServices support this at one time, and has since been removed? Many
20452 of my users are complaining that they can no longer use that command..
20453
20454 Thanks,
20455
20456 Tim
20457
20458
20459 ---------------------------------------------------------------
20460 To unsubscribe, send email to majordomo@ender.shadowfire.org
20461 with "unsubscribe ircservices" in the body, without the quotes.
20462
20463
20464 From chromi at cyberspace.org Sat Sep 23 10:19:21 2000
20465 From: chromi at cyberspace.org (Jonathan Morton)
20466 Date: Sat Oct 23 23:01:01 2004
20467 Subject: [IRCServices] /nickserv and /chanserv
20468 In-Reply-To: <000901c02574$70d4c440$1bc48e8b@charmander>
20469 References: 000901c02574$70d4c440$1bc48e8b@charmander
20470 Message-ID: l03130301b5f2964d4f07@[10.38.239.101]
20471
20472 >Did IRCServices support this at one time, and has since been removed? Many
20473 >of my users are complaining that they can no longer use that command..
20474
20475 The /nickserv and /chanserv commands are implemented optionally by your
20476 IRCd, not Services themselves. The IRCd translates those commands to the
20477 form "/msg nickserv@services.irc.net ...". See your IRCd documentation.
20478
20479 --------------------------------------------------------------
20480 from: Jonathan "Chromatix" Morton
20481 mail: chromi@cyberspace.org (not for attachments)
20482 uni-mail: j.d.morton@lancaster.ac.uk
20483
20484 The key to knowledge is not to rely on people to teach you it.
20485
20486 Get VNC Server for Macintosh from http://chromatix.autistics.org/vnc/
20487
20488 -----BEGIN GEEK CODE BLOCK-----
20489 Version 3.12
20490 GCS$/E/S dpu(!) s:- a19 C+++ UL++ P L+++ E W+ N- o? K? w--- O-- M++$ V? PS
20491 PE- Y+ PGP++ t- 5- X- R !tv b++ DI+++ D G e+ h+ r- y+
20492 -----END GEEK CODE BLOCK-----
20493
20494
20495
20496 ---------------------------------------------------------------
20497 To unsubscribe, send email to majordomo@ender.shadowfire.org
20498 with "unsubscribe ircservices" in the body, without the quotes.
20499
20500
20501 From &quot Sat Sep 23 10:20:30 2000
20502 From: &quot (&quot)
20503 Date: Sat Oct 23 23:01:01 2004
20504 Subject: [IRCServices] /nickserv and /chanserv
20505 References: <000901c02574$70d4c440$1bc48e8b@charmander>
20506 Message-ID: 001701c02582$9390f220$0500a8c0@excalibur
20507
20508 /nickserv and /chanserv are aliases that are compiled into your IRC daemon.
20509
20510 Scott
20511 ----- Original Message -----
20512 From: "Tim AtLee" <spaced@connect.ab.ca>
20513 To: <ircservices@Snow.shadowfire.org>
20514 Sent: Saturday, September 23, 2000 11:39 AM
20515 Subject: [IRCServices] /nickserv and /chanserv
20516
20517
20518 > Did IRCServices support this at one time, and has since been removed?
20519 Many
20520 > of my users are complaining that they can no longer use that command..
20521 >
20522 > Thanks,
20523 >
20524 > Tim
20525 >
20526 >
20527 > ---------------------------------------------------------------
20528 > To unsubscribe, send email to majordomo@ender.shadowfire.org
20529 > with "unsubscribe ircservices" in the body, without the quotes.
20530 >
20531 >
20532
20533
20534 ---------------------------------------------------------------
20535 To unsubscribe, send email to majordomo@ender.shadowfire.org
20536 with "unsubscribe ircservices" in the body, without the quotes.
20537
20538
20539 From sysadmin at alunos.est.ips.pt Sat Sep 23 10:19:01 2000
20540 From: sysadmin at alunos.est.ips.pt (João Luís Marques Pinto)
20541 Date: Sat Oct 23 23:01:01 2004
20542 Subject: [IRCServices] /nickserv and /chanserv
20543 In-Reply-To: <000901c02574$70d4c440$1bc48e8b@charmander>; from spaced@connect.ab.ca on Sat, Sep 23, 2000 at 16:39:17 +0100
20544 References: <000901c02574$70d4c440$1bc48e8b@charmander>
20545 Message-ID: 20000923181901.E4193@alunos.est.ips.pt
20546
20547 Did you checked the services safe aliases feature on your ircd ?
20548 Check the config file from your ircd.
20549
20550 On Sat, 23 Sep 2000 16:39:17 Tim AtLee wrote:
20551 > Did IRCServices support this at one time, and has since been removed?
20552 > Many
20553 > of my users are complaining that they can no longer use that command..
20554 >
20555 > Thanks,
20556 >
20557 > Tim
20558 >
20559 >
20560 > ---------------------------------------------------------------
20561 > To unsubscribe, send email to majordomo@ender.shadowfire.org
20562 > with "unsubscribe ircservices" in the body, without the quotes.
20563 >
20564
20565 --
20566 Joao Luis Marques Pinto
20567 PTlink Tech Admin
20568 http://www.ptlink.net - Lamego@PTlink.net
20569
20570 ---------------------------------------------------------------
20571 To unsubscribe, send email to majordomo@ender.shadowfire.org
20572 with "unsubscribe ircservices" in the body, without the quotes.
20573
20574
20575 From stsimb at forthnet.gr Sat Sep 23 10:16:37 2000
20576 From: stsimb at forthnet.gr (Sotiris Tsimbonis)
20577 Date: Sat Oct 23 23:01:01 2004
20578 Subject: [IRCServices] /nickserv and /chanserv
20579 In-Reply-To: <000901c02574$70d4c440$1bc48e8b@charmander>
20580 References: 000901c02574$70d4c440$1bc48e8b@charmander
20581 Message-ID: Pine.LNX.4.21.0009232015120.30357&#45;100000@nana.forthnet.gr
20582
20583 On Sat, 23 Sep 2000, Tim AtLee wrote:
20584 > Did IRCServices support this at one time, and has since been removed? Many
20585 > of my users are complaining that they can no longer use that command..
20586
20587 This should be a command in your ircd software, not irc services..
20588 e.g. bahamut supports /nickserv /chanserv /memoserv /operserv and
20589 /identify (identify works for nicks and for channels)
20590
20591 _ _ _|_ o._ o _
20592 _)(_) |_ || |_>
20593
20594
20595 ---------------------------------------------------------------
20596 To unsubscribe, send email to majordomo@ender.shadowfire.org
20597 with "unsubscribe ircservices" in the body, without the quotes.
20598
20599
20600 From &quot Sat Sep 23 14:11:46 2000
20601 From: &quot (&quot)
20602 Date: Sat Oct 23 23:01:01 2004
20603 Subject: [IRCServices] Re: Segmentation Fault problem
20604 In-Reply-To: <01f901c02495$0eef8880$9c011ac4@shadow>
20605 References: <Pine.LNX.4.21.0009221106030.15690-100000@fusion.sunnyline.co.za><39CB1570.2840D746@corp.terra.com.br><01bd01c0248d$d36404f0$9c011ac4@shadow><200009221004220350.05005FE0@smtp.tutopia.com.br>
20606 Message-ID: 4.3.2.7.2.20000923181037.00af1540@pop.conex.com.br
20607
20608 Thank you all for the answers! I hope we can fix this soon... Btw, Andrew,
20609 what is the file I must get from the FTP? Is it the current.tar.gz? Thanx
20610
20611
20612 At 03:00 PM 9/22/00 +0200, you wrote:
20613 >I said earlier that I will put it back online tonight.
20614 >
20615 >Andrew
20616 >
20617 >----- Original Message -----
20618 >From: "Carlos Mendes Martini" <martini@intergate.com.br>
20619 >To: "IRC Services" <ircservices@Snow.shadowfire.org>
20620 >Sent: Friday, September 22, 2000 3:04 PM
20621 >Subject: [IRCServices] Re: Segmentation Fault problem
20622 >
20623 >
20624 > >
20625 > > Andrew Kempe wrote:
20626 > >
20627 > > > Guys guys guys,....
20628 > > >
20629 > > > This has been fixed! Get the latest version and you will not
20630 > > > have these problems!
20631 > >
20632 > >
20633 > > Okay, but... where is the version 4.3.4? Without this, we have to use our
20634 > > patches...
20635 > >
20636 > > --
20637 > >
20638 > > Carlos Mendes Martini - martini@brasirc.net
20639 > > BrasIRC Network - Rede Brasileira de IRC
20640 > > http://www.brasirc.net
20641 > >
20642 > > -
20643 > >
20644 > >
20645 > > ---------------------------------------------------------------
20646 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
20647 > > with "unsubscribe ircservices" in the body, without the quotes.
20648 > >
20649 >
20650 >
20651 >---------------------------------------------------------------
20652 >To unsubscribe, send email to majordomo@ender.shadowfire.org
20653 >with "unsubscribe ircservices" in the body, without the quotes.
20654
20655
20656 Cya,
20657
20658 Leandro "MuTLY" Barbosa
20659 <A HREF="mailto:mutly@jedi.com.br">mailto:mutly@jedi.com.br</A>
20660
20661
20662 ---------------------------------------------------------------
20663 To unsubscribe, send email to majordomo@ender.shadowfire.org
20664 with "unsubscribe ircservices" in the body, without the quotes.
20665
20666
20667 From &quot Sat Sep 23 16:23:18 2000
20668 From: &quot (&quot)
20669 Date: Sat Oct 23 23:01:01 2004
20670 Subject: [IRCServices] Not sure if this is a services thing, or a server thing
20671 Message-ID: 001c01c025b5$4aa353e0$3ac48e8b@charmander
20672
20673 As I said in the subject, I'm not sure if this is a services thing or a ircd
20674 thing..
20675
20676 I want to svshost certain users when they log in... specifically, about 6
20677 users :-) Is this possible at all (without giving them all oper stats and
20678 letting them do it themselves)?
20679
20680 Thanks,
20681
20682 Tim
20683
20684
20685
20686 ---------------------------------------------------------------
20687 To unsubscribe, send email to majordomo@ender.shadowfire.org
20688 with "unsubscribe ircservices" in the body, without the quotes.
20689
20690
20691 From rafael at kapa.procergs.com.br Sun Sep 24 13:15:55 2000
20692 From: rafael at kapa.procergs.com.br (Rafael Ritter)
20693 Date: Sat Oct 23 23:01:01 2004
20694 Subject: [IRCServices] PANIC! buffer = :Kz PRIVMSG chanserv :op #lam0 %s%s
20695 In-Reply-To: <010701c02463$131fd770$9c011ac4@shadow>
20696 References: <4.3.1.0.20000921185426.00b63c40@kapa.procergs.com.br>
20697 Message-ID: 4.3.1.0.20000924171535.00bcd3c0@kapa.procergs.com.br
20698
20699 Hello,
20700
20701 I´m using the 4.3.3 version.
20702
20703 Rafael Ritter
20704
20705 At 09:02 22/09/2000 +0200, you wrote:
20706 >What version of IRC Services are you running?
20707 >
20708 >Andrew
20709 >
20710 >----- Original Message -----
20711 >From: "Rafael Ritter" <rafael@kapa.procergs.com.br>
20712 >To: <ircservices@Snow.shadowfire.org>
20713 >Sent: Thursday, September 21, 2000 11:55 PM
20714 >Subject: [IRCServices] PANIC! buffer = :Kz PRIVMSG chanserv :op #lam0 %s%s
20715 >
20716 >
20717 > > Anyone can crash my services with that %s%s. Someone know how to fix that
20718 > > bug? Tanks.
20719 > >
20720 > > XGregg
20721 > > irc.via-rs.com.br
20722 > >
20723 > > (Server) *** Global -- from services.via-rs.com.br: PANIC! buffer = :Kz
20724 > > PRIVMSG chanserv :op #lam0 %s%s
20725 > >
20726 > >
20727 > > ---------------------------------------------------------------
20728 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
20729 > > with "unsubscribe ircservices" in the body, without the quotes.
20730 > >
20731 >
20732 >
20733 >---------------------------------------------------------------
20734 >To unsubscribe, send email to majordomo@ender.shadowfire.org
20735 >with "unsubscribe ircservices" in the body, without the quotes.
20736
20737
20738
20739 ---------------------------------------------------------------
20740 To unsubscribe, send email to majordomo@ender.shadowfire.org
20741 with "unsubscribe ircservices" in the body, without the quotes.
20742
20743
20744 From &quot Mon Sep 25 08:27:49 2000
20745 From: &quot (&quot)
20746 Date: Sat Oct 23 23:01:01 2004
20747 Subject: [IRCServices] PANIC! buffer = :Kz PRIVMSG chanserv :op #lam0 %s%s
20748 In-Reply-To: <4.3.1.0.20000924171535.00bcd3c0@kapa.procergs.com.br>
20749 References: 4.3.1.0.20000924171535.00bcd3c0@kapa.procergs.com.br
20750 Message-ID: NCBBIPDDJGGDOCPMKPKPMEAGDIAA.andrewk@icon.co.za
20751
20752 Please upgrade to 4.4.8 (in the beta dir on the ftp site)
20753
20754 This will fix the problem.
20755
20756 Andrew
20757
20758 > -----Original Message-----
20759 > From: owner-ircservices@Snow.shadowfire.org
20760 > [mailto:owner-ircservices@Snow.shadowfire.org]On Behalf Of Rafael Ritter
20761 > Sent: 24 September 2000 22:16
20762 > To: ircservices@Snow.shadowfire.org
20763 > Subject: Re: [IRCServices] PANIC! buffer = :Kz PRIVMSG chanserv :op
20764 > #lam0 %s%s
20765 >
20766 >
20767 > Hello,
20768 >
20769 > I´m using the 4.3.3 version.
20770 >
20771 > Rafael Ritter
20772 >
20773 > At 09:02 22/09/2000 +0200, you wrote:
20774 > >What version of IRC Services are you running?
20775 > >
20776 > >Andrew
20777 > >
20778 > >----- Original Message -----
20779 > >From: "Rafael Ritter" <rafael@kapa.procergs.com.br>
20780 > >To: <ircservices@Snow.shadowfire.org>
20781 > >Sent: Thursday, September 21, 2000 11:55 PM
20782 > >Subject: [IRCServices] PANIC! buffer = :Kz PRIVMSG chanserv :op
20783 > #lam0 %s%s
20784 > >
20785 > >
20786 > > > Anyone can crash my services with that %s%s. Someone know how
20787 > to fix that
20788 > > > bug? Tanks.
20789 > > >
20790 > > > XGregg
20791 > > > irc.via-rs.com.br
20792 > > >
20793 > > > (Server) *** Global -- from services.via-rs.com.br: PANIC!
20794 > buffer = :Kz
20795 > > > PRIVMSG chanserv :op #lam0 %s%s
20796 > > >
20797 > > >
20798 > > > ---------------------------------------------------------------
20799 > > > To unsubscribe, send email to majordomo@ender.shadowfire.org
20800 > > > with "unsubscribe ircservices" in the body, without the quotes.
20801 > > >
20802 > >
20803 > >
20804 > >---------------------------------------------------------------
20805 > >To unsubscribe, send email to majordomo@ender.shadowfire.org
20806 > >with "unsubscribe ircservices" in the body, without the quotes.
20807 >
20808 >
20809 >
20810 > ---------------------------------------------------------------
20811 > To unsubscribe, send email to majordomo@ender.shadowfire.org
20812 > with "unsubscribe ircservices" in the body, without the quotes.
20813 >
20814
20815
20816 ---------------------------------------------------------------
20817 To unsubscribe, send email to majordomo@ender.shadowfire.org
20818 with "unsubscribe ircservices" in the body, without the quotes.
20819
20820
20821 From kwahraw at relic.net Wed Sep 27 19:02:58 2000
20822 From: kwahraw at relic.net (Chris Wiest)
20823 Date: Sat Oct 23 23:01:01 2004
20824 Subject: [IRCServices] converting databases from magick
20825 Message-ID: Pine.BSF.4.21.0009272159270.34505&#45;100000@relic.net
20826
20827 Hey,
20828 I've made about 15 attempts at converting databases from
20829 magick-1.4 to services using the import-db function. I thought it was
20830 local to my free bsd machine, however from linux I get another error.
20831
20832 I've read one post on the list, its not helping.
20833
20834 Here's the output:
20835
20836 linux:
20837 kwahraw@deo:~/ircservices-4.3.3$ ./import-db -d /home/kwahraw/rndbs
20838 +magick-1.4b2
20839 Read error on /home/kwahraw/rndbs/nick.db
20840
20841 freebsd:
20842 $ ./import-db -d /usr/home/chris/rn-services/data +magick-1.4b2
20843 Read error on /usr/home/chris/rn-services/data/nick.db
20844
20845 the path was correct (I checked about 3 times), as well as the correct
20846 (magick) databases at those locations.
20847
20848 Any assitance would be appreciated,
20849 -Chris
20850
20851
20852 ---------------------------------------------------------------
20853 To unsubscribe, send email to majordomo@ender.shadowfire.org
20854 with "unsubscribe ircservices" in the body, without the quotes.
20855
20856
20857 From natey at natey.za.net Thu Sep 28 23:57:38 2000
20858 From: natey at natey.za.net (Natey on IRC)
20859 Date: Sat Oct 23 23:01:01 2004
20860 Subject: [IRCServices] converting databases from magick
20861 In-Reply-To: <Pine.BSF.4.21.0009272159270.34505-100000@relic.net>
20862 References: Pine.BSF.4.21.0009272159270.34505&#45;100000@relic.net
20863 Message-ID: Pine.BSF.4.10.10009282314590.82800&#45;100000@aquarius.natey.za.net
20864
20865 Hi,
20866
20867 Have you changed the stucture of your databases in anyway with Magick? I
20868 will be able to possibly modifiy the IRC Services convertor code to import
20869 your databases, as I've previously suscefully migrated 4 other IRC network
20870 services databases from magick -> irc services that had their database
20871 files modified to store aditional information.
20872
20873 E-mail me directly if you need help.
20874
20875 Regards
20876 Natey
20877
20878 --
20879 Natey on IRC
20880 #include <std/disclaimer.h>
20881
20882 On Wed, 27 Sep 2000, Chris Wiest wrote:
20883
20884 > Hey,
20885 > I've made about 15 attempts at converting databases from
20886 > magick-1.4 to services using the import-db function. I thought it was
20887 > local to my free bsd machine, however from linux I get another error.
20888 >
20889 > I've read one post on the list, its not helping.
20890 >
20891 > Here's the output:
20892 >
20893 > linux:
20894 > kwahraw@deo:~/ircservices-4.3.3$ ./import-db -d /home/kwahraw/rndbs
20895 > +magick-1.4b2
20896 > Read error on /home/kwahraw/rndbs/nick.db
20897 >
20898 > freebsd:
20899 > $ ./import-db -d /usr/home/chris/rn-services/data +magick-1.4b2
20900 > Read error on /usr/home/chris/rn-services/data/nick.db
20901 >
20902 > the path was correct (I checked about 3 times), as well as the correct
20903 > (magick) databases at those locations.
20904 >
20905 > Any assitance would be appreciated,
20906 > -Chris
20907 >
20908 >
20909 > ---------------------------------------------------------------
20910 > To unsubscribe, send email to majordomo@ender.shadowfire.org
20911 > with "unsubscribe ircservices" in the body, without the quotes.
20912 >
20913
20914
20915
20916 ---------------------------------------------------------------
20917 To unsubscribe, send email to majordomo@ender.shadowfire.org
20918 with "unsubscribe ircservices" in the body, without the quotes.
20919
20920
20921 From kwahraw at relic.net Fri Sep 29 04:28:05 2000
20922 From: kwahraw at relic.net (Chris Wiest)
20923 Date: Sat Oct 23 23:01:01 2004
20924 Subject: [IRCServices] converting databases from magick
20925 In-Reply-To: <Pine.BSF.4.10.10009282314590.82800-100000@aquarius.natey.za.net>
20926 References: Pine.BSF.4.10.10009282314590.82800&#45;100000@aquarius.natey.za.net
20927 Message-ID: Pine.BSF.4.21.0009290725420.58766&#45;100000@relic.net
20928
20929 I've been able to get enough converted to make everyone happy around here,
20930 basially hacking up the magick src to save as a partial services format,
20931 then loading those with services and finally saving in the correct format
20932 with the modified services code.
20933
20934 OK, not the prettiest way to do it, but it works. I'd be more than happy
20935 to distribute my modified services + magick code for anyone else
20936 experiencing this same problems.
20937
20938 Thanks for the offer though :)
20939
20940
20941 --Chris
20942
20943 On Fri, 29 Sep 2000, Natey on IRC wrote:
20944
20945 > Hi,
20946 >
20947 > Have you changed the stucture of your databases in anyway with Magick? I
20948 > will be able to possibly modifiy the IRC Services convertor code to import
20949 > your databases, as I've previously suscefully migrated 4 other IRC network
20950 > services databases from magick -> irc services that had their database
20951 > files modified to store aditional information.
20952 >
20953 > E-mail me directly if you need help.
20954 >
20955 > Regards
20956 > Natey
20957 >
20958 > --
20959 > Natey on IRC
20960 > #include <std/disclaimer.h>
20961 >
20962 > On Wed, 27 Sep 2000, Chris Wiest wrote:
20963 >
20964 > > Hey,
20965 > > I've made about 15 attempts at converting databases from
20966 > > magick-1.4 to services using the import-db function. I thought it was
20967 > > local to my free bsd machine, however from linux I get another error.
20968 > >
20969 > > I've read one post on the list, its not helping.
20970 > >
20971 > > Here's the output:
20972 > >
20973 > > linux:
20974 > > kwahraw@deo:~/ircservices-4.3.3$ ./import-db -d /home/kwahraw/rndbs
20975 > > +magick-1.4b2
20976 > > Read error on /home/kwahraw/rndbs/nick.db
20977 > >
20978 > > freebsd:
20979 > > $ ./import-db -d /usr/home/chris/rn-services/data +magick-1.4b2
20980 > > Read error on /usr/home/chris/rn-services/data/nick.db
20981 > >
20982 > > the path was correct (I checked about 3 times), as well as the correct
20983 > > (magick) databases at those locations.
20984 > >
20985 > > Any assitance would be appreciated,
20986 > > -Chris
20987 > >
20988 > >
20989 > > ---------------------------------------------------------------
20990 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
20991 > > with "unsubscribe ircservices" in the body, without the quotes.
20992 > >
20993 >
20994 >
20995 >
20996 > ---------------------------------------------------------------
20997 > To unsubscribe, send email to majordomo@ender.shadowfire.org
20998 > with "unsubscribe ircservices" in the body, without the quotes.
20999 >
21000
21001
21002 ---------------------------------------------------------------
21003 To unsubscribe, send email to majordomo@ender.shadowfire.org
21004 with "unsubscribe ircservices" in the body, without the quotes.
21005
21006
21007 From andrewk at is.co.za Wed Oct 4 03:34:24 2000
21008 From: andrewk at is.co.za (Andrew Kempe)
21009 Date: Sat Oct 23 23:01:01 2004
21010 Subject: [IRCServices] test
21011 Message-ID: E3453EC6C52ED3118E7E0090275CD47C070BE909@isjhbex.is.co.za
21012
21013 test
21014
21015 ---------------------------------------------------------------
21016 To unsubscribe, send email to majordomo@ender.shadowfire.org
21017 with "unsubscribe ircservices" in the body, without the quotes.
21018
21019
21020 From andrewk at is.co.za Wed Oct 4 03:34:51 2000
21021 From: andrewk at is.co.za (Andrew Kempe)
21022 Date: Sat Oct 23 23:01:01 2004
21023 Subject: [IRCServices] test
21024 Message-ID: E3453EC6C52ED3118E7E0090275CD47C070BE90A@isjhbex.is.co.za
21025
21026 test
21027
21028 ---------------------------------------------------------------
21029 To unsubscribe, send email to majordomo@ender.shadowfire.org
21030 with "unsubscribe ircservices" in the body, without the quotes.
21031
21032
21033 From &quot Wed Oct 4 08:09:15 2000
21034 From: &quot (&quot)
21035 Date: Sat Oct 23 23:01:01 2004
21036 Subject: [IRCServices] Turning over logs with crontab?
21037 Message-ID: 003201c02e15$154c80a0$35c48e8b@darktech.org
21038
21039 Hi there
21040
21041 I was wondering if services had a command-line thingey to rotate logs (same
21042 as /msg operserv rotatelog).
21043
21044 Thanks,
21045
21046 Tim
21047
21048
21049
21050 ---------------------------------------------------------------
21051 To unsubscribe, send email to majordomo@ender.shadowfire.org
21052 with "unsubscribe ircservices" in the body, without the quotes.
21053
21054
21055 From kwahraw at relic.net Wed Oct 4 11:09:46 2000
21056 From: kwahraw at relic.net (Chris Wiest)
21057 Date: Sat Oct 23 23:01:01 2004
21058 Subject: [IRCServices] Turning over logs with crontab?
21059 In-Reply-To: <003201c02e15$154c80a0$35c48e8b@darktech.org>
21060 References: 003201c02e15$154c80a0$35c48e8b@darktech.org
21061 Message-ID: Pine.BSF.4.21.0010041405520.3572&#45;100000@relic.net
21062
21063 This was a "hack" for me, however I modified services so that if they are
21064 sent a kill -HUP, they: rotate the logs, reload their configuration files,
21065 as well as send a global notice (GNOTICE) that they've received a SIGHUP
21066 signal. I also did a hack to the operserv.c, and extern.h so that a /msg
21067 operserv restart will properly restart (tagging that comand as the
21068 variable sigrestart)
21069
21070 The code is below, some got chopped, but you should get the jist (from
21071 main.c)
21072
21073 if(!sigrestart)
21074 {
21075 save_data = 1;
21076 /* signal(SIGHUP, SIG_IGN); */
21077 log("Received SIGHUP, rehashing.");
21078 send_cmd(NULL, "GNOTICE :signal ^BSIGHUP^B received, reinitializing
21079 services log file$
21080 rotate_log(NULL);
21081 read_config();
21082 numcnt = 0;
21083 return;
21084 }
21085 else {
21086 save_data = -2;
21087 signal(SIGHUP, SIG_IGN);
21088 log("Received SIGHUP, restarting.");
21089 if (!quitmsg)
21090
21091
21092 etc..
21093
21094 I then have a standard ircd type crontab running the kill -HUP command on
21095 the services pid daily, if you need more help, let me know.
21096
21097 --Chris
21098
21099 On Wed, 4 Oct 2000, Tim AtLee wrote:
21100
21101 > Hi there
21102 >
21103 > I was wondering if services had a command-line thingey to rotate logs (same
21104 > as /msg operserv rotatelog).
21105 >
21106 > Thanks,
21107 >
21108 > Tim
21109 >
21110 >
21111 >
21112 > ---------------------------------------------------------------
21113 > To unsubscribe, send email to majordomo@ender.shadowfire.org
21114 > with "unsubscribe ircservices" in the body, without the quotes.
21115 >
21116
21117
21118 ---------------------------------------------------------------
21119 To unsubscribe, send email to majordomo@ender.shadowfire.org
21120 with "unsubscribe ircservices" in the body, without the quotes.
21121
21122
21123 From &quot Wed Oct 4 11:46:42 2000
21124 From: &quot (&quot)
21125 Date: Sat Oct 23 23:01:01 2004
21126 Subject: [IRCServices] Mailing List Downtime
21127 Message-ID: NCBBIPDDJGGDOCPMKPKPEEDIDIAA.andrewk@icon.co.za
21128
21129 Hi folks,
21130
21131 The mailer daemon of the box this list runs off is being changed. This could
21132 mean some downtime of the list over the next few hours. Sorry about this.
21133
21134 Andrew
21135
21136
21137 ---------------------------------------------------------------
21138 To unsubscribe, send email to majordomo@ender.shadowfire.org
21139 with "unsubscribe ircservices" in the body, without the quotes.
21140
21141
21142 From cgknipe at mweb.co.za Thu Oct 5 10:45:59 2000
21143 From: cgknipe at mweb.co.za (Chris Knipe)
21144 Date: Sat Oct 23 23:01:01 2004
21145 Subject: [IRCServices] Turning over logs with crontab?
21146 References: <Pine.BSF.4.21.0010041405520.3572-100000@relic.net>
21147 Message-ID: 006801c02ef4$616d12d0$0100a8c0@sunnyline.co.za
21148
21149 Hi,
21150
21151 Andrew...
21152
21153 Can we possibly look into some changes into services whereby log files are
21154 rotated automatically, say at a time set in the config file?
21155
21156 Perhaps automating the logs to rotate should be a bit more, sufficient?
21157
21158 ---
21159 Regards,
21160 Chris Knipe
21161 Cell: (083) 430-8151
21162
21163 ----- Original Message -----
21164 From: Chris Wiest <kwahraw@relic.net>
21165 To: <ircservices@ender.shadowfire.org>
21166 Cc: <ircservices@snow.shadowfire.org>
21167 Sent: Wednesday, October 04, 2000 8:09 PM
21168 Subject: Re: [IRCServices] Turning over logs with crontab?
21169
21170
21171 > This was a "hack" for me, however I modified services so that if they are
21172 > sent a kill -HUP, they: rotate the logs, reload their configuration files,
21173 > as well as send a global notice (GNOTICE) that they've received a SIGHUP
21174 > signal. I also did a hack to the operserv.c, and extern.h so that a /msg
21175 > operserv restart will properly restart (tagging that comand as the
21176 > variable sigrestart)
21177 >
21178 > The code is below, some got chopped, but you should get the jist (from
21179 > main.c)
21180 >
21181 > if(!sigrestart)
21182 > {
21183 > save_data = 1;
21184 > /* signal(SIGHUP, SIG_IGN); */
21185 > log("Received SIGHUP, rehashing.");
21186 > send_cmd(NULL, "GNOTICE :signal ^BSIGHUP^B received, reinitializing
21187 > services log file$
21188 > rotate_log(NULL);
21189 > read_config();
21190 > numcnt = 0;
21191 > return;
21192 > }
21193 > else {
21194 > save_data = -2;
21195 > signal(SIGHUP, SIG_IGN);
21196 > log("Received SIGHUP, restarting.");
21197 > if (!quitmsg)
21198 >
21199 >
21200 > etc..
21201 >
21202 > I then have a standard ircd type crontab running the kill -HUP command on
21203 > the services pid daily, if you need more help, let me know.
21204 >
21205 > --Chris
21206 >
21207 > On Wed, 4 Oct 2000, Tim AtLee wrote:
21208 >
21209 > > Hi there
21210 > >
21211 > > I was wondering if services had a command-line thingey to rotate logs
21212 (same
21213 > > as /msg operserv rotatelog).
21214 > >
21215 > > Thanks,
21216 > >
21217 > > Tim
21218 > >
21219 > >
21220 > >
21221 > > ---------------------------------------------------------------
21222 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
21223 > > with "unsubscribe ircservices" in the body, without the quotes.
21224 > >
21225 >
21226 >
21227 > ---------------------------------------------------------------
21228 > To unsubscribe, send email to majordomo@ender.shadowfire.org
21229 > with "unsubscribe ircservices" in the body, without the quotes.
21230
21231
21232 ---------------------------------------------------------------
21233 To unsubscribe, send email to majordomo@ender.shadowfire.org
21234 with "unsubscribe ircservices" in the body, without the quotes.
21235
21236
21237 From &quot Thu Oct 5 11:08:20 2000
21238 From: &quot (&quot)
21239 Date: Sat Oct 23 23:01:01 2004
21240 Subject: [IRCServices] Turning over logs with crontab?
21241 In-Reply-To: <006801c02ef4$616d12d0$0100a8c0@sunnyline.co.za>
21242 References: 006801c02ef4$616d12d0$0100a8c0@sunnyline.co.za
21243 Message-ID: KOECIOCHHBHLAPFLOBANAEGGCOAA.frostbyghte@stratics.com
21244
21245 You have my vote for that. :) I'm looking at log files that run into the 100's of megs, and it would be nice to shuffle them off to another place, or automate it in some fashion.
21246
21247 - Randy Snow -
21248 Senior Network Administrator
21249 http://www.stratics.com/
21250 irc.stratics.com port 6667
21251
21252 -----Original Message-----
21253 From: owner-ircservices@Snow.shadowfire.org
21254 [<A HREF="mailto:owner-ircservices@Snow.shadowfire.org]On">mailto:owner-ircservices@Snow.shadowfire.org]On</A> Behalf Of Chris Knipe
21255 Sent: Thursday, October 05, 2000 12:46 PM
21256 To: ircservices@Snow.shadowfire.org
21257 Subject: Re: [IRCServices] Turning over logs with crontab?
21258
21259
21260 Hi,
21261
21262 Andrew...
21263
21264 Can we possibly look into some changes into services whereby log files are
21265 rotated automatically, say at a time set in the config file?
21266
21267 Perhaps automating the logs to rotate should be a bit more, sufficient?
21268
21269 ---
21270 Regards,
21271 Chris Knipe
21272 Cell: (083) 430-8151
21273
21274 ----- Original Message -----
21275 From: Chris Wiest <kwahraw@relic.net>
21276 To: <ircservices@ender.shadowfire.org>
21277 Cc: <ircservices@snow.shadowfire.org>
21278 Sent: Wednesday, October 04, 2000 8:09 PM
21279 Subject: Re: [IRCServices] Turning over logs with crontab?
21280
21281
21282 > This was a "hack" for me, however I modified services so that if they are
21283 > sent a kill -HUP, they: rotate the logs, reload their configuration files,
21284 > as well as send a global notice (GNOTICE) that they've received a SIGHUP
21285 > signal. I also did a hack to the operserv.c, and extern.h so that a /msg
21286 > operserv restart will properly restart (tagging that comand as the
21287 > variable sigrestart)
21288 >
21289 > The code is below, some got chopped, but you should get the jist (from
21290 > main.c)
21291 >
21292 > if(!sigrestart)
21293 > {
21294 > save_data = 1;
21295 > /* signal(SIGHUP, SIG_IGN); */
21296 > log("Received SIGHUP, rehashing.");
21297 > send_cmd(NULL, "GNOTICE :signal ^BSIGHUP^B received, reinitializing
21298 > services log file$
21299 > rotate_log(NULL);
21300 > read_config();
21301 > numcnt = 0;
21302 > return;
21303 > }
21304 > else {
21305 > save_data = -2;
21306 > signal(SIGHUP, SIG_IGN);
21307 > log("Received SIGHUP, restarting.");
21308 > if (!quitmsg)
21309 >
21310 >
21311 > etc..
21312 >
21313 > I then have a standard ircd type crontab running the kill -HUP command on
21314 > the services pid daily, if you need more help, let me know.
21315 >
21316 > --Chris
21317 >
21318 > On Wed, 4 Oct 2000, Tim AtLee wrote:
21319 >
21320 > > Hi there
21321 > >
21322 > > I was wondering if services had a command-line thingey to rotate logs
21323 (same
21324 > > as /msg operserv rotatelog).
21325 > >
21326 > > Thanks,
21327 > >
21328 > > Tim
21329 > >
21330 > >
21331 > >
21332 > > ---------------------------------------------------------------
21333 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
21334 > > with "unsubscribe ircservices" in the body, without the quotes.
21335 > >
21336 >
21337 >
21338 > ---------------------------------------------------------------
21339 > To unsubscribe, send email to majordomo@ender.shadowfire.org
21340 > with "unsubscribe ircservices" in the body, without the quotes.
21341
21342
21343 ---------------------------------------------------------------
21344 To unsubscribe, send email to majordomo@ender.shadowfire.org
21345 with "unsubscribe ircservices" in the body, without the quotes.
21346
21347
21348 ---------------------------------------------------------------
21349 To unsubscribe, send email to majordomo@ender.shadowfire.org
21350 with "unsubscribe ircservices" in the body, without the quotes.
21351
21352
21353 From chromi at cyberspace.org Thu Oct 5 11:54:56 2000
21354 From: chromi at cyberspace.org (Jonathan Morton)
21355 Date: Sat Oct 23 23:01:01 2004
21356 Subject: [IRCServices] Turning over logs with crontab?
21357 In-Reply-To: <KOECIOCHHBHLAPFLOBANAEGGCOAA.frostbyghte@stratics.com>
21358 References: <006801c02ef4$616d12d0$0100a8c0@sunnyline.co.za>
21359 Message-ID: l03130300b6027da297c3@[10.38.239.101]
21360
21361 >You have my vote for that. :) I'm looking at log files that run into the
21362 >100's of megs, and it would be nice to shuffle them off to another place,
21363 >or automate it in some fashion.
21364
21365 Here's my idea. At midnight, start a new logfile (eg.
21366 services.log.YYYYMMDD), close the old one, and update a symlink
21367 (services.log) to point to the latest logfile. After a few days' running,
21368 the log directory would look like this:
21369
21370 services.log -> ./services.log.20001004
21371 services.log.20001001
21372 services.log.20001002
21373 services.log.20001003
21374 services.log.20001004
21375
21376 An optional setting to compress/move logfiles a week old (or so) would also
21377 be helpful, I suspect.
21378
21379 Just my 2 pence...
21380
21381 --------------------------------------------------------------
21382 from: Jonathan "Chromatix" Morton
21383 mail: chromi@cyberspace.org (not for attachments)
21384 uni-mail: j.d.morton@lancaster.ac.uk
21385
21386 The key to knowledge is not to rely on people to teach you it.
21387
21388 Get VNC Server for Macintosh from http://chromatix.autistics.org/vnc/
21389
21390 -----BEGIN GEEK CODE BLOCK-----
21391 Version 3.12
21392 GCS$/E/S dpu(!) s:- a19 C+++ UL++ P L+++ E W+ N- o? K? w--- O-- M++$ V? PS
21393 PE- Y+ PGP++ t- 5- X- R !tv b++ DI+++ D G e+ h+ r- y+
21394 -----END GEEK CODE BLOCK-----
21395
21396
21397
21398 ---------------------------------------------------------------
21399 To unsubscribe, send email to majordomo@ender.shadowfire.org
21400 with "unsubscribe ircservices" in the body, without the quotes.
21401
21402
21403 From dmircea at linux.kappa.ro Thu Oct 5 23:02:49 2000
21404 From: dmircea at linux.kappa.ro (Mircea Damian)
21405 Date: Sat Oct 23 23:01:01 2004
21406 Subject: [IRCServices] Turning over logs with crontab?
21407 In-Reply-To: <l03130300b6027da297c3@[10.38.239.101]>; from chromi@cyberspace.org on Thu, Oct 05, 2000 at 07:54:56PM +0100
21408 References: <006801c02ef4$616d12d0$0100a8c0@sunnyline.co.za> <KOECIOCHHBHLAPFLOBANAEGGCOAA.frostbyghte@stratics.com> <l03130300b6027da297c3@[10.38.239.101]>
21409 Message-ID: 20001006090249.B9797@linux.kappa.ro
21410
21411 On Thu, Oct 05, 2000 at 07:54:56PM +0100, Jonathan Morton wrote:
21412 > >You have my vote for that. :) I'm looking at log files that run into the
21413 > >100's of megs, and it would be nice to shuffle them off to another place,
21414 > >or automate it in some fashion.
21415 >
21416 > Here's my idea. At midnight, start a new logfile (eg.
21417 > services.log.YYYYMMDD), close the old one, and update a symlink
21418 > (services.log) to point to the latest logfile. After a few days' running,
21419 > the log directory would look like this:
21420 >
21421 > services.log -> ./services.log.20001004
21422 > services.log.20001001
21423 > services.log.20001002
21424 > services.log.20001003
21425 > services.log.20001004
21426
21427 This would be nice.
21428
21429 >
21430 > An optional setting to compress/move logfiles a week old (or so) would also
21431 > be helpful, I suspect.
21432
21433
21434 No. That's why cron was built for. Just add your script there to compress
21435 the logs and move/backup them wherever you like.
21436
21437 >
21438 > Just my 2 pence...
21439 >
21440
21441 --
21442 Mircea Damian
21443 E-mails: dmircea@kappa.ro, dmircea@roedu.net
21444 WebPage: http://taz.mania.k.ro/~dmircea/
21445
21446 ---------------------------------------------------------------
21447 To unsubscribe, send email to majordomo@ender.shadowfire.org
21448 with "unsubscribe ircservices" in the body, without the quotes.
21449
21450
21451 From sam at breakfree.com Sat Oct 7 08:34:09 2000
21452 From: sam at breakfree.com (Samuel Graenacher)
21453 Date: Sat Oct 23 23:01:01 2004
21454 Subject: [IRCServices] known services &quot;abuse&quot;?
21455 Message-ID: 18521229077.20001007173409@breakfree.com
21456
21457 Hey,
21458 lately I've noticed this error message coming up quite often:
21459
21460 Global -- from services.mircx.com:
21461 Warning: unable to set modes on channel #rena. Are your servers' U:lines configured correctly?
21462
21463 The channel is known to have script-kiddies in it and when I started
21464 investigating about that a bit I heard they found a way to "abuse" the
21465 servs, most likely Chanserv.
21466
21467 It's a bahamut 1.4 network and I'm sure all servers and services are
21468 configured correctly as these messages started to pop up all of the
21469 sudden and aren't frequent nor regularly.
21470
21471 Is this a known exploit, already fixed in dev releases? Or does anyone
21472 have any more detailed knowledge about this?
21473
21474
21475
21476 _______________________________
21477 [Sam](mailto:sam@breakfree.com)
21478
21479 * Think digital, act analog. *
21480
21481 public pgp key: finger sam@breakfree.com
21482 or <A HREF="http://www.xploded.net/fingerp.phtml">http://www.xploded.net/fingerp.phtml</A>
21483
21484
21485
21486 ---------------------------------------------------------------
21487 To unsubscribe, send email to majordomo@ender.shadowfire.org
21488 with "unsubscribe ircservices" in the body, without the quotes.
21489
21490
21491 From &quot Sat Oct 7 08:51:27 2000
21492 From: &quot (&quot)
21493 Date: Sat Oct 23 23:01:01 2004
21494 Subject: [IRCServices] known services &quot;abuse&quot;?
21495 References: <18521229077.20001007173409@breakfree.com>
21496 Message-ID: 000701c03076$74d9aa30$0100a8c0@server
21497
21498 Please reply with the results of: /version services.*
21499
21500
21501 Scott Seufert
21502 aka katsklaw
21503 Server Admin
21504 Excalibre.ShadowFire.Org
21505
21506 ----- Original Message -----
21507 From: "Samuel Graenacher" <sam@breakfree.com>
21508 To: <ircservices@Snow.shadowfire.org>
21509 Sent: Saturday, October 07, 2000 11:34 AM
21510 Subject: [IRCServices] known services "abuse"?
21511
21512
21513 > Hey,
21514 > lately I've noticed this error message coming up quite often:
21515 >
21516 > Global -- from services.mircx.com:
21517 > Warning: unable to set modes on channel #rena. Are your servers' U:lines
21518 configured correctly?
21519 >
21520 > The channel is known to have script-kiddies in it and when I started
21521 > investigating about that a bit I heard they found a way to "abuse" the
21522 > servs, most likely Chanserv.
21523 >
21524 > It's a bahamut 1.4 network and I'm sure all servers and services are
21525 > configured correctly as these messages started to pop up all of the
21526 > sudden and aren't frequent nor regularly.
21527 >
21528 > Is this a known exploit, already fixed in dev releases? Or does anyone
21529 > have any more detailed knowledge about this?
21530 >
21531 >
21532 >
21533 > _______________________________
21534 > [Sam](mailto:sam@breakfree.com)
21535 >
21536 > * Think digital, act analog. *
21537 >
21538 > public pgp key: finger sam@breakfree.com
21539 > or <A HREF="http://www.xploded.net/fingerp.phtml">http://www.xploded.net/fingerp.phtml</A>
21540 >
21541 >
21542 >
21543 > ---------------------------------------------------------------
21544 > To unsubscribe, send email to majordomo@ender.shadowfire.org
21545 > with "unsubscribe ircservices" in the body, without the quotes.
21546 >
21547 >
21548
21549
21550 ---------------------------------------------------------------
21551 To unsubscribe, send email to majordomo@ender.shadowfire.org
21552 with "unsubscribe ircservices" in the body, without the quotes.
21553
21554
21555 From sam at breakfree.com Sat Oct 7 09:03:35 2000
21556 From: sam at breakfree.com (Samuel Graenacher)
21557 Date: Sat Oct 23 23:01:01 2004
21558 Subject: [IRCServices] known services &quot;abuse&quot;?
21559 In-Reply-To: <000701c03076$74d9aa30$0100a8c0@server>
21560 References: <18521229077.20001007173409@breakfree.com><000701c03076$74d9aa30$0100a8c0@server>
21561 Message-ID: 4122995108.20001007180335@breakfree.com
21562
21563 doh, sorry forgot about that :/
21564
21565 ircservices-4.4.8 services.mircx.com [STABLE]
21566
21567
21568 _______________________________
21569 [Sam](mailto:sam@breakfree.com)
21570
21571 * "The galaxy is, in other words, an immensely, intrinsically, and inexhaustibly interesting place." -- Iain M. Banks *
21572
21573 public pgp key: finger sam@breakfree.com
21574 or <A HREF="http://www.xploded.net/fingerp.phtml">http://www.xploded.net/fingerp.phtml</A>
21575 ---
21576 original message:
21577 SS> Return-Path: <owner-ircservices@Snow.shadowfire.org>
21578 SS> Delivered-To: breakfree.com-sam@breakfree.com
21579 SS> Received: (qmail 2872 invoked by uid 0); 7 Oct 2000 15:53:44 -0000
21580 SS> Received: from snow.fingers.co.za (196.7.148.5)
21581 SS> by breakfree.com with SMTP; 7 Oct 2000 15:53:44 -0000
21582 SS> Received: by snow.fingers.co.za (Postfix)
21583 SS> id 233AB408C; Sat, 7 Oct 2000 17:53:37 +0200 (SAST)
21584 SS> Delivered-To: ircservices-list@snow.fingers.co.za
21585 SS> Received: by snow.fingers.co.za (Postfix, from userid 54)
21586 SS> id DEC91408D; Sat, 7 Oct 2000 17:53:36 +0200 (SAST)
21587 SS> Delivered-To: ircservices@snow.shadowfire.org
21588 SS> Received: from uremail (mail.ure.net [207.246.86.150])
21589 SS> by snow.fingers.co.za (Postfix) with ESMTP id E5E3E408C
21590 SS> for <ircservices@Snow.shadowfire.org>; Sat, 7 Oct 2000 17:53:32 +0200 (SAST)
21591 SS> Received: from server (208-32-51-52.extended.qx.net [208.32.51.52])
21592 SS> by uremail (Build 98 8.9.3/NT-8.9.3) with SMTP id LAA01395
21593 SS> for <ircservices@Snow.shadowfire.org>; Sat, 07 Oct 2000 11:53:03 -0400
21594 SS> Message-ID: <<A HREF="msg00830.html">000701c03076$74d9aa30$0100a8c0@server</A>>
21595 SS> From: "Scott Seufert" <anarki@flamebait.org>
21596 SS> To: <ircservices@Snow.shadowfire.org>
21597 SS> References: <<A HREF="msg00829.html">18521229077.20001007173409@breakfree.com</A>>
21598 SS> Subject: Re: [IRCServices] known services "abuse"?
21599 SS> Date: Sat, 7 Oct 2000 11:51:27 -0400
21600 SS> MIME-Version: 1.0
21601 SS> Content-Type: text/plain;
21602 SS> charset="iso-8859-1"
21603 SS> Content-Transfer-Encoding: 7bit
21604 SS> X-Priority: 3
21605 SS> X-MSMail-Priority: Normal
21606 SS> X-Mailer: Microsoft Outlook Express 5.00.2919.6700
21607 SS> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700
21608 SS> Sender: owner-ircservices@ender.shadowfire.org
21609 SS> Precedence: bulk
21610 SS> Reply-To: ircservices@ender.shadowfire.org
21611
21612 SS> Please reply with the results of: /version services.*
21613
21614
21615 SS> Scott Seufert
21616 SS> aka katsklaw
21617 SS> Server Admin
21618 SS> Excalibre.ShadowFire.Org
21619
21620 SS> ----- Original Message -----
21621 SS> From: "Samuel Graenacher" <sam@breakfree.com>
21622 SS> To: <ircservices@Snow.shadowfire.org>
21623 SS> Sent: Saturday, October 07, 2000 11:34 AM
21624 SS> Subject: [IRCServices] known services "abuse"?
21625
21626
21627 >> Hey,
21628 >> lately I've noticed this error message coming up quite often:
21629 >>
21630 >> Global -- from services.mircx.com:
21631 >> Warning: unable to set modes on channel #rena. Are your servers' U:lines
21632 SS> configured correctly?
21633 >>
21634 >> The channel is known to have script-kiddies in it and when I started
21635 >> investigating about that a bit I heard they found a way to "abuse" the
21636 >> servs, most likely Chanserv.
21637 >>
21638 >> It's a bahamut 1.4 network and I'm sure all servers and services are
21639 >> configured correctly as these messages started to pop up all of the
21640 >> sudden and aren't frequent nor regularly.
21641 >>
21642 >> Is this a known exploit, already fixed in dev releases? Or does anyone
21643 >> have any more detailed knowledge about this?
21644 >>
21645 >>
21646 >>
21647 >> _______________________________
21648 >> [Sam](<A HREF="mailto:sam@breakfree.com">mailto:sam@breakfree.com</A>)
21649 >>
21650 >> * Think digital, act analog. *
21651 >>
21652 >> public pgp key: finger sam@breakfree.com
21653 >> or <A HREF="http://www.xploded.net/fingerp.phtml">http://www.xploded.net/fingerp.phtml</A>
21654 >>
21655 >>
21656 >>
21657 >> ---------------------------------------------------------------
21658 >> To unsubscribe, send email to majordomo@ender.shadowfire.org
21659 >> with "unsubscribe ircservices" in the body, without the quotes.
21660 >>
21661 >>
21662
21663
21664 SS> ---------------------------------------------------------------
21665 SS> To unsubscribe, send email to majordomo@ender.shadowfire.org
21666 SS> with "unsubscribe ircservices" in the body, without the quotes.
21667
21668
21669
21670 ---------------------------------------------------------------
21671 To unsubscribe, send email to majordomo@ender.shadowfire.org
21672 with "unsubscribe ircservices" in the body, without the quotes.
21673
21674
21675 From &quot Sat Oct 7 09:29:15 2000
21676 From: &quot (&quot)
21677 Date: Sat Oct 23 23:01:01 2004
21678 Subject: [IRCServices] known services &quot;abuse&quot;?
21679 References: <18521229077.20001007173409@breakfree.com><000701c03076$74d9aa30$0100a8c0@server> <4122995108.20001007180335@breakfree.com>
21680 Message-ID: 000f01c0307b$bc598d30$0100a8c0@server
21681
21682 hmmm ...
21683
21684 Well, 4.4.8 is the latest beta and 4.5.0 is coming soon, I haven't seen any
21685 reports of this on any of the other mailing lists.
21686
21687 I can't see this error appearing for just one channel. If it was I in this
21688 case I would double and triple check to insure that every server does indeed
21689 have a properly formatted U:Line for services. I would also concider
21690 forbidding the channel with some sort of "security" reason to the founder.
21691 This would also allow the observation to see if the error shows up again.
21692 After the problem is fixed the founder could of course have his/her channel
21693 back.
21694
21695 Andrew will most likely be around later this afternoon, he may be able to
21696 help.
21697
21698 Scott Seufert
21699 aka katsklaw
21700 Server Administrator
21701 Excalibre.ShadowFire.Org
21702
21703 ----- Original Message -----
21704 From: "Samuel Graenacher" <sam@breakfree.com>
21705 To: "Scott Seufert" <ircservices@Snow.shadowfire.org>
21706 Sent: Saturday, October 07, 2000 12:03 PM
21707 Subject: Re[2]: [IRCServices] known services "abuse"?
21708
21709
21710 > doh, sorry forgot about that :/
21711 >
21712 > ircservices-4.4.8 services.mircx.com [STABLE]
21713 >
21714 >
21715 > _______________________________
21716 > [Sam](mailto:sam@breakfree.com)
21717 >
21718 > * "The galaxy is, in other words, an immensely, intrinsically, and
21719 inexhaustibly interesting place." -- Iain M. Banks *
21720 >
21721 > public pgp key: finger sam@breakfree.com
21722 > or <A HREF="http://www.xploded.net/fingerp.phtml">http://www.xploded.net/fingerp.phtml</A>
21723 > ---
21724
21725 <snip>
21726
21727
21728 ---------------------------------------------------------------
21729 To unsubscribe, send email to majordomo@ender.shadowfire.org
21730 with "unsubscribe ircservices" in the body, without the quotes.
21731
21732
21733 From &quot Mon Aug 7 10:52:44 2000
21734 From: &quot (&quot)
21735 Date: Sat Oct 23 23:01:01 2004
21736 Subject: [IRCServices] Services problems - bugs?
21737 References: <18521229077.20001007173409@breakfree.com><000701c03076$74d9aa30$0100a8c0@server> <4122995108.20001007180335@breakfree.com> <000f01c0307b$bc598d30$0100a8c0@server>
21738 Message-ID: 00bd01c00098$5aa9a470$430ba8c0@hostel1.giki.edu.pk
21739
21740 A problem I have had with relation to Operserv and Chanserv.
21741 Chanserv can op a user on a channel but OperServ can't op the same person.
21742 Operserv complains about ulines not being configured correctly. The conf files are the same as they always were before I
21743 upgraded from services ver 2.xx to 4.4.8. I still rechecked and the ulines are there. The services are 4.4.8. This was
21744 about 2 weeks ago. For whatever reason, it has now stopped giving this error. I can't help much as to why it started
21745 working all of a sudden, but the only thing that comes to mind is that the system was rebooted, though i doubt this is
21746 related. Restarting services or the ircd had no effect whatsoever.
21747
21748 Another problem that I've noticed in this version of services is that when it is running with df4.6.7b, the /msg
21749 operserv global command fails to send a global message to any of the users. This is a permanent problem, and I was
21750 wondering what could be the cause of this. It used to work fine in the old version of services on the same ircd.
21751
21752 Also, for some reason, on the same server(server A) as mentioned above, if a server(server B) joins and splits more than
21753 twice, services squit from the server(server A) they were connected to. Just before this happens, the system load also
21754 goes quite high.
21755
21756 Another problem, which is probably related to the system that services runs on, is that when the 2nd server joins after
21757 a split, services changes nicks to guests as it should, but quite often it renames 2 or 3 people to the same guest nick.
21758
21759 I'm planning on upgrading the servers to bahamut, but was wondering what was causing all of the above.
21760 By the way, services are running on redhat linux 6.1. Hardware is P3-450, 64MB RAM and 2 GB HDD.
21761
21762 Imran Ali Rashid
21763
21764
21765 ---------------------------------------------------------------
21766 To unsubscribe, send email to majordomo@ender.shadowfire.org
21767 with "unsubscribe ircservices" in the body, without the quotes.
21768
21769
21770 From &quot Sat Oct 7 11:56:02 2000
21771 From: &quot (&quot)
21772 Date: Sat Oct 23 23:01:01 2004
21773 Subject: [IRCServices] Services problems - bugs?
21774 References: <18521229077.20001007173409@breakfree.com><000701c03076$74d9aa30$0100a8c0@server> <4122995108.20001007180335@breakfree.com> <000f01c0307b$bc598d30$0100a8c0@server> <00bd01c00098$5aa9a470$430ba8c0@hostel1.giki.edu.pk>
21775 Message-ID: 001701c03090$3e4fe0a0$0100a8c0@server
21776
21777 Imran,
21778
21779 You are the second person today that has noticed a problem with
21780 IRCServices-4.4.8 complaining about U:Lines.
21781
21782 Andrew will most likely be around later, if not I'll mention this to him
21783 when I see him. Perhaps we can get a bug fix on this for 4.4.9.
21784
21785 Scott Seufert
21786 aka katsklaw
21787 Server Administrator
21788 Excalibre.ShadowFire.Org
21789
21790 ----- Original Message -----
21791 From: "Imran Ali Rashid" <genius@odyssey.hostel1.giki.edu.pk>
21792 To: <ircservices@Snow.shadowfire.org>
21793 Cc: <theshadow@shadowfire.org>
21794 Sent: Monday, August 07, 2000 1:52 PM
21795 Subject: [IRCServices] Services problems - bugs?
21796
21797
21798 > A problem I have had with relation to Operserv and Chanserv.
21799 > Chanserv can op a user on a channel but OperServ can't op the same person.
21800 > Operserv complains about ulines not being configured correctly. The conf
21801 files are the same as they always were before I
21802 > upgraded from services ver 2.xx to 4.4.8. I still rechecked and the ulines
21803 are there. The services are 4.4.8. This was
21804 > about 2 weeks ago. For whatever reason, it has now stopped giving this
21805 error. I can't help much as to why it started
21806 > working all of a sudden, but the only thing that comes to mind is that the
21807 system was rebooted, though i doubt this is
21808 > related. Restarting services or the ircd had no effect whatsoever.
21809 >
21810 > Another problem that I've noticed in this version of services is that when
21811 it is running with df4.6.7b, the /msg
21812 > operserv global command fails to send a global message to any of the
21813 users. This is a permanent problem, and I was
21814 > wondering what could be the cause of this. It used to work fine in the old
21815 version of services on the same ircd.
21816 >
21817 > Also, for some reason, on the same server(server A) as mentioned above, if
21818 a server(server B) joins and splits more than
21819 > twice, services squit from the server(server A) they were connected to.
21820 Just before this happens, the system load also
21821 > goes quite high.
21822 >
21823 > Another problem, which is probably related to the system that services
21824 runs on, is that when the 2nd server joins after
21825 > a split, services changes nicks to guests as it should, but quite often it
21826 renames 2 or 3 people to the same guest nick.
21827 >
21828 > I'm planning on upgrading the servers to bahamut, but was wondering what
21829 was causing all of the above.
21830 > By the way, services are running on redhat linux 6.1. Hardware is P3-450,
21831 64MB RAM and 2 GB HDD.
21832 >
21833 > Imran Ali Rashid
21834 >
21835 >
21836 > ---------------------------------------------------------------
21837 > To unsubscribe, send email to majordomo@ender.shadowfire.org
21838 > with "unsubscribe ircservices" in the body, without the quotes.
21839 >
21840 >
21841
21842
21843 ---------------------------------------------------------------
21844 To unsubscribe, send email to majordomo@ender.shadowfire.org
21845 with "unsubscribe ircservices" in the body, without the quotes.
21846
21847
21848 From smkelly at zombie.org Sat Oct 7 13:47:30 2000
21849 From: smkelly at zombie.org (Sean Kelly)
21850 Date: Sat Oct 23 23:01:01 2004
21851 Subject: [IRCServices] known services &quot;abuse&quot;?
21852 In-Reply-To: <18521229077.20001007173409@breakfree.com>; from sam@breakfree.com on Sat, Oct 07, 2000 at 05:34:09PM +0200
21853 References: <18521229077.20001007173409@breakfree.com>
21854 Message-ID: 20001007154730.B1553@edgemaster.zombie.org
21855
21856 On Sat, Oct 07, 2000 at 05:34:09PM +0200, Samuel Graenacher wrote:
21857 > Hey,
21858 > lately I've noticed this error message coming up quite often:
21859 >
21860 > Global -- from services.mircx.com:
21861 > Warning: unable to set modes on channel #rena. Are your servers' U:lines configured correctly?
21862 >
21863 > The channel is known to have script-kiddies in it and when I started
21864 > investigating about that a bit I heard they found a way to "abuse" the
21865 > servs, most likely Chanserv.
21866
21867 Have you considerred putting services in debug mode and watch the actual
21868 commands that are sent to Services or the actaul conditiosn it happens in?
21869 /msg operserv set debug on
21870 and Services will dump everything they see to their logfile. It may take a
21871 lot of space, but it could be very interrseting to read.
21872
21873 --
21874 Sean Kelly <smkelly@zombie.org> or <smkelly@slashnet.org>
21875 PGP KeyID: 4AC781C7 http://www.sean-kelly.org
21876
21877 ---------------------------------------------------------------
21878 To unsubscribe, send email to majordomo@ender.shadowfire.org
21879 with "unsubscribe ircservices" in the body, without the quotes.
21880
21881
21882 From chromi at cyberspace.org Sat Oct 7 13:54:42 2000
21883 From: chromi at cyberspace.org (Jonathan Morton)
21884 Date: Sat Oct 23 23:01:01 2004
21885 Subject: [IRCServices] known services &quot;abuse&quot;?
21886 In-Reply-To: <20001007154730.B1553@edgemaster.zombie.org>
21887 References: <18521229077.20001007173409@breakfree.com>; fromsam@breakfree.com on Sat, Oct 07, 2000 at 05:34:09PM +0200<18521229077.20001007173409@breakfree.com>
21888 Message-ID: l03130309b6053dd7891e@[10.38.239.101]
21889
21890 >On Sat, Oct 07, 2000 at 05:34:09PM +0200, Samuel Graenacher wrote:
21891 >> Hey,
21892 >> lately I've noticed this error message coming up quite often:
21893 >>
21894 >> Global -- from services.mircx.com:
21895 >> Warning: unable to set modes on channel #rena. Are your servers' U:lines
21896 >>configured correctly?
21897 >>
21898 >> The channel is known to have script-kiddies in it and when I started
21899 >> investigating about that a bit I heard they found a way to "abuse" the
21900 >> servs, most likely Chanserv.
21901 >
21902 >Have you considerred putting services in debug mode and watch the actual
21903 >commands that are sent to Services or the actaul conditiosn it happens in?
21904 > /msg operserv set debug on
21905 >and Services will dump everything they see to their logfile. It may take a
21906 >lot of space, but it could be very interrseting to read.
21907
21908 Keep a terminal open to the Services machine, and run "tail -f
21909 services.log" - then when you see the messages of interest, you can
21910 instantly cross-reference it to the right place in the log.
21911
21912 --------------------------------------------------------------
21913 from: Jonathan "Chromatix" Morton
21914 mail: chromi@cyberspace.org (not for attachments)
21915 uni-mail: j.d.morton@lancaster.ac.uk
21916
21917 The key to knowledge is not to rely on people to teach you it.
21918
21919 Get VNC Server for Macintosh from http://chromatix.autistics.org/vnc/
21920
21921 -----BEGIN GEEK CODE BLOCK-----
21922 Version 3.12
21923 GCS$/E/S dpu(!) s:- a19 C+++ UL++ P L+++ E W+ N- o? K? w--- O-- M++$ V? PS
21924 PE- Y+ PGP++ t- 5- X- R !tv b++ DI+++ D G e+ h+ r- y+
21925 -----END GEEK CODE BLOCK-----
21926
21927
21928
21929 ---------------------------------------------------------------
21930 To unsubscribe, send email to majordomo@ender.shadowfire.org
21931 with "unsubscribe ircservices" in the body, without the quotes.
21932
21933
21934 From achurch at dragonfire.net Sun Oct 8 14:36:19 2000
21935 From: achurch at dragonfire.net (Andrew Church)
21936 Date: Sat Oct 23 23:01:01 2004
21937 Subject: [IRCServices] known services &quot;abuse&quot;?
21938 Message-ID: 39e00e10.35263@dragonfire.net
21939
21940 Replying to two messages at once:
21941
21942 >Hey,
21943 >lately I've noticed this error message coming up quite often:
21944 >
21945 >Global -- from services.mircx.com:
21946 >Warning: unable to set modes on channel #rena. Are your servers' U:lines configured correctly?
21947 >
21948 >The channel is known to have script-kiddies in it and when I started
21949 >investigating about that a bit I heard they found a way to "abuse" the
21950 >servs, most likely Chanserv.
21951
21952 I suspect what's happening is that someone is deliberately changing
21953 channel modes against a modelock. The U-line error detection code works
21954 by checking the number of times a MODE message is received for a given
21955 channel in a given period of time; if it exceeds a built-in limit (I
21956 think it's three messages in one second), the code assumes that the
21957 server is cancelling its mode changes and displays the U-line error
21958 message. The code does check that the mode sender has a period in their
21959 nickname, though; does your server allow nicknames with periods in them?
21960 If so, it's in violation of the RFC and should be fixed; if not, I'd be
21961 interested in seeing a debug log of this problem happening.
21962
21963 >A problem I have had with relation to Operserv and Chanserv.
21964 >Chanserv can op a user on a channel but OperServ can't op the same person.
21965 >Operserv complains about ulines not being configured correctly.
21966 [...]
21967 >For whatever reason, it has now stopped giving this error. I can't help
21968 >much as to why it started working all of a sudden, but the only thing that
21969 >comes to mind is that the system was rebooted, though i doubt this is
21970 >related. Restarting services or the ircd had no effect whatsoever.
21971
21972 This can happen if at some time in the past Services determined that
21973 mode setting didn't work (as above). Actually, OP/DEOP shouldn't work
21974 then either; that's a bug. Restarting Services ought to fix it,
21975 unless/until Services has a problem setting modes again.
21976
21977 --Andrew Church
21978 achurch@dragonfire.net
21979 http://achurch.dragonfire.net/
21980
21981 ---------------------------------------------------------------
21982 To unsubscribe, send email to majordomo@ender.shadowfire.org
21983 with "unsubscribe ircservices" in the body, without the quotes.
21984
21985
21986 From sam at breakfree.com Sun Oct 8 02:44:51 2000
21987 From: sam at breakfree.com (Samuel Graenacher)
21988 Date: Sat Oct 23 23:01:01 2004
21989 Subject: [IRCServices] known services &quot;abuse&quot;?
21990 In-Reply-To: <39e00e10.35263@dragonfire.net>
21991 References: <39e00e10.35263@dragonfire.net>
21992 Message-ID: 1301167779.20001008114451@breakfree.com
21993
21994 Well we narrowed down the problem to them having *!*@* on their akick
21995 list, doing an akick enforce and then chanserv trying to set modes in
21996 the empty channel.
21997 [Oct 07 14:40:02 2000] debug: AKICK ENFORCE requested for #rena by AM-[mentalbreakdown]
21998 [Oct 07 14:40:03 2000] channel: MODE +b *!*@* for nonexistent channel #rena
21999
22000
22001 _______________________________
22002 [Sam](mailto:sam@breakfree.com)
22003
22004 * Linux is like living in a teepee. No Windows, no Gates, Apache in house. *
22005
22006 public pgp key: finger sam@breakfree.com
22007 or <A HREF="http://www.xploded.net/fingerp.phtml">http://www.xploded.net/fingerp.phtml</A>
22008
22009 ---
22010 original message:
22011 AC> Replying to two messages at once:
22012
22013 >>Hey,
22014 >>lately I've noticed this error message coming up quite often:
22015 >>
22016 >>Global -- from services.mircx.com:
22017 >>Warning: unable to set modes on channel #rena. Are your servers' U:lines configured correctly?
22018 >>
22019 >>The channel is known to have script-kiddies in it and when I started
22020 >>investigating about that a bit I heard they found a way to "abuse" the
22021 >>servs, most likely Chanserv.
22022
22023 AC> I suspect what's happening is that someone is deliberately changing
22024 AC> channel modes against a modelock. The U-line error detection code works
22025 AC> by checking the number of times a MODE message is received for a given
22026 AC> channel in a given period of time; if it exceeds a built-in limit (I
22027 AC> think it's three messages in one second), the code assumes that the
22028 AC> server is cancelling its mode changes and displays the U-line error
22029 AC> message. The code does check that the mode sender has a period in their
22030 AC> nickname, though; does your server allow nicknames with periods in them?
22031 AC> If so, it's in violation of the RFC and should be fixed; if not, I'd be
22032 AC> interested in seeing a debug log of this problem happening.
22033
22034 >>A problem I have had with relation to Operserv and Chanserv.
22035 >>Chanserv can op a user on a channel but OperServ can't op the same person.
22036 >>Operserv complains about ulines not being configured correctly.
22037 AC> [...]
22038 >>For whatever reason, it has now stopped giving this error. I can't help
22039 >>much as to why it started working all of a sudden, but the only thing that
22040 >>comes to mind is that the system was rebooted, though i doubt this is
22041 >>related. Restarting services or the ircd had no effect whatsoever.
22042
22043 AC> This can happen if at some time in the past Services determined that
22044 AC> mode setting didn't work (as above). Actually, OP/DEOP shouldn't work
22045 AC> then either; that's a bug. Restarting Services ought to fix it,
22046 AC> unless/until Services has a problem setting modes again.
22047
22048 AC> --Andrew Church
22049 AC> achurch@dragonfire.net
22050 AC> <A HREF="http://achurch.dragonfire.net/">http://achurch.dragonfire.net/</A>
22051
22052 AC> ---------------------------------------------------------------
22053 AC> To unsubscribe, send email to majordomo@ender.shadowfire.org
22054 AC> with "unsubscribe ircservices" in the body, without the quotes.
22055
22056
22057
22058 ---------------------------------------------------------------
22059 To unsubscribe, send email to majordomo@ender.shadowfire.org
22060 with "unsubscribe ircservices" in the body, without the quotes.
22061
22062
22063 From &quot Sun Oct 8 06:29:40 2000
22064 From: &quot (&quot)
22065 Date: Sat Oct 23 23:01:01 2004
22066 Subject: [IRCServices] known services &quot;abuse&quot;?
22067 In-Reply-To: <000f01c0307b$bc598d30$0100a8c0@server>
22068 References: 000f01c0307b$bc598d30$0100a8c0@server
22069 Message-ID: NCBBIPDDJGGDOCPMKPKPMEEPDIAA.andrewk@icon.co.za
22070
22071 A VERY quick reply... (I have to duck off to a party now)...
22072
22073 I've seen the same messages on our network. I've got a few ideas about what
22074 it could be but I'm not 100% sure. If other people could provide logs (?) or
22075 just that they've seen the same error/message I'd appreciate it.
22076
22077 Andrew
22078
22079 > -----Original Message-----
22080 > From: owner-ircservices@Snow.shadowfire.org
22081 > [mailto:owner-ircservices@Snow.shadowfire.org]On Behalf Of Scott Seufert
22082 > Sent: 07 October 2000 18:29
22083 > To: ircservices@Snow.shadowfire.org
22084 > Subject: Re: Re[2]: [IRCServices] known services "abuse"?
22085 >
22086 >
22087 > hmmm ...
22088 >
22089 > Well, 4.4.8 is the latest beta and 4.5.0 is coming soon, I
22090 > haven't seen any
22091 > reports of this on any of the other mailing lists.
22092 >
22093 > I can't see this error appearing for just one channel. If it was I in this
22094 > case I would double and triple check to insure that every server
22095 > does indeed
22096 > have a properly formatted U:Line for services. I would also concider
22097 > forbidding the channel with some sort of "security" reason to the founder.
22098 > This would also allow the observation to see if the error shows up again.
22099 > After the problem is fixed the founder could of course have
22100 > his/her channel
22101 > back.
22102 >
22103 > Andrew will most likely be around later this afternoon, he may be able to
22104 > help.
22105 >
22106 > Scott Seufert
22107 > aka katsklaw
22108 > Server Administrator
22109 > Excalibre.ShadowFire.Org
22110 >
22111 > ----- Original Message -----
22112 > From: "Samuel Graenacher" <sam@breakfree.com>
22113 > To: "Scott Seufert" <ircservices@Snow.shadowfire.org>
22114 > Sent: Saturday, October 07, 2000 12:03 PM
22115 > Subject: Re[2]: [IRCServices] known services "abuse"?
22116 >
22117 >
22118 > > doh, sorry forgot about that :/
22119 > >
22120 > > ircservices-4.4.8 services.mircx.com [STABLE]
22121 > >
22122 > >
22123 > > _______________________________
22124 > > [Sam](<A HREF="mailto:sam@breakfree.com">mailto:sam@breakfree.com</A>)
22125 > >
22126 > > * "The galaxy is, in other words, an immensely, intrinsically, and
22127 > inexhaustibly interesting place." -- Iain M. Banks *
22128 > >
22129 > > public pgp key: finger sam@breakfree.com
22130 > > or <A HREF="http://www.xploded.net/fingerp.phtml">http://www.xploded.net/fingerp.phtml</A>
22131 > > ---
22132 >
22133 > <snip>
22134 >
22135 >
22136 > ---------------------------------------------------------------
22137 > To unsubscribe, send email to majordomo@ender.shadowfire.org
22138 > with "unsubscribe ircservices" in the body, without the quotes.
22139 >
22140
22141
22142 ---------------------------------------------------------------
22143 To unsubscribe, send email to majordomo@ender.shadowfire.org
22144 with "unsubscribe ircservices" in the body, without the quotes.
22145
22146
22147 From &quot Sun Oct 8 06:35:43 2000
22148 From: &quot (&quot)
22149 Date: Sat Oct 23 23:01:01 2004
22150 Subject: [IRCServices] known services &quot;abuse&quot;?
22151 In-Reply-To: <1301167779.20001008114451@breakfree.com>
22152 References: 1301167779.20001008114451@breakfree.com
22153 Message-ID: NCBBIPDDJGGDOCPMKPKPMEFFDIAA.andrewk@icon.co.za
22154
22155 This problem has already been identified and has been fixed in version 4.5.
22156
22157 Andrew
22158
22159 > -----Original Message-----
22160 > From: owner-ircservices@Snow.shadowfire.org
22161 > [mailto:owner-ircservices@Snow.shadowfire.org]On Behalf Of Samuel
22162 > Graenacher
22163 > Sent: 08 October 2000 11:45
22164 > To: Andrew Church
22165 > Subject: Re[2]: [IRCServices] known services "abuse"?
22166 >
22167 >
22168 > Well we narrowed down the problem to them having *!*@* on their akick
22169 > list, doing an akick enforce and then chanserv trying to set modes in
22170 > the empty channel.
22171 > [Oct 07 14:40:02 2000] debug: AKICK ENFORCE requested for #rena
22172 > by AM-[mentalbreakdown]
22173 > [Oct 07 14:40:03 2000] channel: MODE +b *!*@* for nonexistent
22174 > channel #rena
22175 >
22176 >
22177 > _______________________________
22178 > [Sam](<A HREF="mailto:sam@breakfree.com">mailto:sam@breakfree.com</A>)
22179 >
22180 > * Linux is like living in a teepee. No Windows, no Gates, Apache
22181 > in house. *
22182 >
22183 > public pgp key: finger sam@breakfree.com
22184 > or <A HREF="http://www.xploded.net/fingerp.phtml">http://www.xploded.net/fingerp.phtml</A>
22185 >
22186 > ---
22187 > original message:
22188 > AC> Replying to two messages at once:
22189 >
22190 > >>Hey,
22191 > >>lately I've noticed this error message coming up quite often:
22192 > >>
22193 > >>Global -- from services.mircx.com:
22194 > >>Warning: unable to set modes on channel #rena. Are your
22195 > servers' U:lines configured correctly?
22196 > >>
22197 > >>The channel is known to have script-kiddies in it and when I started
22198 > >>investigating about that a bit I heard they found a way to "abuse" the
22199 > >>servs, most likely Chanserv.
22200 >
22201 > AC> I suspect what's happening is that someone is
22202 > deliberately changing
22203 > AC> channel modes against a modelock. The U-line error detection
22204 > code works
22205 > AC> by checking the number of times a MODE message is received for a given
22206 > AC> channel in a given period of time; if it exceeds a built-in limit (I
22207 > AC> think it's three messages in one second), the code assumes that the
22208 > AC> server is cancelling its mode changes and displays the U-line error
22209 > AC> message. The code does check that the mode sender has a
22210 > period in their
22211 > AC> nickname, though; does your server allow nicknames with
22212 > periods in them?
22213 > AC> If so, it's in violation of the RFC and should be fixed; if
22214 > not, I'd be
22215 > AC> interested in seeing a debug log of this problem happening.
22216 >
22217 > >>A problem I have had with relation to Operserv and Chanserv.
22218 > >>Chanserv can op a user on a channel but OperServ can't op the
22219 > same person.
22220 > >>Operserv complains about ulines not being configured correctly.
22221 > AC> [...]
22222 > >>For whatever reason, it has now stopped giving this error. I can't help
22223 > >>much as to why it started working all of a sudden, but the only
22224 > thing that
22225 > >>comes to mind is that the system was rebooted, though i doubt this is
22226 > >>related. Restarting services or the ircd had no effect whatsoever.
22227 >
22228 > AC> This can happen if at some time in the past Services
22229 > determined that
22230 > AC> mode setting didn't work (as above). Actually, OP/DEOP shouldn't work
22231 > AC> then either; that's a bug. Restarting Services ought to fix it,
22232 > AC> unless/until Services has a problem setting modes again.
22233 >
22234 > AC> --Andrew Church
22235 > AC> achurch@dragonfire.net
22236 > AC> <A HREF="http://achurch.dragonfire.net/">http://achurch.dragonfire.net/</A>
22237 >
22238 > AC> ---------------------------------------------------------------
22239 > AC> To unsubscribe, send email to majordomo@ender.shadowfire.org
22240 > AC> with "unsubscribe ircservices" in the body, without the quotes.
22241 >
22242 >
22243 >
22244 > ---------------------------------------------------------------
22245 > To unsubscribe, send email to majordomo@ender.shadowfire.org
22246 > with "unsubscribe ircservices" in the body, without the quotes.
22247 >
22248
22249
22250 ---------------------------------------------------------------
22251 To unsubscribe, send email to majordomo@ender.shadowfire.org
22252 with "unsubscribe ircservices" in the body, without the quotes.
22253
22254
22255 From dreamer at darkness.gr Sun Oct 8 08:36:42 2000
22256 From: dreamer at darkness.gr (dreamer@darkness.gr)
22257 Date: Sat Oct 23 23:01:01 2004
22258 Subject: [IRCServices] known services &quot;abuse&quot;?
22259 In-Reply-To: <NCBBIPDDJGGDOCPMKPKPMEEPDIAA.andrewk@icon.co.za>
22260 References: NCBBIPDDJGGDOCPMKPKPMEEPDIAA.andrewk@icon.co.za
22261 Message-ID: Pine.LNX.4.20.0010081828530.30650&#45;100000@darkness.darkness.gr
22262
22263 Greetings to all,
22264 Seems that the U line problem is caused by multiple mode changes,
22265 sometimes it occures in a netjoin while some servers are a bit lagging. If
22266 it's not repeated it didn't seems to cause problens and no restart or
22267 other form of solution might take place.
22268 Though if it is repeated it might cause a desync at the services.
22269 In gr-irc-net we have developed little sort of patches to avoid the
22270 problems. The only one that exist is between a netjoin where a warning for
22271 our biggest channel might occure.
22272
22273 Regards,
22274 Nick Krassas
22275 ircadmin@darkness.irc.gr
22276
22277
22278
22279
22280 ---------------------------------------------------------------
22281 To unsubscribe, send email to majordomo@ender.shadowfire.org
22282 with "unsubscribe ircservices" in the body, without the quotes.
22283
22284
22285 From &quot Mon Oct 9 06:44:06 2000
22286 From: &quot (&quot)
22287 Date: Sat Oct 23 23:01:01 2004
22288 Subject: [IRCServices] Desperate Problems
22289 Message-ID: 01b101c03206$5b676830$430ba8c0@hostel1.giki.edu.pk
22290
22291 Umm Remember the problems I quoted earlier.
22292
22293 When there are more than two netsplits, as in server B was connected to server A, server B splits, connects, splits and
22294 then when it connects, services die.
22295 This isn't the worst part.
22296
22297 When I restart services, on joining as expected, people are told to change their nicks, otherwise they will be guested.
22298 Guess what. Most nicks are changed to the same Guest nick. See below:
22299
22300 [18:30] *** white_jazz is now known as Guest29047169
22301 [18:30] *** ``Spades`` is now known as Guest29147169
22302 [18:30] *** ABJ is now known as Guest29147169
22303 [18:31] *** Daru is now known as Guest48147206
22304 [18:31] *** Bad_very_bad_boy is now known as Guest48147206
22305 [18:31] *** DiEsEL is now known as Guest48147206
22306 [18:31] *** L3pR3cAuN is now known as Guest48047206
22307
22308 Please HELP!!!!!!!!!!!!!
22309
22310 Imran Ali Rashid
22311
22312
22313 ---------------------------------------------------------------
22314 To unsubscribe, send email to majordomo@ender.shadowfire.org
22315 with "unsubscribe ircservices" in the body, without the quotes.
22316
22317
22318 From &quot Mon Oct 9 08:47:12 2000
22319 From: &quot (&quot)
22320 Date: Sat Oct 23 23:01:01 2004
22321 Subject: [IRCServices] Desperate Problems
22322 References: <01b101c03206$5b676830$430ba8c0@hostel1.giki.edu.pk>
22323 Message-ID: 001101c03208$30ea9120$9c011ac4@shadow
22324
22325 I know about this issue and am going to fix it.
22326
22327 For the mean time, please disable GUEST nicks.
22328
22329 Andrew
22330
22331 ----- Original Message -----
22332 From: "Imran Ali Rashid" <u970042@giki.edu.pk>
22333 To: <ircservices@Snow.shadowfire.org>
22334 Sent: Monday, October 09, 2000 3:44 PM
22335 Subject: [IRCServices] Desperate Problems
22336
22337
22338 > Umm Remember the problems I quoted earlier.
22339 >
22340 > When there are more than two netsplits, as in server B was connected to
22341 server A, server B splits, connects, splits and
22342 > then when it connects, services die.
22343 > This isn't the worst part.
22344 >
22345 > When I restart services, on joining as expected, people are told to change
22346 their nicks, otherwise they will be guested.
22347 > Guess what. Most nicks are changed to the same Guest nick. See below:
22348 >
22349 > [18:30] *** white_jazz is now known as Guest29047169
22350 > [18:30] *** ``Spades`` is now known as Guest29147169
22351 > [18:30] *** ABJ is now known as Guest29147169
22352 > [18:31] *** Daru is now known as Guest48147206
22353 > [18:31] *** Bad_very_bad_boy is now known as Guest48147206
22354 > [18:31] *** DiEsEL is now known as Guest48147206
22355 > [18:31] *** L3pR3cAuN is now known as Guest48047206
22356 >
22357 > Please HELP!!!!!!!!!!!!!
22358 >
22359 > Imran Ali Rashid
22360 >
22361 >
22362 > ---------------------------------------------------------------
22363 > To unsubscribe, send email to majordomo@ender.shadowfire.org
22364 > with "unsubscribe ircservices" in the body, without the quotes.
22365 >
22366
22367
22368 ---------------------------------------------------------------
22369 To unsubscribe, send email to majordomo@ender.shadowfire.org
22370 with "unsubscribe ircservices" in the body, without the quotes.
22371
22372
22373 From Ciaran.Reilly at ntlworld.com Mon Oct 9 08:56:28 2000
22374 From: Ciaran.Reilly at ntlworld.com (Ciarán Reilly)
22375 Date: Sat Oct 23 23:01:01 2004
22376 Subject: [IRCServices] Desperate Problems
22377 References: <01b101c03206$5b676830$430ba8c0@hostel1.giki.edu.pk>
22378 Message-ID: 000b01c03209$7e494780$0600a8c0@ciaran
22379
22380 Just as a matter of interest, how does this happen ? I didn't think it was
22381 possible for more than one person to have the same nick....surely the ircd
22382 wouldn't allow it ?
22383
22384
22385 Ciarán.
22386
22387
22388 ----- Original Message -----
22389 From: "Imran Ali Rashid" <u970042@giki.edu.pk>
22390 To: <ircservices@Snow.shadowfire.org>
22391 Sent: Monday, October 09, 2000 2:44 PM
22392 Subject: [IRCServices] Desperate Problems
22393
22394
22395 > Umm Remember the problems I quoted earlier.
22396 >
22397 > When there are more than two netsplits, as in server B was connected to
22398 server A, server B splits, connects, splits and
22399 > then when it connects, services die.
22400 > This isn't the worst part.
22401 >
22402 > When I restart services, on joining as expected, people are told to change
22403 their nicks, otherwise they will be guested.
22404 > Guess what. Most nicks are changed to the same Guest nick. See below:
22405 >
22406 > [18:30] *** white_jazz is now known as Guest29047169
22407 > [18:30] *** ``Spades`` is now known as Guest29147169
22408 > [18:30] *** ABJ is now known as Guest29147169
22409 > [18:31] *** Daru is now known as Guest48147206
22410 > [18:31] *** Bad_very_bad_boy is now known as Guest48147206
22411 > [18:31] *** DiEsEL is now known as Guest48147206
22412 > [18:31] *** L3pR3cAuN is now known as Guest48047206
22413 >
22414 > Please HELP!!!!!!!!!!!!!
22415 >
22416 > Imran Ali Rashid
22417 >
22418 >
22419 > ---------------------------------------------------------------
22420 > To unsubscribe, send email to majordomo@ender.shadowfire.org
22421 > with "unsubscribe ircservices" in the body, without the quotes.
22422
22423
22424 ---------------------------------------------------------------
22425 To unsubscribe, send email to majordomo@ender.shadowfire.org
22426 with "unsubscribe ircservices" in the body, without the quotes.
22427
22428
22429 From smkelly at zombie.org Mon Oct 9 10:24:33 2000
22430 From: smkelly at zombie.org (Sean Kelly)
22431 Date: Sat Oct 23 23:01:01 2004
22432 Subject: [IRCServices] Desperate Problems
22433 In-Reply-To: <01b101c03206$5b676830$430ba8c0@hostel1.giki.edu.pk>; from u970042@giki.edu.pk on Mon, Oct 09, 2000 at 06:44:06PM +0500
22434 References: <01b101c03206$5b676830$430ba8c0@hostel1.giki.edu.pk>
22435 Message-ID: 20001009122433.A31530@edgemaster.zombie.org
22436
22437 On Mon, Oct 09, 2000 at 06:44:06PM +0500, Imran Ali Rashid wrote:
22438 > Umm Remember the problems I quoted earlier.
22439 >
22440 > When there are more than two netsplits, as in server B was connected to server A, server B splits, connects, splits and
22441 > then when it connects, services die.
22442 > This isn't the worst part.
22443
22444 I've seen this before here on SlashNET. I think it has to do with StatServ code.
22445 When I compile without it, the problem goes away. When I compile with it, after
22446 big periods of netsplits, services just ghost off. The process keeps running,
22447 but they ping timeout. I've not had the time to do real debugging on it, and
22448 I wouldn't want to do live debugging of it on SlashNET either...
22449
22450 > When I restart services, on joining as expected, people are told to change their nicks, otherwise they will be guested.
22451 > Guess what. Most nicks are changed to the same Guest nick. See below:
22452 >
22453 > [18:30] *** white_jazz is now known as Guest29047169
22454 > [18:30] *** ``Spades`` is now known as Guest29147169
22455 > [18:30] *** ABJ is now known as Guest29147169
22456 > [18:31] *** Daru is now known as Guest48147206
22457 > [18:31] *** Bad_very_bad_boy is now known as Guest48147206
22458 > [18:31] *** DiEsEL is now known as Guest48147206
22459 > [18:31] *** L3pR3cAuN is now known as Guest48047206
22460
22461 I've seen that too. But that isn't related to the first issue. There is some
22462 issue with the nickname-number randomizer. It likes to repeat. I've seen
22463 collisions of that before. Again, I've not had the time to look into it, as
22464 it isn't really a big issue in my opinion.
22465
22466 --
22467 Sean Kelly <smkelly@zombie.org> or <smkelly@slashnet.org>
22468 PGP KeyID: 4AC781C7 http://www.sean-kelly.org
22469
22470 ---------------------------------------------------------------
22471 To unsubscribe, send email to majordomo@ender.shadowfire.org
22472 with "unsubscribe ircservices" in the body, without the quotes.
22473
22474
22475 From quension at softhome.net Mon Oct 9 15:51:00 2000
22476 From: quension at softhome.net (quension@softhome.net)
22477 Date: Sat Oct 23 23:01:01 2004
22478 Subject: [IRCServices] Desperate Problems
22479 References: <01b101c03206$5b676830$430ba8c0@hostel1.giki.edu.pk> <000b01c03209$7e494780$0600a8c0@ciaran>
22480 Message-ID: 39E24BD4.A9447A0@softhome.net
22481
22482 Ciarán Reilly wrote:
22483
22484 > Just as a matter of interest, how does this happen ? I didn't think it was
22485 > possible for more than one person to have the same nick....surely the ircd
22486 > wouldn't allow it ?
22487
22488 Dreamforge assumes the SVSNICK command is valid, and does no error
22489 checking whatsoever. Bahamut does better: it will generate kills with
22490 the reason "SVSNICK Collide" in this case.
22491
22492 > > [18:30] *** ``Spades`` is now known as Guest29147169
22493 > > [18:30] *** ABJ is now known as Guest29147169
22494
22495 -- Quension
22496
22497 ---------------------------------------------------------------
22498 To unsubscribe, send email to majordomo@ender.shadowfire.org
22499 with "unsubscribe ircservices" in the body, without the quotes.
22500
22501
22502 From &quot Mon Oct 9 21:11:07 2000
22503 From: &quot (&quot)
22504 Date: Sat Oct 23 23:01:01 2004
22505 Subject: [IRCServices] Desperate Problems
22506 References: <01b101c03206$5b676830$430ba8c0@hostel1.giki.edu.pk> <000b01c03209$7e494780$0600a8c0@ciaran> <39E24BD4.A9447A0@softhome.net>
22507 Message-ID: 001e01c03270$1eeabc80$37526dd1@tiphares.com
22508
22509
22510 ----- Original Message -----
22511 From: <quension@softhome.net>
22512 To: <ircservices@ender.shadowfire.org>
22513 Sent: Monday, October 09, 2000 5:51 PM
22514 Subject: Re: [IRCServices] Desperate Problems
22515
22516
22517 > Ciarán Reilly wrote:
22518 >
22519 > > Just as a matter of interest, how does this happen ? I didn't think it
22520 was
22521 > > possible for more than one person to have the same nick....surely the
22522 ircd
22523 > > wouldn't allow it ?
22524 >
22525 > Dreamforge assumes the SVSNICK command is valid, and does no error
22526 > checking whatsoever. Bahamut does better: it will generate kills with
22527 > the reason "SVSNICK Collide" in this case.
22528 >
22529 > > > [18:30] *** ``Spades`` is now known as Guest29147169
22530 > > > [18:30] *** ABJ is now known as Guest29147169
22531 >
22532
22533
22534 If that is the case then it should be easy enough to merge the changes from
22535 the Bahamut SVSNICK into DreamForge. I can do this if anyone is interested.
22536
22537 Bryce Simonds (Kelmar K. Firesun)
22538
22539
22540 ---------------------------------------------------------------
22541 To unsubscribe, send email to majordomo@ender.shadowfire.org
22542 with "unsubscribe ircservices" in the body, without the quotes.
22543
22544
22545 From &quot Mon Oct 9 17:13:42 2000
22546 From: &quot (&quot)
22547 Date: Sat Oct 23 23:01:01 2004
22548 Subject: [IRCServices] Desperate Problems
22549 References: <01b101c03206$5b676830$430ba8c0@hostel1.giki.edu.pk> <001101c03208$30ea9120$9c011ac4@shadow>
22550 Message-ID: 02bd01c0327e$34f0fa90$430ba8c0@hostel1.giki.edu.pk
22551
22552 ok.
22553 So in summary, I disable StatServ, to fix the split causing services to die problem (according to Sean Kelly)
22554 and I disable the guest feature until its fixed in a newer release (according to Andrew)
22555
22556 Thanks guys,
22557 Imran Ali Rashid
22558
22559 ----- Original Message -----
22560 From: "Andrew Kempe" <andrewk@icon.co.za>
22561 To: <ircservices@Snow.shadowfire.org>
22562 Sent: Monday, October 09, 2000 8:47 PM
22563 Subject: Re: [IRCServices] Desperate Problems
22564
22565
22566 > I know about this issue and am going to fix it.
22567 >
22568 > For the mean time, please disable GUEST nicks.
22569 >
22570 > Andrew
22571 >
22572 > ----- Original Message -----
22573 > From: "Imran Ali Rashid" <u970042@giki.edu.pk>
22574 > To: <ircservices@Snow.shadowfire.org>
22575 > Sent: Monday, October 09, 2000 3:44 PM
22576 > Subject: [IRCServices] Desperate Problems
22577 >
22578 > > Umm Remember the problems I quoted earlier.
22579 > >
22580 > > When there are more than two netsplits, as in server B was connected to
22581 > server A, server B splits, connects, splits and
22582 > > then when it connects, services die.
22583 > > This isn't the worst part.
22584 > >
22585 > > When I restart services, on joining as expected, people are told to change
22586 > their nicks, otherwise they will be guested.
22587 > > Guess what. Most nicks are changed to the same Guest nick. See below:
22588 > >
22589 > > [18:30] *** white_jazz is now known as Guest29047169
22590 > > [18:30] *** ``Spades`` is now known as Guest29147169
22591 > > [18:30] *** ABJ is now known as Guest29147169
22592 > > [18:31] *** Daru is now known as Guest48147206
22593 > > [18:31] *** Bad_very_bad_boy is now known as Guest48147206
22594 > > [18:31] *** DiEsEL is now known as Guest48147206
22595 > > [18:31] *** L3pR3cAuN is now known as Guest48047206
22596
22597
22598
22599 ---------------------------------------------------------------
22600 To unsubscribe, send email to majordomo@ender.shadowfire.org
22601 with "unsubscribe ircservices" in the body, without the quotes.
22602
22603
22604 From &quot Tue Oct 10 02:15:26 2000
22605 From: &quot (&quot)
22606 Date: Sat Oct 23 23:01:01 2004
22607 Subject: [IRCServices] Desperate Problems
22608 References: <01b101c03206$5b676830$430ba8c0@hostel1.giki.edu.pk> <001101c03208$30ea9120$9c011ac4@shadow> <02bd01c0327e$34f0fa90$430ba8c0@hostel1.giki.edu.pk>
22609 Message-ID: 002901c0329a$a0a2cc70$9c011ac4@shadow
22610
22611 Correct.
22612
22613 Andrew
22614
22615 ----- Original Message -----
22616 From: "Imran Ali Rashid" <u970042@giki.edu.pk>
22617 To: <ircservices@Snow.shadowfire.org>
22618 Sent: Tuesday, October 10, 2000 2:13 AM
22619 Subject: Re: [IRCServices] Desperate Problems
22620
22621
22622 > ok.
22623 > So in summary, I disable StatServ, to fix the split causing services to
22624 die problem (according to Sean Kelly)
22625 > and I disable the guest feature until its fixed in a newer release
22626 (according to Andrew)
22627 >
22628 > Thanks guys,
22629 > Imran Ali Rashid
22630 >
22631 > ----- Original Message -----
22632 > From: "Andrew Kempe" <andrewk@icon.co.za>
22633 > To: <ircservices@Snow.shadowfire.org>
22634 > Sent: Monday, October 09, 2000 8:47 PM
22635 > Subject: Re: [IRCServices] Desperate Problems
22636 >
22637 >
22638 > > I know about this issue and am going to fix it.
22639 > >
22640 > > For the mean time, please disable GUEST nicks.
22641 > >
22642 > > Andrew
22643 > >
22644 > > ----- Original Message -----
22645 > > From: "Imran Ali Rashid" <u970042@giki.edu.pk>
22646 > > To: <ircservices@Snow.shadowfire.org>
22647 > > Sent: Monday, October 09, 2000 3:44 PM
22648 > > Subject: [IRCServices] Desperate Problems
22649 > >
22650 > > > Umm Remember the problems I quoted earlier.
22651 > > >
22652 > > > When there are more than two netsplits, as in server B was connected
22653 to
22654 > > server A, server B splits, connects, splits and
22655 > > > then when it connects, services die.
22656 > > > This isn't the worst part.
22657 > > >
22658 > > > When I restart services, on joining as expected, people are told to
22659 change
22660 > > their nicks, otherwise they will be guested.
22661 > > > Guess what. Most nicks are changed to the same Guest nick. See below:
22662 > > >
22663 > > > [18:30] *** white_jazz is now known as Guest29047169
22664 > > > [18:30] *** ``Spades`` is now known as Guest29147169
22665 > > > [18:30] *** ABJ is now known as Guest29147169
22666 > > > [18:31] *** Daru is now known as Guest48147206
22667 > > > [18:31] *** Bad_very_bad_boy is now known as Guest48147206
22668 > > > [18:31] *** DiEsEL is now known as Guest48147206
22669 > > > [18:31] *** L3pR3cAuN is now known as Guest48047206
22670 >
22671 >
22672 >
22673 > ---------------------------------------------------------------
22674 > To unsubscribe, send email to majordomo@ender.shadowfire.org
22675 > with "unsubscribe ircservices" in the body, without the quotes.
22676 >
22677
22678
22679 ---------------------------------------------------------------
22680 To unsubscribe, send email to majordomo@ender.shadowfire.org
22681 with "unsubscribe ircservices" in the body, without the quotes.
22682
22683
22684 From &quot Tue Oct 10 12:41:33 2000
22685 From: &quot (&quot)
22686 Date: Sat Oct 23 23:01:01 2004
22687 Subject: [IRCServices] Desperate Problems
22688 References: <01b101c03206$5b676830$430ba8c0@hostel1.giki.edu.pk> <001101c03208$30ea9120$9c011ac4@shadow> <02bd01c0327e$34f0fa90$430ba8c0@hostel1.giki.edu.pk>
22689 Message-ID: 001601c032f2$19116a20$9b46a8c0@laptop
22690
22691
22692 ----- Original Message -----
22693 From: "Imran Ali Rashid" <u970042@giki.edu.pk>
22694 To: <ircservices@Snow.shadowfire.org>
22695 Sent: Monday, October 09, 2000 8:13 PM
22696 Subject: Re: [IRCServices] Desperate Problems
22697
22698
22699 > ok.
22700 > So in summary, I disable StatServ, to fix the split causing services to
22701 die problem (according to Sean Kelly)
22702 > and I disable the guest feature until its fixed in a newer release
22703 (according to Andrew)
22704 >
22705 > Thanks guys,
22706 > Imran Ali Rashid
22707 >
22708 <snip>
22709
22710 ok,
22711
22712 Here's my $0.02, in light of the affects that will occur, the network
22713 functionality should always take priority to user functionality. That said
22714 it would be, IMHO, to disable the guest feature and keep the stats. Without
22715 the guest feature users will be /kill'd instead, they can always reconnect.
22716 One of two things are happening if a nick is forced a change to guestxxxxx
22717 to start with. One is that services is lagged to the point of not seeing a
22718 users attempt of identify'ing or two the user isn't paying attention.
22719
22720 This creates an inconvenience for the user, but keeps the network stable(The
22721 IRCop's prime duty, IAW RFC1459).
22722
22723 Scott Seufert
22724 aka katsklaw
22725 Server Admin
22726 Excalibre.ShadowFire.Org
22727
22728
22729 ---------------------------------------------------------------
22730 To unsubscribe, send email to majordomo@ender.shadowfire.org
22731 with "unsubscribe ircservices" in the body, without the quotes.
22732
22733
22734 From &quot Tue Oct 10 14:42:27 2000
22735 From: &quot (&quot)
22736 Date: Sat Oct 23 23:01:01 2004
22737 Subject: [IRCServices] Desperate Problems
22738 References: <01b101c03206$5b676830$430ba8c0@hostel1.giki.edu.pk> <001101c03208$30ea9120$9c011ac4@shadow> <02bd01c0327e$34f0fa90$430ba8c0@hostel1.giki.edu.pk> <001601c032f2$19116a20$9b46a8c0@laptop>
22739 Message-ID: 093201c03307$4d7450b0$430ba8c0@hostel1.giki.edu.pk
22740
22741 <snip>
22742
22743 > Here's my $0.02, in light of the affects that will occur, the network
22744 > functionality should always take priority to user functionality. That said
22745 > it would be, IMHO, to disable the guest feature and keep the stats. Without
22746 > the guest feature users will be /kill'd instead, they can always reconnect.
22747 > One of two things are happening if a nick is forced a change to guestxxxxx
22748 > to start with. One is that services is lagged to the point of not seeing a
22749 > users attempt of identify'ing or two the user isn't paying attention.
22750
22751 The thing is that when people are guested, there is hardly any load on the system, and since people get the same nicks,
22752 it is equalent to having killed them. So either ways, this isn't that much of a problem, except for the confusion
22753 caused. There is no lag either. So the point is moot.
22754
22755 Keeping stats is probably one of the worst things that could be done in light of the above situation. I mean imagine
22756 what happens after 2 splits and rejoins. Services squits from the network and starts eating up 22% cpu on a p3-450. Uhh
22757 i don't think i like that. I have to kill it and start services again, because the current process will not reconnect,
22758 and is therefore useless, other than the 22% cpu usage, which also might cause problems for other processes on the
22759 machine. This imho will not keep the network or the services machine stable, since splits are a fact of life, and do
22760 happen. On the other hand, a little extra info can be lost for a LOT more stability on the part of services.
22761
22762 > This creates an inconvenience for the user, but keeps the network stable(The
22763 > IRCop's prime duty, IAW RFC1459).
22764
22765 Umm not having services and having services... u decide which is more helpful in keeping the network up and running
22766 properly. Keep in mind the 22% cpu usage, having to restart services on the server, and that guesting will only cause
22767 confusion, and nothing else. IMHO both should be removed on a temporary basis until the issues are resolved.
22768
22769 > Scott Seufert
22770 > aka katsklaw
22771 > Server Admin
22772 > Excalibre.ShadowFire.Org
22773
22774 Imran Ali Rashid
22775 Server Admin of a small tiny, two servers linked across a modem irc network. Converting the modem link to lan in about a
22776 week, so splits issue should be non-existant.
22777 irc.giki.edu.pk
22778
22779
22780 ---------------------------------------------------------------
22781 To unsubscribe, send email to majordomo@ender.shadowfire.org
22782 with "unsubscribe ircservices" in the body, without the quotes.
22783
22784
22785 From anarki at flamebait.org Tue Oct 10 20:47:14 2000
22786 From: anarki at flamebait.org (Scott Seufert)
22787 Date: Sat Oct 23 23:01:01 2004
22788 Subject: [IRCServices] Desperate Problems
22789 In-Reply-To: <093201c03307$4d7450b0$430ba8c0@hostel1.giki.edu.pk>
22790 References: <01b101c03206$5b676830$430ba8c0@hostel1.giki.edu.pk><001101c03208$30ea9120$9c011ac4@shadow><02bd01c0327e$34f0fa90$430ba8c0@hostel1.giki.edu.pk><001601c032f2$19116a20$9b46a8c0@laptop>
22791 Message-ID: 5.0.0.25.0.20001010232814.00a98828@mail.ure.net
22792
22793 I was suggesting a lesser of two evils. Services is in no way required for
22794 network maintenance, so asking me to decide which is more helpful, is
22795 totally irrelevant.
22796
22797 A good set of opers and a RFC compliant IRCd will have all the tools needed
22798 for the task. Please remember that IRC was conceived without services and
22799 the oldest net still runs without them.
22800
22801 I'm not one to get into a heated debate over my opinion.
22802
22803 If you read RFC 1459, services isn't even mentioned. Where as the duties of
22804 an IRCop are, in such duties are network/server maintenance. So by
22805 standard, choosing to keep a network tool like StatServ would be more
22806 helpful to the oper than worrying about whether or not a few nicks get
22807 changed/killed.
22808
22809 Whatever you decide is of course your choice alone, I'm just here to help
22810 by offering my years of experience.
22811
22812 I do trust that these problems will be handled in the near future. In the
22813 short time I have known Andrew, he has always been good about fixing
22814 problems in a timely manner.
22815
22816 </rant>
22817
22818
22819 Scott Seufert
22820 aka katsklaw
22821 Server Admin
22822 Excalibre.ShadowFire.Org
22823
22824
22825 <snip>
22826
22827 > > This creates an inconvenience for the user, but keeps the network
22828 > stable(The
22829 > > IRCop's prime duty, IAW RFC1459).
22830 >
22831 >Umm not having services and having services... u decide which is more
22832 >helpful in keeping the network up and running
22833 >properly. Keep in mind the 22% cpu usage, having to restart services on
22834 >the server, and that guesting will only cause
22835 >confusion, and nothing else. IMHO both should be removed on a temporary
22836 >basis until the issues are resolved.
22837 >
22838 > > Scott Seufert
22839 > > aka katsklaw
22840 > > Server Admin
22841 > > Excalibre.ShadowFire.Org
22842 >
22843 >Imran Ali Rashid
22844 >Server Admin of a small tiny, two servers linked across a modem irc
22845 >network. Converting the modem link to lan in about a
22846 >week, so splits issue should be non-existant.
22847 >irc.giki.edu.pk
22848 >
22849 >
22850 >---------------------------------------------------------------
22851 >To unsubscribe, send email to majordomo@ender.shadowfire.org
22852 >with "unsubscribe ircservices" in the body, without the quotes.
22853
22854
22855 ---------------------------------------------------------------
22856 To unsubscribe, send email to majordomo@ender.shadowfire.org
22857 with "unsubscribe ircservices" in the body, without the quotes.
22858
22859
22860 From achurch at dragonfire.net Tue Oct 10 23:11:00 2000
22861 From: achurch at dragonfire.net (Andrew Church)
22862 Date: Sat Oct 23 23:01:01 2004
22863 Subject: [IRCServices] Desperate Problems
22864 Message-ID: E13jFMI&#45;00065I&#45;00@manx.dreamhaven.net
22865
22866 <rant>
22867
22868 Permit me to offer _my_ years of experience and point out that network
22869 and server maintenance is completely meaningless without users. This is
22870 just as true of IRC as of the Internet in general; when was the last time
22871 you talked to someone maintaining a gopher server, for example? This is
22872 what we in the field technically refer to as "being too literal".
22873 Example:
22874
22875 If you read RFC 1459, scripting isn't even mentioned, whereas the
22876 duties of an IRCop are; in such duties are network/server maintenance.
22877 So by standard, choosing to keep a network tool like StatServ would be
22878 more helpful to the oper than worrying about whether or not a few users
22879 get flooded by clonebots.
22880
22881 (Note that StatServ and {nick protection, scripting} are entirely
22882 orthogonal, except to the extent that nick protection and StatServ run in
22883 the same process; and of course, if StatServ crashes then StatServ can't
22884 continue working as a network tool, which makes this a non-solution to
22885 start with.)
22886
22887 Of course, this is completely irrelevent to the original question,
22888 which was not "I'm going to pick one of these two things to get rid of,
22889 which one should I choose". The original question was "Having StatServ
22890 enabled causes Services to crash, how can I make it stop crashing?"
22891 Saying "Leave StatServ enabled and let the users deal with Services
22892 crashing" does not answer that question.
22893
22894 </rant>
22895
22896 --Andrew Church
22897 achurch@dragonfire.net
22898 http://achurch.dragonfire.net/
22899
22900 >I was suggesting a lesser of two evils. Services is in no way required for
22901 >network maintenance, so asking me to decide which is more helpful, is
22902 >totally irrelevant.
22903 >
22904 >A good set of opers and a RFC compliant IRCd will have all the tools needed
22905 >for the task. Please remember that IRC was conceived without services and
22906 >the oldest net still runs without them.
22907 >
22908 >I'm not one to get into a heated debate over my opinion.
22909 >
22910 >If you read RFC 1459, services isn't even mentioned. Where as the duties of
22911 >an IRCop are, in such duties are network/server maintenance. So by
22912 >standard, choosing to keep a network tool like StatServ would be more
22913 >helpful to the oper than worrying about whether or not a few nicks get
22914 >changed/killed.
22915 >
22916 >Whatever you decide is of course your choice alone, I'm just here to help
22917 >by offering my years of experience.
22918 >
22919 >I do trust that these problems will be handled in the near future. In the
22920 >short time I have known Andrew, he has always been good about fixing
22921 >problems in a timely manner.
22922 >
22923 ></rant>
22924 >
22925 >
22926 >Scott Seufert
22927 >aka katsklaw
22928 >Server Admin
22929 >Excalibre.ShadowFire.Org
22930 >
22931 >
22932 ><snip>
22933 >
22934 >> > This creates an inconvenience for the user, but keeps the network
22935 >> stable(The
22936 >> > IRCop's prime duty, IAW RFC1459).
22937 >>
22938 >>Umm not having services and having services... u decide which is more
22939 >>helpful in keeping the network up and running
22940 >>properly. Keep in mind the 22% cpu usage, having to restart services on
22941 >>the server, and that guesting will only cause
22942 >>confusion, and nothing else. IMHO both should be removed on a temporary
22943 >>basis until the issues are resolved.
22944 >>
22945 >> > Scott Seufert
22946 >> > aka katsklaw
22947 >> > Server Admin
22948 >> > Excalibre.ShadowFire.Org
22949 >>
22950 >>Imran Ali Rashid
22951 >>Server Admin of a small tiny, two servers linked across a modem irc
22952 >>network. Converting the modem link to lan in about a
22953 >>week, so splits issue should be non-existant.
22954 >>irc.giki.edu.pk
22955 >>
22956 >>
22957 >>---------------------------------------------------------------
22958 >>To unsubscribe, send email to majordomo@ender.shadowfire.org
22959 >>with "unsubscribe ircservices" in the body, without the quotes.
22960 >
22961 >
22962 >---------------------------------------------------------------
22963 >To unsubscribe, send email to majordomo@ender.shadowfire.org
22964 >with "unsubscribe ircservices" in the body, without the quotes.
22965
22966 ---------------------------------------------------------------
22967 To unsubscribe, send email to majordomo@ender.shadowfire.org
22968 with "unsubscribe ircservices" in the body, without the quotes.
22969
22970
22971 From &quot Tue Oct 10 23:31:00 2000
22972 From: &quot (&quot)
22973 Date: Sat Oct 23 23:01:01 2004
22974 Subject: [IRCServices] Desperate Problems
22975 References: <01b101c03206$5b676830$430ba8c0@hostel1.giki.edu.pk> <001101c03208$30ea9120$9c011ac4@shadow> <02bd01c0327e$34f0fa90$430ba8c0@hostel1.giki.edu.pk> <001601c032f2$19116a20$9b46a8c0@laptop> <5.0.0.25.0.20001010232814.00a98828@mail.ure.net>
22976 Message-ID: 00cb01c0334c$d49ca2a0$430ba8c0@hostel1.giki.edu.pk
22977
22978 > I was suggesting a lesser of two evils. Services is in no way required for
22979 > network maintenance, so asking me to decide which is more helpful, is
22980 > totally irrelevant.
22981 >
22982 > A good set of opers and a RFC compliant IRCd will have all the tools needed
22983 > for the task. Please remember that IRC was conceived without services and
22984 > the oldest net still runs without them.
22985
22986 I still remember those times, before services ever existed that is.
22987 :)
22988
22989 > I'm not one to get into a heated debate over my opinion.
22990
22991 Neither am I. And that makes two of us.
22992 :)
22993
22994 > If you read RFC 1459, services isn't even mentioned. Where as the duties of
22995 > an IRCop are, in such duties are network/server maintenance. So by
22996 > standard, choosing to keep a network tool like StatServ would be more
22997 > helpful to the oper than worrying about whether or not a few nicks get
22998 > changed/killed.
22999 >
23000 > Whatever you decide is of course your choice alone, I'm just here to help
23001 > by offering my years of experience.
23002
23003 I happen to agree with you. But StatServ is a part of services, and I didn't think the two issues of guesting and
23004 services dying were related.
23005
23006 Here is part of Sean Kelly's mail:
23007 > I've seen this before here on SlashNET. I think it has to do with StatServ code.
23008 > When I compile without it, the problem goes away. When I compile with it, after
23009 > big periods of netsplits, services just ghost off. The process keeps running,
23010 > but they ping timeout. I've not had the time to do real debugging on it, and
23011 > I wouldn't want to do live debugging of it on SlashNET either...
23012 End Sean Kelly's mail.
23013
23014 So umm if keeping statserv causes services to die.... what good is statserv going to do anyway?
23015
23016 Sean also pointed out that the guesting randomization problem isn't related to this.
23017 Please correct me if I am wrong, but from your mail, I get the feeling that you think they are.
23018
23019 > I do trust that these problems will be handled in the near future. In the
23020 > short time I have known Andrew, he has always been good about fixing
23021 > problems in a timely manner.
23022
23023 And so have I observed also. Thanks Andrew.
23024
23025 > </rant>
23026
23027 hey where did this start?
23028 :)
23029
23030 > Scott Seufert
23031 > aka katsklaw
23032 > Server Admin
23033 > Excalibre.ShadowFire.Org
23034
23035 Imran Ali Rashid
23036
23037
23038 ---------------------------------------------------------------
23039 To unsubscribe, send email to majordomo@ender.shadowfire.org
23040 with "unsubscribe ircservices" in the body, without the quotes.
23041
23042
23043 From &quot Wed Oct 11 00:58:38 2000
23044 From: &quot (&quot)
23045 Date: Sat Oct 23 23:01:01 2004
23046 Subject: [IRCServices] cheers. ideas.
23047 Message-ID: 002d01c03359$10285b00$9c011ac4@shadow
23048
23049 this bounced...
23050
23051 > From: "Bruno Lacerda" <sniffer@sniffer.net>
23052 > To: <ircservices@Snow.shadowfire.org>
23053 > Subject: cheers. ideas.
23054 > Date: Tue, 10 Oct 2000 19:37:44 -0300
23055 >
23056 > im a ansi c/database programmer, im currently working with webdevel but
23057 just
23058 > for money.
23059 >
23060 > well, im completely open for help with new ways of storing,retrieving
23061 > services information, such as databases..
23062 >
23063 > i dont know about the ircservices devel state, but, i suggest using real
23064 sql
23065 > based databases.. mysql, postgres.. dunno.
23066 >
23067 > uh, a question, am i subscribed to the right mailing list?
23068 >
23069 > cheers, bruno lacerda.
23070 > http://sniffer.net
23071 > sniffer@sniffer.net
23072 >
23073 >
23074
23075
23076 ---------------------------------------------------------------
23077 To unsubscribe, send email to majordomo@ender.shadowfire.org
23078 with "unsubscribe ircservices" in the body, without the quotes.
23079
23080
23081 From &quot Wed Oct 11 02:09:50 2000
23082 From: &quot (&quot)
23083 Date: Sat Oct 23 23:01:01 2004
23084 Subject: [IRCServices] cheers. ideas.
23085 In-Reply-To: <002d01c03359$10285b00$9c011ac4@shadow>
23086 References: <002d01c03359$10285b00$9c011ac4@shadow>
23087 Message-ID: 20001011090950.23502.qmail@breakfree.com
23088
23089
23090 Hmm, I dunno how fast/effective the current db format is but it sounds like
23091 a good idea. Would allow easier data/user management with other software.
23092 Maybe make the database functions modular and let the user decide which db
23093 format to use?
23094
23095 Andrew Kempe writes:
23096
23097 > this bounced...
23098 >
23099 > > From: "Bruno Lacerda" <sniffer@sniffer.net>
23100 > > To: <ircservices@Snow.shadowfire.org>
23101 > > Subject: cheers. ideas.
23102 > > Date: Tue, 10 Oct 2000 19:37:44 -0300
23103 > >
23104 > > im a ansi c/database programmer, im currently working with webdevel but
23105 > just
23106 > > for money.
23107 > >
23108 > > well, im completely open for help with new ways of storing,retrieving
23109 > > services information, such as databases..
23110 > >
23111 > > i dont know about the ircservices devel state, but, i suggest using real
23112 > sql
23113 > > based databases.. mysql, postgres.. dunno.
23114 > >
23115 > > uh, a question, am i subscribed to the right mailing list?
23116 > >
23117 > > cheers, bruno lacerda.
23118 > > http://sniffer.net
23119 > > sniffer@sniffer.net
23120 > >
23121 > >
23122 >
23123 >
23124 > ---------------------------------------------------------------
23125 > To unsubscribe, send email to majordomo@ender.shadowfire.org
23126 > with "unsubscribe ircservices" in the body, without the quotes.
23127
23128
23129
23130
23131 ---------------------------------------------------------------
23132 To unsubscribe, send email to majordomo@ender.shadowfire.org
23133 with "unsubscribe ircservices" in the body, without the quotes.
23134
23135
23136 From &quot Wed Oct 11 03:00:44 2000
23137 From: &quot (&quot)
23138 Date: Sat Oct 23 23:01:01 2004
23139 Subject: [IRCServices] cheers. ideas.
23140 References: <002d01c03359$10285b00$9c011ac4@shadow> <20001011090950.23502.qmail@breakfree.com>
23141 Message-ID: 007601c0336a$1eca53a0$9c011ac4@shadow
23142
23143 This is the ideal situation...
23144
23145 However, those who have worked with developing software that can handle
23146 "modules" will probably know that it is not something one does in one Sunday
23147 afternoon.
23148
23149 On this note, I've considered moving the databases to a text based format
23150 using XML. Because the databases are pretty much "read-only" (all changes
23151 HAVE to be made via Services itself) this would allow for a pretty wide
23152 range of applications to use them.
23153
23154 I'm busy writing a test program that I'm going to want as many people to
23155 test as possible to ensure that the XML lib that I'm using is going to work
23156 everywhere. This is because the current database format will be replaced by
23157 the new one.
23158
23159 Are there any thoughts or concerns on using XML/text to store the
23160 information?
23161
23162 Andrew
23163
23164 ----- Original Message -----
23165 From: "Samuel Graenacher" <sam@breakfree.com>
23166 To: <ircservices@Snow.shadowfire.org>
23167 Sent: Wednesday, October 11, 2000 11:09 AM
23168 Subject: Re: [IRCServices] cheers. ideas.
23169
23170
23171 >
23172 > Hmm, I dunno how fast/effective the current db format is but it sounds
23173 like
23174 > a good idea. Would allow easier data/user management with other software.
23175 > Maybe make the database functions modular and let the user decide which db
23176 > format to use?
23177 >
23178 > Andrew Kempe writes:
23179 >
23180 > > this bounced...
23181 > >
23182 > > > From: "Bruno Lacerda" <sniffer@sniffer.net>
23183 > > > To: <ircservices@Snow.shadowfire.org>
23184 > > > Subject: cheers. ideas.
23185 > > > Date: Tue, 10 Oct 2000 19:37:44 -0300
23186 > > >
23187 > > > im a ansi c/database programmer, im currently working with webdevel
23188 but
23189 > > just
23190 > > > for money.
23191 > > >
23192 > > > well, im completely open for help with new ways of storing,retrieving
23193 > > > services information, such as databases..
23194 > > >
23195 > > > i dont know about the ircservices devel state, but, i suggest using
23196 real
23197 > > sql
23198 > > > based databases.. mysql, postgres.. dunno.
23199 > > >
23200 > > > uh, a question, am i subscribed to the right mailing list?
23201 > > >
23202 > > > cheers, bruno lacerda.
23203 > > > http://sniffer.net
23204 > > > sniffer@sniffer.net
23205 > > >
23206 > > >
23207 > >
23208 > >
23209 > > ---------------------------------------------------------------
23210 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
23211 > > with "unsubscribe ircservices" in the body, without the quotes.
23212 >
23213 >
23214 >
23215 >
23216 > ---------------------------------------------------------------
23217 > To unsubscribe, send email to majordomo@ender.shadowfire.org
23218 > with "unsubscribe ircservices" in the body, without the quotes.
23219 >
23220
23221
23222 ---------------------------------------------------------------
23223 To unsubscribe, send email to majordomo@ender.shadowfire.org
23224 with "unsubscribe ircservices" in the body, without the quotes.
23225
23226
23227 From &quot Wed Oct 11 03:30:16 2000
23228 From: &quot (&quot)
23229 Date: Sat Oct 23 23:01:01 2004
23230 Subject: [IRCServices] cheers. ideas.
23231 References: <002d01c03359$10285b00$9c011ac4@shadow> <20001011090950.23502.qmail@breakfree.com> <007601c0336a$1eca53a0$9c011ac4@shadow>
23232 Message-ID: 005a01c0336e$55751710$430ba8c0@hostel1.giki.edu.pk
23233
23234 XML is a good idea, since then people have the option of having text files or databases and since it would allow for a
23235 lot of extra functionality. I volunteer for the test program... tell me whenever you want it tested.
23236
23237 Imran Ali Rashid
23238
23239 ----- Original Message -----
23240 From: "Andrew Kempe" <andrewk@icon.co.za>
23241 To: <ircservices@Snow.shadowfire.org>
23242 Sent: Wednesday, October 11, 2000 3:00 PM
23243 Subject: Re: [IRCServices] cheers. ideas.
23244
23245
23246 > This is the ideal situation...
23247 >
23248 <snip>
23249 >
23250 > On this note, I've considered moving the databases to a text based format
23251 > using XML. Because the databases are pretty much "read-only" (all changes
23252 > HAVE to be made via Services itself) this would allow for a pretty wide
23253 > range of applications to use them.
23254 >
23255 > I'm busy writing a test program that I'm going to want as many people to
23256 > test as possible to ensure that the XML lib that I'm using is going to work
23257 > everywhere. This is because the current database format will be replaced by
23258 > the new one.
23259 >
23260 > Are there any thoughts or concerns on using XML/text to store the
23261 > information?
23262 >
23263 > Andrew
23264
23265
23266
23267 ---------------------------------------------------------------
23268 To unsubscribe, send email to majordomo@ender.shadowfire.org
23269 with "unsubscribe ircservices" in the body, without the quotes.
23270
23271
23272 From kwahraw at relic.net Wed Oct 11 04:33:59 2000
23273 From: kwahraw at relic.net (Chris Wiest)
23274 Date: Sat Oct 23 23:01:01 2004
23275 Subject: [IRCServices] cheers. ideas.
23276 In-Reply-To: <20001011090950.23502.qmail@breakfree.com>
23277 References: 20001011090950.23502.qmail@breakfree.com
23278 Message-ID: Pine.BSF.4.21.0010110731040.95411&#45;100000@relic.net
23279
23280 i debated, and even played with storing/retreiving to mysql. The problem
23281 that I've found is that you then deal with ensuring the sql program is up
23282 and running, and sql tends to crash (we actually have a sql based program
23283 currently that has an average uptime of 2 to 3 days). I don't know if
23284 anyone else has experienced this, however it seems to kinda be
23285 standard. We deal with 1600 to 2000 users simultaneous, they tend to get
23286 pissy when our services go boom, and rightly so. I'm not saying not to
23287 move to sql (though I'd say xml seems a better option), but I am saying
23288 that given sql's uptime, it can be an issue.
23289
23290 --CDW
23291
23292 On Wed, 11 Oct 2000, Samuel Graenacher wrote:
23293
23294 >
23295 > Hmm, I dunno how fast/effective the current db format is but it sounds like
23296 > a good idea. Would allow easier data/user management with other software.
23297 > Maybe make the database functions modular and let the user decide which db
23298 > format to use?
23299 >
23300 > Andrew Kempe writes:
23301 >
23302 > > this bounced...
23303 > >
23304 > > > From: "Bruno Lacerda" <sniffer@sniffer.net>
23305 > > > To: <ircservices@Snow.shadowfire.org>
23306 > > > Subject: cheers. ideas.
23307 > > > Date: Tue, 10 Oct 2000 19:37:44 -0300
23308 > > >
23309 > > > im a ansi c/database programmer, im currently working with webdevel but
23310 > > just
23311 > > > for money.
23312 > > >
23313 > > > well, im completely open for help with new ways of storing,retrieving
23314 > > > services information, such as databases..
23315 > > >
23316 > > > i dont know about the ircservices devel state, but, i suggest using real
23317 > > sql
23318 > > > based databases.. mysql, postgres.. dunno.
23319 > > >
23320 > > > uh, a question, am i subscribed to the right mailing list?
23321 > > >
23322 > > > cheers, bruno lacerda.
23323 > > > http://sniffer.net
23324 > > > sniffer@sniffer.net
23325 > > >
23326 > > >
23327 > >
23328 > >
23329 > > ---------------------------------------------------------------
23330 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
23331 > > with "unsubscribe ircservices" in the body, without the quotes.
23332 >
23333 >
23334 >
23335 >
23336 > ---------------------------------------------------------------
23337 > To unsubscribe, send email to majordomo@ender.shadowfire.org
23338 > with "unsubscribe ircservices" in the body, without the quotes.
23339 >
23340
23341
23342 ---------------------------------------------------------------
23343 To unsubscribe, send email to majordomo@ender.shadowfire.org
23344 with "unsubscribe ircservices" in the body, without the quotes.
23345
23346
23347 From anarki at flamebait.org Wed Oct 11 04:36:07 2000
23348 From: anarki at flamebait.org (Scott Seufert)
23349 Date: Sat Oct 23 23:01:01 2004
23350 Subject: [IRCServices] cheers. ideas.
23351 In-Reply-To: <Pine.BSF.4.21.0010110731040.95411-100000@relic.net>
23352 References: <20001011090950.23502.qmail@breakfree.com>
23353 Message-ID: 5.0.0.25.0.20001011073348.00a5c4a8@mail.ure.net
23354
23355 At 07:33 AM 10/11/2000 -0400, you wrote:
23356 >i debated, and even played with storing/retreiving to mysql. The problem
23357 >that I've found is that you then deal with ensuring the sql program is up
23358 >and running, and sql tends to crash (we actually have a sql based program
23359 >currently that has an average uptime of 2 to 3 days). I don't know if
23360 >anyone else has experienced this, however it seems to kinda be
23361 >standard. We deal with 1600 to 2000 users simultaneous, they tend to get
23362 >pissy when our services go boom, and rightly so. I'm not saying not to
23363 >move to sql (though I'd say xml seems a better option), but I am saying
23364 >that given sql's uptime, it can be an issue.
23365 >
23366 >--CDW
23367
23368 <snip>
23369
23370 In my experience I have seen quite the opposite, SQL tends to be quite
23371 stable. Offering reliable support for tens of thousands. This experience
23372 includes mySQL and MS SQL.
23373
23374 Scott Seufert
23375 aka katsklaw
23376 Server Admin
23377 Excalibre.ShadowFire.Org
23378
23379
23380 ---------------------------------------------------------------
23381 To unsubscribe, send email to majordomo@ender.shadowfire.org
23382 with "unsubscribe ircservices" in the body, without the quotes.
23383
23384
23385 From anarki at flamebait.org Wed Oct 11 04:55:12 2000
23386 From: anarki at flamebait.org (Scott Seufert)
23387 Date: Sat Oct 23 23:01:01 2004
23388 Subject: [IRCServices] Desperate Problems
23389 In-Reply-To: <E13jFMI-00065I-00@manx.dreamhaven.net>
23390 References: E13jFMI&#45;00065I&#45;00@manx.dreamhaven.net
23391 Message-ID: 5.0.0.25.0.20001011073650.00a4ebf0@mail.ure.net
23392
23393 At 11:11 PM 10/10/2000 -0700, you wrote:
23394 ><rant>
23395 >
23396 > Permit me to offer _my_ years of experience and point out that network
23397 >and server maintenance is completely meaningless without users. This is
23398 >just as true of IRC as of the Internet in general; when was the last time
23399 >you talked to someone maintaining a gopher server, for example? This is
23400 >what we in the field technically refer to as "being too literal".
23401 >Example:
23402 >
23403 > If you read RFC 1459, scripting isn't even mentioned, whereas the
23404 >duties of an IRCop are; in such duties are network/server maintenance.
23405 >So by standard, choosing to keep a network tool like StatServ would be
23406 >more helpful to the oper than worrying about whether or not a few users
23407 >get flooded by clonebots.
23408 >
23409 > (Note that StatServ and {nick protection, scripting} are entirely
23410 >orthogonal, except to the extent that nick protection and StatServ run in
23411 >the same process; and of course, if StatServ crashes then StatServ can't
23412 >continue working as a network tool, which makes this a non-solution to
23413 >start with.)
23414 >
23415 > Of course, this is completely irrelevent to the original question,
23416 >which was not "I'm going to pick one of these two things to get rid of,
23417 >which one should I choose". The original question was "Having StatServ
23418 >enabled causes Services to crash, how can I make it stop crashing?"
23419 >Saying "Leave StatServ enabled and let the users deal with Services
23420 >crashing" does not answer that question.
23421 >
23422 ></rant>
23423 >
23424 > --Andrew Church
23425 > achurch@dragonfire.net
23426 > http://achurch.dragonfire.net/
23427
23428 <snip>
23429
23430 Unless I totally misread the short 5 line post I started to offer my
23431 opinion to, my post would be relevant. I can't remember specifics and the
23432 post is on my laptop, so please bear with me.
23433
23434 I offed my opinion at a choice between two possible solutions given by two
23435 different people. One solution was to disable StatServ, I don't remember
23436 who offered that solution, the second was disable guesting, offered by
23437 Andrew Kempe. As I read the post I perceived it as "I wonder which one is
23438 correct" type of post. So to help "choose" I gave my opinion, which was
23439 basically disable guesting, because I know it will be fixed in the future.
23440 The reasoning behind that is generally based on my oper experience on a
23441 60k+ user network were an IRCop NEEDS to make choices that will always
23442 support the network over the users even though most users don't see things
23443 that way.
23444
23445 My opinion doesn't suggest that the users are not important. Your are
23446 correct and I have stated so myself to people in the past that without
23447 users, a network would a group of opers with nothing better to do than to
23448 play with themselves. Also at hand is the fact that having/getting users is
23449 meaningless with a poorly maintained network/server. So the two work hand
23450 in hand.
23451
23452 So from my point of view, the post I originally replied to was indeed a
23453 "I'm going to pick one of these two things to get rid of, which one should
23454 I choose" type post.
23455
23456 I'm sorry if I was totally wrong on this.
23457
23458
23459 Scott Seufert
23460 aka katsklaw
23461 Server Admin
23462 Excalibre.ShadowFire.Org
23463
23464
23465 ---------------------------------------------------------------
23466 To unsubscribe, send email to majordomo@ender.shadowfire.org
23467 with "unsubscribe ircservices" in the body, without the quotes.
23468
23469
23470 From kwahraw at relic.net Wed Oct 11 06:09:29 2000
23471 From: kwahraw at relic.net (Chris Wiest)
23472 Date: Sat Oct 23 23:01:01 2004
23473 Subject: [IRCServices] cheers. ideas.
23474 In-Reply-To: <5.0.0.25.0.20001011073348.00a5c4a8@mail.ure.net>
23475 References: 5.0.0.25.0.20001011073348.00a5c4a8@mail.ure.net
23476 Message-ID: Pine.BSF.4.21.0010110903440.5616&#45;100000@relic.net
23477
23478 *shrug* perspectives and experience I suppose come into play here. While
23479 it may be the o/s we are operating from, which is FreeBSD4.0 (I am
23480 hesitant to move to 4.1, though the CD's are sitting on my desk at
23481 work due to its relative newness, and some network issues I've had with
23482 it on our development machine at work), 4.0 one would think would be able
23483 to keep mysql up and running. The issue seems to come about with multiple
23484 query requests and attempts to place entries into the database
23485 simultaneously. Again, my point is an XML format would perhaps be the
23486 better way to go, as it is not dependent on a 3rd party application
23487 working properly. Even if you have not had issues with the application
23488 itself, there is still the exposure that a third party application (your
23489 sql program) could crash, which on a philosophical level (putting aside my
23490 above mentioned personal problems with the application) is a bad way to
23491 go. I am not saying not to go ahead with sql, I am just pointing out a
23492 pretty clear downfall to doing so.
23493
23494 --CDW
23495
23496 On Wed, 11 Oct 2000, Scott Seufert wrote:
23497
23498 > At 07:33 AM 10/11/2000 -0400, you wrote:
23499 > >i debated, and even played with storing/retreiving to mysql. The problem
23500 > >that I've found is that you then deal with ensuring the sql program is up
23501 > >and running, and sql tends to crash (we actually have a sql based program
23502 > >currently that has an average uptime of 2 to 3 days). I don't know if
23503 > >anyone else has experienced this, however it seems to kinda be
23504 > >standard. We deal with 1600 to 2000 users simultaneous, they tend to get
23505 > >pissy when our services go boom, and rightly so. I'm not saying not to
23506 > >move to sql (though I'd say xml seems a better option), but I am saying
23507 > >that given sql's uptime, it can be an issue.
23508 > >
23509 > >--CDW
23510 >
23511 > <snip>
23512 >
23513 > In my experience I have seen quite the opposite, SQL tends to be quite
23514 > stable. Offering reliable support for tens of thousands. This experience
23515 > includes mySQL and MS SQL.
23516 >
23517 > Scott Seufert
23518 > aka katsklaw
23519 > Server Admin
23520 > Excalibre.ShadowFire.Org
23521 >
23522 >
23523 > ---------------------------------------------------------------
23524 > To unsubscribe, send email to majordomo@ender.shadowfire.org
23525 > with "unsubscribe ircservices" in the body, without the quotes.
23526 >
23527
23528
23529 ---------------------------------------------------------------
23530 To unsubscribe, send email to majordomo@ender.shadowfire.org
23531 with "unsubscribe ircservices" in the body, without the quotes.
23532
23533
23534 From &quot Wed Oct 11 09:19:39 2000
23535 From: &quot (&quot)
23536 Date: Sat Oct 23 23:01:01 2004
23537 Subject: [IRCServices] cheers. ideas.
23538 References: <Pine.BSF.4.21.0010110903440.5616-100000@relic.net>
23539 Message-ID: 001901c0339f$0f119100$0100a8c0@cablemodemnet.com.br
23540
23541 its me again..
23542
23543 the data storage, using sql brings a lot of new possibilitys, with real
23544 databases 3rd party programs/sites may use and change the information, this
23545 is really interesting, develop internet portals based on the users/channels
23546 information, search for users with html forms, retrieve/change password..
23547 integration is the main ideia.
23548
23549 im currently helping a irc network called BrasNet (Brazil), the nick.db have
23550 nothing more than 98 MB.. this _really_ stress the box.. with an indexed
23551 database the searches and querys about nicks and chans registrations and
23552 passwords authentication would be much more reliable!
23553
23554 well.. post you comment..
23555
23556 who is the services coding leader? Hi mr coder! (exchange ideas..)
23557
23558 Cheers,
23559
23560 Bruno Lacerda
23561 sniffer@sniffer.net
23562 http://sniffer.net
23563
23564 ----- Original Message -----
23565 From: "Chris Wiest" <kwahraw@relic.net>
23566 To: <ircservices@Snow.shadowfire.org>
23567 Cc: <ircservices@Snow.shadowfire.org>
23568 Sent: Wednesday, October 11, 2000 10:09 AM
23569 Subject: Re: [IRCServices] cheers. ideas.
23570
23571
23572 > *shrug* perspectives and experience I suppose come into play here. While
23573 > it may be the o/s we are operating from, which is FreeBSD4.0 (I am
23574 > hesitant to move to 4.1, though the CD's are sitting on my desk at
23575 > work due to its relative newness, and some network issues I've had with
23576 > it on our development machine at work), 4.0 one would think would be able
23577 > to keep mysql up and running. The issue seems to come about with multiple
23578 > query requests and attempts to place entries into the database
23579 > simultaneously. Again, my point is an XML format would perhaps be the
23580 > better way to go, as it is not dependent on a 3rd party application
23581 > working properly. Even if you have not had issues with the application
23582 > itself, there is still the exposure that a third party application (your
23583 > sql program) could crash, which on a philosophical level (putting aside my
23584 > above mentioned personal problems with the application) is a bad way to
23585 > go. I am not saying not to go ahead with sql, I am just pointing out a
23586 > pretty clear downfall to doing so.
23587 >
23588 > --CDW
23589 >
23590 > On Wed, 11 Oct 2000, Scott Seufert wrote:
23591 >
23592 > > At 07:33 AM 10/11/2000 -0400, you wrote:
23593 > > >i debated, and even played with storing/retreiving to mysql. The
23594 problem
23595 > > >that I've found is that you then deal with ensuring the sql program is
23596 up
23597 > > >and running, and sql tends to crash (we actually have a sql based
23598 program
23599 > > >currently that has an average uptime of 2 to 3 days). I don't know if
23600 > > >anyone else has experienced this, however it seems to kinda be
23601 > > >standard. We deal with 1600 to 2000 users simultaneous, they tend to
23602 get
23603 > > >pissy when our services go boom, and rightly so. I'm not saying not to
23604 > > >move to sql (though I'd say xml seems a better option), but I am saying
23605 > > >that given sql's uptime, it can be an issue.
23606 > > >
23607 > > >--CDW
23608 > >
23609 > > <snip>
23610 > >
23611 > > In my experience I have seen quite the opposite, SQL tends to be quite
23612 > > stable. Offering reliable support for tens of thousands. This experience
23613 > > includes mySQL and MS SQL.
23614 > >
23615 > > Scott Seufert
23616 > > aka katsklaw
23617 > > Server Admin
23618 > > Excalibre.ShadowFire.Org
23619 > >
23620 > >
23621 > > ---------------------------------------------------------------
23622 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
23623 > > with "unsubscribe ircservices" in the body, without the quotes.
23624 > >
23625 >
23626 >
23627 > ---------------------------------------------------------------
23628 > To unsubscribe, send email to majordomo@ender.shadowfire.org
23629 > with "unsubscribe ircservices" in the body, without the quotes.
23630 >
23631
23632
23633 ---------------------------------------------------------------
23634 To unsubscribe, send email to majordomo@ender.shadowfire.org
23635 with "unsubscribe ircservices" in the body, without the quotes.
23636
23637
23638 From &quot Wed Oct 11 08:44:20 2000
23639 From: &quot (&quot)
23640 Date: Sat Oct 23 23:01:01 2004
23641 Subject: [IRCServices] cheers. ideas.
23642 References: <Pine.BSF.4.21.0010110903440.5616-100000@relic.net> <001901c0339f$0f119100$0100a8c0@cablemodemnet.com.br>
23643 Message-ID: 00dd01c0339a$1ed83580$9c011ac4@shadow
23644
23645 Services is a READ ONCE, WRITE MANY application. If you make changes to the
23646 data in the underlying datastore, be it a database, binary file or text
23647 file, the changes would be lost at the next database save.
23648
23649 Services would require a lot of work to make it support proper querying of a
23650 database. The performance hit services would take would outweigh the benefit
23651 imho. If one were to do it properly, with multiple threads loading only the
23652 information needed to service the users and channels currently online,
23653 things would definately be better. However, let's be honest, this requires a
23654 lot of developement, skills and time.
23655
23656 What we should focus on is writing an interface for Services that allows
23657 external apps to communicate with it.
23658
23659 Back to your point about Brasnet, 98MB is a lot. However, it's not totally
23660 unreasonable. The thing I'd guess that is really taking a hit is the CPU.
23661 The algorithms were never meant to handle so much data. I am definately
23662 looking to improve the key ones.
23663
23664 Andrew
23665
23666 ----- Original Message -----
23667 From: "Bruno Lacerda" <sniffer@sniffer.net>
23668 To: <ircservices@Snow.shadowfire.org>
23669 Sent: Wednesday, October 11, 2000 6:19 PM
23670 Subject: Re: [IRCServices] cheers. ideas.
23671
23672
23673 > its me again..
23674 >
23675 > the data storage, using sql brings a lot of new possibilitys, with real
23676 > databases 3rd party programs/sites may use and change the information,
23677 this
23678 > is really interesting, develop internet portals based on the
23679 users/channels
23680 > information, search for users with html forms, retrieve/change password..
23681 > integration is the main ideia.
23682 >
23683 > im currently helping a irc network called BrasNet (Brazil), the nick.db
23684 have
23685 > nothing more than 98 MB.. this _really_ stress the box.. with an indexed
23686 > database the searches and querys about nicks and chans registrations and
23687 > passwords authentication would be much more reliable!
23688 >
23689 > well.. post you comment..
23690 >
23691 > who is the services coding leader? Hi mr coder! (exchange ideas..)
23692 >
23693 > Cheers,
23694 >
23695 > Bruno Lacerda
23696 > sniffer@sniffer.net
23697 > http://sniffer.net
23698 >
23699 > ----- Original Message -----
23700 > From: "Chris Wiest" <kwahraw@relic.net>
23701 > To: <ircservices@Snow.shadowfire.org>
23702 > Cc: <ircservices@Snow.shadowfire.org>
23703 > Sent: Wednesday, October 11, 2000 10:09 AM
23704 > Subject: Re: [IRCServices] cheers. ideas.
23705 >
23706 >
23707 > > *shrug* perspectives and experience I suppose come into play here. While
23708 > > it may be the o/s we are operating from, which is FreeBSD4.0 (I am
23709 > > hesitant to move to 4.1, though the CD's are sitting on my desk at
23710 > > work due to its relative newness, and some network issues I've had with
23711 > > it on our development machine at work), 4.0 one would think would be
23712 able
23713 > > to keep mysql up and running. The issue seems to come about with
23714 multiple
23715 > > query requests and attempts to place entries into the database
23716 > > simultaneously. Again, my point is an XML format would perhaps be the
23717 > > better way to go, as it is not dependent on a 3rd party application
23718 > > working properly. Even if you have not had issues with the application
23719 > > itself, there is still the exposure that a third party application (your
23720 > > sql program) could crash, which on a philosophical level (putting aside
23721 my
23722 > > above mentioned personal problems with the application) is a bad way to
23723 > > go. I am not saying not to go ahead with sql, I am just pointing out a
23724 > > pretty clear downfall to doing so.
23725 > >
23726 > > --CDW
23727 > >
23728 > > On Wed, 11 Oct 2000, Scott Seufert wrote:
23729 > >
23730 > > > At 07:33 AM 10/11/2000 -0400, you wrote:
23731 > > > >i debated, and even played with storing/retreiving to mysql. The
23732 > problem
23733 > > > >that I've found is that you then deal with ensuring the sql program
23734 is
23735 > up
23736 > > > >and running, and sql tends to crash (we actually have a sql based
23737 > program
23738 > > > >currently that has an average uptime of 2 to 3 days). I don't know
23739 if
23740 > > > >anyone else has experienced this, however it seems to kinda be
23741 > > > >standard. We deal with 1600 to 2000 users simultaneous, they tend to
23742 > get
23743 > > > >pissy when our services go boom, and rightly so. I'm not saying not
23744 to
23745 > > > >move to sql (though I'd say xml seems a better option), but I am
23746 saying
23747 > > > >that given sql's uptime, it can be an issue.
23748 > > > >
23749 > > > >--CDW
23750 > > >
23751 > > > <snip>
23752 > > >
23753 > > > In my experience I have seen quite the opposite, SQL tends to be quite
23754 > > > stable. Offering reliable support for tens of thousands. This
23755 experience
23756 > > > includes mySQL and MS SQL.
23757 > > >
23758 > > > Scott Seufert
23759 > > > aka katsklaw
23760 > > > Server Admin
23761 > > > Excalibre.ShadowFire.Org
23762 > > >
23763 > > >
23764 > > > ---------------------------------------------------------------
23765 > > > To unsubscribe, send email to majordomo@ender.shadowfire.org
23766 > > > with "unsubscribe ircservices" in the body, without the quotes.
23767 > > >
23768 > >
23769 > >
23770 > > ---------------------------------------------------------------
23771 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
23772 > > with "unsubscribe ircservices" in the body, without the quotes.
23773 > >
23774 >
23775 >
23776 > ---------------------------------------------------------------
23777 > To unsubscribe, send email to majordomo@ender.shadowfire.org
23778 > with "unsubscribe ircservices" in the body, without the quotes.
23779 >
23780
23781
23782 ---------------------------------------------------------------
23783 To unsubscribe, send email to majordomo@ender.shadowfire.org
23784 with "unsubscribe ircservices" in the body, without the quotes.
23785
23786
23787 From mike at chat.za.net Wed Oct 11 09:01:09 2000
23788 From: mike at chat.za.net (Michael Smith)
23789 Date: Sat Oct 23 23:01:01 2004
23790 Subject: [IRCServices] Desperate Problems
23791 Message-ID: 2.2.32.20001011160109.0112df28@moonlight.chat.za.net
23792
23793
23794
23795 the IRCD is stupid, the only time it checks nick integrity is on the /nick
23796 command
23797
23798 you can use svsnick
23799
23800 I changed a whole channel full of people to have the same name using svsnick
23801
23802 SVSnick is what the services uses to "guest" people
23803
23804 Mike
23805
23806
23807
23808
23809 At 04:56 PM 00/10/09 +0100, you wrote:
23810 >Just as a matter of interest, how does this happen ? I didn't think it was
23811 >possible for more than one person to have the same nick....surely the ircd
23812 >wouldn't allow it ?
23813 >
23814 >
23815 >Ciarán.
23816 >
23817 >
23818 >----- Original Message -----
23819 >From: "Imran Ali Rashid" <u970042@giki.edu.pk>
23820 >To: <ircservices@Snow.shadowfire.org>
23821 >Sent: Monday, October 09, 2000 2:44 PM
23822 >Subject: [IRCServices] Desperate Problems
23823 >
23824 >
23825 >> Umm Remember the problems I quoted earlier.
23826 >>
23827 >> When there are more than two netsplits, as in server B was connected to
23828 >server A, server B splits, connects, splits and
23829 >> then when it connects, services die.
23830 >> This isn't the worst part.
23831 >>
23832 >> When I restart services, on joining as expected, people are told to change
23833 >their nicks, otherwise they will be guested.
23834 >> Guess what. Most nicks are changed to the same Guest nick. See below:
23835 >>
23836 >> [18:30] *** white_jazz is now known as Guest29047169
23837 >> [18:30] *** ``Spades`` is now known as Guest29147169
23838 >> [18:30] *** ABJ is now known as Guest29147169
23839 >> [18:31] *** Daru is now known as Guest48147206
23840 >> [18:31] *** Bad_very_bad_boy is now known as Guest48147206
23841 >> [18:31] *** DiEsEL is now known as Guest48147206
23842 >> [18:31] *** L3pR3cAuN is now known as Guest48047206
23843 >>
23844 >> Please HELP!!!!!!!!!!!!!
23845 >>
23846 >> Imran Ali Rashid
23847 >>
23848 >>
23849 >> ---------------------------------------------------------------
23850 >> To unsubscribe, send email to majordomo@ender.shadowfire.org
23851 >> with "unsubscribe ircservices" in the body, without the quotes.
23852 >
23853 >
23854 >---------------------------------------------------------------
23855 >To unsubscribe, send email to majordomo@ender.shadowfire.org
23856 >with "unsubscribe ircservices" in the body, without the quotes.
23857 >
23858 >
23859 ---
23860 Michael Smith (Warlock on IRC)
23861 http://www.warlock.web.za
23862 "Do you smell something burning or is it me?"
23863 -- Joan of Arc
23864
23865
23866 ---------------------------------------------------------------
23867 To unsubscribe, send email to majordomo@ender.shadowfire.org
23868 with "unsubscribe ircservices" in the body, without the quotes.
23869
23870
23871 From mike at chat.za.net Wed Oct 11 09:04:35 2000
23872 From: mike at chat.za.net (Michael Smith)
23873 Date: Sat Oct 23 23:01:01 2004
23874 Subject: [IRCServices] Desperate Problems
23875 Message-ID: 2.2.32.20001011160435.012a7850@moonlight.chat.za.net
23876
23877
23878 Yup, I would be very interested...
23879
23880 Send it this way
23881
23882 Mike
23883
23884 At 11:11 PM 00/10/09 -0500, you wrote:
23885 >
23886 >----- Original Message -----
23887 >From: <quension@softhome.net>
23888 >To: <ircservices@ender.shadowfire.org>
23889 >Sent: Monday, October 09, 2000 5:51 PM
23890 >Subject: Re: [IRCServices] Desperate Problems
23891 >
23892 >
23893 >> Ciarán Reilly wrote:
23894 >>
23895 >> > Just as a matter of interest, how does this happen ? I didn't think it
23896 >was
23897 >> > possible for more than one person to have the same nick....surely the
23898 >ircd
23899 >> > wouldn't allow it ?
23900 >>
23901 >> Dreamforge assumes the SVSNICK command is valid, and does no error
23902 >> checking whatsoever. Bahamut does better: it will generate kills with
23903 >> the reason "SVSNICK Collide" in this case.
23904 >>
23905 >> > > [18:30] *** ``Spades`` is now known as Guest29147169
23906 >> > > [18:30] *** ABJ is now known as Guest29147169
23907 >>
23908 >
23909 >
23910 >If that is the case then it should be easy enough to merge the changes from
23911 >the Bahamut SVSNICK into DreamForge. I can do this if anyone is interested.
23912 >
23913 >Bryce Simonds (Kelmar K. Firesun)
23914 >
23915 >
23916 >---------------------------------------------------------------
23917 >To unsubscribe, send email to majordomo@ender.shadowfire.org
23918 >with "unsubscribe ircservices" in the body, without the quotes.
23919 >
23920 >
23921 ---
23922 Michael Smith (Warlock on IRC)
23923 http://www.warlock.web.za
23924 "Do you smell something burning or is it me?"
23925 -- Joan of Arc
23926
23927
23928 ---------------------------------------------------------------
23929 To unsubscribe, send email to majordomo@ender.shadowfire.org
23930 with "unsubscribe ircservices" in the body, without the quotes.
23931
23932
23933 From &quot Wed Oct 11 10:05:45 2000
23934 From: &quot (&quot)
23935 Date: Sat Oct 23 23:01:01 2004
23936 Subject: [IRCServices] cheers. ideas.
23937 References: <Pine.BSF.4.21.0010110903440.5616-100000@relic.net> <001901c0339f$0f119100$0100a8c0@cablemodemnet.com.br> <00dd01c0339a$1ed83580$9c011ac4@shadow>
23938 Message-ID: 005301c033a5$7f0aab80$0100a8c0@cablemodemnet.com.br
23939
23940 well, the "Read on, write many" method for large data exchange is really
23941 obsolete, YES, it is needed
23942 a lot of developement, skills and time, but nothing grows without effort and
23943 dedication.
23944
23945 the box that runs the brasnet services, have 256mb ram and 766mb of swap..
23946 the old configuration was 256mb swap, and when this limit is reached the
23947 services die.. and everyone knows, "swap sucks" ehhe, but its needed, i dont
23948 have money for 1gb ram. lol.. :)
23949
23950 > What we should focus on is writing an interface for Services that allows
23951 > external apps to communicate with it.
23952
23953 a Library! it is a good way to retrieve information.. pre-built funcions..
23954 for listing information about nicks and chans.. memos. well..
23955 but.. write data to the database is a difficult thing to do.. "read once.."
23956 stuff.
23957 i can help writing a lib too, however preferring database storage, but,
23958 alone i dont do anything.
23959
23960 sorry about my english, im brazialian :)
23961
23962 Cheers,
23963 Bruno Lacerda
23964 sniffer@sniffer.net
23965 http://sniffer.net
23966
23967
23968 ----- Original Message -----
23969 From: "Andrew Kempe" <andrewk@icon.co.za>
23970 To: <ircservices@Snow.shadowfire.org>
23971 Sent: Wednesday, October 11, 2000 12:44 PM
23972 Subject: Re: [IRCServices] cheers. ideas.
23973
23974
23975 > Services is a READ ONCE, WRITE MANY application. If you make changes to
23976 the
23977 > data in the underlying datastore, be it a database, binary file or text
23978 > file, the changes would be lost at the next database save.
23979 >
23980 > Services would require a lot of work to make it support proper querying of
23981 a
23982 > database. The performance hit services would take would outweigh the
23983 benefit
23984 > imho. If one were to do it properly, with multiple threads loading only
23985 the
23986 > information needed to service the users and channels currently online,
23987 > things would definately be better. However, let's be honest, this requires
23988 a
23989 > lot of developement, skills and time.
23990 >
23991 > What we should focus on is writing an interface for Services that allows
23992 > external apps to communicate with it.
23993 >
23994 > Back to your point about Brasnet, 98MB is a lot. However, it's not totally
23995 > unreasonable. The thing I'd guess that is really taking a hit is the CPU.
23996 > The algorithms were never meant to handle so much data. I am definately
23997 > looking to improve the key ones.
23998 >
23999 > Andrew
24000
24001
24002
24003 ---------------------------------------------------------------
24004 To unsubscribe, send email to majordomo@ender.shadowfire.org
24005 with "unsubscribe ircservices" in the body, without the quotes.
24006
24007
24008 From &quot Wed Oct 11 11:16:36 2000
24009 From: &quot (&quot)
24010 Date: Sat Oct 23 23:01:01 2004
24011 Subject: [IRCServices] cheers. ideas.
24012 References: <Pine.BSF.4.21.0010110903440.5616-100000@relic.net> <001901c0339f$0f119100$0100a8c0@cablemodemnet.com.br> <00dd01c0339a$1ed83580$9c011ac4@shadow> <005301c033a5$7f0aab80$0100a8c0@cablemodemnet.com.br>
24013 Message-ID: 000b01c033af$65b18500$0100a8c0@cablemodemnet.com.br
24014
24015 infos.. (Brasnet) irc.brasnet.org / Brazil.
24016
24017 -OperServ- Current users: 3747 (16 ops)
24018 -OperServ- Maximum users: 19225 (Jul 16 23:34:45 2000 EST)
24019 -OperServ- Services up 10 hours, 28 minutes
24020 -OperServ- Bytes read : 45000 kB
24021 -OperServ- Bytes written: 76528 kB
24022 -OperServ- User : 3747 records, 696 kB
24023 -OperServ- Server : 38 records, 2 kB
24024 -OperServ- Channel : 1883 records, 794 kB
24025 -OperServ- NickServ: 193327 records, 104576 kB
24026 -OperServ- ChanServ: 26611 records, 15682 kB
24027 -OperServ- OperServ: 122 records, 15701 kB
24028 -OperServ-
24029 PID USERNAME PRI NICE SIZE RES STATE C TIME WCPU CPU COMMAND
24030 303 ircadmin 2 0 31092K 11088K select 1 99:44 7.42%% 7.42%% ircd
24031 26858 ircadmin 2 0 184M 183M select 0 30:51 4.35%% 4.35%%
24032 services
24033
24034 adios!
24035
24036 Bruno lacerda
24037 sniffer@sniffer.net
24038 http://sniffer.net
24039
24040
24041
24042 ---------------------------------------------------------------
24043 To unsubscribe, send email to majordomo@ender.shadowfire.org
24044 with "unsubscribe ircservices" in the body, without the quotes.
24045
24046
24047 From &quot Wed Oct 11 14:04:15 2000
24048 From: &quot (&quot)
24049 Date: Sat Oct 23 23:01:02 2004
24050 Subject: [IRCServices] cheers. ideas.
24051 Message-ID: E13jT7Z&#45;0001m6&#45;00@tungsten.btinternet.com
24052
24053 <snip>
24054 > Are there any thoughts or concerns on using XML/text to store the
24055 > information?
24056
24057 Just the one or 2... if you're using XML/text, I don't know much if
24058 anything about XML, but if it's a text-format, you'd really need to keep
24059 Nick/Chan passwords secure by maybe forcing encryption because on your
24060 current DB's you can't directly read them in a
24061 text-editor and get passwords easily. I am guessing with Text DB's it'd be
24062 a piece of cake but don't quote me on this. Altho this issue does NOT have
24063 much to do with IRC-Services project and is down to the system where
24064 IRC-Services sits, it's a concern I thought I'd bring up.
24065
24066 I'm probably being dumb for not knowing what XML is, so please enlighten me
24067 here.
24068
24069 Quinn
24070
24071 ---------------------------------------------------------------
24072 To unsubscribe, send email to majordomo@ender.shadowfire.org
24073 with "unsubscribe ircservices" in the body, without the quotes.
24074
24075
24076 From achurch at dragonfire.net Wed Oct 11 16:10:46 2000
24077 From: achurch at dragonfire.net (Andrew Church)
24078 Date: Sat Oct 23 23:01:02 2004
24079 Subject: [IRCServices] cheers. ideas.
24080 Message-ID: E13jVsB&#45;000CAP&#45;00@manx.dreamhaven.net
24081
24082 Okay, my two cents:
24083
24084 I'll be the first to admit that the current Services database format
24085 is less than ideal. When I originally designed Services, I designed it
24086 the network I had started a bit earlier, which at the time had at most
24087 20-30 simultaneous users. Services can write a database of a few thousand
24088 nicks quickly enough not to matter, but up that by an order of magnitude
24089 and you'll start seeing lag just from writing the database. Moreover, a
24090 single bit error in the wrong place and you lose the entire database (and
24091 apologies to anyone who's experienced this).
24092
24093 There's also the issue of accessing, and particularly altering, the
24094 databases from outside of Services. Although access alone isn't really a
24095 problem--if you want to access the Services databases now, you can do it
24096 by borrowing the database loading code; listchans and listnicks work like
24097 that--altering the databases from outside of Services' control brings in
24098 all the classic problems of multithreaded applications--races, deadlocks,
24099 that sort of stuff. Which isn't to say it can't be done, of course, but
24100 as Andrew Kempe commented, it'll take a good deal of work. My personal
24101 thought is that it would be better done as a multi-step process: first
24102 implement some manner of sending Services certain commands from outside
24103 (e.g. register/drop a nick), iron out the problems there, then look at
24104 going to complete external read/write support.
24105
24106 As far as database format goes, I personally don't like either the
24107 XML or SQL options which have been presented so far. While I agree that
24108 XML would make external viewing/editing of the databases easier and reduce
24109 the possibility of single-bit crashes, it would place even more strain on
24110 Services when updating the databases--not only do you have to write all
24111 the data to disk each time, you have to convert it all to ASCII and you
24112 have to add all sorts of formatting stuff, meaning both more CPU time and
24113 more disk space needed (I could easily see the database size tripling or
24114 worse). As far as SQL goes, relying on an external program to be running
24115 in order to write data is just ugly; besides which, the delay in sending
24116 commands to the SQL server to read/write data would almost certainly be
24117 untenable. (A 30-millisecond delay on an update request, for example, is
24118 fine if the requests are spread out among lots of clients; it's not fine
24119 if you have one program trying to do 50 updates a second.) Besides which,
24120 there are probably a lot of people, myself included, who wouldn't want to
24121 use Services if it required installing an SQL server as well.
24122
24123 I personally see no reason why a proprietary format wouldn't work
24124 fine, as long as a library or some such was provided to allow other
24125 programs to access it. In fact, given that the most important thing for
24126 Services is to be able to respond quickly to user requests, I think this
24127 is the best solution. There really aren't any similar systems you can
24128 compare Services to (at least, none come to mind); if you want to talk
24129 about SQL, I would almost expect Services to act as an SQL _server_, not
24130 a client.
24131
24132 Actually, something like that may end up being a good solution after
24133 all. There's no reason why external programs have to access the data
24134 _files_ for Services, just like database clients typically don't directly
24135 access the database server's data files; you can just have Services
24136 respond to requests through some channel--e.g. a control socket--and
24137 allow data access through that channel, like a database server. The only
24138 need to access the files directly would be if they got corrupted, and
24139 with a good file structure design such occurrences (and the damage they
24140 caused) could be reduced to almost nil.
24141
24142 Comments?
24143
24144 --Andrew Church
24145 achurch@dragonfire.net
24146 http://achurch.dragonfire.net/
24147
24148 ---------------------------------------------------------------
24149 To unsubscribe, send email to majordomo@ender.shadowfire.org
24150 with "unsubscribe ircservices" in the body, without the quotes.
24151
24152
24153 From chromi at cyberspace.org Wed Oct 11 17:36:02 2000
24154 From: chromi at cyberspace.org (Jonathan Morton)
24155 Date: Sat Oct 23 23:01:02 2004
24156 Subject: [IRCServices] cheers. ideas.
24157 In-Reply-To: <E13jVsB-000CAP-00@manx.dreamhaven.net>
24158 References: E13jVsB&#45;000CAP&#45;00@manx.dreamhaven.net
24159 Message-ID: l0313031db60ab498e6d9@[10.38.239.101]
24160
24161 > Okay, my two cents:
24162 >
24163 > I'll be the first to admit that the current Services database format
24164 >is less than ideal. When I originally designed Services, I designed it
24165 >the network I had started a bit earlier, which at the time had at most
24166 >20-30 simultaneous users. Services can write a database of a few thousand
24167 >nicks quickly enough not to matter, but up that by an order of magnitude
24168 >and you'll start seeing lag just from writing the database. Moreover, a
24169 >single bit error in the wrong place and you lose the entire database (and
24170 >apologies to anyone who's experienced this).
24171 >
24172 > There's also the issue of accessing, and particularly altering, the
24173 >databases from outside of Services. Although access alone isn't really a
24174 >problem--if you want to access the Services databases now, you can do it
24175 >by borrowing the database loading code; listchans and listnicks work like
24176 >that--altering the databases from outside of Services' control brings in
24177 >all the classic problems of multithreaded applications--races, deadlocks,
24178 >that sort of stuff. Which isn't to say it can't be done, of course, but
24179 >as Andrew Kempe commented, it'll take a good deal of work. My personal
24180 >thought is that it would be better done as a multi-step process: first
24181 >implement some manner of sending Services certain commands from outside
24182 >(e.g. register/drop a nick), iron out the problems there, then look at
24183 >going to complete external read/write support.
24184
24185 <snip>
24186
24187 OK, so there's two separate issues. One: the reliability/performance of
24188 the database file format (this *is* an issue, ChatCircuit experienced a
24189 severe db corruption around 29th Feb / 1st March). Two: the possibility of
24190 external applications wishing to read/update Services data.
24191
24192 In terms of file format, I wonder if it's really necessary to have it all
24193 in one file? I've heard of many applications which need to handle lots of
24194 data which use many files for storing it, in a systematic manner. Squid
24195 (the webcache) uses one or two files per cached object, and spreads the
24196 files over a large number of directories in a single tree (this is an
24197 extreme example). I see no fundamental reason why there shouldn't be a
24198 limit on the number of nicks per database file, and as many database files
24199 as necessary. A similar scheme for channels could exist, particularly if
24200 there were one file per channel.
24201
24202 Thus corruption to the database is much more limited given corruption of a
24203 single file, and Services' performance while writing files can be optimised
24204 a *lot* because it only needs to write to files that have actually changed.
24205 Also, since less data is being written at one time, it becomes feasible to
24206 write the files in a more "robust" format, including one based on ASCII
24207 such as XML. Whether this is still a good idea is an entirely separate
24208 issue which I won't try and get involved in.
24209
24210 In terms of external access, what kind of external access do we need?
24211 Read-only? Writable? If we only need read-only access, then we can write
24212 a daemon (or Apache module) which is capable of reading database file(s)
24213 directly and interpreting them according to the required application.
24214 Since it would be separate from Services, it shouldn't interfere with
24215 performance too much, especially given an SMP box. Writable access is more
24216 of a problem, and requires essentially that Services get back in on the
24217 act. Opening another socket and allowing commands/responses to
24218 retrieve/set data shouldn't be all that much of a problem, IMHO. Whether
24219 one makes that compatible with any existing protocol is left as a
24220 discussion exercise for the reader. :)
24221
24222 --------------------------------------------------------------
24223 from: Jonathan "Chromatix" Morton
24224 mail: chromi@cyberspace.org (not for attachments)
24225 uni-mail: j.d.morton@lancaster.ac.uk
24226
24227 The key to knowledge is not to rely on people to teach you it.
24228
24229 Get VNC Server for Macintosh from http://chromatix.autistics.org/vnc/
24230
24231 -----BEGIN GEEK CODE BLOCK-----
24232 Version 3.12
24233 GCS$/E/S dpu(!) s:- a19 C+++ UL++ P L+++ E W+ N- o? K? w--- O-- M++$ V? PS
24234 PE- Y+ PGP++ t- 5- X- R !tv b++ DI+++ D G e+ h+ r- y+
24235 -----END GEEK CODE BLOCK-----
24236
24237
24238
24239 ---------------------------------------------------------------
24240 To unsubscribe, send email to majordomo@ender.shadowfire.org
24241 with "unsubscribe ircservices" in the body, without the quotes.
24242
24243
24244 From anarki at flamebait.org Wed Oct 11 18:07:07 2000
24245 From: anarki at flamebait.org (Scott Seufert)
24246 Date: Sat Oct 23 23:01:02 2004
24247 Subject: [IRCServices] cheers. ideas.
24248 In-Reply-To: <E13jVsB-000CAP-00@manx.dreamhaven.net>
24249 References: E13jVsB&#45;000CAP&#45;00@manx.dreamhaven.net
24250 Message-ID: 5.0.0.25.0.20001011210336.00a5d4b8@mail.ure.net
24251
24252 ok, ignorant question follows:
24253
24254
24255 What makes DALnet services work well with it's database(s)? 60K users, 100k
24256 registered nicks easily.
24257
24258 DALnet has splits just like all other large nets, granted, but it is
24259 usually an IRCd that splits, and not services. Services of course still has
24260 it's downtime, but as a general rule they are up.
24261
24262 Scott
24263
24264 At 04:10 PM 10/11/2000 -0700, you wrote:
24265 > Okay, my two cents:
24266 >
24267 > I'll be the first to admit that the current Services database format
24268 >is less than ideal. When I originally designed Services, I designed it
24269 >the network I had started a bit earlier, which at the time had at most
24270 >20-30 simultaneous users. Services can write a database of a few thousand
24271 >nicks quickly enough not to matter, but up that by an order of magnitude
24272 >and you'll start seeing lag just from writing the database. Moreover, a
24273 >single bit error in the wrong place and you lose the entire database (and
24274 >apologies to anyone who's experienced this).
24275 >
24276 > There's also the issue of accessing, and particularly altering, the
24277 >databases from outside of Services. Although access alone isn't really a
24278 >problem--if you want to access the Services databases now, you can do it
24279 >by borrowing the database loading code; listchans and listnicks work like
24280 >that--altering the databases from outside of Services' control brings in
24281 >all the classic problems of multithreaded applications--races, deadlocks,
24282 >that sort of stuff. Which isn't to say it can't be done, of course, but
24283 >as Andrew Kempe commented, it'll take a good deal of work. My personal
24284 >thought is that it would be better done as a multi-step process: first
24285 >implement some manner of sending Services certain commands from outside
24286 >(e.g. register/drop a nick), iron out the problems there, then look at
24287 >going to complete external read/write support.
24288 >
24289 > As far as database format goes, I personally don't like either the
24290 >XML or SQL options which have been presented so far. While I agree that
24291 >XML would make external viewing/editing of the databases easier and reduce
24292 >the possibility of single-bit crashes, it would place even more strain on
24293 >Services when updating the databases--not only do you have to write all
24294 >the data to disk each time, you have to convert it all to ASCII and you
24295 >have to add all sorts of formatting stuff, meaning both more CPU time and
24296 >more disk space needed (I could easily see the database size tripling or
24297 >worse). As far as SQL goes, relying on an external program to be running
24298 >in order to write data is just ugly; besides which, the delay in sending
24299 >commands to the SQL server to read/write data would almost certainly be
24300 >untenable. (A 30-millisecond delay on an update request, for example, is
24301 >fine if the requests are spread out among lots of clients; it's not fine
24302 >if you have one program trying to do 50 updates a second.) Besides which,
24303 >there are probably a lot of people, myself included, who wouldn't want to
24304 >use Services if it required installing an SQL server as well.
24305 >
24306 > I personally see no reason why a proprietary format wouldn't work
24307 >fine, as long as a library or some such was provided to allow other
24308 >programs to access it. In fact, given that the most important thing for
24309 >Services is to be able to respond quickly to user requests, I think this
24310 >is the best solution. There really aren't any similar systems you can
24311 >compare Services to (at least, none come to mind); if you want to talk
24312 >about SQL, I would almost expect Services to act as an SQL _server_, not
24313 >a client.
24314 >
24315 > Actually, something like that may end up being a good solution after
24316 >all. There's no reason why external programs have to access the data
24317 >_files_ for Services, just like database clients typically don't directly
24318 >access the database server's data files; you can just have Services
24319 >respond to requests through some channel--e.g. a control socket--and
24320 >allow data access through that channel, like a database server. The only
24321 >need to access the files directly would be if they got corrupted, and
24322 >with a good file structure design such occurrences (and the damage they
24323 >caused) could be reduced to almost nil.
24324 >
24325 > Comments?
24326 >
24327 > --Andrew Church
24328 > achurch@dragonfire.net
24329 > http://achurch.dragonfire.net/
24330 >
24331 >---------------------------------------------------------------
24332 >To unsubscribe, send email to majordomo@ender.shadowfire.org
24333 >with "unsubscribe ircservices" in the body, without the quotes.
24334
24335
24336 ---------------------------------------------------------------
24337 To unsubscribe, send email to majordomo@ender.shadowfire.org
24338 with "unsubscribe ircservices" in the body, without the quotes.
24339
24340
24341 From uziel at ingsoc.com Wed Oct 11 19:25:10 2000
24342 From: uziel at ingsoc.com (Uziel)
24343 Date: Sat Oct 23 23:01:02 2004
24344 Subject: [IRCServices] Scalability
24345 In-Reply-To: <E13jVsB-000CAP-00@manx.dreamhaven.net>
24346 References: E13jVsB&#45;000CAP&#45;00@manx.dreamhaven.net
24347 Message-ID: 4.3.1.2.20001011221101.00abe800@ingsoc.com
24348
24349 In my opinion the problem that is being ignored is the ability of services
24350 to act concurrently on data. Currently all access is serial in nature as
24351 far as I understand it. This is by far the largest factor which limits the
24352 scalability of Services. The use of an existing database product for
24353 storage is one possible way to make Services **closer** to a product which
24354 can act on two separate pieces of information at the same time.
24355 I don't claim to have any hard stats on the number of concurrent requests
24356 that specific SQL products can handle at one time, but if the answer is
24357 more than one -- which it is -- then we're closer to being better off than
24358 we were before. But the key word there is **closer**. A single change
24359 here or there isn't going to solve this problem.
24360
24361 The fundamental question one has to ask is what size network is Services
24362 meant for? If the answer is less than 2000 concurrent users than the
24363 system that is in place seems to hold up well on a fast machine. If the
24364 intent is to let it scale to orders of magnitude greater than 2000, then a
24365 fundamental change has to take place within the code. There will always be
24366 a place for a lightweight services product. If this codebase aims to stay
24367 in that niche than so be it. The conversation of late just seems to be
24368 advocating a piecemeal improvement scheme that wouldn't really solve the
24369 scalability problem, while simply adding complexity to the codebase.
24370
24371 Pick one and go with it :) There's no use adding a bunch of bells and
24372 whistles using the newest, coolest, most marketing friendly phrases if the
24373 end result is the same thing you started with -- only with code that is
24374 harder to understand and update.
24375
24376 Uziel (uziel@ingsoc.com)
24377
24378 --I caught sight of my reflection
24379 I caught it in the window
24380 I saw the darkness in my heart
24381 I saw the signs of my undoing
24382 They had been there from the start
24383 And the darkness still has work to do
24384 The knotted chord's untying
24385
24386
24387 ---------------------------------------------------------------
24388 To unsubscribe, send email to majordomo@ender.shadowfire.org
24389 with "unsubscribe ircservices" in the body, without the quotes.
24390
24391
24392 From achurch at dragonfire.net Wed Oct 11 21:33:58 2000
24393 From: achurch at dragonfire.net (Andrew Church)
24394 Date: Sat Oct 23 23:01:02 2004
24395 Subject: [IRCServices] Scalability
24396 Message-ID: E13jayo&#45;000Dm5&#45;00@manx.dreamhaven.net
24397
24398 >In my opinion the problem that is being ignored is the ability of services
24399 >to act concurrently on data.
24400
24401 This isn't a "problem" if you had no intention of doing it in the
24402 first place. I don't know what Andrew Kempe's plans are, of course, but
24403 I never intended Services to work on every network around; I figured from
24404 the start that Services would probably not work on a network the size of
24405 (e.g.) DALnet, and that was fine with me; that would take a different sort
24406 of program design, which wouldn't be as fit for the 20-30 user network I
24407 was designing Services for. That said, I see no reason not to
24408 incorporate changes which improve performance on larger networks if they
24409 have no real disadvantages.
24410
24411 >Pick one and go with it :) There's no use adding a bunch of bells and
24412 >whistles [...] if the end result is the same thing you started with --
24413 >only with code that is harder to understand and update.
24414
24415 Have you tried looking at the current database load/save code?
24416 That's one of the uglier pieces of code I've written, and that's even
24417 after the cleanup I put in around version 4.0. Rewriting it would be
24418 an improvement in and of itself, no matter what method was used.
24419
24420 --Andrew Church
24421 achurch@dragonfire.net
24422 http://achurch.dragonfire.net/
24423
24424 ---------------------------------------------------------------
24425 To unsubscribe, send email to majordomo@ender.shadowfire.org
24426 with "unsubscribe ircservices" in the body, without the quotes.
24427
24428
24429 From &quot Wed Oct 11 23:54:11 2000
24430 From: &quot (&quot)
24431 Date: Sat Oct 23 23:01:02 2004
24432 Subject: [IRCServices] Scalability
24433 References: <E13jayo-000Dm5-00@manx.dreamhaven.net>
24434 Message-ID: 007801c03419$3a23def0$9c011ac4@shadow
24435
24436
24437 > >In my opinion the problem that is being ignored is the ability of
24438 services
24439 > >to act concurrently on data.
24440 >
24441 > This isn't a "problem" if you had no intention of doing it in the
24442 > first place. I don't know what Andrew Kempe's plans are, of course, but
24443 > I never intended Services to work on every network around; I figured from
24444 > the start that Services would probably not work on a network the size of
24445 > (e.g.) DALnet, and that was fine with me; that would take a different sort
24446 > of program design, which wouldn't be as fit for the 20-30 user network I
24447 > was designing Services for. That said, I see no reason not to
24448 > incorporate changes which improve performance on larger networks if they
24449 > have no real disadvantages.
24450
24451 I agree with this. Currently IRC Services is mostly used by networks with
24452 less than 500 users. There are a number that are less than 2000 and only a
24453 few with more than that. My aim is to keep the majority happy while still
24454 trying to allow the huge networks to function.
24455
24456 > >Pick one and go with it :) There's no use adding a bunch of bells and
24457 > >whistles [...] if the end result is the same thing you started with --
24458 > >only with code that is harder to understand and update.
24459 >
24460 > Have you tried looking at the current database load/save code?
24461 > That's one of the uglier pieces of code I've written, and that's even
24462 > after the cleanup I put in around version 4.0. Rewriting it would be
24463 > an improvement in and of itself, no matter what method was used.
24464
24465 Currently, if one changes existing data structures, it is an absolute
24466 mission to ensure that the existing load code, and pervious "upgrade" code
24467 works correctly.
24468
24469 What I have also been considering is doing incremental saves where only
24470 updated data is saved. This would mean much faster database saves. Each save
24471 would take place to a new file. An external program could then merge those
24472 files with the main database every hour or something. When Services loads
24473 its database at startup, it would first ensure that all merges had taken
24474 place - ensuring a single up-to-date database.
24475
24476 This sounds like a lot of additional work, but when you consider what
24477 percentage of the data actually changes between saves you'll see that it's
24478 actually very small.
24479
24480 *shrug*
24481
24482 Just an idea.
24483
24484 Andrew
24485
24486
24487
24488
24489 ---------------------------------------------------------------
24490 To unsubscribe, send email to majordomo@ender.shadowfire.org
24491 with "unsubscribe ircservices" in the body, without the quotes.
24492
24493
24494 From anarki at flamebait.org Thu Oct 12 04:34:23 2000
24495 From: anarki at flamebait.org (Scott Seufert)
24496 Date: Sat Oct 23 23:01:02 2004
24497 Subject: [IRCServices] Scalability
24498 In-Reply-To: <007801c03419$3a23def0$9c011ac4@shadow>
24499 References: <E13jayo-000Dm5-00@manx.dreamhaven.net>
24500 Message-ID: 5.0.0.25.0.20001012072810.00a96828@mail.ure.net
24501
24502 At 08:54 AM 10/12/2000 +0200, you wrote:
24503
24504 > > >In my opinion the problem that is being ignored is the ability of
24505 >services
24506 > > >to act concurrently on data.
24507 > >
24508 > > This isn't a "problem" if you had no intention of doing it in the
24509 > > first place. I don't know what Andrew Kempe's plans are, of course, but
24510 > > I never intended Services to work on every network around; I figured from
24511 > > the start that Services would probably not work on a network the size of
24512 > > (e.g.) DALnet, and that was fine with me; that would take a different sort
24513 > > of program design, which wouldn't be as fit for the 20-30 user network I
24514 > > was designing Services for. That said, I see no reason not to
24515 > > incorporate changes which improve performance on larger networks if they
24516 > > have no real disadvantages.
24517 >
24518 >I agree with this. Currently IRC Services is mostly used by networks with
24519 >less than 500 users. There are a number that are less than 2000 and only a
24520 >few with more than that. My aim is to keep the majority happy while still
24521 >trying to allow the huge networks to function.
24522
24523 <snip>
24524
24525 Actually I would think that by the time a network reaches 2k users, there
24526 would a good chance that there would be someone in the staff that would
24527 know how to code services to upgrade/re-code as needed. I agree with the
24528 current approach of pleasing as many people as possible, but as we all
24529 know, a line is to be drawn somewhere.
24530
24531 I would only hope that under IRCServices current license, such coders would
24532 release their code in due time.
24533
24534 Scott Seufert
24535 aka katsklaw
24536 Server Admin
24537 Excalibre.ShadowFire.Org
24538
24539
24540 ---------------------------------------------------------------
24541 To unsubscribe, send email to majordomo@ender.shadowfire.org
24542 with "unsubscribe ircservices" in the body, without the quotes.
24543
24544
24545 From natey at natey.za.net Thu Oct 12 05:12:21 2000
24546 From: natey at natey.za.net (Natey on IRC)
24547 Date: Sat Oct 23 23:01:02 2004
24548 Subject: [IRCServices] Desperate Problems
24549 In-Reply-To: <2.2.32.20001011160435.012a7850@moonlight.chat.za.net>
24550 References: 2.2.32.20001011160435.012a7850@moonlight.chat.za.net
24551 Message-ID: Pine.BSF.4.10.10010121411080.42728&#45;100000@aquarius.natey.za.net
24552
24553 Do a check to see if the user that you trying to use change the user to is
24554 not in use. If it's in use it should not force thru a SVSNICK from
24555 services.
24556
24557 Regards
24558 Natey
24559
24560 --
24561 Natey on IRC
24562 #include <std/disclaimer.h>
24563
24564 On Wed, 11 Oct 2000, Michael Smith wrote:
24565
24566 >
24567 > Yup, I would be very interested...
24568 >
24569 > Send it this way
24570 >
24571 > Mike
24572 >
24573 > At 11:11 PM 00/10/09 -0500, you wrote:
24574 > >
24575 > >----- Original Message -----
24576 > >From: <quension@softhome.net>
24577 > >To: <ircservices@ender.shadowfire.org>
24578 > >Sent: Monday, October 09, 2000 5:51 PM
24579 > >Subject: Re: [IRCServices] Desperate Problems
24580 > >
24581 > >
24582 > >> Ciarán Reilly wrote:
24583 > >>
24584 > >> > Just as a matter of interest, how does this happen ? I didn't think it
24585 > >was
24586 > >> > possible for more than one person to have the same nick....surely the
24587 > >ircd
24588 > >> > wouldn't allow it ?
24589 > >>
24590 > >> Dreamforge assumes the SVSNICK command is valid, and does no error
24591 > >> checking whatsoever. Bahamut does better: it will generate kills with
24592 > >> the reason "SVSNICK Collide" in this case.
24593 > >>
24594 > >> > > [18:30] *** ``Spades`` is now known as Guest29147169
24595 > >> > > [18:30] *** ABJ is now known as Guest29147169
24596 > >>
24597 > >
24598 > >
24599 > >If that is the case then it should be easy enough to merge the changes from
24600 > >the Bahamut SVSNICK into DreamForge. I can do this if anyone is interested.
24601 > >
24602 > >Bryce Simonds (Kelmar K. Firesun)
24603 > >
24604 > >
24605 > >---------------------------------------------------------------
24606 > >To unsubscribe, send email to majordomo@ender.shadowfire.org
24607 > >with "unsubscribe ircservices" in the body, without the quotes.
24608 > >
24609 > >
24610 > ---
24611 > Michael Smith (Warlock on IRC)
24612 > http://www.warlock.web.za
24613 > "Do you smell something burning or is it me?"
24614 > -- Joan of Arc
24615 >
24616 >
24617 > ---------------------------------------------------------------
24618 > To unsubscribe, send email to majordomo@ender.shadowfire.org
24619 > with "unsubscribe ircservices" in the body, without the quotes.
24620 >
24621
24622
24623 ---------------------------------------------------------------
24624 To unsubscribe, send email to majordomo@ender.shadowfire.org
24625 with "unsubscribe ircservices" in the body, without the quotes.
24626
24627
24628 From achurch at dragonfire.net Sat Oct 14 13:25:56 2000
24629 From: achurch at dragonfire.net (Andrew Church)
24630 Date: Sat Oct 23 23:01:02 2004
24631 Subject: [IRCServices] Desperate Problems
24632 Message-ID: 39e7e1e5.62125@prima&#45;lan.net
24633
24634 >Do a check to see if the user that you trying to use change the user to is
24635 >not in use. If it's in use it should not force thru a SVSNICK from
24636 >services.
24637
24638 Just as a note, while this will work for the GuestXYZ case (assuming
24639 your IRC servers don't allow users to use those nicks normally), this
24640 won't solve the general case because of lag. For example, if someone
24641 changes their nick to, say, NewNick before Services checked that nick,
24642 but the nick change message didn't reach Services until after the check,
24643 you'd get a collision in the middle.
24644
24645 --Andrew Church
24646 achurch@dragonfire.net
24647 http://achurch.dragonfire.net/
24648
24649 >Regards
24650 >Natey
24651 >
24652 >--
24653 >Natey on IRC
24654 >#include <std/disclaimer.h>
24655 >
24656 >On Wed, 11 Oct 2000, Michael Smith wrote:
24657 >
24658 >>
24659 >> Yup, I would be very interested...
24660 >>
24661 >> Send it this way
24662 >>
24663 >> Mike
24664 >>
24665 >> At 11:11 PM 00/10/09 -0500, you wrote:
24666 >> >
24667 >> >----- Original Message -----
24668 >> >From: <quension@softhome.net>
24669 >> >To: <ircservices@ender.shadowfire.org>
24670 >> >Sent: Monday, October 09, 2000 5:51 PM
24671 >> >Subject: Re: [IRCServices] Desperate Problems
24672 >> >
24673 >> >
24674 >> >> Ciar\e$BaO\e(B Reilly wrote:
24675 >> >>
24676 >> >> > Just as a matter of interest, how does this happen ? I didn't think
24677 >it
24678 >> >was
24679 >> >> > possible for more than one person to have the same nick....surely th
24680 >e
24681 >> >ircd
24682 >> >> > wouldn't allow it ?
24683 >> >>
24684 >> >> Dreamforge assumes the SVSNICK command is valid, and does no error
24685 >> >> checking whatsoever. Bahamut does better: it will generate kills with
24686 >> >> the reason "SVSNICK Collide" in this case.
24687 >> >>
24688 >> >> > > [18:30] *** ``Spades`` is now known as Guest29147169
24689 >> >> > > [18:30] *** ABJ is now known as Guest29147169
24690 >> >>
24691 >> >
24692 >> >
24693 >> >If that is the case then it should be easy enough to merge the changes f
24694 >rom
24695 >> >the Bahamut SVSNICK into DreamForge. I can do this if anyone is interes
24696 >ted.
24697 >> >
24698 >> >Bryce Simonds (Kelmar K. Firesun)
24699 >> >
24700 >> >
24701 >> >---------------------------------------------------------------
24702 >> >To unsubscribe, send email to majordomo@ender.shadowfire.org
24703 >> >with "unsubscribe ircservices" in the body, without the quotes.
24704 >> >
24705 >> >
24706 >> ---
24707 >> Michael Smith (Warlock on IRC)
24708 >> <A HREF="http://www.warlock.web.za">http://www.warlock.web.za</A>
24709 >> "Do you smell something burning or is it me?"
24710 >> -- Joan of Arc
24711 >>
24712 >>
24713 >> ---------------------------------------------------------------
24714 >> To unsubscribe, send email to majordomo@ender.shadowfire.org
24715 >> with "unsubscribe ircservices" in the body, without the quotes.
24716 >>
24717 >
24718 >
24719 >---------------------------------------------------------------
24720 >To unsubscribe, send email to majordomo@ender.shadowfire.org
24721 >with "unsubscribe ircservices" in the body, without the quotes.
24722
24723 ---------------------------------------------------------------
24724 To unsubscribe, send email to majordomo@ender.shadowfire.org
24725 with "unsubscribe ircservices" in the body, without the quotes.
24726
24727
24728 From Ciaran.reilly at ntlworld.com Sat Oct 14 07:32:25 2000
24729 From: Ciaran.reilly at ntlworld.com (Ciarán Reilly)
24730 Date: Sat Oct 23 23:01:02 2004
24731 Subject: [IRCServices] Ircd's and Services....
24732 Message-ID: 003001c035eb$92d58f70$3436fe3e@morpheous
24733
24734
24735 Hi folks, The IRC network I administer has ceased to operate, it will be back in a few months as a fresh newly designed service, and as such, I wanted to completely overhaul my IRC Server. I have been running Services4.4.5 with Elite3.1.1. I know Elite wasn't supported, but I didnt have many problems with it. This time however, I'd like to iron out alllllll the bumps, so I was wondering if anyone can reccomend some good IRCD's, which are compatible with Services, and in addition do the following :
24736
24737 User Hostmasking, (A requirement)
24738 Wingate / Proxy detection (an optional extra, not needed, but preferred)
24739 Any other fancy features you care to mention.
24740
24741 Obviously, the fundamental requirement is that they're compatible with Services, anyone got suggestions ?
24742
24743 Also, is there any kinda estimated release date for 4.5 ?
24744
24745 Probably a stupid qustion, but is Services compatible with the likes of ConfrenceRoom from www.confrenceroom.com, I dunno, the idea of a multithreaded Ircd sometimes appeals to me...
24746
24747 Thanks for your time,
24748
24749 Ciarán.
24750 From kwahraw at relic.net Sat Oct 14 07:46:20 2000
24751 From: kwahraw at relic.net (Chris Wiest)
24752 Date: Sat Oct 23 23:01:02 2004
24753 Subject: [IRCServices] Ircd's and Services....
24754 In-Reply-To: <003001c035eb$92d58f70$3436fe3e@morpheous>
24755 References: 003001c035eb$92d58f70$3436fe3e@morpheous
24756 Message-ID: Pine.BSF.4.21.0010141044580.9920&#45;100000@relic.net
24757
24758 I believe the only multi-threaded ircd out there is efnet's. I could be
24759 wrong. Given your features, there is nothing that is multi-threaded that
24760 has this. If you are looking for an ircd that is pretty decent, try
24761 starchat's. If you are a decent coder, code your own, using a base of
24762 ircu, or bahamut would be my suggestion.
24763
24764 --CDW
24765
24766 On Sat, 14 Oct 2000, [iso-8859-1] Ciarán Reilly wrote:
24767
24768 > Hi folks, The IRC network I administer has ceased to operate, it will be back in a few months as a fresh newly designed service, and as such, I wanted to completely overhaul my IRC Server. I have been running Services4.4.5 with Elite3.1.1. I know Elite wasn't supported, but I didnt have many problems with it. This time however, I'd like to iron out alllllll the bumps, so I was wondering if anyone can reccomend some good IRCD's, which are compatible with Services, and in addition do the following :
24769 >
24770 > User Hostmasking, (A requirement)
24771 > Wingate / Proxy detection (an optional extra, not needed, but preferred)
24772 > Any other fancy features you care to mention.
24773 >
24774 > Obviously, the fundamental requirement is that they're compatible with Services, anyone got suggestions ?
24775 >
24776 > Also, is there any kinda estimated release date for 4.5 ?
24777 >
24778 > Probably a stupid qustion, but is Services compatible with the likes of ConfrenceRoom from www.confrenceroom.com, I dunno, the idea of a multithreaded Ircd sometimes appeals to me...
24779 >
24780 > Thanks for your time,
24781 >
24782 > Ciarán.
24783 >
24784
24785
24786 ---------------------------------------------------------------
24787 To unsubscribe, send email to majordomo@ender.shadowfire.org
24788 with "unsubscribe ircservices" in the body, without the quotes.
24789
24790
24791 From Ciaran.reilly at ntlworld.com Sat Oct 14 07:54:48 2000
24792 From: Ciaran.reilly at ntlworld.com (Ciarán Reilly)
24793 Date: Sat Oct 23 23:01:02 2004
24794 Subject: [IRCServices] Ircd's and Services....
24795 References: <Pine.BSF.4.21.0010141044580.9920-100000@relic.net>
24796 Message-ID: 004d01c035ee$b4d7bd20$3436fe3e@morpheous
24797
24798 Cheers chris....
24799
24800 are there any normal threaded ones which are compatible with Services and
24801 have hostmasking ?
24802
24803
24804
24805 ----- Original Message -----
24806 From: "Chris Wiest" <kwahraw@relic.net>
24807 To: <ircservices@ender.shadowfire.org>
24808 Cc: "IRC Services List" <ircservices@delirious.shadowfire.org>
24809 Sent: Saturday, October 14, 2000 3:46 PM
24810 Subject: Re: [IRCServices] Ircd's and Services....
24811
24812
24813 I believe the only multi-threaded ircd out there is efnet's. I could be
24814 wrong. Given your features, there is nothing that is multi-threaded that
24815 has this. If you are looking for an ircd that is pretty decent, try
24816 starchat's. If you are a decent coder, code your own, using a base of
24817 ircu, or bahamut would be my suggestion.
24818
24819 --CDW
24820
24821 On Sat, 14 Oct 2000, [iso-8859-1] Ciarán Reilly wrote:
24822
24823 > Hi folks, The IRC network I administer has ceased to operate, it will be
24824 back in a few months as a fresh newly designed service, and as such, I
24825 wanted to completely overhaul my IRC Server. I have been running
24826 Services4.4.5 with Elite3.1.1. I know Elite wasn't supported, but I didnt
24827 have many problems with it. This time however, I'd like to iron out alllllll
24828 the bumps, so I was wondering if anyone can reccomend some good IRCD's,
24829 which are compatible with Services, and in addition do the following :
24830 >
24831 > User Hostmasking, (A requirement)
24832 > Wingate / Proxy detection (an optional extra, not needed, but preferred)
24833 > Any other fancy features you care to mention.
24834 >
24835 > Obviously, the fundamental requirement is that they're compatible with
24836 Services, anyone got suggestions ?
24837 >
24838 > Also, is there any kinda estimated release date for 4.5 ?
24839 >
24840 > Probably a stupid qustion, but is Services compatible with the likes of
24841 ConfrenceRoom from www.confrenceroom.com, I dunno, the idea of a
24842 multithreaded Ircd sometimes appeals to me...
24843 >
24844 > Thanks for your time,
24845 >
24846 > Ciarán.
24847 >
24848
24849
24850 ---------------------------------------------------------------
24851 To unsubscribe, send email to majordomo@ender.shadowfire.org
24852 with "unsubscribe ircservices" in the body, without the quotes.
24853
24854
24855 ---------------------------------------------------------------
24856 To unsubscribe, send email to majordomo@ender.shadowfire.org
24857 with "unsubscribe ircservices" in the body, without the quotes.
24858
24859
24860 From chromatix at penguinpowered.com Sat Oct 14 07:56:41 2000
24861 From: chromatix at penguinpowered.com (Jonathan Morton)
24862 Date: Sat Oct 23 23:01:02 2004
24863 Subject: [IRCServices] Ircd's and Services....
24864 In-Reply-To: <003001c035eb$92d58f70$3436fe3e@morpheous>
24865 References: 003001c035eb$92d58f70$3436fe3e@morpheous
24866 Message-ID: l0313031eb60e224b1aca@[10.38.239.101]
24867
24868 > Hi folks, The IRC network I administer has ceased to operate, it will
24869 >be back in a few months as a fresh newly designed service, and as such, I
24870 >wanted to completely overhaul my IRC Server. I have been running
24871 >Services4.4.5 with Elite3.1.1. I know Elite wasn't supported, but I didnt
24872 >have many problems with it. This time however, I'd like to iron out
24873 >alllllll the bumps, so I was wondering if anyone can reccomend some good
24874 >IRCD's, which are compatible with Services, and in addition do the
24875 >following : User Hostmasking, (A requirement) Wingate / Proxy detection
24876 >(an optional extra, not needed, but preferred) Any other fancy features
24877 >you care to mention. Obviously, the fundamental requirement is that
24878 >they're compatible with Services, anyone got suggestions ? Also, is
24879 >there any kinda estimated release date for 4.5 ? Probably a stupid
24880 >qustion, but is Services compatible with the likes of ConfrenceRoom from
24881 >www.confrenceroom.com, I dunno, the idea of a multithreaded Ircd
24882 >sometimes appeals to me... Thanks for your time, Ciarán.
24883
24884 Unreal IRCd contains all the features you mention, but there have been
24885 stability problems in the past. Nevertheless, if you are careful about
24886 which versions you use, it seems to be a good choice, although not on the
24887 "official" support list.
24888
24889 You'll need a specially patched version of Services to cope with the
24890 mangled hostnames. I remember writing such a patch to support Unreal quite
24891 a while ago. I don't know whether anyone has merged it into any of the
24892 source trees or whether the original patch would be compatible with the
24893 latest versions of Services (should be, or at least easy to figure out).
24894
24895 I don't know what Bahamut's feature list is like, but I would guess it's
24896 the most feature-rich "officially supported" IRCd available.
24897
24898 As for multi-threaded IRCd's, I've never had any experience with them (or
24899 knew they existed, even).
24900
24901 --------------------------------------------------------------
24902 from: Jonathan "Chromatix" Morton
24903 mail: chromi@cyberspace.org (not for attachments)
24904 big-mail: chromatix@penguinpowered.com
24905 uni-mail: j.d.morton@lancaster.ac.uk
24906
24907 The key to knowledge is not to rely on people to teach you it.
24908
24909 Get VNC Server for Macintosh from http://www.chromatix.uklinux.net/vnc/
24910
24911 -----BEGIN GEEK CODE BLOCK-----
24912 Version 3.12
24913 GCS$/E/S dpu(!) s:- a19 C+++ UL++ P L+++ E W+ N- o? K? w--- O-- M++$ V? PS
24914 PE- Y+ PGP++ t- 5- X- R !tv b++ DI+++ D G e+ h+ r- y+
24915 -----END GEEK CODE BLOCK-----
24916
24917
24918
24919 ---------------------------------------------------------------
24920 To unsubscribe, send email to majordomo@ender.shadowfire.org
24921 with "unsubscribe ircservices" in the body, without the quotes.
24922
24923
24924 From kwahraw at relic.net Sat Oct 14 08:14:05 2000
24925 From: kwahraw at relic.net (Chris Wiest)
24926 Date: Sat Oct 23 23:01:02 2004
24927 Subject: [IRCServices] Ircd's and Services....
24928 In-Reply-To: <004d01c035ee$b4d7bd20$3436fe3e@morpheous>
24929 References: 004d01c035ee$b4d7bd20$3436fe3e@morpheous
24930 Message-ID: Pine.BSF.4.21.0010141113340.9920&#45;100000@relic.net
24931
24932 as i told you, grab starchat's, they are pretty stable, pretty functional,
24933 and haven't butchered RFC too bad either.
24934
24935 ftp://ftp.starchat.net
24936
24937 --Chris
24938
24939 On Sat, 14 Oct 2000, [iso-8859-1] Ciarán Reilly wrote:
24940
24941 > Cheers chris....
24942 >
24943 > are there any normal threaded ones which are compatible with Services and
24944 > have hostmasking ?
24945 >
24946 >
24947 >
24948 > ----- Original Message -----
24949 > From: "Chris Wiest" <kwahraw@relic.net>
24950 > To: <ircservices@ender.shadowfire.org>
24951 > Cc: "IRC Services List" <ircservices@delirious.shadowfire.org>
24952 > Sent: Saturday, October 14, 2000 3:46 PM
24953 > Subject: Re: [IRCServices] Ircd's and Services....
24954 >
24955 >
24956 > I believe the only multi-threaded ircd out there is efnet's. I could be
24957 > wrong. Given your features, there is nothing that is multi-threaded that
24958 > has this. If you are looking for an ircd that is pretty decent, try
24959 > starchat's. If you are a decent coder, code your own, using a base of
24960 > ircu, or bahamut would be my suggestion.
24961 >
24962 > --CDW
24963 >
24964 > On Sat, 14 Oct 2000, [iso-8859-1] Ciarán Reilly wrote:
24965 >
24966 > > Hi folks, The IRC network I administer has ceased to operate, it will be
24967 > back in a few months as a fresh newly designed service, and as such, I
24968 > wanted to completely overhaul my IRC Server. I have been running
24969 > Services4.4.5 with Elite3.1.1. I know Elite wasn't supported, but I didnt
24970 > have many problems with it. This time however, I'd like to iron out alllllll
24971 > the bumps, so I was wondering if anyone can reccomend some good IRCD's,
24972 > which are compatible with Services, and in addition do the following :
24973 > >
24974 > > User Hostmasking, (A requirement)
24975 > > Wingate / Proxy detection (an optional extra, not needed, but preferred)
24976 > > Any other fancy features you care to mention.
24977 > >
24978 > > Obviously, the fundamental requirement is that they're compatible with
24979 > Services, anyone got suggestions ?
24980 > >
24981 > > Also, is there any kinda estimated release date for 4.5 ?
24982 > >
24983 > > Probably a stupid qustion, but is Services compatible with the likes of
24984 > ConfrenceRoom from www.confrenceroom.com, I dunno, the idea of a
24985 > multithreaded Ircd sometimes appeals to me...
24986 > >
24987 > > Thanks for your time,
24988 > >
24989 > > Ciarán.
24990 > >
24991 >
24992 >
24993 > ---------------------------------------------------------------
24994 > To unsubscribe, send email to majordomo@ender.shadowfire.org
24995 > with "unsubscribe ircservices" in the body, without the quotes.
24996 >
24997 >
24998 > ---------------------------------------------------------------
24999 > To unsubscribe, send email to majordomo@ender.shadowfire.org
25000 > with "unsubscribe ircservices" in the body, without the quotes.
25001 >
25002
25003
25004 ---------------------------------------------------------------
25005 To unsubscribe, send email to majordomo@ender.shadowfire.org
25006 with "unsubscribe ircservices" in the body, without the quotes.
25007
25008
25009 From &quot Sat Oct 14 11:33:15 2000
25010 From: &quot (&quot)
25011 Date: Sat Oct 23 23:01:02 2004
25012 Subject: [IRCServices] Ircd's and Services....
25013 References: <l0313031eb60e224b1aca@[10.38.239.101]>
25014 Message-ID: 001a01c0360d$6744a2c0$5208d6d1@pavilion
25015
25016
25017 Any ideas or projects to support UnrealIRCd in future versions of IRCservices ? I have been using IRCservices for almost a year in my network with no problems, however Im concerned with future releases of IRCservices compatibility with Unreal, I love both softwares and would regret to have to stop from using one of the them.
25018
25019
25020 ======================
25021 Ely
25022 RealCFC@ChatFIRST.COM
25023 http://www.chatfirst.com
25024
25025 ======================
25026 From Ciaran.reilly at ntlworld.com Sat Oct 14 08:23:23 2000
25027 From: Ciaran.reilly at ntlworld.com (Ciarán Reilly)
25028 Date: Sat Oct 23 23:01:02 2004
25029 Subject: [IRCServices] Ircd's and Services....
25030 References: <l0313031eb60e224b1aca@[10.38.239.101]>
25031 Message-ID: 006701c035f2$d5000540$3436fe3e@morpheous
25032
25033
25034 >Unreal IRCd contains all the features you mention, but there have been
25035 >stability problems in the past. Nevertheless, if you are careful about
25036 >which versions you use, it seems to be a good choice, although not on the
25037 >"official" support list.
25038
25039 Are there many people out there using it ? I don't mind fiddling a bit if
25040 it's definatly going to work properly without *too* much problems.
25041
25042 >You'll need a specially patched version of Services to cope with the
25043 >mangled hostnames. I remember writing such a patch to support Unreal quite
25044 >a while ago. I don't know whether anyone has merged it into any of the
25045 >source trees or whether the original patch would be compatible with the
25046 >latest versions of Services (should be, or at least easy to figure out).
25047
25048 I have to admit, I don't have enough C knowledge yet to be confident enough
25049 to do a patch of my own.... I always find it really disorientating to try
25050 and alter the structure of someone elses codebase without ballsing it up...
25051 so I'd be relying on some kind soul's prewritten patches....
25052
25053
25054
25055 >As for multi-threaded IRCd's, I've never had any experience with them (or
25056 >knew they existed, even).
25057
25058 I only recently seen a few of them myself, theyre not something I'd get into
25059 at the mo, i was just wondering would Services be compatible with any of
25060 them, for future reference...
25061
25062
25063 Ciarán.
25064
25065
25066 --------------------------------------------------------------
25067 from: Jonathan "Chromatix" Morton
25068 mail: chromi@cyberspace.org (not for attachments)
25069 big-mail: chromatix@penguinpowered.com
25070 uni-mail: j.d.morton@lancaster.ac.uk
25071
25072 The key to knowledge is not to rely on people to teach you it.
25073
25074 Get VNC Server for Macintosh from http://www.chromatix.uklinux.net/vnc/
25075
25076 -----BEGIN GEEK CODE BLOCK-----
25077 Version 3.12
25078 GCS$/E/S dpu(!) s:- a19 C+++ UL++ P L+++ E W+ N- o? K? w--- O-- M++$ V? PS
25079 PE- Y+ PGP++ t- 5- X- R !tv b++ DI+++ D G e+ h+ r- y+
25080 -----END GEEK CODE BLOCK-----
25081
25082
25083
25084 ---------------------------------------------------------------
25085 To unsubscribe, send email to majordomo@ender.shadowfire.org
25086 with "unsubscribe ircservices" in the body, without the quotes.
25087
25088
25089 ---------------------------------------------------------------
25090 To unsubscribe, send email to majordomo@ender.shadowfire.org
25091 with "unsubscribe ircservices" in the body, without the quotes.
25092
25093
25094 From Ciaran.reilly at ntlworld.com Sat Oct 14 08:24:21 2000
25095 From: Ciaran.reilly at ntlworld.com (Ciarán Reilly)
25096 Date: Sat Oct 23 23:01:02 2004
25097 Subject: [IRCServices] Ircd's and Services....
25098 References: <l0313031eb60e224b1aca@[10.38.239.101]> <001a01c0360d$6744a2c0$5208d6d1@pavilion>
25099 Message-ID: 006a01c035f2$d7e571f0$3436fe3e@morpheous
25100
25101
25102 Hi real,
25103
25104 Are you currently using Unreal and Services together with no / few problems ? If so, which versions of either are you running ?
25105
25106 Cheers,
25107
25108 Ciarán.
25109
25110 ----- Original Message -----
25111 From: [Real]
25112 To: ircservices@Snow.shadowfire.org
25113 Sent: Saturday, October 14, 2000 7:33 PM
25114 Subject: Re: [IRCServices] Ircd's and Services....
25115
25116
25117 Any ideas or projects to support UnrealIRCd in future versions of IRCservices ? I have been using IRCservices for almost a year in my network with no problems, however Im concerned with future releases of IRCservices compatibility with Unreal, I love both softwares and would regret to have to stop from using one of the them.
25118
25119
25120 ======================
25121 Ely
25122 RealCFC@ChatFIRST.COM
25123 http://www.chatfirst.com
25124
25125 ======================
25126 From &quot Sat Oct 14 08:29:25 2000
25127 From: &quot (&quot)
25128 Date: Sat Oct 23 23:01:02 2004
25129 Subject: [IRCServices] Ircd's and Services....
25130 References: <l0313031eb60e224b1aca@[10.38.239.101]> <001a01c0360d$6744a2c0$5208d6d1@pavilion>
25131 Message-ID: 002801c035f3$89e364c0$0100a8c0@excalibur
25132
25133
25134 Sorry Ely,
25135
25136 If memory serves ... the only supported daemon .. present or future is Bahamut(www.bahamut.net)
25137
25138
25139 Scott Seufert
25140 aka katsklaw
25141 Server Admin
25142 Excalibre.ShadowFire.Org
25143 ----- Original Message -----
25144 From: [Real]
25145 To: ircservices@Snow.shadowfire.org
25146 Sent: Saturday, October 14, 2000 2:33 PM
25147 Subject: Re: [IRCServices] Ircd's and Services....
25148
25149
25150 Any ideas or projects to support UnrealIRCd in future versions of IRCservices ? I have been using IRCservices for almost a year in my network with no problems, however Im concerned with future releases of IRCservices compatibility with Unreal, I love both softwares and would regret to have to stop from using one of the them.
25151
25152
25153 ======================
25154 Ely
25155 RealCFC@ChatFIRST.COM
25156 http://www.chatfirst.com
25157
25158 ======================
25159 From &quot Sat Oct 14 11:56:19 2000
25160 From: &quot (&quot)
25161 Date: Sat Oct 23 23:01:02 2004
25162 Subject: [IRCServices] Ircd's and Services....
25163 References: <l0313031eb60e224b1aca@[10.38.239.101]> <001a01c0360d$6744a2c0$5208d6d1@pavilion> <006a01c035f2$d7e571f0$3436fe3e@morpheous>
25164 Message-ID: 002901c03610$714b22a0$5208d6d1@pavilion
25165
25166
25167 Im using the latest version of UnreaIRCd which is Unreal3.1+ Silverheart (sf) with no problems at all toguether with IRCservices-4.4.7 [STABLE BETA].
25168 Everything is always running smoothly, like I said I love Unreal cause it has so many cool features for IRCops and users too, plus Unreal supports WebTV , and many of my users are WebTV users.
25169 At the same time I believe IRCservices might not be the services with the more fancy features but I do believe these are the most stable services out there.
25170
25171
25172 ======================
25173 Ely
25174 RealCFC@ChatFIRST.COM
25175 http://www.chatfirst.com
25176
25177 ======================
25178 From &quot Sat Oct 14 08:36:56 2000
25179 From: &quot (&quot)
25180 Date: Sat Oct 23 23:01:02 2004
25181 Subject: [IRCServices] Ircd's and Services....
25182 References: <003001c035eb$92d58f70$3436fe3e@morpheous>
25183 Message-ID: 003401c035f4$966e0960$0100a8c0@excalibur
25184
25185
25186 You can try http://www.slashnet.org/ it is based off of DALnet's older DreamForge code. It's called Cyclone. There is a patch that is required to run properly with IRCServices, whicth you can also get from slashnet.org.
25187
25188
25189 Scott Seufert
25190 aka katsklaw
25191 Server Admin
25192 Excalibre.ShadowFire.Org
25193 ----- Original Message -----
25194 From: Ciarán Reilly
25195 To: IRC Services List
25196 Sent: Saturday, October 14, 2000 10:32 AM
25197 Subject: [IRCServices] Ircd's and Services....
25198
25199
25200 Hi folks, The IRC network I administer has ceased to operate, it will be back in a few months as a fresh newly designed service, and as such, I wanted to completely overhaul my IRC Server. I have been running Services4.4.5 with Elite3.1.1. I know Elite wasn't supported, but I didnt have many problems with it. This time however, I'd like to iron out alllllll the bumps, so I was wondering if anyone can reccomend some good IRCD's, which are compatible with Services, and in addition do the following :
25201
25202 User Hostmasking, (A requirement)
25203 Wingate / Proxy detection (an optional extra, not needed, but preferred)
25204 Any other fancy features you care to mention.
25205
25206 Obviously, the fundamental requirement is that they're compatible with Services, anyone got suggestions ?
25207
25208 Also, is there any kinda estimated release date for 4.5 ?
25209
25210 Probably a stupid qustion, but is Services compatible with the likes of ConfrenceRoom from www.confrenceroom.com, I dunno, the idea of a multithreaded Ircd sometimes appeals to me...
25211
25212 Thanks for your time,
25213
25214 Ciarán.
25215 From &quot Sat Oct 14 12:02:15 2000
25216 From: &quot (&quot)
25217 Date: Sat Oct 23 23:01:02 2004
25218 Subject: [IRCServices] Ircd's and Services....
25219 Message-ID: 003401c03611$451ac4a0$5208d6d1@pavilion
25220
25221
25222 Hmm that's a real bummer, I wonder why , I would some feed back from the coders if possible when they have a chance.
25223
25224
25225 ======================
25226 Ely
25227 RealCFC@ChatFIRST.COM
25228 http://www.chatfirst.com
25229
25230 ======================
25231
25232 ----- Original Message -----
25233 From: Scott Seufert
25234 To: ircservices@Snow.shadowfire.org
25235 Sent: Saturday, October 14, 2000 8:29 AM
25236 Subject: Re: [IRCServices] Ircd's and Services....
25237
25238
25239 Sorry Ely,
25240
25241 If memory serves ... the only supported daemon .. present or future is Bahamut(www.bahamut.net)
25242
25243
25244 Scott Seufert
25245 aka katsklaw
25246 Server Admin
25247 Excalibre.ShadowFire.Org
25248 ----- Original Message -----
25249 From: [Real]
25250 To: ircservices@Snow.shadowfire.org
25251 Sent: Saturday, October 14, 2000 2:33 PM
25252 Subject: Re: [IRCServices] Ircd's and Services....
25253
25254
25255 Any ideas or projects to support UnrealIRCd in future versions of IRCservices ? I have been using IRCservices for almost a year in my network with no problems, however Im concerned with future releases of IRCservices compatibility with Unreal, I love both softwares and would regret to have to stop from using one of the them.
25256
25257
25258 ======================
25259 Ely
25260 RealCFC@ChatFIRST.COM
25261 http://www.chatfirst.com
25262
25263 ======================
25264 From &quot Sat Oct 14 08:50:54 2000
25265 From: &quot (&quot)
25266 Date: Sat Oct 23 23:01:02 2004
25267 Subject: [IRCServices] Ircd's and Services....
25268 References: <003401c03611$451ac4a0$5208d6d1@pavilion>
25269 Message-ID: 004801c035f6$8db5c220$0100a8c0@excalibur
25270
25271
25272 Then you would need to subscibe and post to ircservices-coding@snow.shadowfire.org
25273 ----- Original Message -----
25274 From: [Real]
25275 To: IRCservices@Snow.shadowfire.org
25276 Sent: Saturday, October 14, 2000 3:02 PM
25277 Subject: Re: [IRCServices] Ircd's and Services....
25278
25279
25280 Hmm that's a real bummer, I wonder why , I would some feed back from the coders if possible when they have a chance.
25281
25282
25283 ======================
25284 Ely
25285 RealCFC@ChatFIRST.COM
25286 http://www.chatfirst.com
25287
25288 ======================
25289
25290 ----- Original Message -----
25291 From: Scott Seufert
25292 To: ircservices@Snow.shadowfire.org
25293 Sent: Saturday, October 14, 2000 8:29 AM
25294 Subject: Re: [IRCServices] Ircd's and Services....
25295
25296
25297 Sorry Ely,
25298
25299 If memory serves ... the only supported daemon .. present or future is Bahamut(www.bahamut.net)
25300
25301
25302 Scott Seufert
25303 aka katsklaw
25304 Server Admin
25305 Excalibre.ShadowFire.Org
25306 ----- Original Message -----
25307 From: [Real]
25308 To: ircservices@Snow.shadowfire.org
25309 Sent: Saturday, October 14, 2000 2:33 PM
25310 Subject: Re: [IRCServices] Ircd's and Services....
25311
25312
25313 Any ideas or projects to support UnrealIRCd in future versions of IRCservices ? I have been using IRCservices for almost a year in my network with no problems, however Im concerned with future releases of IRCservices compatibility with Unreal, I love both softwares and would regret to have to stop from using one of the them.
25314
25315
25316 ======================
25317 Ely
25318 RealCFC@ChatFIRST.COM
25319 http://www.chatfirst.com
25320
25321 ======================
25322 From &quot Sat Oct 14 08:55:31 2000
25323 From: &quot (&quot)
25324 Date: Sat Oct 23 23:01:02 2004
25325 Subject: [IRCServices] Ircd's and Services....
25326 References: <l0313031eb60e224b1aca@[10.38.239.101]> <001a01c0360d$6744a2c0$5208d6d1@pavilion> <006a01c035f2$d7e571f0$3436fe3e@morpheous> <002901c03610$714b22a0$5208d6d1@pavilion>
25327 Message-ID: 005001c035f7$2eb82c30$0100a8c0@excalibur
25328
25329
25330 The only reply I could think of at this time in regards to "IRCservices might not be the services with the more fancy features" is to quote Scotty from Star Trek " The more you overtake the plumbing ... the easier it is to stop up the drain".
25331
25332 Please keep in mind that Services will always be the busiest server you have. You will want it to be small, fast and working as best as it can. If you add a bunch of junk or features to IRCServices. It will slow services down to the point of being useless on larger networks.
25333
25334
25335 Scott Seufert
25336 aka katsklaw
25337 Server Admin
25338 Excalibre.ShadowFire.Org
25339
25340 ----- Original Message -----
25341 From: [Real]
25342 To: ircservices@Snow.shadowfire.org
25343 Sent: Saturday, October 14, 2000 2:56 PM
25344 Subject: Re: [IRCServices] Ircd's and Services....
25345
25346
25347 Im using the latest version of UnreaIRCd which is Unreal3.1+ Silverheart (sf) with no problems at all toguether with IRCservices-4.4.7 [STABLE BETA].
25348 Everything is always running smoothly, like I said I love Unreal cause it has so many cool features for IRCops and users too, plus Unreal supports WebTV , and many of my users are WebTV users.
25349 At the same time I believe IRCservices might not be the services with the more fancy features but I do believe these are the most stable services out there.
25350
25351
25352 ======================
25353 Ely
25354 RealCFC@ChatFIRST.COM
25355 http://www.chatfirst.com
25356
25357 ======================
25358 From &quot Sat Oct 14 12:22:40 2000
25359 From: &quot (&quot)
25360 Date: Sat Oct 23 23:01:02 2004
25361 Subject: [IRCServices] Ircd's and Services....
25362 References: <l0313031eb60e224b1aca@[10.38.239.101]> <001a01c0360d$6744a2c0$5208d6d1@pavilion> <006a01c035f2$d7e571f0$3436fe3e@morpheous> <002901c03610$714b22a0$5208d6d1@pavilion> <005001c035f7$2eb82c30$0100a8c0@excalibur>
25363 Message-ID: 004601c03614$1fec4e80$5208d6d1@pavilion
25364
25365
25366
25367
25368 Yeah I know exactly what you mean, That's why I believe IRCservices are great the way they are.
25369
25370 ======================
25371 Ely
25372 RealCFC@ChatFIRST.COM
25373 http://www.chatfirst.com
25374
25375 ======================
25376 From Ciaran.reilly at ntlworld.com Sat Oct 14 11:41:03 2000
25377 From: Ciaran.reilly at ntlworld.com (Ciarán Reilly)
25378 Date: Sat Oct 23 23:01:02 2004
25379 Subject: [IRCServices] Ircd's and Services....
25380 References: <l0313031eb60e224b1aca@[10.38.239.101]> <001a01c0360d$6744a2c0$5208d6d1@pavilion> <006a01c035f2$d7e571f0$3436fe3e@morpheous> <002901c03610$714b22a0$5208d6d1@pavilion> <005001c035f7$2eb82c30$0100a8c0@excalibur> <004601c03614$1fec4e80$5208d6d1@pavilion>
25381 Message-ID: 00d401c0360e$72ebc530$3436fe3e@morpheous
25382
25383
25384 Thanks for everyones input, it's much appreciated. I now have Cyclone, Unreal, and Starchat to take a look at... any further suggestions still welcome.
25385
25386 Thanks again :-)
25387
25388 Ciarán.
25389
25390
25391 ----- Original Message -----
25392 From: [Real]
25393 To: ircservices@Snow.shadowfire.org
25394 Sent: Saturday, October 14, 2000 8:22 PM
25395 Subject: Re: [IRCServices] Ircd's and Services....
25396
25397
25398
25399
25400 Yeah I know exactly what you mean, That's why I believe IRCservices are great the way they are.
25401
25402 ======================
25403 Ely
25404 RealCFC@ChatFIRST.COM
25405 http://www.chatfirst.com
25406
25407 ======================
25408 From &quot Sat Oct 14 17:06:30 2000
25409 From: &quot (&quot)
25410 Date: Sat Oct 23 23:01:02 2004
25411 Subject: [IRCServices] Ircd's and Services....
25412 References: <l0313031eb60e224b1aca@[10.38.239.101]> <001a01c0360d$6744a2c0$5208d6d1@pavilion> <006a01c035f2$d7e571f0$3436fe3e@morpheous> <002901c03610$714b22a0$5208d6d1@pavilion> <005001c035f7$2eb82c30$0100a8c0@excalibur> <004601c03614$1fec4e80$5208d6d1@pavilion> <00d401c0360e$72ebc530$3436fe3e@morpheous>
25413 Message-ID: 001301c0363b$c5c24ef0$250c1218@cc274522d
25414
25415
25416 We are running Elite 3.1.1 and Services 4.4.8 and they work pretty good together... I would love to hear how well Services works with these others, let us know how it goes :)
25417
25418 David
25419 ----- Original Message -----
25420 From: Ciarán Reilly
25421 To: ircservices@Snow.shadowfire.org
25422 Sent: Saturday, October 14, 2000 2:41 PM
25423 Subject: Re: [IRCServices] Ircd's and Services....
25424
25425
25426 Thanks for everyones input, it's much appreciated. I now have Cyclone, Unreal, and Starchat to take a look at... any further suggestions still welcome.
25427
25428 Thanks again :-)
25429
25430 Ciarán.
25431
25432
25433 From &quot Sun Oct 15 05:11:43 2000
25434 From: &quot (&quot)
25435 Date: Sat Oct 23 23:01:02 2004
25436 Subject: [IRCServices] Ircd's and Services....
25437 Message-ID: E13kmiO&#45;0000Oj&#45;00@praseodumium.btinternet.com
25438
25439
25440
25441 I'm running Services-4.4.8 with a custom IRCd daemon based partly off Unreal and partly off Dreamforge, it works really well together. I made a few small modifications to 4.4.8 just to support this IRCd, no other changes were made to it.
25442
25443 IRC-Services is a very nice piece of kit though, supports Dreamforge, IRCu, Bahamut and a few other IRCd types and supports them well from what I hear. I know of a net using 4.4.8 with Bahamut and they seem to have no problems. Never seen them in use with IRCu though.
25444
25445 Jonathan Morton : The patch you speak of, is it publicly downloadable because I've been looking for a patch to add to Services to support +x but only if your IRCd supports it.
25446
25447 Anyhow, that's just my feedback for the day/week/month/year*.
25448
25449 Quinn
25450
25451 * - Delete as appropriate.
25452
25453 ----------
25454 From: David Blanchard <dblanch@home.com>
25455 To: ircservices@Snow.shadowfire.org
25456 Subject: Re: [IRCServices] Ircd's and Services....
25457 Date: Sunday, October 15, 2000 01:06
25458
25459 We are running Elite 3.1.1 and Services 4.4.8 and they work pretty good together... I would love to hear how well Services works with these others, let us know how it goes :) David
25460
25461 ----- Original Message ----- From: Ciarán Reilly <mailto:Ciaran.reilly@ntlworld.com> To: ircservices@Snow.shadowfire.org <mailto:ircservices@Snow.shadowfire.org> Sent: Saturday, October 14, 2000 2:41 PM Subject: Re: [IRCServices] Ircd's and Services....
25462 Thanks for everyones input, it's much appreciated. I now have Cyclone, Unreal, and Starchat to take a look at... any further suggestions still welcome. Thanks again :-) Ciarán.
25463
25464
25465
25466
25467
25468 From chromatix at penguinpowered.com Sun Oct 15 06:03:09 2000
25469 From: chromatix at penguinpowered.com (Jonathan Morton)
25470 Date: Sat Oct 23 23:01:02 2004
25471 Subject: [IRCServices] Ircd's and Services....
25472 In-Reply-To: <E13kmiO-0000Oj-00@praseodumium.btinternet.com>
25473 References: E13kmiO&#45;0000Oj&#45;00@praseodumium.btinternet.com
25474 Message-ID: l03130321b60f5aa46d32@[10.38.239.101]
25475
25476 >Jonathan Morton : The patch you speak of, is it publicly downloadable
25477 >because I've been looking for a patch to add to Services to support +x but
25478 >only if your IRCd supports it.
25479
25480 Here it is. It's different from previous releases, but only in that it
25481 actually has a README file (shock horror!) describing roughly how to apply
25482 it.
25483
25484 I'll see if I can remember to post it to my web space later, this would
25485 make it a touch more accessible...
25486
25487 From cgknipe at mweb.co.za Sat Oct 14 13:16:23 2000
25488 From: cgknipe at mweb.co.za (Chris Knipe)
25489 Date: Sat Oct 23 23:01:02 2004
25490 Subject: [IRCServices] cheers. ideas.
25491 References: <002d01c03359$10285b00$9c011ac4@shadow><20001011090950.23502.qmail@breakfree.com><007601c0336a$1eca53a0$9c011ac4@shadow>
25492 Message-ID: 000201c036bd$0bca4ca0$0100a8c0@sunnyline.co.za
25493
25494 Hi again :)
25495
25496 Andew, Text/XML... Once again I ask. What reference will services have to
25497 KNOW immediately WHERE it is supposed to update its information? If you
25498 have 5000 nicks registered, are you expecting services to hunt through 5000
25499 text files to locate the right one, and then still expect services to be
25500 fast?
25501
25502 Just my thought.
25503
25504 ---
25505 Regards,
25506 Chris Knipe
25507 Cell: (083) 430-8151
25508
25509 ----- Original Message -----
25510 From: Andrew Kempe <andrewk@icon.co.za>
25511 To: <ircservices@Snow.shadowfire.org>
25512 Sent: Wednesday, October 11, 2000 12:00 PM
25513 Subject: Re: [IRCServices] cheers. ideas.
25514
25515
25516 > This is the ideal situation...
25517 >
25518 > However, those who have worked with developing software that can handle
25519 > "modules" will probably know that it is not something one does in one
25520 Sunday
25521 > afternoon.
25522 >
25523 > On this note, I've considered moving the databases to a text based format
25524 > using XML. Because the databases are pretty much "read-only" (all changes
25525 > HAVE to be made via Services itself) this would allow for a pretty wide
25526 > range of applications to use them.
25527 >
25528 > I'm busy writing a test program that I'm going to want as many people to
25529 > test as possible to ensure that the XML lib that I'm using is going to
25530 work
25531 > everywhere. This is because the current database format will be replaced
25532 by
25533 > the new one.
25534 >
25535 > Are there any thoughts or concerns on using XML/text to store the
25536 > information?
25537 >
25538 > Andrew
25539 >
25540 > ----- Original Message -----
25541 > From: "Samuel Graenacher" <sam@breakfree.com>
25542 > To: <ircservices@Snow.shadowfire.org>
25543 > Sent: Wednesday, October 11, 2000 11:09 AM
25544 > Subject: Re: [IRCServices] cheers. ideas.
25545 >
25546 >
25547 > >
25548 > > Hmm, I dunno how fast/effective the current db format is but it sounds
25549 > like
25550 > > a good idea. Would allow easier data/user management with other
25551 software.
25552 > > Maybe make the database functions modular and let the user decide which
25553 db
25554 > > format to use?
25555 > >
25556 > > Andrew Kempe writes:
25557 > >
25558 > > > this bounced...
25559 > > >
25560 > > > > From: "Bruno Lacerda" <sniffer@sniffer.net>
25561 > > > > To: <ircservices@Snow.shadowfire.org>
25562 > > > > Subject: cheers. ideas.
25563 > > > > Date: Tue, 10 Oct 2000 19:37:44 -0300
25564 > > > >
25565 > > > > im a ansi c/database programmer, im currently working with webdevel
25566 > but
25567 > > > just
25568 > > > > for money.
25569 > > > >
25570 > > > > well, im completely open for help with new ways of
25571 storing,retrieving
25572 > > > > services information, such as databases..
25573 > > > >
25574 > > > > i dont know about the ircservices devel state, but, i suggest using
25575 > real
25576 > > > sql
25577 > > > > based databases.. mysql, postgres.. dunno.
25578 > > > >
25579 > > > > uh, a question, am i subscribed to the right mailing list?
25580 > > > >
25581 > > > > cheers, bruno lacerda.
25582 > > > > http://sniffer.net
25583 > > > > sniffer@sniffer.net
25584 > > > >
25585 > > > >
25586 > > >
25587 > > >
25588 > > > ---------------------------------------------------------------
25589 > > > To unsubscribe, send email to majordomo@ender.shadowfire.org
25590 > > > with "unsubscribe ircservices" in the body, without the quotes.
25591 > >
25592 > >
25593 > >
25594 > >
25595 > > ---------------------------------------------------------------
25596 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
25597 > > with "unsubscribe ircservices" in the body, without the quotes.
25598 > >
25599 >
25600 >
25601 > ---------------------------------------------------------------
25602 > To unsubscribe, send email to majordomo@ender.shadowfire.org
25603 > with "unsubscribe ircservices" in the body, without the quotes.
25604
25605
25606 ---------------------------------------------------------------
25607 To unsubscribe, send email to majordomo@ender.shadowfire.org
25608 with "unsubscribe ircservices" in the body, without the quotes.
25609
25610
25611 From cgknipe at mweb.co.za Sat Oct 14 13:13:39 2000
25612 From: cgknipe at mweb.co.za (Chris Knipe)
25613 Date: Sat Oct 23 23:01:02 2004
25614 Subject: [IRCServices] Closer looks at services databases?
25615 References: <39e7e1e5.62125@prima-lan.net>
25616 Message-ID: 000101c036bd$09223710$0100a8c0@sunnyline.co.za
25617
25618 Hi Andrew,
25619
25620 Just for interest sakes (I know we have talked about this *MUCH* in the
25621 past), but just what exactly is ment by services "reading once, and writing
25622 many". I totally like do not understand that interpretation of what exactly
25623 services is doing, and howcome this is the case in the scenario of a "data
25624 update" or "data retrieval".
25625
25626 If a nickname is registered, read not at all, write many
25627 If a nick is changed, read once, write perhaps more than which is required?
25628 If a memo is read, read ALLOT, write one bit?
25629 etc.
25630
25631 Shouldn't there perhaps rather be looked into the ammount of information
25632 services writes to the databases? I admit yes, I have not looked at the
25633 code seeing that I don't have it at the moment, but from what I remember
25634 back the last time I looked at it, yes, the database code was a mess, and
25635 because of that, I don't understand it. Which brings me back to the
25636 question of what exactly does services do with its database?
25637
25638 A quick example (I am talking under speculation here - as I said before, I
25639 did not look at the code, and I wont bother looking at the code, because its
25640 to compicated for a avarage programmer which I hope I can be seen as).
25641
25642 Say we have a nick registered in the database (moo). moo registers his
25643 nick, and this time, the entire nickserv structure is copied into the
25644 database for the nickname. However, now, user moo does a update. Lets say,
25645 /msg nickserv set email blah@blah.com
25646
25647 My question is this: How exactly does services process this update?
25648 Surely, if you use the nickname, like in this case moo as a reference, can
25649 it be that severe on large networks if you just update a string in the
25650 database? Sure, I can understand that if you delete the record entirely,
25651 and regenerate it for the update, that it is a long process, but updates
25652 should NOT be a complicated procedure.
25653
25654 In the past, I made (I think), quite a big effort on getting services to
25655 support SQL based databases, and it is exactly for this reason. As far as
25656 physical searches (locating of the user's registration details) through the
25657 database goes, they are 1) accellerated, and 2) they are cached. This is
25658 what makes SQL databases good for high-information stores (allot of
25659 records).
25660
25661 Secondly, the records can also be automatically assigned registration ID.
25662 Which, normally is ALLOT smaller than the actual nick (less bits in size,
25663 the data travels faster through the wires). A simple scenario ( I realise I
25664 am missing settings here, this is only as example), a database structure on
25665 SQL may be:
25666
25667 NickID (int)
25668 NickName (varchar)
25669 EMailAddress (varchar)
25670 SetKillImmed (bit) !!!!!!
25671 SetKillQuick (bit) !!!!!!
25672 SetKillWhatever (bit).
25673
25674 The basic idea behind this, is to use the smallest possible size of data in
25675 the db. The bits, is either a 1 or a 0, and because the NickID is a
25676 integer, it is also smaller than the NickName which is varchar.
25677
25678 Microsoft's SQL Server uses the following sizes for its tables: (This varies
25679 from every type of Database, like MS-SQL, ProgreSQL, MySQL, DB1, DB2, DB3,
25680 etc) These are the default field lengths for data to be stored as native
25681 file storage type (nullable data is the same length as nonnull data, and
25682 character data is always stored in character format).
25683
25684 Data type Default length (characters)
25685 bit 1
25686 binary Length defined for the column
25687 varbinary Length defined for the column
25688 image 0
25689 datetime 8
25690 smalldatetime 4
25691 float 8
25692 real 4
25693 int 4
25694 bigint 8
25695 smallint 2
25696 tinyint 1
25697 money 8
25698 smallmoney 4
25699 decimal *See footnote
25700 numeric *See footnote
25701 uniqueidentifier 16
25702 timestamp 8
25703
25704 * Numeric data types with fixed precision and scale.
25705 Precision Storage bytes
25706 1 - 9 5
25707 10-19 9
25708 20-28 13
25709 29-38 17
25710
25711 The point at which I am getting, is that services is allocating allot of
25712 bytes in its tables to chars which is not needed, and therefor, also needs
25713 to update more than it needs to, aswell as send more information over the
25714 IRC network than what is needed.
25715
25716 Secodly, by utilising a identifier (such as NickID set in my example), your
25717 updates, sending of memos, and various other procedures related to a
25718 nickname (for example), is ALLOT faster.
25719
25720 Say, I issue UPDATE table SET SetKillImmed='1' WHERE NickID='12' (The user
25721 does a /msg nickserv set kill immed). This is 50 (If I counted correctly),
25722 characters that services needs to send to the database. The error checking
25723 is a simple matter of checking if return value is success or failure (7
25724 characters), so in total, the entire update procedure, will send and receive
25725 57 characters. Can this be said for the DBs currectly in use?
25726
25727 Furthermore, with regards to SQL's caching abilities.
25728
25729 I have a 166MMX, 80MB Ram, Running Windows NT 4.0 atm. In idle state, my PC
25730 uses: CPU Load: 15%, Memory in Use (Pagefile): 138MB (Peaked at 150MB)
25731
25732 I also run MS SQL 2000, and my example is in a table I use to archive the
25733 BugTraq Mailing list. The table looks as follows (to give you an idea of
25734 the sizes):
25735 ID (int) IDENTITY (1, 1) NOT NULL ,
25736 MessageID (nvarchar(150)) NOT NULL ,
25737 InReplyTo (nvarchar(150)) NULL ,
25738 MsgDate (nvarchar(40)) NOT NULL ,
25739 MsgFrom (ntext) NOT NULL ,
25740 MsgSubject (ntext) NULL ,
25741 MsgBody (ntext) NULL
25742
25743 For a indication of the specific field sizes:
25744 int: (whole number) data from -2^31 (-2,147,483,648) through 2^31 - 1
25745 (2,147,483,647).
25746 nvarchar: Variable-length Unicode data with a maximum length of 4,000
25747 characters.
25748 ntext: Variable-length Unicode data with a maximum length of 2^30 - 1
25749 (1,073,741,823) characters.
25750
25751 As you can realise from this, one record in the table, allocates quite allot
25752 of data. BTW: the table currectly holds 1523 records. Now, let us do some
25753 statistics:
25754
25755 First, a lookup without utilising the cached index on the table, the command
25756 executed:
25757 SELECT * FROM BugTraq WHERE ID='67'
25758 Event Class: Duration: CPU: Reads: Writes:
25759 SQL:StmtCompleted 140 10 0 0
25760
25761 Now, the same lookup BUT, I am using the cached index:
25762 SELECT * FROM BugTraq WITH (INDEX(IX_BugTraq)) WHERE ID='67'
25763 Event Class: Duration: CPU: Reads: Writes:
25764 SQL:StmtCompleted 70 10 0 0
25765
25766 As you can see, the load stays the same, BUT, the duration (aka speed) of
25767 the query droped by 50%, thus, giving better performance. Now, let us
25768 update?
25769 UPDATE BugTraq SET InReplyTo='something' WHERE ID='67'
25770 Event Class Duration: CPU: Reads: Writes:
25771 SQL:StmtCompleted 231 30 0 8
25772
25773 Note, writes 8, reads = 0!!
25774
25775 In other words, by using something like SQL, you will once more, SAVE on
25776 performance and speed, because of the fact that the location of the record
25777 in the database does NOT need to be located...
25778
25779 As a closing, I would just like to ask if someone DID in fact do detailed
25780 analysis of what exactly is happening in the services database? As I've
25781 shown you here, a SQL based database CAN and WILL increase the services
25782 performance, aswell as to LOWER the actual ammount of information that is
25783 needed to be transmitted to and from the services to the IRC Network. Can
25784 the same results be given for the dbs services are currently using, and if
25785 so, can I be proven wrong that a PROPERLY IMPLICATED SQL based Services
25786 database, will NOT enhance IRC Services?
25787
25788 This read once / write many times in my books, is a pile of horse .... It
25789 is of no relavence whether there is being read or written to the database.
25790 The question is about WHAT is written / read, and WHERE in the database is
25791 it being sent to, or read from, and if services actually KNOW where the
25792 information is that needs to be updated.
25793
25794 Thus, my closing questions are:
25795 1) Can someone provide me with the structures of all the dbs so that I can
25796 properly port it to SQL.
25797 2) Can there be added SQL support in a non-public version of Services for
25798 speed analysis
25799 3) How and where does services read / write / update information in its
25800 database
25801 4) How does Services keep record of where in its databases information is
25802 stored.
25803 5) Does anyone have specs (detailed) about the speed of the services
25804 database at the current moment? (Note, I'm talking about accurate speed
25805 analysis of the databases IN USE by services, accessing the information the
25806 SAME way services does.) Surely, if you are looking at the database, you
25807 CANT tell me SQL is not going to enhance performance if you DONT have
25808 information backing up your accusations...
25809
25810 If for some reason you still believe I am wrong about SQL Andrew, let us
25811 test this, and compare our results? I'll bet you R100 :P SQL is
25812 multithread aswell, which adds ALLOT more speed into services by allowing it
25813 to make more than one query at a time (for starters).
25814
25815 ---
25816 Regards,
25817 Chris Knipe
25818 Cell: (083) 430-8151
25819
25820
25821
25822
25823 ---------------------------------------------------------------
25824 To unsubscribe, send email to majordomo@ender.shadowfire.org
25825 with "unsubscribe ircservices" in the body, without the quotes.
25826
25827
25828 From cgknipe at mweb.co.za Sat Oct 14 13:19:49 2000
25829 From: cgknipe at mweb.co.za (Chris Knipe)
25830 Date: Sat Oct 23 23:01:02 2004
25831 Subject: [IRCServices] cheers. ideas.
25832 References: <Pine.BSF.4.21.0010110731040.95411-100000@relic.net>
25833 Message-ID: 000301c036bd$0de11eb0$0100a8c0@sunnyline.co.za
25834
25835 If your SQL Server crashed, you dont really know very much of it (no
25836 offence).
25837
25838 MySQL is used by companies such as YaHoo with CREATE success.
25839
25840 Just because YOU are having problems with SQL, it does NOT mean everyone
25841 else is having them either. As I stated in some previous post, I am getting
25842 EXCELLT results from a database holding well over 5000 records. I am pretty
25843 sure that the exact same is going to happen if and when I port the services
25844 database to SQL for testing purposes.
25845
25846 SQL is BRILLIANT. Once again though, the application is only as clever as
25847 the person whom designed it. In your case, I feel safe to say that this is
25848 exactly the case. If the results returned slow, then its another question.
25849 But the fact that your server allready crashes like every two or three
25850 days... That points in my books to not knowing what you are doing...
25851
25852 ---
25853 Regards,
25854 Chris Knipe
25855 Cell: (083) 430-8151
25856
25857
25858 ----- Original Message -----
25859 From: Chris Wiest <kwahraw@relic.net>
25860 To: <ircservices@ender.shadowfire.org>
25861 Sent: Wednesday, October 11, 2000 1:33 PM
25862 Subject: Re: [IRCServices] cheers. ideas.
25863
25864
25865 > i debated, and even played with storing/retreiving to mysql. The problem
25866 > that I've found is that you then deal with ensuring the sql program is up
25867 > and running, and sql tends to crash (we actually have a sql based program
25868 > currently that has an average uptime of 2 to 3 days). I don't know if
25869 > anyone else has experienced this, however it seems to kinda be
25870 > standard. We deal with 1600 to 2000 users simultaneous, they tend to get
25871 > pissy when our services go boom, and rightly so. I'm not saying not to
25872 > move to sql (though I'd say xml seems a better option), but I am saying
25873 > that given sql's uptime, it can be an issue.
25874 >
25875 > --CDW
25876 >
25877 > On Wed, 11 Oct 2000, Samuel Graenacher wrote:
25878 >
25879 > >
25880 > > Hmm, I dunno how fast/effective the current db format is but it sounds
25881 like
25882 > > a good idea. Would allow easier data/user management with other
25883 software.
25884 > > Maybe make the database functions modular and let the user decide which
25885 db
25886 > > format to use?
25887 > >
25888 > > Andrew Kempe writes:
25889 > >
25890 > > > this bounced...
25891 > > >
25892 > > > > From: "Bruno Lacerda" <sniffer@sniffer.net>
25893 > > > > To: <ircservices@Snow.shadowfire.org>
25894 > > > > Subject: cheers. ideas.
25895 > > > > Date: Tue, 10 Oct 2000 19:37:44 -0300
25896 > > > >
25897 > > > > im a ansi c/database programmer, im currently working with webdevel
25898 but
25899 > > > just
25900 > > > > for money.
25901 > > > >
25902 > > > > well, im completely open for help with new ways of
25903 storing,retrieving
25904 > > > > services information, such as databases..
25905 > > > >
25906 > > > > i dont know about the ircservices devel state, but, i suggest using
25907 real
25908 > > > sql
25909 > > > > based databases.. mysql, postgres.. dunno.
25910 > > > >
25911 > > > > uh, a question, am i subscribed to the right mailing list?
25912 > > > >
25913 > > > > cheers, bruno lacerda.
25914 > > > > http://sniffer.net
25915 > > > > sniffer@sniffer.net
25916 > > > >
25917 > > > >
25918 > > >
25919 > > >
25920 > > > ---------------------------------------------------------------
25921 > > > To unsubscribe, send email to majordomo@ender.shadowfire.org
25922 > > > with "unsubscribe ircservices" in the body, without the quotes.
25923 > >
25924 > >
25925 > >
25926 > >
25927 > > ---------------------------------------------------------------
25928 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
25929 > > with "unsubscribe ircservices" in the body, without the quotes.
25930 > >
25931 >
25932 >
25933 > ---------------------------------------------------------------
25934 > To unsubscribe, send email to majordomo@ender.shadowfire.org
25935 > with "unsubscribe ircservices" in the body, without the quotes.
25936
25937
25938 ---------------------------------------------------------------
25939 To unsubscribe, send email to majordomo@ender.shadowfire.org
25940 with "unsubscribe ircservices" in the body, without the quotes.
25941
25942
25943 From cgknipe at mweb.co.za Sat Oct 14 13:26:32 2000
25944 From: cgknipe at mweb.co.za (Chris Knipe)
25945 Date: Sat Oct 23 23:01:02 2004
25946 Subject: [IRCServices] cheers. ideas.
25947 References: <Pine.BSF.4.21.0010110903440.5616-100000@relic.net><001901c0339f$0f119100$0100a8c0@cablemodemnet.com.br><00dd01c0339a$1ed83580$9c011ac4@shadow>
25948 Message-ID: 000401c036bd$11e3e240$0100a8c0@sunnyline.co.za
25949
25950 *shrugs*
25951
25952 ----- Original Message -----
25953 From: Andrew Kempe <andrewk@icon.co.za>
25954 To: <ircservices@Snow.shadowfire.org>
25955 Sent: Wednesday, October 11, 2000 5:44 PM
25956 Subject: Re: [IRCServices] cheers. ideas.
25957
25958
25959 > Services is a READ ONCE, WRITE MANY application. If you make changes to
25960 the
25961 > data in the underlying datastore, be it a database, binary file or text
25962 > file, the changes would be lost at the next database save.
25963
25964 *shrugs*. Andrew, it will be lost because of the way data is CURRENTLY
25965 saved in the database. Do you mean to tell me now that if I have a SQL
25966 database, access the database from two applications, and update the
25967 information from one. Do you want to tell me the information change is not
25968 going to reflect in the second application? Maybe not if you dont ask for
25969 it again, but SURE the information IS going to be there at the next SELECT
25970 from the database. Which is more than adequate in the way Services needs to
25971 retrieve its information from the databases.
25972
25973 > Services would require a lot of work to make it support proper querying of
25974 a
25975 > database. The performance hit services would take would outweigh the
25976 benefit
25977 > imho. If one were to do it properly, with multiple threads loading only
25978 the
25979 > information needed to service the users and channels currently online,
25980 > things would definately be better. However, let's be honest, this requires
25981 a
25982 > lot of developement, skills and time.
25983
25984 Once again. How can you talk about the performance WITHOUT bothering to
25985 test this? Don't rub of a suggestion / idea just because you are not sure.
25986 I made my first post, I've shown you my results. I ask again, do you have
25987 similar results for the databases currently in use? No, I didn't think so.
25988
25989 > What we should focus on is writing an interface for Services that allows
25990 > external apps to communicate with it.
25991
25992 What we should be focusing on, is to analyse services, and find out EXACTLY
25993 WHAT and WHERE the bottlenecks in services are. Sure, the databases might
25994 be one of them, but wouldn't it be ALLOT easier if we know WHERE in the
25995 databases the problem lies? For one, what would happen if you created an
25996 index on the databases for one thing....
25997
25998 > Back to your point about Brasnet, 98MB is a lot. However, it's not totally
25999 > unreasonable. The thing I'd guess that is really taking a hit is the CPU.
26000 > The algorithms were never meant to handle so much data. I am definately
26001 > looking to improve the key ones.
26002
26003 >From a SQL based view, its bizzare, sorry. Once again aswell, it wont be a
26004 bottle neck on the CPU either. But hey, what do I know...
26005
26006 ---
26007 Regards,
26008 Chris Knipe
26009 Cell: (083) 430-8151
26010
26011
26012
26013
26014 ---------------------------------------------------------------
26015 To unsubscribe, send email to majordomo@ender.shadowfire.org
26016 with "unsubscribe ircservices" in the body, without the quotes.
26017
26018
26019 From &quot Sun Oct 15 10:05:02 2000
26020 From: &quot (&quot)
26021 Date: Sat Oct 23 23:01:02 2004
26022 Subject: [IRCServices] Ircd's and Services....
26023 In-Reply-To: <l03130321b60f5aa46d32@[10.38.239.101]>
26024 References: l03130321b60f5aa46d32@[10.38.239.101]
26025 Message-ID: NCBBIPDDJGGDOCPMKPKPMEINDIAA.andrewk@icon.co.za
26026
26027 I hate to be so picky about this, but please don't post patches to this
26028 list. Please send them directly to those people who want them.
26029
26030 Thanks, Andrew
26031
26032 > -----Original Message-----
26033 > From: owner-ircservices@Snow.shadowfire.org
26034 > [mailto:owner-ircservices@Snow.shadowfire.org]On Behalf Of Jonathan
26035 > Morton
26036 > Sent: 15 October 2000 15:03
26037 > To: ircservices@Snow.shadowfire.org
26038 > Subject: Re: [IRCServices] Ircd's and Services....
26039 >
26040 >
26041 > >Jonathan Morton : The patch you speak of, is it publicly downloadable
26042 > >because I've been looking for a patch to add to Services to
26043 > support +x but
26044 > >only if your IRCd supports it.
26045 >
26046 > Here it is. It's different from previous releases, but only in that it
26047 > actually has a README file (shock horror!) describing roughly how to apply
26048 > it.
26049 >
26050 > I'll see if I can remember to post it to my web space later, this would
26051 > make it a touch more accessible...
26052 >
26053
26054
26055 ---------------------------------------------------------------
26056 To unsubscribe, send email to majordomo@ender.shadowfire.org
26057 with "unsubscribe ircservices" in the body, without the quotes.
26058
26059
26060 From &quot Sun Oct 15 10:15:11 2000
26061 From: &quot (&quot)
26062 Date: Sat Oct 23 23:01:02 2004
26063 Subject: [IRCServices] cheers. ideas.
26064 In-Reply-To: <000401c036bd$11e3e240$0100a8c0@sunnyline.co.za>
26065 References: 000401c036bd$11e3e240$0100a8c0@sunnyline.co.za
26066 Message-ID: NCBBIPDDJGGDOCPMKPKPMEIODIAA.andrewk@icon.co.za
26067
26068 > > Services is a READ ONCE, WRITE MANY application. If you make changes to
26069 > the
26070 > > data in the underlying datastore, be it a database, binary file or text
26071 > > file, the changes would be lost at the next database save.
26072 >
26073 > *shrugs*. Andrew, it will be lost because of the way data is CURRENTLY
26074 > saved in the database. Do you mean to tell me now that if I have a SQL
26075 > database, access the database from two applications, and update the
26076 > information from one. Do you want to tell me the information
26077 > change is not
26078 > going to reflect in the second application? Maybe not if you dont ask for
26079 > it again, but SURE the information IS going to be there at the next SELECT
26080 > from the database. Which is more than adequate in the way
26081 > Services needs to
26082 > retrieve its information from the databases.
26083
26084 I was referring to the question/suggestion of allowing other applications to
26085 update the database themselves. Those changes would be lost.
26086
26087 > > Services would require a lot of work to make it support proper
26088 > querying of
26089 > a
26090 > > database. The performance hit services would take would outweigh the
26091 > benefit
26092 > > imho. If one were to do it properly, with multiple threads loading only
26093 > the
26094 > > information needed to service the users and channels currently online,
26095 > > things would definately be better. However, let's be honest,
26096 > this requires
26097 > a
26098 > > lot of developement, skills and time.
26099 >
26100 > Once again. How can you talk about the performance WITHOUT bothering to
26101 > test this? Don't rub of a suggestion / idea just because you are
26102 > not sure.
26103 > I made my first post, I've shown you my results. I ask again, do you have
26104 > similar results for the databases currently in use? No, I didn't
26105 > think so.
26106
26107 I'm talking from indirect experience with other systems that use this
26108 approach. If you're so sure of the benefits, please feel free to implement
26109 them. I'm just stating what I think with regard to the time and resources at
26110 my disposal.
26111
26112 > > What we should focus on is writing an interface for Services that allows
26113 > > external apps to communicate with it.
26114 >
26115 > What we should be focusing on, is to analyse services, and find
26116 > out EXACTLY
26117 > WHAT and WHERE the bottlenecks in services are. Sure, the databases might
26118 > be one of them, but wouldn't it be ALLOT easier if we know WHERE in the
26119 > databases the problem lies? For one, what would happen if you created an
26120 > index on the databases for one thing....
26121
26122 I have already done profiling on a 10'000 user network. Improving findnick()
26123 would make a huge difference in terms of performance. I hope to make these
26124 changes in the near future - again, as time permits.
26125
26126 > > Back to your point about Brasnet, 98MB is a lot. However, it's
26127 > not totally
26128 > > unreasonable. The thing I'd guess that is really taking a hit
26129 > is the CPU.
26130 > > The algorithms were never meant to handle so much data. I am definately
26131 > > looking to improve the key ones.
26132 >
26133 > >From a SQL based view, its bizzare, sorry. Once again aswell,
26134 > it wont be a
26135 > bottle neck on the CPU either. But hey, what do I know...
26136
26137 But the fact is that we currently have a flatfile database and that
26138 improving the lookup functions currently in use would require a lot less
26139 effort and time than implementing proper RDMBS support.
26140
26141 Andrew
26142
26143
26144 ---------------------------------------------------------------
26145 To unsubscribe, send email to majordomo@ender.shadowfire.org
26146 with "unsubscribe ircservices" in the body, without the quotes.
26147
26148
26149 From &quot Sun Oct 15 10:18:10 2000
26150 From: &quot (&quot)
26151 Date: Sat Oct 23 23:01:02 2004
26152 Subject: [IRCServices] cheers. ideas.
26153 In-Reply-To: <000201c036bd$0bca4ca0$0100a8c0@sunnyline.co.za>
26154 References: 000201c036bd$0bca4ca0$0100a8c0@sunnyline.co.za
26155 Message-ID: NCBBIPDDJGGDOCPMKPKPEEIPDIAA.andrewk@icon.co.za
26156
26157 Services would mark structures (nicknames, channels etc) as "changed". Only
26158 those structures would be saved at each database save. Each save would take
26159 place to a new file. A cron would then run to combine those files into a
26160 single file. Obviously they'd be combined in the order they were saved to
26161 preserve changes.
26162
26163 The benefits would be that only "changed" structures would need to be saved.
26164 This would save time on networks with huge databases.
26165
26166 Considering the overhead of XML's metadata, as Andy pointed out, something
26167 like this would be essential if the databases were saved using XML.
26168
26169 Andrew
26170
26171 > -----Original Message-----
26172 > From: owner-ircservices@Snow.shadowfire.org
26173 > [mailto:owner-ircservices@Snow.shadowfire.org]On Behalf Of Chris Knipe
26174 > Sent: 14 October 2000 22:16
26175 > To: ircservices@Snow.shadowfire.org; ircservices@Snow.shadowfire.org
26176 > Subject: Re: [IRCServices] cheers. ideas.
26177 >
26178 >
26179 > Hi again :)
26180 >
26181 > Andew, Text/XML... Once again I ask. What reference will
26182 > services have to
26183 > KNOW immediately WHERE it is supposed to update its information? If you
26184 > have 5000 nicks registered, are you expecting services to hunt
26185 > through 5000
26186 > text files to locate the right one, and then still expect services to be
26187 > fast?
26188 >
26189 > Just my thought.
26190 >
26191 > ---
26192 > Regards,
26193 > Chris Knipe
26194 > Cell: (083) 430-8151
26195 >
26196 > ----- Original Message -----
26197 > From: Andrew Kempe <andrewk@icon.co.za>
26198 > To: <ircservices@Snow.shadowfire.org>
26199 > Sent: Wednesday, October 11, 2000 12:00 PM
26200 > Subject: Re: [IRCServices] cheers. ideas.
26201 >
26202 >
26203 > > This is the ideal situation...
26204 > >
26205 > > However, those who have worked with developing software that can handle
26206 > > "modules" will probably know that it is not something one does in one
26207 > Sunday
26208 > > afternoon.
26209 > >
26210 > > On this note, I've considered moving the databases to a text
26211 > based format
26212 > > using XML. Because the databases are pretty much "read-only"
26213 > (all changes
26214 > > HAVE to be made via Services itself) this would allow for a pretty wide
26215 > > range of applications to use them.
26216 > >
26217 > > I'm busy writing a test program that I'm going to want as many people to
26218 > > test as possible to ensure that the XML lib that I'm using is going to
26219 > work
26220 > > everywhere. This is because the current database format will be replaced
26221 > by
26222 > > the new one.
26223 > >
26224 > > Are there any thoughts or concerns on using XML/text to store the
26225 > > information?
26226 > >
26227 > > Andrew
26228 > >
26229 > > ----- Original Message -----
26230 > > From: "Samuel Graenacher" <sam@breakfree.com>
26231 > > To: <ircservices@Snow.shadowfire.org>
26232 > > Sent: Wednesday, October 11, 2000 11:09 AM
26233 > > Subject: Re: [IRCServices] cheers. ideas.
26234 > >
26235 > >
26236 > > >
26237 > > > Hmm, I dunno how fast/effective the current db format is but it sounds
26238 > > like
26239 > > > a good idea. Would allow easier data/user management with other
26240 > software.
26241 > > > Maybe make the database functions modular and let the user
26242 > decide which
26243 > db
26244 > > > format to use?
26245 > > >
26246 > > > Andrew Kempe writes:
26247 > > >
26248 > > > > this bounced...
26249 > > > >
26250 > > > > > From: "Bruno Lacerda" <sniffer@sniffer.net>
26251 > > > > > To: <ircservices@Snow.shadowfire.org>
26252 > > > > > Subject: cheers. ideas.
26253 > > > > > Date: Tue, 10 Oct 2000 19:37:44 -0300
26254 > > > > >
26255 > > > > > im a ansi c/database programmer, im currently working
26256 > with webdevel
26257 > > but
26258 > > > > just
26259 > > > > > for money.
26260 > > > > >
26261 > > > > > well, im completely open for help with new ways of
26262 > storing,retrieving
26263 > > > > > services information, such as databases..
26264 > > > > >
26265 > > > > > i dont know about the ircservices devel state, but, i
26266 > suggest using
26267 > > real
26268 > > > > sql
26269 > > > > > based databases.. mysql, postgres.. dunno.
26270 > > > > >
26271 > > > > > uh, a question, am i subscribed to the right mailing list?
26272 > > > > >
26273 > > > > > cheers, bruno lacerda.
26274 > > > > > <A HREF="http://sniffer.net">http://sniffer.net</A>
26275 > > > > > sniffer@sniffer.net
26276 > > > > >
26277 > > > > >
26278 > > > >
26279 > > > >
26280 > > > > ---------------------------------------------------------------
26281 > > > > To unsubscribe, send email to majordomo@ender.shadowfire.org
26282 > > > > with "unsubscribe ircservices" in the body, without the quotes.
26283 > > >
26284 > > >
26285 > > >
26286 > > >
26287 > > > ---------------------------------------------------------------
26288 > > > To unsubscribe, send email to majordomo@ender.shadowfire.org
26289 > > > with "unsubscribe ircservices" in the body, without the quotes.
26290 > > >
26291 > >
26292 > >
26293 > > ---------------------------------------------------------------
26294 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
26295 > > with "unsubscribe ircservices" in the body, without the quotes.
26296 >
26297 >
26298 > ---------------------------------------------------------------
26299 > To unsubscribe, send email to majordomo@ender.shadowfire.org
26300 > with "unsubscribe ircservices" in the body, without the quotes.
26301 >
26302
26303
26304 ---------------------------------------------------------------
26305 To unsubscribe, send email to majordomo@ender.shadowfire.org
26306 with "unsubscribe ircservices" in the body, without the quotes.
26307
26308
26309 From &quot Sun Oct 15 10:25:16 2000
26310 From: &quot (&quot)
26311 Date: Sat Oct 23 23:01:02 2004
26312 Subject: [IRCServices] cheers. ideas.
26313 In-Reply-To: <NCBBIPDDJGGDOCPMKPKPMEIODIAA.andrewk@icon.co.za>
26314 References: NCBBIPDDJGGDOCPMKPKPMEIODIAA.andrewk@icon.co.za
26315 Message-ID: NCBBIPDDJGGDOCPMKPKPOEIPDIAA.andrewk@icon.co.za
26316
26317 [snip]
26318 > > >From a SQL based view, its bizzare, sorry. Once again aswell,
26319 > > it wont be a
26320 > > bottle neck on the CPU either. But hey, what do I know...
26321 >
26322 > But the fact is that we currently have a flatfile database and that
26323 > improving the lookup functions currently in use would require a lot less
26324 > effort and time than implementing proper RDMBS support.
26325
26326 I love replying to my own posts... not. RDMBS should read RDBMS.
26327
26328 Andrew
26329
26330 ---------------------------------------------------------------
26331 To unsubscribe, send email to majordomo@ender.shadowfire.org
26332 with "unsubscribe ircservices" in the body, without the quotes.
26333
26334
26335 From cgknipe at mweb.co.za Sun Oct 15 10:28:56 2000
26336 From: cgknipe at mweb.co.za (Chris Knipe)
26337 Date: Sat Oct 23 23:01:02 2004
26338 Subject: [IRCServices] cheers. ideas.
26339 References: <NCBBIPDDJGGDOCPMKPKPMEIODIAA.andrewk@icon.co.za>
26340 Message-ID: 00c301c036cd$6eb316c0$0100a8c0@sunnyline.co.za
26341
26342 ----- Original Message -----
26343 From: Andrew Kempe <andrewk@icon.co.za>
26344 To: <ircservices@Snow.shadowfire.org>
26345 Sent: Sunday, October 15, 2000 7:15 PM
26346 Subject: RE: [IRCServices] cheers. ideas.
26347
26348
26349
26350 > I was referring to the question/suggestion of allowing other applications
26351 to
26352 > update the database themselves. Those changes would be lost.
26353
26354 No they would not. Example. One record, with fields, nickname, setbit1,
26355 setbit2, and email
26356
26357 Application 1 and 2 retrieves the entire recordset, taking out all the
26358 fields.
26359
26360 Application 1: updates setbit1 to FALSE, setbit2 to TRUE and change email to
26361 blah@blah
26362 Application 2: updates setbit1 to TRUE
26363
26364 Both application will reflect the change. In this case, the only issue is
26365 from whether or not the setbit1 is giong to conflict because it is updated
26366 by both applications.
26367
26368 I think what you are getting at because "services will loose information" is
26369 because the entire recordset for every nickname is updated. This is why
26370 services is loosing performance (in my books). Instead of just updating one
26371 field in the recordset, the entire recordset is saved again. Because the
26372 entire recordset is saved again, yes THEN will data be lost if used by more
26373 than one application. Update only the changed fields in the recordset, and
26374 everything will be just fine...
26375
26376 > I'm talking from indirect experience with other systems that use this
26377 > approach. If you're so sure of the benefits, please feel free to implement
26378 > them. I'm just stating what I think with regard to the time and resources
26379 at
26380 > my disposal.
26381
26382 Very well, and understandable. I will be starting SQL based tests. I've
26383 noticed allready yesterday night, by just added random data to SQL tables,
26384 that SQL starts to slow down at about 3,500 records per table. But please,
26385 if we are up to this, lets test this, and see what and where we need to move
26386 to?
26387
26388
26389 ---
26390 Regards,
26391 Chris Knipe
26392 Cell: (083) 430-8151
26393
26394
26395
26396
26397 ---------------------------------------------------------------
26398 To unsubscribe, send email to majordomo@ender.shadowfire.org
26399 with "unsubscribe ircservices" in the body, without the quotes.
26400
26401
26402 From &quot Sun Oct 15 10:49:15 2000
26403 From: &quot (&quot)
26404 Date: Sat Oct 23 23:01:02 2004
26405 Subject: [IRCServices] Ircd's and Services....
26406 References: <NCBBIPDDJGGDOCPMKPKPMEINDIAA.andrewk@icon.co.za>
26407 Message-ID: 002e01c036d0$3ca64140$b1effea9@katsklaw
26408
26409 You not the picky one Andrew, that's my arena! ;P
26410
26411 I would like to remind everyone to please refrain from posting in HTML. Not
26412 everyone's mail reader knows HTML. Plain text is prefered, please also keep
26413 in mind that virii can be spread enbedded in HTML mail.
26414
26415
26416 Scott Seufert
26417 aka katsklaw
26418 Server Admin
26419 Excalibre.ShadowFire.Org
26420
26421 ----- Original Message -----
26422 From: Andrew Kempe <andrewk@icon.co.za>
26423 To: <ircservices@Snow.shadowfire.org>
26424 Sent: Sunday, October 15, 2000 1:05 PM
26425 Subject: RE: [IRCServices] Ircd's and Services....
26426
26427
26428 > I hate to be so picky about this, but please don't post patches to this
26429 > list. Please send them directly to those people who want them.
26430 >
26431 > Thanks, Andrew
26432 >
26433 > > -----Original Message-----
26434 > > From: owner-ircservices@Snow.shadowfire.org
26435 > > [mailto:owner-ircservices@Snow.shadowfire.org]On Behalf Of Jonathan
26436 > > Morton
26437 > > Sent: 15 October 2000 15:03
26438 > > To: ircservices@Snow.shadowfire.org
26439 > > Subject: Re: [IRCServices] Ircd's and Services....
26440 > >
26441 > >
26442 > > >Jonathan Morton : The patch you speak of, is it publicly downloadable
26443 > > >because I've been looking for a patch to add to Services to
26444 > > support +x but
26445 > > >only if your IRCd supports it.
26446 > >
26447 > > Here it is. It's different from previous releases, but only in that it
26448 > > actually has a README file (shock horror!) describing roughly how to
26449 apply
26450 > > it.
26451 > >
26452 > > I'll see if I can remember to post it to my web space later, this would
26453 > > make it a touch more accessible...
26454 > >
26455 >
26456 >
26457 > ---------------------------------------------------------------
26458 > To unsubscribe, send email to majordomo@ender.shadowfire.org
26459 > with "unsubscribe ircservices" in the body, without the quotes.
26460 >
26461 >
26462
26463
26464 ---------------------------------------------------------------
26465 To unsubscribe, send email to majordomo@ender.shadowfire.org
26466 with "unsubscribe ircservices" in the body, without the quotes.
26467
26468
26469 From &quot Sun Oct 15 10:57:57 2000
26470 From: &quot (&quot)
26471 Date: Sat Oct 23 23:01:02 2004
26472 Subject: [IRCServices] Closer looks at services databases?
26473 In-Reply-To: <000101c036bd$09223710$0100a8c0@sunnyline.co.za>
26474 References: 000101c036bd$09223710$0100a8c0@sunnyline.co.za
26475 Message-ID: NCBBIPDDJGGDOCPMKPKPIEJADIAA.andrewk@icon.co.za
26476
26477 This message has been sent to the coding mailing list. Please can ALL
26478 dicussion take place there from now on.
26479
26480 [snip]
26481 > Just for interest sakes (I know we have talked about this *MUCH* in the
26482 > past), but just what exactly is ment by services "reading once,
26483 > and writing
26484 > many". I totally like do not understand that interpretation of
26485 > what exactly
26486 > services is doing, and howcome this is the case in the scenario of a "data
26487 > update" or "data retrieval".
26488
26489 This topic relates to Services writing its data to its database (i.e. the
26490 flat binary files it currently uses.)
26491
26492 > If a nickname is registered, read not at all, write many
26493 > If a nick is changed, read once, write perhaps more than which is
26494 > required?
26495 > If a memo is read, read ALLOT, write one bit?
26496 > etc.
26497
26498 At startup, Services "reads" (loads) the databases, in their entirity, into
26499 memory. From then on all data manipulation takes place in memory. Evey 30
26500 mins or so that data is written back to the data files. This means that any
26501 changes made to those files will be overwritten and will not be reflected in
26502 Services. So, if the load/save routines were replaced with routines that
26503 read/wrote data to/from a SQL database, rather than flat files, people would
26504 still be unable to modify it from a another application. This whole thread
26505 stems from the suggestion that making Services use a SQL database would
26506 allow other applications to modify it. My response simply pointed out that
26507 changes could not be made without making major modifications to Services so
26508 that it re-read the data from the SQL server every time it needed to use it.
26509
26510 > Shouldn't there perhaps rather be looked into the ammount of information
26511 > services writes to the databases? I admit yes, I have not looked at the
26512 > code seeing that I don't have it at the moment, but from what I remember
26513 > back the last time I looked at it, yes, the database code was a mess, and
26514 > because of that, I don't understand it. Which brings me back to the
26515 > question of what exactly does services do with its database?
26516
26517 See above. I think that explains it.
26518
26519 > A quick example (I am talking under speculation here - as I said before, I
26520 > did not look at the code, and I wont bother looking at the code,
26521 > because its
26522 > to compicated for a avarage programmer which I hope I can be seen as).
26523
26524 [snip]
26525 > My question is this: How exactly does services process this update?
26526
26527 Again, see above.
26528
26529 [snip]
26530 > In the past, I made (I think), quite a big effort on getting services to
26531 > support SQL based databases, and it is exactly for this reason. As far as
26532 > physical searches (locating of the user's registration details)
26533 > through the
26534 > database goes, they are 1) accellerated, and 2) they are cached. This is
26535 > what makes SQL databases good for high-information stores (allot of
26536 > records).
26537
26538 I think you're missing the point. No one is denying that SQL databases are
26539 quick. But making calls outside of the current process, in a single threaded
26540 manner, is no where near as quick as locating it within the process's
26541 memory; this only holds true if the lookup functions are well written and
26542 the data in memory well hashed/indexed - currently this is not so but I am
26543 working to improve it (read: I know how to make it better and I am currently
26544 recoding the necessary parts to fix it.)
26545
26546 [snip]
26547 > The point at which I am getting, is that services is allocating allot of
26548 > bytes in its tables to chars which is not needed, and therefor, also needs
26549 > to update more than it needs to, aswell as send more information over the
26550 > IRC network than what is needed.
26551
26552 Please provide examples of variables that use (char) instead of numeric
26553 types. As for sending more data over the network than is needed, please
26554 explain how using different types is going to speed things up on a text
26555 based protocol.
26556
26557 > Secodly, by utilising a identifier (such as NickID set in my
26558 > example), your
26559 > updates, sending of memos, and various other procedures related to a
26560 > nickname (for example), is ALLOT faster.
26561
26562 You keep saying you don't understand the code. I'm beginning to agree with
26563 you. ALL commands use nicknames as targets and sources. That means I still
26564 have to lookup the nickname of the source/target of the message to find the
26565 ID. Once I've done that I already have all the information I need to perform
26566 99% of the tasks Services does. In all other cases, Services uses pointers
26567 to locate related structures, not the "names" of those structures.
26568
26569 > Say, I issue UPDATE table SET SetKillImmed='1' WHERE NickID='12'
26570 > (The user
26571 > does a /msg nickserv set kill immed). This is 50 (If I counted
26572 > correctly),
26573 > characters that services needs to send to the database. The
26574 > error checking
26575 > is a simple matter of checking if return value is success or failure (7
26576 > characters), so in total, the entire update procedure, will send
26577 > and receive
26578 > 57 characters. Can this be said for the DBs currectly in use?
26579
26580 You have no clue how the database system works. Stop trying to improve
26581 something you don't understand. Services does not issue commands to
26582 anywhere - the commands come from its hub and are updated in memory. See the
26583 explanation of the databases at the beginning of my reply.
26584
26585 [snip]
26586 > In other words, by using something like SQL, you will once more, SAVE on
26587 > performance and speed, because of the fact that the location of the record
26588 > in the database does NOT need to be located...
26589
26590 Again, you don't seem to know what is happening in Services.
26591
26592 [snip]
26593 > This read once / write many times in my books, is a pile of horse .... It
26594 > is of no relavence whether there is being read or written to the database.
26595 > The question is about WHAT is written / read, and WHERE in the database is
26596 > it being sent to, or read from, and if services actually KNOW where the
26597 > information is that needs to be updated.
26598
26599 Okay, Chris, you have NO idea what's going on with the databases. You're
26600 probably confused by our references to "databases". Services does not use a
26601 SQL style database. It uses a flat file database. Nor does Services update
26602 the information in those databases (files) every time a change is made.
26603 Therefore there is no "database querying" to improve.
26604
26605 As a side note, the term "database" does not imply SQL. SQL in turn does not
26606 imply MS SQL, or even a RDBMS. It simply means "structured query language".
26607 You could almost look at the Services commands as a type of "SQL".
26608
26609 > Thus, my closing questions are:
26610 > 1) Can someone provide me with the structures of all the dbs so that I can
26611 > properly port it to SQL.
26612
26613 See services.h
26614
26615 > 2) Can there be added SQL support in a non-public version of Services for
26616 > speed analysis
26617
26618 I've got more pressing issues to address at the present moment.
26619
26620 > 3) How and where does services read / write / update information in its
26621 > database
26622
26623 You may have wanted to find this out before writing this email. See the
26624 comments at the beginning of my reply for details on how Services does its
26625 database handling.
26626
26627 > 4) How does Services keep record of where in its databases information is
26628 > stored.
26629
26630 It doesn't - it has no need to. Again, you may have wanted to find this out
26631 before going off an a tangent.
26632
26633 > 5) Does anyone have specs (detailed) about the speed of the services
26634 > database at the current moment? (Note, I'm talking about accurate speed
26635 > analysis of the databases IN USE by services, accessing the
26636 > information the
26637 > SAME way services does.) Surely, if you are looking at the database, you
26638 > CANT tell me SQL is not going to enhance performance if you DONT have
26639 > information backing up your accusations...
26640
26641 This does not apply to Services because there are not database queries -
26642 only full updates.
26643
26644 > If for some reason you still believe I am wrong about SQL Andrew, let us
26645 > test this, and compare our results? I'll bet you R100 :P SQL is
26646 > multithread aswell, which adds ALLOT more speed into services by
26647 > allowing it
26648 > to make more than one query at a time (for starters).
26649
26650 I think you owe me a lot more than R100 for making me read and reply to a
26651 thesis on things that don't actually exist in Services. :P
26652
26653 Multi-threading will not improve a single threaded application.
26654
26655 A note to everyone:
26656 PLEASE SEND ALL REPLIES TO THE CODING MAILING LIST!
26657
26658 Later, Andrew
26659
26660
26661 ---------------------------------------------------------------
26662 To unsubscribe, send email to majordomo@ender.shadowfire.org
26663 with "unsubscribe ircservices" in the body, without the quotes.
26664
26665
26666 From &quot Sun Oct 15 12:00:55 2000
26667 From: &quot (&quot)
26668 Date: Sat Oct 23 23:01:02 2004
26669 Subject: [IRCServices] Ircd's and Services....
26670 References: <NCBBIPDDJGGDOCPMKPKPMEINDIAA.andrewk@icon.co.za> <002e01c036d0$3ca64140$b1effea9@katsklaw>
26671 Message-ID: 004d01c036da$40a37b00$03090a0a@kroag
26672
26673 On a similar subject, can everyone please send messages to only one of the
26674 services addresses? I know we love reading this mailing list, but it's
26675 annoying to get 2 identical messages. This also applies to sending to the
26676 same address twice (*cough*Chris Knipe*cough*).
26677
26678 ----- Original Message -----
26679 From: "Scott Seufert" <anarki@flamebait.org>
26680 To: <ircservices@Snow.shadowfire.org>
26681 Sent: Sunday, October 15, 2000 1:49 PM
26682 Subject: Re: [IRCServices] Ircd's and Services....
26683
26684
26685 > You not the picky one Andrew, that's my arena! ;P
26686 >
26687 > I would like to remind everyone to please refrain from posting in HTML.
26688 Not
26689 > everyone's mail reader knows HTML. Plain text is prefered, please also
26690 keep
26691 > in mind that virii can be spread enbedded in HTML mail.
26692 >
26693 >
26694 > Scott Seufert
26695 > aka katsklaw
26696 > Server Admin
26697 > Excalibre.ShadowFire.Org
26698 >
26699 > ----- Original Message -----
26700 > From: Andrew Kempe <andrewk@icon.co.za>
26701 > To: <ircservices@Snow.shadowfire.org>
26702 > Sent: Sunday, October 15, 2000 1:05 PM
26703 > Subject: RE: [IRCServices] Ircd's and Services....
26704 >
26705 >
26706 > > I hate to be so picky about this, but please don't post patches to this
26707 > > list. Please send them directly to those people who want them.
26708 > >
26709 > > Thanks, Andrew
26710 > >
26711 > > > -----Original Message-----
26712 > > > From: owner-ircservices@Snow.shadowfire.org
26713 > > > [mailto:owner-ircservices@Snow.shadowfire.org]On Behalf Of Jonathan
26714 > > > Morton
26715 > > > Sent: 15 October 2000 15:03
26716 > > > To: ircservices@Snow.shadowfire.org
26717 > > > Subject: Re: [IRCServices] Ircd's and Services....
26718 > > >
26719 > > >
26720 > > > >Jonathan Morton : The patch you speak of, is it publicly downloadable
26721 > > > >because I've been looking for a patch to add to Services to
26722 > > > support +x but
26723 > > > >only if your IRCd supports it.
26724 > > >
26725 > > > Here it is. It's different from previous releases, but only in that
26726 it
26727 > > > actually has a README file (shock horror!) describing roughly how to
26728 > apply
26729 > > > it.
26730 > > >
26731 > > > I'll see if I can remember to post it to my web space later, this
26732 would
26733 > > > make it a touch more accessible...
26734 > > >
26735 > >
26736 > >
26737 > > ---------------------------------------------------------------
26738 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
26739 > > with "unsubscribe ircservices" in the body, without the quotes.
26740 > >
26741 > >
26742 >
26743 >
26744 > ---------------------------------------------------------------
26745 > To unsubscribe, send email to majordomo@ender.shadowfire.org
26746 > with "unsubscribe ircservices" in the body, without the quotes.
26747 >
26748
26749
26750 ---------------------------------------------------------------
26751 To unsubscribe, send email to majordomo@ender.shadowfire.org
26752 with "unsubscribe ircservices" in the body, without the quotes.
26753
26754
26755 From cgknipe at mweb.co.za Mon Oct 16 11:31:43 2000
26756 From: cgknipe at mweb.co.za (Chris Knipe)
26757 Date: Sat Oct 23 23:01:02 2004
26758 Subject: [IRCServices] Ircd's and Services....
26759 References: <NCBBIPDDJGGDOCPMKPKPMEINDIAA.andrewk@icon.co.za><002e01c036d0$3ca64140$b1effea9@katsklaw><004d01c036da$40a37b00$03090a0a@kroag>
26760 Message-ID: 006801c037a0$a930da20$0100a8c0@sunnyline.co.za
26761
26762 ----- Original Message -----
26763 From: Ross Bemrose (Powerlord) <powerlord@vgmusic.com>
26764 To: <ircservices@Snow.shadowfire.org>
26765 Sent: Sunday, October 15, 2000 9:00 PM
26766 Subject: Re: [IRCServices] Ircd's and Services....
26767
26768
26769 > On a similar subject, can everyone please send messages to only one of the
26770 > services addresses? I know we love reading this mailing list, but it's
26771 > annoying to get 2 identical messages. This also applies to sending to the
26772 > same address twice (*cough*Chris Knipe*cough*).
26773 >
26774
26775
26776 Sorry, If I'm not mistaken, I was the first one here to even bother asking
26777 andrew to perhaps look at the list addresses...
26778
26779 Please dont come climb down my through about the list. I'm not hosting it,
26780 I'm not admining it. As for the coding list. As far as I know I was last
26781 subscribed to it. If not, thats also not my fault.
26782
26783
26784 ---
26785 Regards,
26786 Chris Knipe
26787 Cell: (083) 430-8151
26788
26789
26790
26791
26792 ---------------------------------------------------------------
26793 To unsubscribe, send email to majordomo@ender.shadowfire.org
26794 with "unsubscribe ircservices" in the body, without the quotes.
26795
26796
26797 From &quot Mon Oct 16 11:53:49 2000
26798 From: &quot (&quot)
26799 Date: Sat Oct 23 23:01:02 2004
26800 Subject: [IRCServices] Ircd's and Services....
26801 References: <NCBBIPDDJGGDOCPMKPKPMEINDIAA.andrewk@icon.co.za> <002e01c036d0$3ca64140$b1effea9@katsklaw> <004d01c036da$40a37b00$03090a0a@kroag> <006801c037a0$a930da20$0100a8c0@sunnyline.co.za>
26802 Message-ID: 000d01c037a2$71073020$03090a0a@kroag
26803
26804 I was actually referring to this, which I saw in one of your message's
26805 headers:
26806 To: ircservices@Snow.shadowfire.org, ircservices@Snow.shadowfire.org
26807 which are identical addresses.
26808
26809
26810 ----- Original Message -----
26811 From: "Chris Knipe" <cgknipe@mweb.co.za>
26812 To: <ircservices@Snow.shadowfire.org>
26813 Sent: Monday, October 16, 2000 2:31 PM
26814 Subject: Re: [IRCServices] Ircd's and Services....
26815
26816
26817 > ----- Original Message -----
26818 > From: Ross Bemrose (Powerlord) <powerlord@vgmusic.com>
26819 > To: <ircservices@Snow.shadowfire.org>
26820 > Sent: Sunday, October 15, 2000 9:00 PM
26821 > Subject: Re: [IRCServices] Ircd's and Services....
26822 >
26823 >
26824 > > On a similar subject, can everyone please send messages to only one of
26825 the
26826 > > services addresses? I know we love reading this mailing list, but it's
26827 > > annoying to get 2 identical messages. This also applies to sending to
26828 the
26829 > > same address twice (*cough*Chris Knipe*cough*).
26830 > >
26831 >
26832 >
26833 > Sorry, If I'm not mistaken, I was the first one here to even bother asking
26834 > andrew to perhaps look at the list addresses...
26835 >
26836 > Please dont come climb down my through about the list. I'm not hosting
26837 it,
26838 > I'm not admining it. As for the coding list. As far as I know I was last
26839 > subscribed to it. If not, thats also not my fault.
26840 >
26841 >
26842 > ---
26843 > Regards,
26844 > Chris Knipe
26845 > Cell: (083) 430-8151
26846 >
26847 >
26848 >
26849 >
26850 > ---------------------------------------------------------------
26851 > To unsubscribe, send email to majordomo@ender.shadowfire.org
26852 > with "unsubscribe ircservices" in the body, without the quotes.
26853 >
26854
26855
26856 ---------------------------------------------------------------
26857 To unsubscribe, send email to majordomo@ender.shadowfire.org
26858 with "unsubscribe ircservices" in the body, without the quotes.
26859
26860
26861 From natey at natey.za.net Mon Oct 16 11:53:46 2000
26862 From: natey at natey.za.net (Natey on IRC)
26863 Date: Sat Oct 23 23:01:02 2004
26864 Subject: [IRCServices] Ircd's and Services....
26865 In-Reply-To: <004d01c036da$40a37b00$03090a0a@kroag>
26866 References: 004d01c036da$40a37b00$03090a0a@kroag
26867 Message-ID: Pine.BSF.4.10.10010162051030.92388&#45;100000@aquarius.natey.za.net
26868
26869 Hi all,
26870
26871 Firstly it's very rude to blame Chris for what is infact the mailing list
26872 administrator's fault for badly configuring the mailing list software.
26873
26874 Can we just learn to not point fingers at people that are not in the wrong
26875 just because someone else screwed up?
26876
26877 Regards
26878 Natey
26879
26880 --
26881 Natey on IRC
26882 #include <std/disclaimer.h>
26883
26884 On Sun, 15 Oct 2000, Ross Bemrose (Powerlord) wrote:
26885
26886 > On a similar subject, can everyone please send messages to only one of the
26887 > services addresses? I know we love reading this mailing list, but it's
26888 > annoying to get 2 identical messages. This also applies to sending to the
26889 > same address twice (*cough*Chris Knipe*cough*).
26890 >
26891 > ----- Original Message -----
26892 > From: "Scott Seufert" <anarki@flamebait.org>
26893 > To: <ircservices@Snow.shadowfire.org>
26894 > Sent: Sunday, October 15, 2000 1:49 PM
26895 > Subject: Re: [IRCServices] Ircd's and Services....
26896 >
26897 >
26898 > > You not the picky one Andrew, that's my arena! ;P
26899 > >
26900 > > I would like to remind everyone to please refrain from posting in HTML.
26901 > Not
26902 > > everyone's mail reader knows HTML. Plain text is prefered, please also
26903 > keep
26904 > > in mind that virii can be spread enbedded in HTML mail.
26905 > >
26906 > >
26907 > > Scott Seufert
26908 > > aka katsklaw
26909 > > Server Admin
26910 > > Excalibre.ShadowFire.Org
26911 > >
26912 > > ----- Original Message -----
26913 > > From: Andrew Kempe <andrewk@icon.co.za>
26914 > > To: <ircservices@Snow.shadowfire.org>
26915 > > Sent: Sunday, October 15, 2000 1:05 PM
26916 > > Subject: RE: [IRCServices] Ircd's and Services....
26917 > >
26918 > >
26919 > > > I hate to be so picky about this, but please don't post patches to this
26920 > > > list. Please send them directly to those people who want them.
26921 > > >
26922 > > > Thanks, Andrew
26923 > > >
26924 > > > > -----Original Message-----
26925 > > > > From: owner-ircservices@Snow.shadowfire.org
26926 > > > > [mailto:owner-ircservices@Snow.shadowfire.org]On Behalf Of Jonathan
26927 > > > > Morton
26928 > > > > Sent: 15 October 2000 15:03
26929 > > > > To: ircservices@Snow.shadowfire.org
26930 > > > > Subject: Re: [IRCServices] Ircd's and Services....
26931 > > > >
26932 > > > >
26933 > > > > >Jonathan Morton : The patch you speak of, is it publicly downloadable
26934 > > > > >because I've been looking for a patch to add to Services to
26935 > > > > support +x but
26936 > > > > >only if your IRCd supports it.
26937 > > > >
26938 > > > > Here it is. It's different from previous releases, but only in that
26939 > it
26940 > > > > actually has a README file (shock horror!) describing roughly how to
26941 > > apply
26942 > > > > it.
26943 > > > >
26944 > > > > I'll see if I can remember to post it to my web space later, this
26945 > would
26946 > > > > make it a touch more accessible...
26947 > > > >
26948 > > >
26949 > > >
26950 > > > ---------------------------------------------------------------
26951 > > > To unsubscribe, send email to majordomo@ender.shadowfire.org
26952 > > > with "unsubscribe ircservices" in the body, without the quotes.
26953 > > >
26954 > > >
26955 > >
26956 > >
26957 > > ---------------------------------------------------------------
26958 > > To unsubscribe, send email to majordomo@ender.shadowfire.org
26959 > > with "unsubscribe ircservices" in the body, without the quotes.
26960 > >
26961 >
26962 >
26963 > ---------------------------------------------------------------
26964 > To unsubscribe, send email to majordomo@ender.shadowfire.org
26965 > with "unsubscribe ircservices" in the body, without the quotes.
26966 >
26967
26968
26969 ---------------------------------------------------------------
26970 To unsubscribe, send email to majordomo@ender.shadowfire.org
26971 with "unsubscribe ircservices" in the body, without the quotes.
26972
26973
26974 From &quot Mon Oct 16 13:26:32 2000
26975 From: &quot (&quot)
26976 Date: Sat Oct 23 23:01:02 2004
26977 Subject: [IRCServices] Ircd's and Services....
26978 References: <Pine.BSF.4.10.10010162051030.92388-100000@aquarius.natey.za.net>
26979 Message-ID: 001701c037af$60b12340$0100a8c0@excaliburnetworks.com
26980
26981
26982 ----- Original Message -----
26983 From: Natey on IRC <natey@natey.za.net>
26984 To: <ircservices@Snow.shadowfire.org>
26985 Sent: Monday, October 16, 2000 2:53 PM
26986 Subject: Re: [IRCServices] Ircd's and Services....
26987
26988
26989 > Hi all,
26990 >
26991 > Firstly it's very rude to blame Chris for what is infact the mailing list
26992 > administrator's fault for badly configuring the mailing list software.
26993 >
26994 > Can we just learn to not point fingers at people that are not in the wrong
26995 > just because someone else screwed up?
26996 >
26997 > Regards
26998 > Natey
26999 >
27000 > --
27001 > Natey on IRC
27002 > #include <std/disclaimer.h>
27003 >
27004
27005 <snip>
27006
27007 <rant>
27008
27009 Well today may be a good day to practice what we preach. In one paraghraph
27010 you shift the blame from Chris to the list admin, the second you suggest we
27011 don't point fingers.
27012
27013 I've been on this list a while and granted we have shifted from host name to
27014 host name a few times. So what? I would also like to remind everyone that
27015 you are more than welcome to present a better solution, not just say a
27016 better solution, but provide one. I think that we are getting our moneys
27017 worth already.
27018
27019 >From what I know there is a better solution on the table and is being
27020 developed. Time is a very valuable asset and to be frank, Andrew is
27021 providing us alot of it. Let's all just get along and use this list to talk
27022 about IRCServices.
27023
27024 </rant>
27025
27026 My $0.02,
27027
27028 Scott Seufert
27029 aka katsklaw
27030 Server Admin
27031 Excalibre.ShadowFire.Org
27032
27033
27034 ---------------------------------------------------------------
27035 To unsubscribe, send email to majordomo@ender.shadowfire.org
27036 with "unsubscribe ircservices" in the body, without the quotes.
27037
27038
27039 From quension at softhome.net Mon Oct 16 15:11:01 2000
27040 From: quension at softhome.net (quension@softhome.net)
27041 Date: Sat Oct 23 23:01:02 2004
27042 Subject: [IRCServices] Ircd's and Services....
27043 References: <Pine.BSF.4.10.10010162051030.92388-100000@aquarius.natey.za.net>
27044 Message-ID: 39EB7CF5.485BF285@softhome.net
27045
27046 > Firstly it's very rude to blame Chris for what is infact the mailing list
27047 > administrator's fault for badly configuring the mailing list software.
27048
27049 Without intending to personally insult or otherwise anger anyone this
27050 time around, I still insist this is a client issue. Yes, Andrew could
27051 reconfigure the list software as a workaround, but that doesn't detract
27052 from the client's responsibility.
27053
27054 I attempted to make a point last time about this, but I wasn't very
27055 clear. I also went off on a tangent by saying "Reply-To field is always
27056 ircservices@ender.shadowfire.org", which besides being wrong, was
27057 largely irrelevant. Doh. So, here's another go at it. This time I'm
27058 digging up RFC822, which AFAIK is the current standard for internet text
27059 messages.
27060
27061 Select quotes from 4.4.4. "AUTOMATIC USE OF FROM / SENDER / REPLY-TO":
27062
27063 For systems which automatically generate address lists for
27064 replies to messages, the following recommendations are made:
27065 [...]
27066 o If the "Reply-To" field exists, then the reply should
27067 go to the addresses indicated in that field and not to
27068 the address(es) indicated in the "From" field.
27069 [...]
27070 This recommendation is intended only for automated use of
27071 originator-fields and is not intended to suggest that replies
27072 may not also be sent to other recipients of messages. It is
27073 up to the respective mail-handling programs to decide what
27074 additional facilities will be provided.
27075
27076 Yes, I realize the last part clearly states it's only a
27077 recommendation... but recommendations are not made without reason.
27078
27079 Okay, so that explains "Reply-To" vs. "From". But, I don't think that's
27080 the issue here, since "From" is usually (I'm not going to say "always"
27081 ;) the address of the actual person who sent the message. So where is
27082 the second mailing list address coming from?
27083 Relevant headers from message
27084 <<A HREF="msg00913.html">001701c037af$60b12340$0100a8c0@excaliburnetworks.com</A>>:
27085
27086 To: <ircservices@Snow.shadowfire.org>
27087 Reply-To: ircservices@ender.shadowfire.org
27088
27089 Aha, so we have two different mailing list addresses. Considering most
27090 people are replying, the only field that needs to be considered is
27091 "Reply-To". This is where I loudly insist the client is at fault.
27092 Reply does NOT mean "broadcast to everyone who may have ever seen this
27093 message on Earth". Reply means "send response back to originator". As
27094 per RFC822, the "Reply-To" field is to be used in this case. The RFC
27095 even backs me up on this in its wording: "For systems which
27096 automatically generate address lists for *REPLIES* to messages ..."
27097 (emphasis added).
27098
27099 Another note, in regard to my client, Netscape Messenger 4.74: I have
27100 two buttons to choose from when replying to messages: "Reply to sender
27101 only" and "Reply to sender and all recipients". For the message with
27102 the headers I displayed above, the first one generates a message
27103 template with a single "To" line, containing
27104 "ircservices@ender.shadowfire.org". The second button generates a
27105 message template with multiple "To" addresses:
27106 "ircservices@ender.shadowfire.org" and
27107 "ircservices@Snow.shadowfire.org". That may be useful in some cases,
27108 but certainly not here.
27109
27110 The solution to the above issue? Configure the client to behave
27111 properly, or ditch it and get a better one.
27112
27113 Again, this isn't intended to be a personal attack on anyone; merely an
27114 observation (OK, an _opinionated_ observation) that some mail clients
27115 just do stupid things.
27116
27117 -- Quension
27118
27119 P.S. Did I make my point clearer this time? ;)
27120
27121 ---------------------------------------------------------------
27122 To unsubscribe, send email to majordomo@ender.shadowfire.org
27123 with "unsubscribe ircservices" in the body, without the quotes.
27124
27125
27126 From &quot Mon Oct 16 15:32:36 2000
27127 From: &quot (&quot)
27128 Date: Sat Oct 23 23:01:02 2004
27129 Subject: [IRCServices] Ircd's and Services....
27130 References: <Pine.BSF.4.10.10010162051030.92388-100000@aquarius.natey.za.net> <39EB7CF5.485BF285@softhome.net>
27131 Message-ID: 005c01c037c0$fd9dce40$0100a8c0@excaliburnetworks.com
27132
27133
27134 ----- Original Message -----
27135 From: <quension@softhome.net>
27136 To: <ircservices@Snow.shadowfire.org>
27137 Sent: Monday, October 16, 2000 6:11 PM
27138 Subject: Re: [IRCServices] Ircd's and Services....
27139
27140
27141 If I may interupt you, this is still a list regarding IRC Services, not a
27142 classroom environment focused on proper RFC procedures. I would greatly
27143 apreciate you sticking to that topic, as I along with several other members
27144 of this list have many other emails to filter through, and have little time
27145 to read off topic posts. You are more than welcome to argue this point in
27146 private with whom ever else is interested since you obviously know where to
27147 find the "from field" on an email.
27148
27149 I understand your concern, and would like this list to function as well as
27150 we all dream that it can, as I have priviously mentioned, steps are being
27151 taken to fix any problems that are occuring.
27152
27153 I'm sorry for sounding a bit crass but this tread seems to be getting out of
27154 hand IMHO.
27155
27156 > -- Quension
27157 >
27158 > P.S. Did I make my point clearer this time? ;)
27159
27160
27161 kat
27162
27163 >
27164 > ---------------------------------------------------------------
27165 > To unsubscribe, send email to majordomo@ender.shadowfire.org
27166 > with "unsubscribe ircservices" in the body, without the quotes.
27167 >
27168 >
27169
27170
27171 ---------------------------------------------------------------
27172 To unsubscribe, send email to majordomo@ender.shadowfire.org
27173 with "unsubscribe ircservices" in the body, without the quotes.
27174
27175
27176 From achurch at dragonfire.net Tue Oct 17 07:43:02 2000
27177 From: achurch at dragonfire.net (Andrew Church)
27178 Date: Sat Oct 23 23:01:02 2004
27179 Subject: [IRCServices] Duplicate messages and offtopicness
27180 Message-ID: 39eb8796.70343@prima&#45;lan.net
27181
27182 Two things. First, can we please modify subject lines when the
27183 thread content changes? That'll make it easier for people who aren't
27184 interested in reading the messages to skip past them. Second:
27185
27186 >If I may interupt you, this is still a list regarding IRC Services, not a
27187 >classroom environment focused on proper RFC procedures. I would greatly
27188 >apreciate you sticking to that topic, as I along with several other members
27189 >of this list have many other emails to filter through, and have little time
27190 >to read off topic posts. You are more than welcome to argue this point in
27191 >private with whom ever else is interested since you obviously know where to
27192 >find the "from field" on an email.
27193
27194 Actually, this _is_ relevant IMO; while I agree it's getting out of
27195 hand, the original complaint is a valid one and should be addressed one
27196 way or another. And please don't flame back; it only makes things worse.
27197
27198 It's really a simple matter--when you reply to the list, check your
27199 To and CC lines and make sure there's only one copy of the list address in
27200 there. (Actually, checking your To and CC lines is a good idea in any
27201 case; I do it as a matter of habit.) Yes, there are ways to solve this on
27202 the server's side too, but just because someone else _could_ do something
27203 to solve the problem doesn't mean you shouldn't do what you can.
27204
27205 --Andrew Church
27206 achurch@dragonfire.net
27207 http://achurch.dragonfire.net/
27208
27209 ---------------------------------------------------------------
27210 To unsubscribe, send email to majordomo@ender.shadowfire.org
27211 with "unsubscribe ircservices" in the body, without the quotes.
27212
27213
27214 From &quot Tue Oct 17 10:38:54 2000
27215 From: &quot (&quot)
27216 Date: Sat Oct 23 23:01:02 2004
27217 Subject: [IRCServices] Reason, or glitch?
27218 Message-ID: 003701c03861$37091860$a7d26c18@powersurfr.com
27219
27220 Hi there
27221
27222 I noticed the other day..
27223
27224 [11:38] -> *operserv* mode #spacedballs +m
27225 [11:38] *** OperServ sets mode: +m
27226 [11:38] *** ChanServ sets mode: -m
27227
27228 Shouldn't Operserv have rule over Chanserv?
27229
27230 Tim
27231
27232
27233 ---------------------------------------------------------------
27234 To unsubscribe, send email to majordomo@snow.shadowfire.org
27235 with "unsubscribe ircservices" in the body, without the quotes.
27236
27237
27238 From chromatix at penguinpowered.com Tue Oct 17 10:49:03 2000
27239 From: chromatix at penguinpowered.com (Jonathan Morton)
27240 Date: Sat Oct 23 23:01:02 2004
27241 Subject: [IRCServices] Reason, or glitch?
27242 In-Reply-To: <003701c03861$37091860$a7d26c18@powersurfr.com>
27243 References: 003701c03861$37091860$a7d26c18@powersurfr.com
27244 Message-ID: l03130303b61240aa6455@[192.168.239.101]
27245
27246 >I noticed the other day..
27247 >
27248 >[11:38] -> *operserv* mode #spacedballs +m
27249 >[11:38] *** OperServ sets mode: +m
27250 >[11:38] *** ChanServ sets mode: -m
27251 >
27252 >Shouldn't Operserv have rule over Chanserv?
27253
27254 Chanserv is probably just following the channel modelock. I don't know how
27255 much effort it would turn out to be to make Chanserv check who last set
27256 each mode before resetting it... In any case, in the event of a split,
27257 that state information would usually become invalid anyways.
27258
27259 --------------------------------------------------------------
27260 from: Jonathan "Chromatix" Morton
27261 mail: chromi@cyberspace.org (not for attachments)
27262 big-mail: chromatix@penguinpowered.com
27263 uni-mail: j.d.morton@lancaster.ac.uk
27264
27265 The key to knowledge is not to rely on people to teach you it.
27266
27267 Get VNC Server for Macintosh from http://www.chromatix.uklinux.net/vnc/
27268
27269 -----BEGIN GEEK CODE BLOCK-----
27270 Version 3.12
27271 GCS$/E/S dpu(!) s:- a19 C+++ UL++ P L+++ E W+ N- o? K? w--- O-- M++$ V? PS
27272 PE- Y+ PGP++ t- 5- X- R !tv b++ DI+++ D G e+ h+ r- y+
27273 -----END GEEK CODE BLOCK-----
27274
27275
27276
27277 ---------------------------------------------------------------
27278 To unsubscribe, send email to majordomo@snow.shadowfire.org
27279 with "unsubscribe ircservices" in the body, without the quotes.
27280
27281
27282 From &quot Tue Oct 17 10:52:12 2000
27283 From: &quot (&quot)
27284 Date: Sat Oct 23 23:01:02 2004
27285 Subject: [IRCServices] Re: Reason, or glitch?
27286 In-Reply-To: <003701c03861$37091860$a7d26c18@powersurfr.com>
27287 References: <003701c03861$37091860$a7d26c18@powersurfr.com>
27288 Message-ID: 200010171552120830.02F2E082@smtp.intergate.com.br
27289
27290
27291 Tim AtLee wrote:
27292
27293 > [11:38] -> *operserv* mode #spacedballs +m
27294 > [11:38] *** OperServ sets mode: +m
27295 > [11:38] *** ChanServ sets mode: -m
27296 >
27297 > Shouldn't Operserv have rule over Chanserv?
27298
27299
27300 I apologize for my bad english.
27301
27302 The OperServ does not have rule over the ChanServ's mlock (mode lock). I
27303 think is this correct, because the mode lock is set by the channel's
27304 founder - the owner, by the right.
27305
27306
27307 Best regards,
27308 --
27309
27310 Carlos Mendes Martini - martini@brasirc.net
27311 BrasIRC Network - Rede Brasileira de IRC
27312 http://www.brasirc.net
27313
27314 -
27315
27316
27317 ---------------------------------------------------------------
27318 To unsubscribe, send email to majordomo@snow.shadowfire.org
27319 with "unsubscribe ircservices" in the body, without the quotes.
27320
27321
27322 From &quot Tue Oct 17 12:14:21 2000
27323 From: &quot (&quot)
27324 Date: Sat Oct 23 23:01:02 2004
27325 Subject: [IRCServices] Reason, or glitch?
27326 References: <003701c03861$37091860$a7d26c18@powersurfr.com>
27327 Message-ID: 002f01c0386e$77e49140$0100a8c0@excaliburnetworks.com
27328
27329
27330 ----- Original Message -----
27331 From: Tim AtLee <spaced@connect.ab.ca>
27332 To: <ircservices@snow.shadowfire.org>
27333 Sent: Tuesday, October 17, 2000 1:38 PM
27334 Subject: [IRCServices] Reason, or glitch?
27335
27336
27337 > Hi there
27338 >
27339 > I noticed the other day..
27340 >
27341 > [11:38] -> *operserv* mode #spacedballs +m
27342 > [11:38] *** OperServ sets mode: +m
27343 > [11:38] *** ChanServ sets mode: -m
27344 >
27345 > Shouldn't Operserv have rule over Chanserv?
27346 >
27347
27348 OperServ does have a priority is some things, OperServ rules nothing to be
27349 honest, OperServ MODE command should however negate chanserv's MLOCK. This
27350 helps regain channels where the channel password has been discovered.
27351 OperServ does _not_ change the channels settings.
27352
27353 In this case since you are trying to add a restriction (+m), chanserv
27354 negated the change, if however the rules was reversed to where the channel
27355 was +m, and did OperServ MODE -m, ChanServ would not have enforced MLOCK.
27356
27357 > Tim
27358 >
27359 >
27360
27361 Scott Seufert
27362 aka katsklaw
27363 Server Admin
27364 Excalibre.ShadowFire.Org
27365
27366
27367 ---------------------------------------------------------------
27368 To unsubscribe, send email to majordomo@snow.shadowfire.org
27369 with "unsubscribe ircservices" in the body, without the quotes.
27370
27371
27372 From &quot Tue Oct 17 15:07:23 2000
27373 From: &quot (&quot)
27374 Date: Sat Oct 23 23:01:02 2004
27375 Subject: [IRCServices] Reloading services config without restarting?
27376 Message-ID: 002001c03886$a9941040$a7d26c18@powersurfr.com
27377
27378 Hi there
27379
27380 I was wondering if there was a way to reload the IRCServices config file
27381 without restarting services .. like a /rehash for services.
27382
27383 Thanks,
27384
27385 Tim
27386
27387
27388 ---------------------------------------------------------------
27389 To unsubscribe, send email to majordomo@snow.shadowfire.org
27390 with "unsubscribe ircservices" in the body, without the quotes.
27391
27392
27393 From &quot Wed Oct 18 15:31:26 2000
27394 From: &quot (&quot)
27395 Date: Sat Oct 23 23:01:02 2004
27396 Subject: [IRCServices] Reloading services config without restarting?
27397 In-Reply-To: <002001c03886$a9941040$a7d26c18@powersurfr.com>
27398 References: 002001c03886$a9941040$a7d26c18@powersurfr.com
27399 Message-ID: NEBBLMHKKLGHANKONFLMGEHPCHAA.adam@wiredrave.com
27400
27401 I've been wondering this myself actually.... Sure would be nice if there
27402 was.
27403
27404 Adam
27405
27406
27407 -----Original Message-----
27408 From: owner-ircservices@snow.shadowfire.org
27409 [mailto:owner-ircservices@snow.shadowfire.org]On Behalf Of Tim AtLee
27410 Sent: Tuesday, October 17, 2000 5:07 PM
27411 To: ircservices@snow.shadowfire.org
27412 Subject: [IRCServices] Reloading services config without restarting?
27413 Importance: Low
27414
27415
27416 Hi there
27417
27418 I was wondering if there was a way to reload the IRCServices config file
27419 without restarting services .. like a /rehash for services.
27420
27421 Thanks,
27422
27423 Tim
27424
27425
27426 ---------------------------------------------------------------
27427 To unsubscribe, send email to majordomo@snow.shadowfire.org
27428 with "unsubscribe ircservices" in the body, without the quotes.
27429
27430
27431 ---------------------------------------------------------------
27432 To unsubscribe, send email to majordomo@snow.shadowfire.org
27433 with "unsubscribe ircservices" in the body, without the quotes.
27434
27435
27436 From &quot Tue Oct 17 16:07:06 2000
27437 From: &quot (&quot)
27438 Date: Sat Oct 23 23:01:02 2004
27439 Subject: [IRCServices] Reloading services config without restarting?
27440 References: <002001c03886$a9941040$a7d26c18@powersurfr.com>
27441 Message-ID: 001b01c0388e$f9353860$0100a8c0@excaliburnetworks.com
27442
27443 Currently there is no /rehash or the like. You could try a kill -HUP from
27444 shell, which with most apps forces a reload of the .conf file. I personally
27445 recommend using the update command before hand to save any changes.
27446
27447 An OperServ rehash or reload would be convienant, so that services would
27448 reload it's conf without resetting everything.
27449
27450
27451 Scott Seufert
27452 aka katsklaw
27453 Server Admin
27454 Excalibre.ShadowFire.Org
27455 ----- Original Message -----
27456 From: Tim AtLee <spaced@connect.ab.ca>
27457 To: <ircservices@snow.shadowfire.org>
27458 Sent: Tuesday, October 17, 2000 6:07 PM
27459 Subject: [IRCServices] Reloading services config without restarting?
27460
27461
27462 > Hi there
27463 >
27464 > I was wondering if there was a way to reload the IRCServices config file
27465 > without restarting services .. like a /rehash for services.
27466 >
27467 > Thanks,
27468 >
27469 > Tim
27470 >
27471 >
27472 > ---------------------------------------------------------------
27473 > To unsubscribe, send email to majordomo@snow.shadowfire.org
27474 > with "unsubscribe ircservices" in the body, without the quotes.
27475 >
27476 >
27477
27478
27479 ---------------------------------------------------------------
27480 To unsubscribe, send email to majordomo@snow.shadowfire.org
27481 with "unsubscribe ircservices" in the body, without the quotes.
27482
27483
27484 From matt.l at techie.com Tue Oct 17 16:54:39 2000
27485 From: matt.l at techie.com (Matt Lewandowsky)
27486 Date: Sat Oct 23 23:01:02 2004
27487 Subject: [IRCServices] Errors compiling ircservices
27488 Message-ID: 5.0.0.25.0.20001016162631.03250eb0@mail.subdimension.com
27489
27490
27491 -----BEGIN PGP SIGNED MESSAGE-----
27492 Hash: SHA1
27493
27494 I seem to be unable to get services to compile under Win32/Cygwin for
27495 UnrealIRCd... (If I had a more *nix-y box that I could use I would.) I get
27496 the following warnings, however this shouldn't cause the make to fail,
27497 should it? Below the output of trying to build services 4.3.3 and 4.4.8,
27498 please find some basic info on my setup... (The only change I've made to
27499 the stock distribution is changing the 'cp -p' test in the configure script
27500 so that it works with a .exe extension as given by gcc.)
27501
27502 Thank you for any assistance you may be able to provide. If you need
27503 further information, please ask. And I saw nothing about this in the known
27504 bugs list. (Although it *did* say Windows is unsupported. Though this looks
27505 more like gcc doesn't like something. And I hope I came to the right place
27506 with this...)
27507
27508 - --Matt
27509
27510 - --- BEGIN OUTPUT ---
27511 mattl@mattlap:/cygdrive/c/windows/desktop/ircservices-4.3.3*115$ make
27512 sh version.sh
27513 gcc -O2 -Wall -g -c akill.c
27514 akill.c: In function `do_akill':
27515 akill.c:390: `OPER_TOO_MANY_AKILLS' undeclared (first use in this function)
27516 akill.c:390: (Each undeclared identifier is reported only once
27517 akill.c:390: for each function it appears in.)
27518 akill.c:403: `BAD_EXPIRY_TIME' undeclared (first use in this function)
27519 akill.c:414: `BAD_USERHOST_MASK' undeclared (first use in this function)
27520 akill.c:418: `OPER_AKILL_NO_NICK' undeclared (first use in this function)
27521 akill.c:420: `OPER_AKILL_ADDED' undeclared (first use in this function)
27522 akill.c:444: `READ_ONLY_MODE' undeclared (first use in this function)
27523 akill.c:446: `OPER_AKILL_ADD_SYNTAX' undeclared (first use in this function)
27524 akill.c:458: `OPER_AKILL_REMOVED' undeclared (first use in this function)
27525 akill.c:472: `OPER_AKILL_NOT_FOUND' undeclared (first use in this function)
27526 akill.c:475: `OPER_AKILL_DEL_SYNTAX' undeclared (first use in this function)
27527 akill.c:485: `OPER_AKILL_LIST_HEADER' undeclared (first use in this function)
27528 akill.c:488: `OPER_AKILL_LIST_FORMAT' undeclared (first use in this function)
27529 akill.c:509: `STRFTIME_SHORT_DATE_FORMAT' undeclared (first use in this
27530 function)
27531 akill.c:512: `OPER_AKILL_NO_EXPIRE' undeclared (first use in this function)
27532 akill.c:515: `OPER_AKILL_EXPIRES_SOON' undeclared (first use in this function)
27533 akill.c:523: `OPER_AKILL_EXPIRES_1M' undeclared (first use in this function)
27534 akill.c:526: `OPER_AKILL_EXPIRES_M' undeclared (first use in this function)
27535 akill.c:532: `OPER_AKILL_EXPIRES_1H1M' undeclared (first use in this function)
27536 akill.c:536: `OPER_AKILL_EXPIRES_1HM' undeclared (first use in this function)
27537 akill.c:541: `OPER_AKILL_EXPIRES_H1M' undeclared (first use in this function)
27538 akill.c:545: `OPER_AKILL_EXPIRES_HM' undeclared (first use in this function)
27539 akill.c:552: `OPER_AKILL_EXPIRES_1D' undeclared (first use in this function)
27540 akill.c:555: `OPER_AKILL_EXPIRES_D' undeclared (first use in this function)
27541 akill.c:559: `OPER_AKILL_VIEW_FORMAT' undeclared (first use in this function)
27542 akill.c:567: `OPER_AKILL_SYNTAX' undeclared (first use in this function)
27543 make: *** [akill.o] Error 1
27544 mattl@mattlap:/cygdrive/c/windows/desktop/ircservices-4.4.8*117$ make
27545 gcc -O6 -mpentiumpro -Wall -g -c akill.c
27546 akill.c: In function `do_akill':
27547 akill.c:418: `OPER_TOO_MANY_AKILLS' undeclared (first use in this function)
27548 akill.c:418: (Each undeclared identifier is reported only once
27549 akill.c:418: for each function it appears in.)
27550 akill.c:431: `BAD_EXPIRY_TIME' undeclared (first use in this function)
27551 akill.c:439: `OPER_AKILL_NO_NICK' undeclared (first use in this function)
27552 akill.c:440: `BAD_USERHOST_MASK' undeclared (first use in this function)
27553 akill.c:452: `OPER_AKILL_MASK_TOO_GENERAL' undeclared (first use in this
27554 function)
27555 akill.c:458: `OPER_AKILL_ADDED' undeclared (first use in this function)
27556 akill.c:464: `OPER_AKILL_NO_EXPIRE' undeclared (first use in this function)
27557 akill.c:472: `READ_ONLY_MODE' undeclared (first use in this function)
27558 akill.c:474: `OPER_AKILL_ADD_SYNTAX' undeclared (first use in this function)
27559 akill.c:486: `OPER_AKILL_REMOVED' undeclared (first use in this function)
27560 akill.c:500: `OPER_AKILL_NOT_FOUND' undeclared (first use in this function)
27561 akill.c:503: `OPER_AKILL_DEL_SYNTAX' undeclared (first use in this function)
27562 akill.c:525: `OPER_AKILL_LIST_HEADER' undeclared (first use in this function)
27563 akill.c:529: `OPER_AKILL_LIST_FORMAT' undeclared (first use in this function)
27564 akill.c:563: `STRFTIME_SHORT_DATE_FORMAT' undeclared (first use in this
27565 function)
27566 akill.c:570: `OPER_AKILL_EXPIRES_SOON' undeclared (first use in this function)
27567 akill.c:617: `OPER_AKILL_VIEW_FORMAT' undeclared (first use in this function)
27568 akill.c:625: `OPER_AKILL_COUNT' undeclared (first use in this function)
27569 akill.c:628: `OPER_AKILL_SYNTAX' undeclared (first use in this function)
27570 make: *** [akill.o] Error 1
27571 mattl@mattlap:/cygdrive/c/windows/desktop/ircservices-4.4.8*118$ uname -a
27572 CYGWIN_98-4.10 MATTLAP 1.1.4(0.26/3/2) 2000-08-03 20:53 i586 unknown
27573 mattl@mattlap:/cygdrive/c/windows/desktop/ircservices-4.4.8*119$ gcc -v
27574 Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/specs
27575 gcc version 2.95.2 19991024 (release-2)
27576 mattl@mattlap:/cygdrive/c/windows/desktop/ircservices-4.4.8*120$ make -v
27577 GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
27578 Built for i686-pc-cygwin
27579 Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
27580 Free Software Foundation, Inc.
27581 This is free software; see the source for copying conditions.
27582 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
27583 PARTICULAR PURPOSE.
27584
27585 Report bugs to <bug-make@gnu.org>.
27586
27587 mattl@mattlap:/cygdrive/c/windows/desktop/ircservices-4.4.8*121$ bash --version
27588 GNU bash, version 2.04.0(3)-release (i686-pc-cygwin)
27589 Copyright 1999 Free Software Foundation, Inc.
27590 - --- END OUPUT ---
27591 -----BEGIN PGP SIGNATURE-----
27592 Version: PGPfreeware 6.5.3 for non-commercial use <http://www.pgp.com>
27593
27594 iQA/AwUBOezmv+oMko8dOmunEQK2UQCePPEajHepWNDtJA8v2BMmjaQBlPQAoK2A
27595 d3U76S1YTMmJnqFAZgsima1b
27596 =OxRR
27597 -----END PGP SIGNATURE-----
27598
27599
27600 ---------------------------------------------------------------
27601 To unsubscribe, send email to majordomo@snow.shadowfire.org
27602 with "unsubscribe ircservices" in the body, without the quotes.
27603
27604
27605 From &quot Tue Oct 17 19:17:15 2000
27606 From: &quot (&quot)
27607 Date: Sat Oct 23 23:01:02 2004
27608 Subject: [IRCServices] Errors compiling ircservices
27609 References: <5.0.0.25.0.20001016162631.03250eb0@mail.subdimension.com>
27610 Message-ID: 001001c038a9$89daa4d0$37526dd1@tiphares.com
27611
27612
27613 ----- Original Message -----
27614 From: Matt Lewandowsky <matt.l@techie.com>
27615 To: <ircservices@snow.shadowfire.org>
27616 Sent: Tuesday, October 17, 2000 6:54 PM
27617 Subject: [IRCServices] Errors compiling ircservices
27618
27619
27620 >
27621 > -----BEGIN PGP SIGNED MESSAGE-----
27622 > Hash: SHA1
27623 >
27624 > I seem to be unable to get services to compile under Win32/Cygwin for
27625 > UnrealIRCd... (If I had a more *nix-y box that I could use I would.) I get
27626 > the following warnings, however this shouldn't cause the make to fail,
27627 > should it? Below the output of trying to build services 4.3.3 and 4.4.8,
27628 > please find some basic info on my setup... (The only change I've made to
27629 > the stock distribution is changing the 'cp -p' test in the configure
27630 script
27631 > so that it works with a .exe extension as given by gcc.)
27632 >
27633 > Thank you for any assistance you may be able to provide. If you need
27634 > further information, please ask. And I saw nothing about this in the known
27635 > bugs list. (Although it *did* say Windows is unsupported. Though this
27636 looks
27637 > more like gcc doesn't like something. And I hope I came to the right place
27638 > with this...)
27639 >
27640 > - --Matt
27641 >
27642 > - --- BEGIN OUTPUT ---
27643 > mattl@mattlap:/cygdrive/c/windows/desktop/ircservices-4.3.3*115$ make
27644 > sh version.sh
27645 > gcc -O2 -Wall -g -c akill.c
27646 > akill.c: In function `do_akill':
27647 > akill.c:390: `OPER_TOO_MANY_AKILLS' undeclared (first use in this
27648 function)
27649 > akill.c:390: (Each undeclared identifier is reported only once
27650 > akill.c:390: for each function it appears in.)
27651 > akill.c:403: `BAD_EXPIRY_TIME' undeclared (first use in this function)
27652 > akill.c:414: `BAD_USERHOST_MASK' undeclared (first use in this function)
27653
27654 ] ... SNIP ... [
27655
27656 (etc.)
27657
27658 Um, those aren't warnings my friend. Those are errors.
27659
27660 If I had to take a guess it would appear that the language section
27661 is not being compiled/configured correctly. This normally happens on
27662 UN*X platforms when you don't use GNU Make. However, CygWin is
27663 supposedly all GNU, so that wouldn't be the problem. Last time I
27664 attempted to compile Services under Windows I had a problem with
27665 the Language section as well.
27666
27667 Yes Windows is indeed unsupported, for many reasons, one of which
27668 is the problem you've run into above, and a whole smattering of
27669 other reasons I could go into but wont. Most notably is security
27670 or the lack there of on a Windows box. This is not to say that
27671 it can't be done, but it will take some work.
27672
27673 Sorry,
27674 Bryce Simonds (Kelmar K. Firesun)
27675 IRC operator: dream.esper.net
27676
27677
27678
27679 ---------------------------------------------------------------
27680 To unsubscribe, send email to majordomo@snow.shadowfire.org
27681 with "unsubscribe ircservices" in the body, without the quotes.
27682
27683
27684 From &quot Tue Oct 17 19:20:50 2000
27685 From: &quot (&quot)
27686 Date: Sat Oct 23 23:01:02 2004
27687 Subject: [IRCServices] Errors compiling ircservices
27688 In-Reply-To: <5.0.0.25.0.20001016162631.03250eb0@mail.subdimension.com>
27689 References: 5.0.0.25.0.20001016162631.03250eb0@mail.subdimension.com
27690 Message-ID: Pine.LNX.4.21.0010171903350.313&#45;100000@vector.chocobo.org
27691
27692 On Tue, 17 Oct 2000, Matt Lewandowsky wrote:
27693
27694 >
27695 > -----BEGIN PGP SIGNED MESSAGE-----
27696 > Hash: SHA1
27697 >
27698 > I seem to be unable to get services to compile under Win32/Cygwin for
27699 > UnrealIRCd... (If I had a more *nix-y box that I could use I would.) I get
27700 > the following warnings, however this shouldn't cause the make to fail,
27701 > should it? Below the output of trying to build services 4.3.3 and 4.4.8,
27702 > please find some basic info on my setup... (The only change I've made to
27703 > the stock distribution is changing the 'cp -p' test in the configure script
27704 > so that it works with a .exe extension as given by gcc.)
27705 >
27706 > Thank you for any assistance you may be able to provide. If you need
27707 > further information, please ask. And I saw nothing about this in the known
27708 > bugs list. (Although it *did* say Windows is unsupported. Though this looks
27709 > more like gcc doesn't like something. And I hope I came to the right place
27710 > with this...)
27711
27712 You are pretty much on your own here.
27713
27714 When Andy Church originally wrote Services for us, then later GPLed it, he
27715 specifically didn't support it under Windows, nor would he ever.
27716
27717 You are better off using a UNIX-type machine for any kind of Internet
27718 server, be it Linux (under which Services was developed, FreeBSD,
27719 whatever. All of those are free.
27720
27721 And as we have seen time and time again, Windows has had more holes than
27722 than a block of Swiss cheese. Part horrendous coding on Microsoft's part,
27723 part open-by-default policies.
27724
27725 Hence the phrase: "Windows: /n/ 1. Easily opened. 2. Easily broken."
27726
27727 Services has been, and probably shall always be, a UNIX-only program.
27728
27729 Save yourself the effort and headaches and get Linux or FreeBSD. Both are
27730 good. Both are free.
27731
27732 --Ian R. Justman, Co-Founder and Postmaster, The EsperNet IRC Network.
27733
27734 -----
27735 Ian R. Justman (NIC handle IJ12) ianj@esper.net (Official EsperNet business)
27736 Co-Founder and Postmaster, The EsperNet IRC Network
27737 Server Administrator, chocobo.esper.net "IJ" on IRC
27738
27739 PGP key available upon request, or finger ianj@esper.net.
27740
27741 If this message was signed with the Postmaster's key, please finger
27742 postmaster@esper.net for the Postmaster public key.
27743
27744 Type Bits/KeyID Date User ID
27745 pub 1024/BAB34B69 1997/11/15 EsperNet Postmaster <postmaster@esper.net>
27746 Key fingerprint = 05 BD 7C B5 8E 0B FD EF EE 47 49 C4 96 11 59 75
27747
27748
27749
27750 ---------------------------------------------------------------
27751 To unsubscribe, send email to majordomo@snow.shadowfire.org
27752 with "unsubscribe ircservices" in the body, without the quotes.
27753
27754
27755 From &quot Tue Oct 17 21:06:06 2000
27756 From: &quot (&quot)
27757 Date: Sat Oct 23 23:01:02 2004
27758 Subject: [IRCServices] Errors compiling ircservices
27759 References: <5.0.0.25.0.20001016162631.03250eb0@mail.subdimension.com>
27760 Message-ID: 001301c038b8$bf5301c0$0100a8c0@excaliburnetworks.com
27761
27762
27763 ----- Original Message -----
27764 From: Matt Lewandowsky <matt.l@techie.com>
27765 To: <ircservices@snow.shadowfire.org>
27766 Sent: Tuesday, October 17, 2000 7:54 PM
27767 Subject: [IRCServices] Errors compiling ircservices
27768
27769
27770 >
27771 > -----BEGIN PGP SIGNED MESSAGE-----
27772 > Hash: SHA1
27773 >
27774 > I seem to be unable to get services to compile under Win32/Cygwin for
27775 > UnrealIRCd... (If I had a more *nix-y box that I could use I would.) I get
27776 > the following warnings, however this shouldn't cause the make to fail,
27777 > should it? Below the output of trying to build services 4.3.3 and 4.4.8,
27778 > please find some basic info on my setup... (The only change I've made to
27779 > the stock distribution is changing the 'cp -p' test in the configure
27780 script
27781 > so that it works with a .exe extension as given by gcc.)
27782 >
27783 > Thank you for any assistance you may be able to provide. If you need
27784 > further information, please ask. And I saw nothing about this in the known
27785 > bugs list. (Although it *did* say Windows is unsupported. Though this
27786 looks
27787 > more like gcc doesn't like something. And I hope I came to the right place
27788 > with this...)
27789 >
27790 > - --Matt
27791
27792 <snip>
27793
27794 I would say that it would be much easier and faster to use Win32 type
27795 daemons and services if you insist on using Win32, otherwise a good *nix
27796 solution is best.
27797
27798
27799 Scott Seufert
27800 aka katsklaw
27801 Server Admin
27802 Excalibre.ShadowFire.Org
27803
27804
27805 P.S. If you are hellbent to use a win32 solution you may email me privately
27806 for the binaries of a set of Services not unlike DALnet's and also an older
27807 DreamForge for win32.
27808
27809
27810 ---------------------------------------------------------------
27811 To unsubscribe, send email to majordomo@snow.shadowfire.org
27812 with "unsubscribe ircservices" in the body, without the quotes.
27813
27814
27815 From &quot Wed Oct 18 02:19:23 2000
27816 From: &quot (&quot)
27817 Date: Sat Oct 23 23:01:02 2004
27818 Subject: [IRCServices] services segfaults -- libc problem?
27819 Message-ID: NDBBKMLGGLLMFACIBDMKAEDFCGAA.hendrik@mans.de
27820
27821 Hi everybody,
27822
27823 as this is my first post to this list, I'd like to take the opportunity to
27824 a) say "Hi" to everybody else and b) thank Andy Church and TheShadow for
27825 giving us this great irc services package. You're my heroes!
27826
27827 Okay, so here's my problem:
27828
27829 I've been running 4.4.7 for a while, and it was working great until my
27830 machine died a horrible death at the hands of a few mysql threads gone
27831 haywire. After the reboot everything was back to normal, *except* services
27832 wouldn't start up (and segfaulted instead).
27833
27834 I have pretty amateurish (or rather non-existant) debugging skills, but I've
27835 managed to squeeze this bit of info out of gdb:
27836
27837 ---cut---
27838 (gdb) run
27839 Starting program: /home/ircserv/services
27840
27841 Program received signal SIGSEGV, Segmentation fault.
27842 0x400b636b in strtok () from /lib/libc.so.6
27843
27844 (gdb) next
27845 Single stepping until exit from function strtok,
27846 which has no line number information.
27847
27848 Program terminated with signal SIGSEGV, Segmentation fault.
27849 The program no longer exists.
27850 ---cut---
27851
27852 Now, since that started happening I've tried everything from different (old
27853 and new) versions of ircservices, using new data files, writing a new
27854 services.conf, and so on and so on and so on, all to no effect -- whatever
27855 version I compiled would segfault on me, just like described above.
27856
27857 So it seems logical that it must have something to do with libc.so.6, but if
27858 that's the case, why isn't more stuff on the machine broken? I'm confused.
27859
27860 In case you're wondering about versions, here's my libc.so.6 from /lib:
27861
27862 ---cut---
27863 -rwxr-xr-x 1 root root 1057576 Oct 13 18:45 libc-2.1.95.so
27864 lrwxrwxrwx 1 root root 14 Oct 16 09:53 libc.so.6 ->
27865 libc-2.1.95.so
27866 ---cut---
27867
27868 Granted, I know nothing about debugging, so there's probably a better way to
27869 find the culprit that I'm not aware of. Or is this just a compatibility
27870 issue between ircservices and libc-2.1.95? After all, services was running
27871 for a *long* time, and I've done various upgrades to my Debian systems since
27872 then.
27873
27874 Any help would be highly appreciated!
27875
27876 Thanks & take care,
27877 Hendrik
27878
27879
27880 ---------------------------------------------------------------
27881 To unsubscribe, send email to majordomo@snow.shadowfire.org
27882 with "unsubscribe ircservices" in the body, without the quotes.
27883
27884
27885 From &quot Wed Oct 18 02:31:33 2000
27886 From: &quot (&quot)
27887 Date: Sat Oct 23 23:01:02 2004
27888 Subject: [IRCServices] services segfaults -- libc problem? - Addendum
27889 In-Reply-To: <NDBBKMLGGLLMFACIBDMKAEDFCGAA.hendrik@mans.de>
27890 References: NDBBKMLGGLLMFACIBDMKAEDFCGAA.hendrik@mans.de
27891 Message-ID: NDBBKMLGGLLMFACIBDMKGEDFCGAA.hendrik@mans.de
27892
27893 Hi again,
27894
27895 before anyone asks:
27896
27897 - Nothing is printed into the log
27898 - Command line options like -debug and -nofork didn't help, either;
27899 services segfaulted anyway
27900 - I'm using services with cyclone 0.3, and I'm fully aware of the
27901 minor modification that needs to be done to make services cyclone
27902 compatible; however, the same thing (segfault) is happening with
27903 AND without the modification; it also happens when I choose a
27904 completely different ircd in ./configure.
27905 - The same thing is happening on my linux box at home, so I guess this
27906 really *is* a problem with the latest libc (the joys of a bleeding
27907 edge Debian system.. sometimes it just bleeds too much!). However,
27908 as nothing else seems to be broken, this should be fairly easy to
27909 resolve if it's really the cause of the constant segfaulting.
27910
27911 Okay, enough blabber from me. :) Looking forward to your suggestions!
27912
27913 Regards,
27914 Hendrik
27915
27916
27917 ---------------------------------------------------------------
27918 To unsubscribe, send email to majordomo@snow.shadowfire.org
27919 with "unsubscribe ircservices" in the body, without the quotes.
27920
27921
27922 From dreamer at darkness.gr Wed Oct 18 02:35:25 2000
27923 From: dreamer at darkness.gr (dreamer@darkness.gr)
27924 Date: Sat Oct 23 23:01:02 2004
27925 Subject: [IRCServices] Reloading services config without restarting?
27926 In-Reply-To: <NEBBLMHKKLGHANKONFLMGEHPCHAA.adam@wiredrave.com>
27927 References: NEBBLMHKKLGHANKONFLMGEHPCHAA.adam@wiredrave.com
27928 Message-ID: Pine.LNX.4.20.0010181230540.1747&#45;100000@darkness.darkness.gr
27929
27930 Greetings all, but sure, there is one. The function (read_config) that is
27931 primary called every time services are loading. It is simple as this :
27932
27933
27934 static void do_rehash(User *u)
27935 {
27936 if(read_config(1))
27937 wallops(s_OperServ, "Services root is rehashing config file while whistling innocently");
27938 else
27939 wallops(s_OperServ, "An error occured loading services configuration");
27940 }
27941
27942
27943 Sorry for posting parts of code here.
27944
27945 Regards,
27946 Nick Krassas
27947 ircadmin@darkness.irc.gr
27948
27949
27950
27951
27952 > I've been wondering this myself actually.... Sure would be nice if there
27953 > was.
27954 >
27955 > Adam
27956
27957 >
27958 > Hi there
27959 >
27960 > I was wondering if there was a way to reload the IRCServices config file
27961 > without restarting services .. like a /rehash for services.
27962 >
27963 > Thanks,
27964 >
27965 > Tim
27966
27967
27968 ---------------------------------------------------------------
27969 To unsubscribe, send email to majordomo@snow.shadowfire.org
27970 with "unsubscribe ircservices" in the body, without the quotes.
27971
27972
27973 From &quot Wed Oct 18 03:40:38 2000
27974 From: &quot (&quot)
27975 Date: Sat Oct 23 23:01:02 2004
27976 Subject: [IRCServices] Reloading services config without restarting?
27977 References: <Pine.LNX.4.20.0010181230540.1747-100000@darkness.darkness.gr>
27978 Message-ID: 011c01c038ef$dac9a080$9c011ac4@shadow
27979
27980 Please move this thread to the coding list.
27981
27982 If you simply reload the config and you have an invalid value, services is
27983 going to fall over - I think - I've not really tested this.
27984
27985 Andrew
27986
27987 ----- Original Message -----
27988 From: <dreamer@darkness.gr>
27989 To: <ircservices@snow.shadowfire.org>
27990 Sent: Wednesday, October 18, 2000 11:35 AM
27991 Subject: RE: [IRCServices] Reloading services config without restarting?
27992
27993
27994 > Greetings all, but sure, there is one. The function (read_config) that is
27995 > primary called every time services are loading. It is simple as this :
27996 >
27997 >
27998 > static void do_rehash(User *u)
27999 > {
28000 > if(read_config(1))
28001 > wallops(s_OperServ, "Services root is rehashing config file while
28002 whistling innocently");
28003 > else
28004 > wallops(s_OperServ, "An error occured loading services
28005 configuration");
28006 > }
28007 >
28008 >
28009 > Sorry for posting parts of code here.
28010 >
28011 > Regards,
28012 > Nick Krassas
28013 > ircadmin@darkness.irc.gr
28014 >
28015 >
28016 >
28017 >
28018 > > I've been wondering this myself actually.... Sure would be nice if there
28019 > > was.
28020 > >
28021 > > Adam
28022 >
28023 > >
28024 > > Hi there
28025 > >
28026 > > I was wondering if there was a way to reload the IRCServices config file
28027 > > without restarting services .. like a /rehash for services.
28028 > >
28029 > > Thanks,
28030 > >
28031 > > Tim
28032 >
28033 >
28034 > ---------------------------------------------------------------
28035 > To unsubscribe, send email to majordomo@snow.shadowfire.org
28036 > with "unsubscribe ircservices" in the body, without the quotes.
28037 >
28038
28039
28040 ---------------------------------------------------------------
28041 To unsubscribe, send email to majordomo@snow.shadowfire.org
28042 with "unsubscribe ircservices" in the body, without the quotes.
28043
28044
28045 From matt.l at techie.com Wed Oct 18 04:28:47 2000
28046 From: matt.l at techie.com (Matt Lewandowsky)
28047 Date: Sat Oct 23 23:01:02 2004
28048 Subject: [IRCServices] Errors compiling ircservices
28049 In-Reply-To: <Pine.LNX.4.21.0010171903350.313-100000@vector.chocobo.org>
28050 References: <5.0.0.25.0.20001016162631.03250eb0@mail.subdimension.com>
28051 Message-ID: 5.0.0.25.0.20001018041751.0346deb0@mail.subdimension.com
28052
28053 At 19.20 10/17/2000, Ian R. Justman wrote:
28054 >You are pretty much on your own here.
28055
28056 I had figured I would be. I was hoping for some form of guidance, however.
28057 If this looked familiar to someone, I was hoping to hear that so I wouldn't
28058 have to bang my head so much since someone has done some banging already.
28059
28060 >When Andy Church originally wrote Services for us, then later GPLed it, he
28061 >specifically didn't support it under Windows, nor would he ever.
28062
28063 I am quite aware of this. However, my needs unfortunately include Windows.
28064 I am not looking for a supported version. To quote from the FAQ (3.):
28065 "Unless and until someone contributes patches allowing Services to run
28066 under Windows, you'll need a different operating system (try Linux or
28067 FreeBSD)." I was hoping to come up with the necessary patches. If they
28068 aren't, in fact, useful to you guys, then I'll not bother trying to get
28069 them to the right place.
28070
28071 >You are better off using a UNIX-type machine for any kind of Internet
28072 >server, be it Linux (under which Services was developed, FreeBSD,
28073 >whatever. All of those are free.
28074
28075 However, this is incompatible with my reasons for needing IRC and Services.
28076 And, being on a dial-up connection and all, I'm forced to actually run
28077 services on the same machine as UnrealIRCd.
28078
28079 >And as we have seen time and time again, Windows has had more holes than
28080 >than a block of Swiss cheese. Part horrendous coding on Microsoft's part,
28081 >part open-by-default policies.
28082
28083 I know this, and am willing to take the risks. Otherwise, I wouldn't be
28084 interested in compiling for Windows, would I?
28085
28086 >Hence the phrase: "Windows: /n/ 1. Easily opened. 2. Easily broken."
28087 >
28088 >Services has been, and probably shall always be, a UNIX-only program.
28089
28090 Hmm... It seems as if it *should* run on any platform you can compile a
28091 compatible IRCd on, at least to me.
28092
28093 >Save yourself the effort and headaches and get Linux or FreeBSD. Both are
28094 >good. Both are free.
28095
28096 It's much more of a headache to try to fit Linux or FreeBSD onto the same
28097 laptop hard disk that Windows is running on. (~250MB free.) AND to run both
28098 at the same time. (Yes, I know about VMWare and such. But by the time I get
28099 all that done with, I'll probably have services running fairly well on Win32.)
28100
28101 Back to tinkering with this... It successfully compiled, so now I get to
28102 see if the result is usable...
28103
28104 --Matt
28105
28106
28107 ---------------------------------------------------------------
28108 To unsubscribe, send email to majordomo@snow.shadowfire.org
28109 with "unsubscribe ircservices" in the body, without the quotes.
28110
28111
28112 From &quot Wed Oct 18 15:16:30 2000
28113 From: &quot (&quot)
28114 Date: Sat Oct 23 23:01:02 2004
28115 Subject: [IRCServices] services segfaults -- libc problem? - Addendum
28116 References: <NDBBKMLGGLLMFACIBDMKGEDFCGAA.hendrik@mans.de>
28117 Message-ID: 003101c03951$122a4c30$37526dd1@tiphares.com
28118
28119 Well knowing it died in strtok() kinda helps, but it'd
28120 be nice if we had a call stack listing so we can see
28121 what's calling strtok() and with what parameters.
28122
28123 If I'm reading the gdb man page correctly the way to
28124 get a call stack is by using the "backtrace" command.
28125
28126 Also, you may wish to recompile services with the -g
28127 switch enabled. This will add some debugging information
28128 that will make your life much easier when using gdb.
28129
28130 Bryce Simonds (Kelmar K. Firesun)
28131 IRC operator: dream.esper.net
28132
28133
28134 ---------------------------------------------------------------
28135 To unsubscribe, send email to majordomo@snow.shadowfire.org
28136 with "unsubscribe ircservices" in the body, without the quotes.
28137
28138
28139 From &quot Wed Oct 18 20:55:18 2000
28140 From: &quot (&quot)
28141 Date: Sat Oct 23 23:01:02 2004
28142 Subject: [IRCServices] umode or services option
28143 Message-ID: 001101c03980$6671b920$0100a8c0@excaliburnetworks.com
28144
28145 What is evertones thoughts on a usermode or services setting for channels
28146 that restricts admitance to opers only ...
28147
28148
28149 Scott Seufert
28150 aka katsklaw
28151 Server Admin
28152 Excalibre.ShadowFire.Org
28153
28154
28155 ---------------------------------------------------------------
28156 To unsubscribe, send email to majordomo@snow.shadowfire.org
28157 with "unsubscribe ircservices" in the body, without the quotes.
28158
28159
28160 From &quot Thu Oct 19 21:02:51 2000
28161 From: &quot (&quot)
28162 Date: Sat Oct 23 23:01:02 2004
28163 Subject: [IRCServices] umode or services option
28164 In-Reply-To: <001101c03980$6671b920$0100a8c0@excaliburnetworks.com>
28165 References: 001101c03980$6671b920$0100a8c0@excaliburnetworks.com
28166 Message-ID: NEBBLMHKKLGHANKONFLMMEIJCHAA.adam@wiredrave.com
28167
28168 I think that it could be useful, however an IRCD with a +A channel mode is
28169 easier in my opinion. Depending on the load, if a few hundred people tried
28170 to join the channel at once it could slow things down greatly.
28171
28172 ::: shrug :::
28173
28174 Adam
28175
28176
28177 -----Original Message-----
28178 From: owner-ircservices@snow.shadowfire.org
28179 [mailto:owner-ircservices@snow.shadowfire.org]On Behalf Of Scott Seufert
28180 Sent: Wednesday, October 18, 2000 10:55 PM
28181 To: ircservices@snow.shadowfire.org
28182 Subject: [IRCServices] umode or services option
28183 Importance: Low
28184
28185
28186 What is evertones thoughts on a usermode or services setting for channels
28187 that restricts admitance to opers only ...
28188
28189
28190 Scott Seufert
28191 aka katsklaw
28192 Server Admin
28193 Excalibre.ShadowFire.Org
28194
28195
28196 ---------------------------------------------------------------
28197 To unsubscribe, send email to majordomo@snow.shadowfire.org
28198 with "unsubscribe ircservices" in the body, without the quotes.
28199
28200
28201 ---------------------------------------------------------------
28202 To unsubscribe, send email to majordomo@snow.shadowfire.org
28203 with "unsubscribe ircservices" in the body, without the quotes.
28204
28205
28206 From &quot Wed Oct 18 21:07:28 2000
28207 From: &quot (&quot)
28208 Date: Sat Oct 23 23:01:02 2004
28209 Subject: [IRCServices] umode or services option
28210 References: <NEBBLMHKKLGHANKONFLMMEIJCHAA.adam@wiredrave.com>
28211 Message-ID: 001901c03982$196ed700$0100a8c0@excaliburnetworks.com
28212
28213 I _am_ sorry .. I did mean chanmode .. not user mode ... sorry for any
28214 confusion.
28215
28216
28217 ----- Original Message -----
28218 From: Adam Fladwood <adam@wiredrave.com>
28219 To: <ircservices@snow.shadowfire.org>
28220 Sent: Friday, October 20, 2000 12:02 AM
28221 Subject: RE: [IRCServices] umode or services option
28222
28223
28224 > I think that it could be useful, however an IRCD with a +A channel mode is
28225 > easier in my opinion. Depending on the load, if a few hundred people
28226 tried
28227 > to join the channel at once it could slow things down greatly.
28228 >
28229 > ::: shrug :::
28230 >
28231 > Adam
28232 >
28233 >
28234 > -----Original Message-----
28235 > From: owner-ircservices@snow.shadowfire.org
28236 > [mailto:owner-ircservices@snow.shadowfire.org]On Behalf Of Scott Seufert
28237 > Sent: Wednesday, October 18, 2000 10:55 PM
28238 > To: ircservices@snow.shadowfire.org
28239 > Subject: [IRCServices] umode or services option
28240 > Importance: Low
28241 >
28242 >
28243 > What is evertones thoughts on a usermode or services setting for channels
28244 > that restricts admitance to opers only ...
28245 >
28246 >
28247 > Scott Seufert
28248 > aka katsklaw
28249 > Server Admin
28250 > Excalibre.ShadowFire.Org
28251 >
28252 >
28253 > ---------------------------------------------------------------
28254 > To unsubscribe, send email to majordomo@snow.shadowfire.org
28255 > with "unsubscribe ircservices" in the body, without the quotes.
28256 >
28257 >
28258 > ---------------------------------------------------------------
28259 > To unsubscribe, send email to majordomo@snow.shadowfire.org
28260 > with "unsubscribe ircservices" in the body, without the quotes.
28261 >
28262 >
28263
28264
28265 ---------------------------------------------------------------
28266 To unsubscribe, send email to majordomo@snow.shadowfire.org
28267 with "unsubscribe ircservices" in the body, without the quotes.
28268
28269
28270 From smkelly at zombie.org Wed Oct 18 21:10:30 2000
28271 From: smkelly at zombie.org (Sean Kelly)
28272 Date: Sat Oct 23 23:01:03 2004
28273 Subject: [IRCServices] umode or services option
28274 In-Reply-To: <001101c03980$6671b920$0100a8c0@excaliburnetworks.com>; from scotts@ure.net on Wed, Oct 18, 2000 at 11:55:18PM -0400
28275 References: <001101c03980$6671b920$0100a8c0@excaliburnetworks.com>
28276 Message-ID: 20001018231030.A74609@edgemaster.zombie.org
28277
28278 On Wed, Oct 18, 2000 at 11:55:18PM -0400, Scott Seufert wrote:
28279 > What is evertones thoughts on a usermode or services setting for channels
28280 > that restricts admitance to opers only ...
28281
28282 That can be done very easily in the ircd. All you have to do is make
28283 a new usermode and then add a check to can_join() in channel.c. If you
28284 want an example, there are several ircds, including Cyclone, that do
28285 this.
28286
28287
28288 --
28289 Sean Kelly <smkelly@zombie.org> or <smkelly@slashnet.org>
28290 PGP KeyID: 4AC781C7 http://www.sean-kelly.org
28291
28292 ---------------------------------------------------------------
28293 To unsubscribe, send email to majordomo@snow.shadowfire.org
28294 with "unsubscribe ircservices" in the body, without the quotes.
28295
28296
28297 From &quot Wed Oct 18 23:05:01 2000
28298 From: &quot (&quot)
28299 Date: Sat Oct 23 23:01:03 2004
28300 Subject: [IRCServices] umode or services option
28301 References: <001101c03980$6671b920$0100a8c0@excaliburnetworks.com>
28302 Message-ID: 002901c03992$84488ed0$9c011ac4@shadow
28303
28304 This is available in Bahamut 1.4(08) (channel mode +O). It will be (read:
28305 is) modelock'able in 4.5 of IRC Services.
28306
28307 This weekend I'll fixup and ircd with all the right SF settings so that we
28308 can upgrade.
28309
28310 Andrew
28311
28312 ----- Original Message -----
28313 From: "Scott Seufert" <scotts@ure.net>
28314 To: <ircservices@snow.shadowfire.org>
28315 Sent: Thursday, October 19, 2000 5:55 AM
28316 Subject: [IRCServices] umode or services option
28317
28318
28319 > What is evertones thoughts on a usermode or services setting for channels
28320 > that restricts admitance to opers only ...
28321 >
28322 >
28323 > Scott Seufert
28324 > aka katsklaw
28325 > Server Admin
28326 > Excalibre.ShadowFire.Org
28327 >
28328 >
28329 > ---------------------------------------------------------------
28330 > To unsubscribe, send email to majordomo@snow.shadowfire.org
28331 > with "unsubscribe ircservices" in the body, without the quotes.
28332 >
28333
28334
28335 ---------------------------------------------------------------
28336 To unsubscribe, send email to majordomo@snow.shadowfire.org
28337 with "unsubscribe ircservices" in the body, without the quotes.
28338
28339
28340 From &quot Wed Oct 18 23:08:01 2000
28341 From: &quot (&quot)
28342 Date: Sat Oct 23 23:01:03 2004
28343 Subject: [IRCServices] umode or services option
28344 References: <001101c03980$6671b920$0100a8c0@excaliburnetworks.com> <002901c03992$84488ed0$9c011ac4@shadow>
28345 Message-ID: 006701c03992$efe032b0$9c011ac4@shadow
28346
28347 Bugger, I really should have my morning coffee before replying to mail :P
28348
28349 Please disregard the statement about upgrading the ircd... that was meant
28350 for someone else. However, the support for +O is available in Bahamut and
28351 supported by version 4.5 of IRC Services.
28352
28353 Andrew
28354
28355 ----- Original Message -----
28356 From: "Andrew Kempe" <andrewk@icon.co.za>
28357 To: <ircservices@snow.shadowfire.org>
28358 Sent: Thursday, October 19, 2000 8:05 AM
28359 Subject: Re: [IRCServices] umode or services option
28360
28361
28362 > This is available in Bahamut 1.4(08) (channel mode +O). It will be (read:
28363 > is) modelock'able in 4.5 of IRC Services.
28364 >
28365 > This weekend I'll fixup and ircd with all the right SF settings so that we
28366 > can upgrade.
28367 >
28368 > Andrew
28369 >
28370 > ----- Original Message -----
28371 > From: "Scott Seufert" <scotts@ure.net>
28372 > To: <ircservices@snow.shadowfire.org>
28373 > Sent: Thursday, October 19, 2000 5:55 AM
28374 > Subject: [IRCServices] umode or services option
28375 >
28376 >
28377 > > What is evertones thoughts on a usermode or services setting for
28378 channels
28379 > > that restricts admitance to opers only ...
28380 > >
28381 > >
28382 > > Scott Seufert
28383 > > aka katsklaw
28384 > > Server Admin
28385 > > Excalibre.ShadowFire.Org
28386 > >
28387 > >
28388 > > ---------------------------------------------------------------
28389 > > To unsubscribe, send email to majordomo@snow.shadowfire.org
28390 > > with "unsubscribe ircservices" in the body, without the quotes.
28391 > >
28392 >
28393 >
28394 > ---------------------------------------------------------------
28395 > To unsubscribe, send email to majordomo@snow.shadowfire.org
28396 > with "unsubscribe ircservices" in the body, without the quotes.
28397 >
28398
28399
28400 ---------------------------------------------------------------
28401 To unsubscribe, send email to majordomo@snow.shadowfire.org
28402 with "unsubscribe ircservices" in the body, without the quotes.
28403
28404
28405 From &quot Thu Oct 19 04:28:54 2000
28406 From: &quot (&quot)
28407 Date: Sat Oct 23 23:01:03 2004
28408 Subject: [IRCServices] umode or services option
28409 References: <001101c03980$6671b920$0100a8c0@excaliburnetworks.com> <002901c03992$84488ed0$9c011ac4@shadow> <006701c03992$efe032b0$9c011ac4@shadow>
28410 Message-ID: 002901c039bf$c3b96da0$250c1218@cc274522d
28411
28412 BTW, It's also available in Elite. :) (Which actually works quite well with
28413 your services with a few 'enhancements')
28414
28415 David a.k.a. Perigee
28416 Coding team
28417 irc.sub-city.net
28418
28419 ----- Original Message -----
28420 From: "Andrew Kempe" <andrewk@icon.co.za>
28421 To: <ircservices@snow.shadowfire.org>
28422 Sent: Thursday, October 19, 2000 2:08 AM
28423 Subject: Re: [IRCServices] umode or services option
28424
28425
28426 > Bugger, I really should have my morning coffee before replying to mail :P
28427 >
28428 > Please disregard the statement about upgrading the ircd... that was meant
28429 > for someone else. However, the support for +O is available in Bahamut and
28430 > supported by version 4.5 of IRC Services.
28431 >
28432 > Andrew
28433 > ---------------------------------------------------------------
28434 > To unsubscribe, send email to majordomo@snow.shadowfire.org
28435 > with "unsubscribe ircservices" in the body, without the quotes.
28436
28437
28438 ---------------------------------------------------------------
28439 To unsubscribe, send email to majordomo@snow.shadowfire.org
28440 with "unsubscribe ircservices" in the body, without the quotes.
28441
28442
28443 From Ciaran.Reilly at ntlworld.com Thu Oct 19 04:48:49 2000
28444 From: Ciaran.Reilly at ntlworld.com (Ciarán Reilly)
28445 Date: Sat Oct 23 23:01:03 2004
28446 Subject: [IRCServices] umode or services option
28447 References: <001101c03980$6671b920$0100a8c0@excaliburnetworks.com> <002901c03992$84488ed0$9c011ac4@shadow> <006701c03992$efe032b0$9c011ac4@shadow> <002901c039bf$c3b96da0$250c1218@cc274522d>
28448 Message-ID: 003701c039c3$0f03ff20$0600a8c0@ciaran
28449
28450 Yeah, I used that umode myself when I was running Elite, it can be quite
28451 handy.... are you using it ? If so, may I ask what tweaks you've made to
28452 optimize it more for Services ?
28453
28454 Ciarán.
28455
28456
28457 ----- Original Message -----
28458 From: "David Blanchard" <dblanch@home.com>
28459 To: <ircservices@snow.shadowfire.org>
28460 Sent: Thursday, October 19, 2000 12:28 PM
28461 Subject: Re: [IRCServices] umode or services option
28462
28463
28464 > BTW, It's also available in Elite. :) (Which actually works quite well
28465 with
28466 > your services with a few 'enhancements')
28467 >
28468 > David a.k.a. Perigee
28469 > Coding team
28470 > irc.sub-city.net
28471 >
28472 > ----- Original Message -----
28473 > From: "Andrew Kempe" <andrewk@icon.co.za>
28474 > To: <ircservices@snow.shadowfire.org>
28475 > Sent: Thursday, October 19, 2000 2:08 AM
28476 > Subject: Re: [IRCServices] umode or services option
28477 >
28478 >
28479 > > Bugger, I really should have my morning coffee before replying to mail
28480 :P
28481 > >
28482 > > Please disregard the statement about upgrading the ircd... that was
28483 meant
28484 > > for someone else. However, the support for +O is available in Bahamut
28485 and
28486 > > supported by version 4.5 of IRC Services.
28487 > >
28488 > > Andrew
28489 > > ---------------------------------------------------------------
28490 > > To unsubscribe, send email to majordomo@snow.shadowfire.org
28491 > > with "unsubscribe ircservices" in the body, without the quotes.
28492 >
28493 >
28494 > ---------------------------------------------------------------
28495 > To unsubscribe, send email to majordomo@snow.shadowfire.org
28496 > with "unsubscribe ircservices" in the body, without the quotes.
28497
28498
28499 ---------------------------------------------------------------
28500 To unsubscribe, send email to majordomo@snow.shadowfire.org
28501 with "unsubscribe ircservices" in the body, without the quotes.
28502
28503
28504 From &quot Thu Oct 19 08:32:32 2000
28505 From: &quot (&quot)
28506 Date: Sat Oct 23 23:01:03 2004
28507 Subject: [IRCServices] umode or services option
28508 References: <001101c03980$6671b920$0100a8c0@excaliburnetworks.com> <002901c03992$84488ed0$9c011ac4@shadow> <006701c03992$efe032b0$9c011ac4@shadow> <002901c039bf$c3b96da0$250c1218@cc274522d> <003701c039c3$0f03ff20$0600a8c0@ciaran>
28509 Message-ID: 001501c039e1$cc802970$250c1218@cc274522d
28510
28511 Wow, where to begin... lol
28512
28513 Well, at one point I had to modify 'configure' to compile specifically for
28514 Elite (#define IRC_ELITE) as there is an option in the ircd to prevent
28515 colors from being sent to the channel (like Bahamut) but is not supported in
28516 Dal_4_4_15. I have also kept compatibilty with Andrew's code, in case he
28517 might ask to incorporate some of this into the next version of services...
28518 (hint, hint!) Actually, the one flag I added in NickServ flags is prolly
28519 going to have to change (NI_FORCEID 0x00001000) as I don't know if Andrew
28520 has plans to use a flag there or not in future versions... hmmm maybe I need
28521 to get with him on this as a request :) I was planning on adding that mlock
28522 to Chanserv for +O channels, but haven't done it yet... it's easy enough...
28523
28524 first add a CMODE_O to the services.h (0x00000800 perhaps?)
28525
28526 then basically have this code in chanserv.c
28527
28528 #if defined(IRC_BAHAMUT) || defined(IRC_ELITE)
28529 (ci->mlock_off & CMODE_O) ? "O" : "",
28530 #else
28531 "",
28532 #endif
28533
28534 BTW, here's what I changed in chanserv.c for the color mode:
28535
28536 #if defined(IRC_BAHAMUT) || defined(IRC_ELITE)
28537 #ifdef IRC_BAHAMUT
28538 (ci->mlock_off & CMODE_C) ? "c" : "",
28539 #else
28540 (ci->mlock_off & CMODE_C) ? "x" : "",
28541 #endif
28542
28543 #else
28544 "",
28545 #endif
28546
28547 There are a few places this needs to be modified, but you get the idea...
28548
28549
28550 David
28551
28552 ----- Original Message -----
28553 From: "Ciarán Reilly" <Ciaran.Reilly@ntlworld.com>
28554 To: <ircservices@snow.shadowfire.org>
28555 Sent: Thursday, October 19, 2000 7:48 AM
28556 Subject: Re: [IRCServices] umode or services option
28557
28558
28559 > Yeah, I used that umode myself when I was running Elite, it can be quite
28560 > handy.... are you using it ? If so, may I ask what tweaks you've made to
28561 > optimize it more for Services ?
28562 >
28563 > Ciarán.
28564 >
28565
28566
28567
28568 ---------------------------------------------------------------
28569 To unsubscribe, send email to majordomo@snow.shadowfire.org
28570 with "unsubscribe ircservices" in the body, without the quotes.
28571
28572
28573 From &quot Thu Oct 19 09:01:50 2000
28574 From: &quot (&quot)
28575 Date: Sat Oct 23 23:01:03 2004
28576 Subject: [IRCServices] umode or services option
28577 References: <001101c03980$6671b920$0100a8c0@excaliburnetworks.com> <002901c03992$84488ed0$9c011ac4@shadow> <006701c03992$efe032b0$9c011ac4@shadow> <002901c039bf$c3b96da0$250c1218@cc274522d> <003701c039c3$0f03ff20$0600a8c0@ciaran> <001501c039e1$cc802970$250c1218@cc274522d>
28578 Message-ID: 014f01c039e5$e45825d0$9c011ac4@shadow
28579
28580 ircservices-coding list please :)
28581
28582 Thanks guys.
28583
28584 Andrew
28585
28586 ----- Original Message -----
28587 From: "David Blanchard" <dblanch@home.com>
28588 To: <ircservices@snow.shadowfire.org>
28589 Sent: Thursday, October 19, 2000 5:32 PM
28590 Subject: Re: [IRCServices] umode or services option
28591
28592
28593 > Wow, where to begin... lol
28594 >
28595 > Well, at one point I had to modify 'configure' to compile specifically for
28596 > Elite (#define IRC_ELITE) as there is an option in the ircd to prevent
28597 > colors from being sent to the channel (like Bahamut) but is not supported
28598 in
28599 > Dal_4_4_15. I have also kept compatibilty with Andrew's code, in case he
28600 > might ask to incorporate some of this into the next version of services...
28601 > (hint, hint!) Actually, the one flag I added in NickServ flags is prolly
28602 > going to have to change (NI_FORCEID 0x00001000) as I don't know if Andrew
28603 > has plans to use a flag there or not in future versions... hmmm maybe I
28604 need
28605 > to get with him on this as a request :) I was planning on adding that
28606 mlock
28607 > to Chanserv for +O channels, but haven't done it yet... it's easy
28608 enough...
28609 >
28610 > first add a CMODE_O to the services.h (0x00000800 perhaps?)
28611 >
28612 > then basically have this code in chanserv.c
28613 >
28614 > #if defined(IRC_BAHAMUT) || defined(IRC_ELITE)
28615 > (ci->mlock_off & CMODE_O) ? "O" : "",
28616 > #else
28617 > "",
28618 > #endif
28619 >
28620 > BTW, here's what I changed in chanserv.c for the color mode:
28621 >
28622 > #if defined(IRC_BAHAMUT) || defined(IRC_ELITE)
28623 > #ifdef IRC_BAHAMUT
28624 > (ci->mlock_off & CMODE_C) ? "c" : "",
28625 > #else
28626 > (ci->mlock_off & CMODE_C) ? "x" : "",
28627 > #endif
28628 >
28629 > #else
28630 > "",
28631 > #endif
28632 >
28633 > There are a few places this needs to be modified, but you get the idea...
28634 >
28635 >
28636 > David
28637 >
28638 > ----- Original Message -----
28639 > From: "Ciarán Reilly" <Ciaran.Reilly@ntlworld.com>
28640 > To: <ircservices@snow.shadowfire.org>
28641 > Sent: Thursday, October 19, 2000 7:48 AM
28642 > Subject: Re: [IRCServices] umode or services option
28643 >
28644 >
28645 > > Yeah, I used that umode myself when I was running Elite, it can be quite
28646 > > handy.... are you using it ? If so, may I ask what tweaks you've made to
28647 > > optimize it more for Services ?
28648 > >
28649 > > Ciarán.
28650 > >
28651 >
28652 >
28653 >
28654 > ---------------------------------------------------------------
28655 > To unsubscribe, send email to majordomo@snow.shadowfire.org
28656 > with "unsubscribe ircservices" in the body, without the quotes.
28657 >
28658
28659
28660 ---------------------------------------------------------------
28661 To unsubscribe, send email to majordomo@snow.shadowfire.org
28662 with "unsubscribe ircservices" in the body, without the quotes.
28663
28664
28665 From Ciaran.Reilly at ntlworld.com Thu Oct 19 09:07:14 2000
28666 From: Ciaran.Reilly at ntlworld.com (Ciarán Reilly)
28667 Date: Sat Oct 23 23:01:03 2004
28668 Subject: [IRCServices] umode or services option
28669 References: <001101c03980$6671b920$0100a8c0@excaliburnetworks.com> <002901c03992$84488ed0$9c011ac4@shadow> <006701c03992$efe032b0$9c011ac4@shadow> <002901c039bf$c3b96da0$250c1218@cc274522d> <003701c039c3$0f03ff20$0600a8c0@ciaran> <001501c039e1$cc802970$250c1218@cc274522d> <014f01c039e5$e45825d0$9c011ac4@shadow>
28670 Message-ID: 027901c039e6$a6b1b7e0$0600a8c0@ciaran
28671
28672 Aha, soz :-)
28673
28674
28675 ----- Original Message -----
28676 From: "Andrew Kempe" <andrewk@icon.co.za>
28677 To: <ircservices@snow.shadowfire.org>
28678 Sent: Thursday, October 19, 2000 5:01 PM
28679 Subject: Re: [IRCServices] umode or services option
28680
28681
28682 > ircservices-coding list please :)
28683 >
28684 > Thanks guys.
28685 >
28686 > Andrew
28687 >
28688 > ----- Original Message -----
28689 > From: "David Blanchard" <dblanch@home.com>
28690 > To: <ircservices@snow.shadowfire.org>
28691 > Sent: Thursday, October 19, 2000 5:32 PM
28692 > Subject: Re: [IRCServices] umode or services option
28693 >
28694 >
28695 > > Wow, where to begin... lol
28696 > >
28697 > > Well, at one point I had to modify 'configure' to compile specifically
28698 for
28699 > > Elite (#define IRC_ELITE) as there is an option in the ircd to prevent
28700 > > colors from being sent to the channel (like Bahamut) but is not
28701 supported
28702 > in
28703 > > Dal_4_4_15. I have also kept compatibilty with Andrew's code, in case
28704 he
28705 > > might ask to incorporate some of this into the next version of
28706 services...
28707 > > (hint, hint!) Actually, the one flag I added in NickServ flags is prolly
28708 > > going to have to change (NI_FORCEID 0x00001000) as I don't know if
28709 Andrew
28710 > > has plans to use a flag there or not in future versions... hmmm maybe I
28711 > need
28712 > > to get with him on this as a request :) I was planning on adding that
28713 > mlock
28714 > > to Chanserv for +O channels, but haven't done it yet... it's easy
28715 > enough...
28716 > >
28717 > > first add a CMODE_O to the services.h (0x00000800 perhaps?)
28718 > >
28719 > > then basically have this code in chanserv.c
28720 > >
28721 > > #if defined(IRC_BAHAMUT) || defined(IRC_ELITE)
28722 > > (ci->mlock_off & CMODE_O) ? "O" : "",
28723 > > #else
28724 > > "",
28725 > > #endif
28726 > >
28727 > > BTW, here's what I changed in chanserv.c for the color mode:
28728 > >
28729 > > #if defined(IRC_BAHAMUT) || defined(IRC_ELITE)
28730 > > #ifdef IRC_BAHAMUT
28731 > > (ci->mlock_off & CMODE_C) ? "c" : "",
28732 > > #else
28733 > > (ci->mlock_off & CMODE_C) ? "x" : "",
28734 > > #endif
28735 > >
28736 > > #else
28737 > > "",
28738 > > #endif
28739 > >
28740 > > There are a few places this needs to be modified, but you get the
28741 idea...
28742 > >
28743 > >
28744 > > David
28745 > >
28746 > > ----- Original Message -----
28747 > > From: "Ciarán Reilly" <Ciaran.Reilly@ntlworld.com>
28748 > > To: <ircservices@snow.shadowfire.org>
28749 > > Sent: Thursday, October 19, 2000 7:48 AM
28750 > > Subject: Re: [IRCServices] umode or services option
28751 > >
28752 > >
28753 > > > Yeah, I used that umode myself when I was running Elite, it can be
28754 quite
28755 > > > handy.... are you using it ? If so, may I ask what tweaks you've made
28756 to
28757 > > > optimize it more for Services ?
28758 > > >
28759 > > > Ciarán.
28760 > > >
28761 > >
28762 > >
28763 > >
28764 > > ---------------------------------------------------------------
28765 > > To unsubscribe, send email to majordomo@snow.shadowfire.org
28766 > > with "unsubscribe ircservices" in the body, without the quotes.
28767 > >
28768 >
28769 >
28770 > ---------------------------------------------------------------
28771 > To unsubscribe, send email to majordomo@snow.shadowfire.org
28772 > with "unsubscribe ircservices" in the body, without the quotes.
28773
28774
28775 ---------------------------------------------------------------
28776 To unsubscribe, send email to majordomo@snow.shadowfire.org
28777 with "unsubscribe ircservices" in the body, without the quotes.
28778
28779
28780 From &quot Thu Oct 19 09:07:04 2000
28781 From: &quot (&quot)
28782 Date: Sat Oct 23 23:01:03 2004
28783 Subject: [IRCServices] umode or services option
28784 References: <001101c03980$6671b920$0100a8c0@excaliburnetworks.com> <002901c03992$84488ed0$9c011ac4@shadow>
28785 Message-ID: 002901c039e6$a0559b00$0100a8c0@excaliburnetworks.com
28786
28787 I didn't realize that support was that close ;) since I have 1.4(07).
28788
28789
28790 I'll wait.
28791
28792 Scott Seufert
28793 aka katsklaw
28794 Server Admin
28795 Excalibre.ShadowFire.Org
28796
28797 ----- Original Message -----
28798 From: Andrew Kempe <andrewk@icon.co.za>
28799 To: <ircservices@snow.shadowfire.org>
28800 Sent: Thursday, October 19, 2000 2:05 AM
28801 Subject: Re: [IRCServices] umode or services option
28802
28803
28804 > This is available in Bahamut 1.4(08) (channel mode +O). It will be (read:
28805 > is) modelock'able in 4.5 of IRC Services.
28806 >
28807 > This weekend I'll fixup and ircd with all the right SF settings so that we
28808 > can upgrade.
28809 >
28810 > Andrew
28811 >
28812
28813 <snip>
28814
28815
28816 ---------------------------------------------------------------
28817 To unsubscribe, send email to majordomo@snow.shadowfire.org
28818 with "unsubscribe ircservices" in the body, without the quotes.
28819
28820
28821 From Ciaran.Reilly at ntlworld.com Thu Oct 19 09:10:25 2000
28822 From: Ciaran.Reilly at ntlworld.com (Ciarán Reilly)
28823 Date: Sat Oct 23 23:01:03 2004
28824 Subject: [IRCServices] umode or services option
28825 References: <001101c03980$6671b920$0100a8c0@excaliburnetworks.com> <002901c03992$84488ed0$9c011ac4@shadow> <006701c03992$efe032b0$9c011ac4@shadow> <002901c039bf$c3b96da0$250c1218@cc274522d> <003701c039c3$0f03ff20$0600a8c0@ciaran> <001501c039e1$cc802970$250c1218@cc274522d>
28826 Message-ID: 028201c039e7$185dc140$0600a8c0@ciaran
28827
28828 Hiya David, thanks a lot for your help
28829
28830 I understand it (slightly) lol..... think I need to do quite a bit more
28831 brushing up on my C before I attempt it myself..... have you any suggestions
28832 of places I can pickup on the Services code etc (makes mental note to get
28833 subbed to the coding list) ?
28834
28835
28836
28837 > Wow, where to begin... lol
28838 >
28839 > Well, at one point I had to modify 'configure' to compile specifically for
28840 > Elite (#define IRC_ELITE) as there is an option in the ircd to prevent
28841 > colors from being sent to the channel (like Bahamut) but is not supported
28842 in
28843 > Dal_4_4_15.
28844
28845 I must admit, I just used the modes in the Ircd independantly of Servcies,
28846 which was pretty sloppy, I never realised they could be edited to this
28847 extent...... Then again, there was never much call for Services to support
28848 the mode as my users didn't use it much...
28849
28850 Let me see if I've got this right..... So when you installed Services, you
28851 first modified the Config.h to include the line #define IRC_Elite ? Then
28852 you compiled, having already added your other code for the U modes to
28853 Services.h and chanserv.h etc ?
28854
28855
28856 > I have also kept compatibilty with Andrew's code, in case he
28857 > might ask to incorporate some of this into the next version of services...
28858 > (hint, hint!) Actually, the one flag I added in NickServ flags is prolly
28859 > going to have to change (NI_FORCEID 0x00001000)
28860
28861 Forceid....... call me stupid, but is this used to force a user to identify
28862 to NickServ, or is ID something else ? what did you add it for ?
28863 sorry for all these questions, I'm just trying to gather as much knowledge
28864 as poss on whats going on :-)
28865
28866 > I was planning on adding that mlock
28867 > to Chanserv for +O channels, but haven't done it yet... it's easy
28868 enough...
28869
28870 Right, think I can get my head round this bit.....
28871
28872 > first add a CMODE_O to the services.h (0x00000800 perhaps?)
28873 >
28874 > then basically have this code in chanserv.c
28875 >
28876 > #if defined(IRC_BAHAMUT) || defined(IRC_ELITE)
28877 > (ci->mlock_off & CMODE_O) ? "O" : "",
28878 > #else
28879 > "",
28880 > #endif
28881 >
28882 > BTW, here's what I changed in chanserv.c for the color mode:
28883 >
28884 > #if defined(IRC_BAHAMUT) || defined(IRC_ELITE)
28885 > #ifdef IRC_BAHAMUT
28886 > (ci->mlock_off & CMODE_C) ? "c" : "",
28887 > #else
28888 > (ci->mlock_off & CMODE_C) ? "x" : "",
28889 > #endif
28890 >
28891 > #else
28892 > "",
28893 > #endif
28894 >
28895
28896 Hmmmm am starting to get it...... thanks for your time David...... and sorry
28897 to everyone for this going to the main list, I'll make sure it goes to
28898 coding in future :-)
28899
28900
28901 Ciarán.
28902
28903
28904
28905 ---------------------------------------------------------------
28906 To unsubscribe, send email to majordomo@snow.shadowfire.org
28907 with "unsubscribe ircservices" in the body, without the quotes.
28908
28909
28910 From &quot Thu Oct 19 10:19:42 2000
28911 From: &quot (&quot)
28912 Date: Sat Oct 23 23:01:03 2004
28913 Subject: [IRCServices] umode or services option
28914 References: <001101c03980$6671b920$0100a8c0@excaliburnetworks.com> <002901c03992$84488ed0$9c011ac4@shadow> <002901c039e6$a0559b00$0100a8c0@excaliburnetworks.com>
28915 Message-ID: 016301c039f0$c56811c0$9c011ac4@shadow
28916
28917 I suggest you upgrade the latest version ... there are some bugs in 1.4(07)
28918 afaik that can send the network into an infinate loop. Something to do with
28919 the servers sending weird sqlines around - if my memory serves me correct.
28920
28921 Andrew
28922
28923 ----- Original Message -----
28924 From: "Scott Seufert" <anarki@flamebait.org>
28925 To: <ircservices@snow.shadowfire.org>
28926 Sent: Thursday, October 19, 2000 6:07 PM
28927 Subject: Re: [IRCServices] umode or services option
28928
28929
28930 > I didn't realize that support was that close ;) since I have 1.4(07).
28931 >
28932 >
28933 > I'll wait.
28934 >
28935 > Scott Seufert
28936 > aka katsklaw
28937 > Server Admin
28938 > Excalibre.ShadowFire.Org
28939 >
28940 > ----- Original Message -----
28941 > From: Andrew Kempe <andrewk@icon.co.za>
28942 > To: <ircservices@snow.shadowfire.org>
28943 > Sent: Thursday, October 19, 2000 2:05 AM
28944 > Subject: Re: [IRCServices] umode or services option
28945 >
28946 >
28947 > > This is available in Bahamut 1.4(08) (channel mode +O). It will be
28948 (read:
28949 > > is) modelock'able in 4.5 of IRC Services.
28950 > >
28951 > > This weekend I'll fixup and ircd with all the right SF settings so that
28952 we
28953 > > can upgrade.
28954 > >
28955 > > Andrew
28956 > >
28957 >
28958 > <snip>
28959 >
28960 >
28961 > ---------------------------------------------------------------
28962 > To unsubscribe, send email to majordomo@snow.shadowfire.org
28963 > with "unsubscribe ircservices" in the body, without the quotes.
28964 >
28965
28966
28967 ---------------------------------------------------------------
28968 To unsubscribe, send email to majordomo@snow.shadowfire.org
28969 with "unsubscribe ircservices" in the body, without the quotes.
28970
28971
28972 From &quot Thu Oct 19 11:58:51 2000
28973 From: &quot (&quot)
28974 Date: Sat Oct 23 23:01:03 2004
28975 Subject: [IRCServices] umode or services option
28976 References: <001101c03980$6671b920$0100a8c0@excaliburnetworks.com> <002901c03992$84488ed0$9c011ac4@shadow> <002901c039e6$a0559b00$0100a8c0@excaliburnetworks.com> <016301c039f0$c56811c0$9c011ac4@shadow>
28977 Message-ID: 000701c039fe$a72d1580$473320d0@excaliburnetworks.com
28978
28979 thanx for the info .. btw bahamut1.4.8-release.tar.gz on bahamut.net's ftp
28980 site seems to have a blank Makefile.
28981
28982
28983 Scott
28984
28985 ----- Original Message -----
28986 From: Andrew Kempe <andrewk@icon.co.za>
28987 To: <ircservices@snow.shadowfire.org>
28988 Sent: Thursday, October 19, 2000 1:19 PM
28989 Subject: Re: [IRCServices] umode or services option
28990
28991
28992 > I suggest you upgrade the latest version ... there are some bugs in
28993 1.4(07)
28994 > afaik that can send the network into an infinate loop. Something to do
28995 with
28996 > the servers sending weird sqlines around - if my memory serves me correct.
28997 >
28998 > Andrew
28999 >
29000 > ----- Original Message -----
29001 > From: "Scott Seufert" <anarki@flamebait.org>
29002 > To: <ircservices@snow.shadowfire.org>
29003 > Sent: Thursday, October 19, 2000 6:07 PM
29004 > Subject: Re: [IRCServices] umode or services option
29005 >
29006 >
29007 > > I didn't realize that support was that close ;) since I have 1.4(07).
29008 > >
29009 > >
29010 > > I'll wait.
29011 > >
29012 > > Scott Seufert
29013 > > aka katsklaw
29014 > > Server Admin
29015 > > Excalibre.ShadowFire.Org
29016 > >
29017 > > ----- Original Message -----
29018 > > From: Andrew Kempe <andrewk@icon.co.za>
29019 > > To: <ircservices@snow.shadowfire.org>
29020 > > Sent: Thursday, October 19, 2000 2:05 AM
29021 > > Subject: Re: [IRCServices] umode or services option
29022 > >
29023 > >
29024 > > > This is available in Bahamut 1.4(08) (channel mode +O). It will be
29025 > (read:
29026 > > > is) modelock'able in 4.5 of IRC Services.
29027 > > >
29028 > > > This weekend I'll fixup and ircd with all the right SF settings so
29029 that
29030 > we
29031 > > > can upgrade.
29032 > > >
29033 > > > Andrew
29034 > > >
29035 > >
29036 > > <snip>
29037 > >
29038 > >
29039 > > ---------------------------------------------------------------
29040 > > To unsubscribe, send email to majordomo@snow.shadowfire.org
29041 > > with "unsubscribe ircservices" in the body, without the quotes.
29042 > >
29043 >
29044 >
29045 > ---------------------------------------------------------------
29046 > To unsubscribe, send email to majordomo@snow.shadowfire.org
29047 > with "unsubscribe ircservices" in the body, without the quotes.
29048 >
29049 >
29050
29051
29052 ---------------------------------------------------------------
29053 To unsubscribe, send email to majordomo@snow.shadowfire.org
29054 with "unsubscribe ircservices" in the body, without the quotes.
29055
29056
29057 From &quot Fri Oct 20 15:44:01 2000
29058 From: &quot (&quot)
29059 Date: Sat Oct 23 23:01:03 2004
29060 Subject: [IRCServices] Half Ops
29061 Message-ID: NEBBLMHKKLGHANKONFLMOEKECHAA.adam@wiredrave.com
29062
29063 Since we're kind of on the topic of modes and stuff. Has anyone
29064 successfully been able to add an option in the ACCESS LIST for halfops? I
29065 added it and it worked great on FreeBSD but didn't work at all on Linux
29066 unless I recreated the datbases.
29067
29068 Any ideas?
29069
29070 Thanks,
29071
29072 Adam
29073
29074
29075
29076 ---------------------------------------------------------------
29077 To unsubscribe, send email to majordomo@snow.shadowfire.org
29078 with "unsubscribe ircservices" in the body, without the quotes.
29079
29080
29081 From &quot Thu Oct 19 18:17:42 2000
29082 From: &quot (&quot)
29083 Date: Sat Oct 23 23:01:03 2004
29084 Subject: [IRCServices] Half Ops
29085 References: <NEBBLMHKKLGHANKONFLMOEKECHAA.adam@wiredrave.com>
29086 Message-ID: 000f01c03a33$8cb09620$0100a8c0@excaliburnetworks.com
29087
29088 I don't remember a discussion about "halfops" in Bahamut IRCd or
29089 IRCServices. Which daemon are you refering to?
29090
29091 Scott Seufert
29092 aka katsklaw
29093 Server Admin
29094 Excalibre.ShadowFire.Org
29095
29096 ----- Original Message -----
29097 From: Adam Fladwood <adam@wiredrave.com>
29098 To: Ircservices@Snow. Shadowfire. Org <ircservices@snow.shadowfire.org>
29099 Sent: Friday, October 20, 2000 6:44 PM
29100 Subject: [IRCServices] Half Ops
29101
29102
29103 > Since we're kind of on the topic of modes and stuff. Has anyone
29104 > successfully been able to add an option in the ACCESS LIST for halfops? I
29105 > added it and it worked great on FreeBSD but didn't work at all on Linux
29106 > unless I recreated the datbases.
29107 >
29108 > Any ideas?
29109 >
29110 > Thanks,
29111 >
29112 > Adam
29113 >
29114 >
29115 >
29116 > ---------------------------------------------------------------
29117 > To unsubscribe, send email to majordomo@snow.shadowfire.org
29118 > with "unsubscribe ircservices" in the body, without the quotes.
29119 >
29120 >
29121
29122
29123 ---------------------------------------------------------------
29124 To unsubscribe, send email to majordomo@snow.shadowfire.org
29125 with "unsubscribe ircservices" in the body, without the quotes.
29126
29127
29128 From &quot Thu Oct 19 19:17:13 2000
29129 From: &quot (&quot)
29130 Date: Sat Oct 23 23:01:03 2004
29131 Subject: [IRCServices] Half Ops
29132 In-Reply-To: <NEBBLMHKKLGHANKONFLMOEKECHAA.adam@wiredrave.com>
29133 References: NEBBLMHKKLGHANKONFLMOEKECHAA.adam@wiredrave.com
29134 Message-ID: LGEMJIHOKKPHMIAFMCBAKEKOCBAA.zero@racetime.com.au
29135
29136 hrm, i did it once... THINK i still have the code around somewhere.
29137 (might have lost it when my box got rooted (how clever of me :))
29138
29139 (althought that doesnt help much, just teling that)
29140
29141 --Zero, Akashra@IRCnet
29142 IRC Operator, flute.telstra.net.au
29143
29144 > -----Original Message-----
29145 > From: owner-ircservices@snow.shadowfire.org
29146 > [mailto:owner-ircservices@snow.shadowfire.org]On Behalf Of Adam Fladwood
29147 > Sent: Saturday October 21, 2000 09:44
29148 > To: Ircservices@Snow. Shadowfire. Org
29149 > Subject: [IRCServices] Half Ops
29150 >
29151 >
29152 > Since we're kind of on the topic of modes and stuff. Has anyone
29153 > successfully been able to add an option in the ACCESS LIST for halfops? I
29154 > added it and it worked great on FreeBSD but didn't work at all on Linux
29155 > unless I recreated the datbases.
29156 >
29157 > Any ideas?
29158 >
29159 > Thanks,
29160 >
29161 > Adam
29162 >
29163 >
29164 >
29165 > ---------------------------------------------------------------
29166 > To unsubscribe, send email to majordomo@snow.shadowfire.org
29167 > with "unsubscribe ircservices" in the body, without the quotes.
29168
29169 ---------------------------------------------------------------
29170 To unsubscribe, send email to majordomo@snow.shadowfire.org
29171 with "unsubscribe ircservices" in the body, without the quotes.
29172
29173
29174 From &quot Fri Oct 20 19:47:24 2000
29175 From: &quot (&quot)
29176 Date: Sat Oct 23 23:01:03 2004
29177 Subject: [IRCServices] Half Ops
29178 In-Reply-To: <000f01c03a33$8cb09620$0100a8c0@excaliburnetworks.com>
29179 References: 000f01c03a33$8cb09620$0100a8c0@excaliburnetworks.com
29180 Message-ID: NEBBLMHKKLGHANKONFLMGEKJCHAA.adam@wiredrave.com
29181
29182 Unreal has it. It's a nice feature really...
29183
29184 Allows for a user to be +h ed in a channel and then they can change the
29185 topic, give/remove voice, kick normal users, but can't do jack to the
29186 operators. Nice feature.
29187
29188 Adam
29189
29190
29191 -----Original Message-----
29192 From: owner-ircservices@snow.shadowfire.org
29193 [mailto:owner-ircservices@snow.shadowfire.org]On Behalf Of Scott Seufert
29194 Sent: Thursday, October 19, 2000 8:18 PM
29195 To: ircservices@snow.shadowfire.org
29196 Subject: Re: [IRCServices] Half Ops
29197
29198
29199 I don't remember a discussion about "halfops" in Bahamut IRCd or
29200 IRCServices. Which daemon are you refering to?
29201
29202 Scott Seufert
29203 aka katsklaw
29204 Server Admin
29205 Excalibre.ShadowFire.Org
29206
29207 ----- Original Message -----
29208 From: Adam Fladwood <adam@wiredrave.com>
29209 To: Ircservices@Snow. Shadowfire. Org <ircservices@snow.shadowfire.org>
29210 Sent: Friday, October 20, 2000 6:44 PM
29211 Subject: [IRCServices] Half Ops
29212
29213
29214 > Since we're kind of on the topic of modes and stuff. Has anyone
29215 > successfully been able to add an option in the ACCESS LIST for halfops? I
29216 > added it and it worked great on FreeBSD but didn't work at all on Linux
29217 > unless I recreated the datbases.
29218 >
29219 > Any ideas?
29220 >
29221 > Thanks,
29222 >
29223 > Adam
29224 >
29225 >
29226 >
29227 > ---------------------------------------------------------------
29228 > To unsubscribe, send email to majordomo@snow.shadowfire.org
29229 > with "unsubscribe ircservices" in the body, without the quotes.
29230 >
29231 >
29232
29233
29234 ---------------------------------------------------------------
29235 To unsubscribe, send email to majordomo@snow.shadowfire.org
29236 with "unsubscribe ircservices" in the body, without the quotes.
29237
29238
29239 ---------------------------------------------------------------
29240 To unsubscribe, send email to majordomo@snow.shadowfire.org
29241 with "unsubscribe ircservices" in the body, without the quotes.
29242
29243
29244 From &quot Thu Oct 19 19:57:23 2000
29245 From: &quot (&quot)
29246 Date: Sat Oct 23 23:01:03 2004
29247 Subject: [IRCServices] Half Ops
29248 In-Reply-To: <NEBBLMHKKLGHANKONFLMGEKJCHAA.adam@wiredrave.com>
29249 References: NEBBLMHKKLGHANKONFLMGEKJCHAA.adam@wiredrave.com
29250 Message-ID: LGEMJIHOKKPHMIAFMCBACEKPCBAA.zero@racetime.com.au
29251
29252 i think we're all aware of that. the question was, what needs to be done to
29253 SERVICES to make them support it.
29254 (ie, allow users to gain halfops status through them similar to +v and +o)
29255
29256 --Zero, Akashra@IRCnet
29257 IRC Operator, flute.telstra.net.au
29258
29259 > -----Original Message-----
29260 > From: owner-ircservices@snow.shadowfire.org
29261 > [mailto:owner-ircservices@snow.shadowfire.org]On Behalf Of Adam Fladwood
29262 > Sent: Saturday October 21, 2000 13:47
29263 > To: ircservices@snow.shadowfire.org
29264 > Subject: RE: [IRCServices] Half Ops
29265 >
29266 >
29267 > Unreal has it. It's a nice feature really...
29268 >
29269 > Allows for a user to be +h ed in a channel and then they can change the
29270 > topic, give/remove voice, kick normal users, but can't do jack to the
29271 > operators. Nice feature.
29272 >
29273 > Adam
29274 >
29275 >
29276 <snip>
29277
29278
29279 ---------------------------------------------------------------
29280 To unsubscribe, send email to majordomo@snow.shadowfire.org
29281 with "unsubscribe ircservices" in the body, without the quotes.
29282
29283
29284 From &quot Sun Oct 22 11:23:46 2000
29285 From: &quot (&quot)
29286 Date: Sat Oct 23 23:01:03 2004
29287 Subject: [IRCServices] umode or services option
29288 References: <001101c03980$6671b920$0100a8c0@excaliburnetworks.com> <002901c03992$84488ed0$9c011ac4@shadow> <006701c03992$efe032b0$9c011ac4@shadow> <002901c039bf$c3b96da0$250c1218@cc274522d> <003701c039c3$0f03ff20$0600a8c0@ciaran> <001501c039e1$cc802970$250c1218@cc274522d> <028201c039e7$185dc140$0600a8c0@ciaran>
29289 Message-ID: 000901c03c55$3795ba20$250c1218@cc274522d
29290
29291 > I understand it (slightly) lol..... think I need to do quite a bit more
29292 > brushing up on my C before I attempt it myself..... have you any
29293 suggestions
29294 > of places I can pickup on the Services code etc (makes mental note to get
29295 > subbed to the coding list) ?
29296
29297 yup, the coding list.. lol
29298
29299 I'll reply to the rest of this on that list...
29300
29301 David
29302
29303
29304
29305 ---------------------------------------------------------------
29306 To unsubscribe, send email to majordomo@snow.shadowfire.org
29307 with "unsubscribe ircservices" in the body, without the quotes.
29308
29309
29310 From Ciaran.reilly at ntlworld.com Sun Oct 22 15:05:45 2000
29311 From: Ciaran.reilly at ntlworld.com (Ciarán Reilly)
29312 Date: Sat Oct 23 23:01:03 2004
29313 Subject: [IRCServices] umode or services option
29314 References: <001101c03980$6671b920$0100a8c0@excaliburnetworks.com> <002901c03992$84488ed0$9c011ac4@shadow> <006701c03992$efe032b0$9c011ac4@shadow> <002901c039bf$c3b96da0$250c1218@cc274522d> <003701c039c3$0f03ff20$0600a8c0@ciaran> <001501c039e1$cc802970$250c1218@cc274522d> <028201c039e7$185dc140$0600a8c0@ciaran> <000901c03c55$3795ba20$250c1218@cc274522d>
29315 Message-ID: 00c201c03c74$3aeda6a0$3436fe3e@morpheous
29316
29317 Is there an archive for messages from the coding list ?
29318
29319
29320 ----- Original Message -----
29321 From: "David Blanchard" <dblanch@home.com>
29322 To: <ircservices@snow.shadowfire.org>
29323 Sent: Sunday, October 22, 2000 7:23 PM
29324 Subject: Re: [IRCServices] umode or services option
29325
29326
29327 > > I understand it (slightly) lol..... think I need to do quite a bit more
29328 > > brushing up on my C before I attempt it myself..... have you any
29329 > suggestions
29330 > > of places I can pickup on the Services code etc (makes mental note to
29331 get
29332 > > subbed to the coding list) ?
29333 >
29334 > yup, the coding list.. lol
29335 >
29336 > I'll reply to the rest of this on that list...
29337 >
29338 > David
29339 >
29340 >
29341 >
29342 > ---------------------------------------------------------------
29343 > To unsubscribe, send email to majordomo@snow.shadowfire.org
29344 > with "unsubscribe ircservices" in the body, without the quotes.
29345
29346
29347 ---------------------------------------------------------------
29348 To unsubscribe, send email to majordomo@snow.shadowfire.org
29349 with "unsubscribe ircservices" in the body, without the quotes.
29350
29351
29352 From markb at mics.co.za Fri Oct 20 08:35:33 2000
29353 From: markb at mics.co.za (Mark Bojara)
29354 Date: Sat Oct 23 23:01:03 2004
29355 Subject: [IRCServices] Email forwarding
29356 Message-ID: 4.3.2.20001020173405.00ad6f00@opium.co.za
29357
29358 Hello,
29359
29360 I was thinking of a idea of maybe adding a option so that memoserv can
29361 email you your new memo's as they come in wich can be also used for a
29362 memo-to-sms feature.
29363
29364 Tell me what you think.
29365
29366 Regards
29367 Mark Bojara
29368
29369
29370 ---------------------------------------------------------------
29371 To unsubscribe, send email to majordomo@snow.shadowfire.org
29372 with "unsubscribe ircservices" in the body, without the quotes.
29373
29374
29375 From ben at desync.com Mon Oct 23 00:24:41 2000
29376 From: ben at desync.com (ben)
29377 Date: Sat Oct 23 23:01:03 2004
29378 Subject: [IRCServices] DB conversion
29379 Message-ID: 20001023002441.A6318@desync.com
29380
29381 Sorry if this has been asked before, but I'm new to the list and the archives are pretty old.
29382
29383 We started using Epona (http://www.pegsoft.net/epona/) when we moved from hybrid to dreamforge not knowing it was based heavily on ircservices. It's worked great so far, but I'm finding that I don't like the way it doesn't appear to be under active development, so we're looking into bahamut and ircservices.
29384
29385 Anyway, I downloaded 4.4.8 and copied over some DBs from epona. The following errors are from services.log:
29386
29387 [Oct 23 00:11:59 2000] Services 4.4.8 (compiled for ircd.dal Bahamut) starting up
29388 [Oct 23 00:12:02 2000] Invalid version number (9) on nick.db
29389 [Oct 23 00:12:02 2000] FATAL: Unsupported version number (0) on nick.db
29390
29391 I was curious as to how much the DB format has changed since whatever version epona 1.1.2 was based on had been released and whether or not our DBs could be edited to work with services 4.4.
29392
29393 Thanks,
29394 ben.
29395
29396 ---------------------------------------------------------------
29397 To unsubscribe, send email to majordomo@snow.shadowfire.org
29398 with "unsubscribe ircservices" in the body, without the quotes.
29399
29400
29401 From &quot Mon Oct 23 01:41:25 2000
29402 From: &quot (&quot)
29403 Date: Sat Oct 23 23:01:03 2004
29404 Subject: [IRCServices] Email forwarding
29405 Message-ID: 39F776B0@www.twigger.co.uk
29406
29407 There was also some discussion a while back about adding a feature like this
29408 which would enable NickServ to send out lost passwords by dumping data down
29409 a sendmail session or similar. Personally, I think it's a great idea, and
29410 would make Services even more versatile. Realistically, how hard is it to
29411 do code wise ?
29412
29413
29414 Ciarán.
29415
29416
29417
29418
29419
29420 >===== Original Message From ircservices@snow.shadowfire.org =====
29421 >Hello,
29422 >
29423 >I was thinking of a idea of maybe adding a option so that memoserv can
29424 >email you your new memo's as they come in wich can be also used for a
29425 >memo-to-sms feature.
29426 >
29427 >Tell me what you think.
29428 >
29429 >Regards
29430 >Mark Bojara
29431 >
29432 >
29433 >---------------------------------------------------------------
29434 >To unsubscribe, send email to majordomo@snow.shadowfire.org
29435 >with "unsubscribe ircservices" in the body, without the quotes.
29436
29437
29438
29439 ---------------------------------------------------------------
29440 To unsubscribe, send email to majordomo@snow.shadowfire.org
29441 with "unsubscribe ircservices" in the body, without the quotes.
29442
29443
29444 From smkelly at zombie.org Mon Oct 23 02:14:02 2000
29445 From: smkelly at zombie.org (Sean Kelly)
29446 Date: Sat Oct 23 23:01:03 2004
29447 Subject: [IRCServices] Email forwarding
29448 In-Reply-To: <39F776B0@www.twigger.co.uk>; from ciaran.reilly@ntlworld.com on Mon, Oct 23, 2000 at 09:41:25AM +0100
29449 References: <39F776B0@www.twigger.co.uk>
29450 Message-ID: 20001023041402.A95385@edgemaster.zombie.org
29451
29452 On Mon, Oct 23, 2000 at 09:41:25AM +0100, ciaran.reilly wrote:
29453 > There was also some discussion a while back about adding a feature like this
29454 > which would enable NickServ to send out lost passwords by dumping data down
29455 > a sendmail session or similar. Personally, I think it's a great idea, and
29456 > would make Services even more versatile. Realistically, how hard is it to
29457 > do code wise ?
29458
29459 Considerring IRCServices already have a field to store e-mail addresses on
29460 nicknames, I'd imagine that the addition would be very simple. All that
29461 needs done is to add the external piping to the sendmail program and
29462 having commands to make use of it.
29463
29464 It might even be nice to offer the same thing for channels. If founder xyz
29465 forgets their password, have it e-mailed to them.
29466
29467 --
29468 Sean Kelly <smkelly@zombie.org> or <smkelly@slashnet.org>
29469 PGP KeyID: 4AC781C7 http://www.sean-kelly.org
29470
29471 ---------------------------------------------------------------
29472 To unsubscribe, send email to majordomo@snow.shadowfire.org
29473 with "unsubscribe ircservices" in the body, without the quotes.
29474
29475
29476 From chromatix at penguinpowered.com Mon Oct 23 02:43:28 2000
29477 From: chromatix at penguinpowered.com (Jonathan Morton)
29478 Date: Sat Oct 23 23:01:03 2004
29479 Subject: [IRCServices] Email forwarding
29480 In-Reply-To: <20001023041402.A95385@edgemaster.zombie.org>
29481 References: <39F776B0@www.twigger.co.uk>; from ciaran.reilly@ntlworld.comon Mon, Oct 23, 2000 at 09:41:25AM +0100 <39F776B0@www.twigger.co.uk>
29482 Message-ID: l03130301b619b84e164a@[192.168.239.101]
29483
29484 >> There was also some discussion a while back about adding a feature like this
29485 >> which would enable NickServ to send out lost passwords by dumping data down
29486 >> a sendmail session or similar. Personally, I think it's a great idea, and
29487 >> would make Services even more versatile. Realistically, how hard is it to
29488 >> do code wise ?
29489 >
29490 >Considerring IRCServices already have a field to store e-mail addresses on
29491 >nicknames, I'd imagine that the addition would be very simple. All that
29492 >needs done is to add the external piping to the sendmail program and
29493 >having commands to make use of it.
29494 >
29495 >It might even be nice to offer the same thing for channels. If founder xyz
29496 >forgets their password, have it e-mailed to them.
29497
29498 Yup, good idea. To prevent abuse, it would be a good idea to limit the
29499 frequency of e-mails sent - say to one per hour or day. That way we don't
29500 wind up being the source of a mailbomb attack.
29501
29502 --------------------------------------------------------------
29503 from: Jonathan "Chromatix" Morton
29504 mail: chromi@cyberspace.org (not for attachments)
29505 big-mail: chromatix@penguinpowered.com
29506 uni-mail: j.d.morton@lancaster.ac.uk
29507
29508 The key to knowledge is not to rely on people to teach you it.
29509
29510 Get VNC Server for Macintosh from http://www.chromatix.uklinux.net/vnc/
29511
29512 -----BEGIN GEEK CODE BLOCK-----
29513 Version 3.12
29514 GCS$/E/S dpu(!) s:- a19 C+++ UL++ P L+++ E W+ N- o? K? w--- O-- M++$ V? PS
29515 PE- Y+ PGP++ t- 5- X- R !tv b++ DI+++ D G e+ h+ r- y+
29516 -----END GEEK CODE BLOCK-----
29517
29518
29519
29520 ---------------------------------------------------------------
29521 To unsubscribe, send email to majordomo@snow.shadowfire.org
29522 with "unsubscribe ircservices" in the body, without the quotes.
29523
29524
29525 From Ciaran.Reilly at ntlworld.com Mon Oct 23 02:51:55 2000
29526 From: Ciaran.Reilly at ntlworld.com (Ciarán Reilly)
29527 Date: Sat Oct 23 23:01:03 2004
29528 Subject: [IRCServices] Email forwarding
29529 References: <39F776B0@www.twigger.co.uk>; from ciaran.reilly@ntlworld.comon Mon, Oct 23, 2000 at 09:41:25AM +0100 <39F776B0@www.twigger.co.uk> <l03130301b619b84e164a@[192.168.239.101]>
29530 Message-ID: 00f701c03cd7$484fd300$0600a8c0@ciaran
29531
29532 > Yup, good idea. To prevent abuse, it would be a good idea to limit the
29533 > frequency of e-mails sent - say to one per hour or day. That way we don't
29534 > wind up being the source of a mailbomb attack.
29535
29536 Hmmmm yeah thats something that needs to be considered.
29537 Perhaps limit it to something like 3 mails per nick / chan per day, this
29538 would keep it to a low enough threshold..... or perhaps on an hourly
29539 basis, as you suggested.
29540
29541 Ciarán.
29542
29543
29544
29545 >
29546 > --------------------------------------------------------------
29547 > from: Jonathan "Chromatix" Morton
29548 > mail: chromi@cyberspace.org (not for attachments)
29549 > big-mail: chromatix@penguinpowered.com
29550 > uni-mail: j.d.morton@lancaster.ac.uk
29551 >
29552 > The key to knowledge is not to rely on people to teach you it.
29553 >
29554 > Get VNC Server for Macintosh from http://www.chromatix.uklinux.net/vnc/
29555 >
29556 > -----BEGIN GEEK CODE BLOCK-----
29557 > Version 3.12
29558 > GCS$/E/S dpu(!) s:- a19 C+++ UL++ P L+++ E W+ N- o? K? w--- O-- M++$ V? PS
29559 > PE- Y+ PGP++ t- 5- X- R !tv b++ DI+++ D G e+ h+ r- y+
29560 > -----END GEEK CODE BLOCK-----
29561 >
29562 >
29563 >
29564 > ---------------------------------------------------------------
29565 > To unsubscribe, send email to majordomo@snow.shadowfire.org
29566 > with "unsubscribe ircservices" in the body, without the quotes.
29567 >
29568
29569
29570 ---------------------------------------------------------------
29571 To unsubscribe, send email to majordomo@snow.shadowfire.org
29572 with "unsubscribe ircservices" in the body, without the quotes.
29573
29574
29575 From &quot Mon Oct 23 02:58:07 2000
29576 From: &quot (&quot)
29577 Date: Sat Oct 23 23:01:03 2004
29578 Subject: [IRCServices] Services flood / ignore function....
29579 Message-ID: 011101c03cd7$bfb4b460$0600a8c0@ciaran
29580
29581
29582
29583 Is there any kind of flood detection function planned for Services ?........ I caught a kiddie last week who seemed to have a script that was hell bent on wasting all my CPU time by basically sending infinite commands to Services at an interval juuuuuust low enough to escape the ircd's excess flood threshold... a network I used a year or so ago who were running austnets services code, had a builtin Services flood function whereby you'd get a warning first and then be killed if you continued to flood them... in addition, they would ignore you for 20 minutes thereafter.
29584
29585 I was just wondering is there anything like this in development for 4.5 ?
29586
29587
29588 Btw, is there any problems with the coding list ? I subbed and confirmed ages ago yet my messages don't seem to get through......
29589
29590
29591 Ciarán.
29592
29593 From &quot Mon Oct 23 07:35:59 2000
29594 From: &quot (&quot)
29595 Date: Sat Oct 23 23:01:03 2004
29596 Subject: [IRCServices] Email forwarding
29597 References: <4.3.2.20001020173405.00ad6f00@opium.co.za>
29598 Message-ID: 000d01c03cfe$916d6800$4204d6d1@pavilion
29599
29600
29601 I think that would be a GREAT idea too , good point for coders to take into consideration.
29602 Ely
29603 ----- Original Message -----
29604 From: Mark Bojara
29605 To: ircservices@Snow.shadowfire.org
29606 Sent: Friday, October 20, 2000 8:35 AM
29607 Subject: [IRCServices] Email forwarding
29608
29609 Hello,
29610
29611 I was thinking of a idea of maybe adding a option so that memoserv can
29612 email you your new memo's as they come in wich can be also used for a
29613 memo-to-sms feature.
29614
29615 Tell me what you think.
29616
29617 Regards
29618 Mark Bojara
29619
29620
29621 ---------------------------------------------------------------
29622 To unsubscribe, send email to majordomo@snow.shadowfire.org
29623 with "unsubscribe ircservices" in the body, without the quotes.
29624
29625 From &quot Mon Oct 23 04:37:18 2000
29626 From: &quot (&quot)
29627 Date: Sat Oct 23 23:01:03 2004
29628 Subject: [IRCServices] DB conversion
29629 References: <20001023002441.A6318@desync.com>
29630 Message-ID: 001601c03ce5$9a525c00$0100a8c0@excalibur
29631
29632 AFAIK, Majik's Services was the only version of services that a conversion
29633 script was written for. I personally have never heard of Epona. Perhaps you
29634 should contact the author of Epona and find out what version of IRCServices
29635 it's based on. IRCServices-4.4.8 uses a relatively new db.
29636
29637 Scott
29638
29639 ----- Original Message -----
29640 From: "ben" <ben@desync.com>
29641 To: <ircservices@Snow.shadowfire.org>
29642 Sent: Monday, October 23, 2000 3:24 AM
29643 Subject: [IRCServices] DB conversion
29644
29645
29646 > Sorry if this has been asked before, but I'm new to the list and the
29647 archives are pretty old.
29648 >
29649 > We started using Epona (http://www.pegsoft.net/epona/) when we moved from
29650 hybrid to dreamforge not knowing it was based heavily on ircservices. It's
29651 worked great so far, but I'm finding that I don't like the way it doesn't
29652 appear to be under active development, so we're looking into bahamut and
29653 ircservices.
29654 >
29655 > Anyway, I downloaded 4.4.8 and copied over some DBs from epona. The
29656 following errors are from services.log:
29657 >
29658 > [Oct 23 00:11:59 2000] Services 4.4.8 (compiled for ircd.dal Bahamut)
29659 starting up
29660 > [Oct 23 00:12:02 2000] Invalid version number (9) on nick.db
29661 > [Oct 23 00:12:02 2000] FATAL: Unsupported version number (0) on nick.db
29662 >
29663 > I was curious as to how much the DB format has changed since whatever
29664 version epona 1.1.2 was based on had been released and whether or not our
29665 DBs could be edited to work with services 4.4.
29666 >
29667 > Thanks,
29668 > ben.
29669 >
29670 > ---------------------------------------------------------------
29671 > To unsubscribe, send email to majordomo@snow.shadowfire.org
29672 > with "unsubscribe ircservices" in the body, without the quotes.
29673 >
29674 >
29675
29676
29677 ---------------------------------------------------------------
29678 To unsubscribe, send email to majordomo@snow.shadowfire.org
29679 with "unsubscribe ircservices" in the body, without the quotes.
29680
29681
29682 From &quot Mon Oct 23 05:01:00 2000
29683 From: &quot (&quot)
29684 Date: Sat Oct 23 23:01:03 2004
29685 Subject: [IRCServices] Services flood / ignore function....
29686 References: <011101c03cd7$bfb4b460$0600a8c0@ciaran>
29687 Message-ID: 003901c03ce8$ea08ac10$0100a8c0@excalibur
29688
29689
29690 Actually, a services ignore feature has been noted. This command would work just as the client's version of the command by the same name. I'm not sure it it will be in 4.5.0, the "todo" on 4.5.0 is quite impressive to say the least, but that is of course for Anrew Kempe to deside ;). If it isn't in 4.5.0 I'm sure it won't be far behind ;) We had a minor expereince on ShadowFire that would have been much smaller if the command had perviously existed.
29691
29692
29693 Scott
29694 ----- Original Message -----
29695 From: Ciaran Reilly
29696 To: ircservices@snow.shadowfire.org
29697 Sent: Monday, October 23, 2000 5:58 AM
29698 Subject: [IRCServices] Services flood / ignore function....
29699
29700
29701
29702 Is there any kind of flood detection function planned for Services ?........ I caught a kiddie last week who seemed to have a script that was hell bent on wasting all my CPU time by basically sending infinite commands to Services at an interval juuuuuust low enough to escape the ircd's excess flood threshold... a network I used a year or so ago who were running austnets services code, had a builtin Services flood function whereby you'd get a warning first and then be killed if you continued to flood them... in addition, they would ignore you for 20 minutes thereafter.
29703
29704 I was just wondering is there anything like this in development for 4.5 ?
29705
29706
29707 Btw, is there any problems with the coding list ? I subbed and confirmed ages ago yet my messages don't seem to get through......
29708
29709
29710 Ciarán.
29711
29712 From &quot Mon Oct 23 05:01:36 2000
29713 From: &quot (&quot)
29714 Date: Sat Oct 23 23:01:03 2004
29715 Subject: [IRCServices] Email forwarding
29716 References: <39F776B0@www.twigger.co.uk>; from ciaran.reilly@ntlworld.comon Mon, Oct 23, 2000 at 09:41:25AM +0100 <39F776B0@www.twigger.co.uk> <l03130301b619b84e164a@[192.168.239.101]> <00f701c03cd7$484fd300$0600a8c0@ciaran>
29717 Message-ID: 003e01c03ce8$ff03c410$0100a8c0@excalibur
29718
29719
29720 ----- Original Message -----
29721 From: "Ciarán Reilly" <Ciaran.Reilly@ntlworld.com>
29722 To: <ircservices@snow.shadowfire.org>
29723 Sent: Monday, October 23, 2000 5:51 AM
29724 Subject: Re: [IRCServices] Email forwarding
29725
29726
29727 > Yup, good idea. To prevent abuse, it would be a good idea to limit the
29728 > frequency of e-mails sent - say to one per hour or day. That way we don't
29729 > wind up being the source of a mailbomb attack.
29730
29731 Hmmmm yeah thats something that needs to be considered.
29732 Perhaps limit it to something like 3 mails per nick / chan per day, this
29733 would keep it to a low enough threshold..... or perhaps on an hourly
29734 basis, as you suggested.
29735
29736 sending all the memos in one email would be prefered. Also making the time
29737 interval a .conf setting would be wise.
29738
29739 MEMO2MAIL 15 <---- Minutes _after_ update to send mail.
29740 This type of setting would make it easier for services, the box and the
29741 box's Admin(s). :)
29742
29743 MAIL_DELAY 120 <--- delay in seconds between batches.
29744 This could be used in the case of a large amount of mail sent. The mail can
29745 be broken down into batches sent, say maybe 800k at a time. This way 800k is
29746 sent, then 120 seconds later 800k more and so on.
29747
29748 In fact perhaps a seperate app can be written to do all of this. Said app
29749 would have it's own .conf file and only listen to SendMail or whatever mail
29750 program specified in it's .conf file and of course to services. Have this
29751 app read from a spool that services creates during an update or something to
29752 that effect.
29753
29754 Having another app handle the mail load will keep that load off of services
29755 (which complies with Andrew Church's original plan, small and kick ass ;P).
29756 This would make for better performance from services if by some chance it is
29757 always under a load.
29758
29759 Ciarán.
29760
29761 Scott
29762
29763 <snip>
29764
29765
29766 ---------------------------------------------------------------
29767 To unsubscribe, send email to majordomo@snow.shadowfire.org
29768 with "unsubscribe ircservices" in the body, without the quotes.
29769
29770
29771 From &quot Mon Oct 23 05:05:16 2000
29772 From: &quot (&quot)
29773 Date: Sat Oct 23 23:01:03 2004
29774 Subject: [IRCServices] DB conversion
29775 References: <20001023002441.A6318@desync.com> <001601c03ce5$9a525c00$0100a8c0@excalibur>
29776 Message-ID: 004401c03ce9$821d03c0$0100a8c0@excalibur
29777
29778 http://www.pegsoft.net/epona/Changes suggests it was IRCServices-4.4.3.
29779 however just by glancing at some the changes in the changelog you may not be
29780 able to convert the db's.
29781
29782 By default IRCServices-4.4.8 would have upgraded the databases from 4.3.3.
29783
29784 Scott
29785 ----- Original Message -----
29786 From: "Scott Seufert" <anarki@flamebait.org>
29787 To: <ircservices@snow.shadowfire.org>
29788 Sent: Monday, October 23, 2000 7:37 AM
29789 Subject: Re: [IRCServices] DB conversion
29790
29791
29792 > AFAIK, Majik's Services was the only version of services that a conversion
29793 > script was written for. I personally have never heard of Epona. Perhaps
29794 you
29795 > should contact the author of Epona and find out what version of
29796 IRCServices
29797 > it's based on. IRCServices-4.4.8 uses a relatively new db.
29798 >
29799 > Scott
29800 >
29801 > ----- Original Message -----
29802 > From: "ben" <ben@desync.com>
29803 > To: <ircservices@Snow.shadowfire.org>
29804 > Sent: Monday, October 23, 2000 3:24 AM
29805 > Subject: [IRCServices] DB conversion
29806 >
29807 >
29808 > > Sorry if this has been asked before, but I'm new to the list and the
29809 > archives are pretty old.
29810 > >
29811 > > We started using Epona (<A HREF="http://www.pegsoft.net/epona/">http://www.pegsoft.net/epona/</A>) when we moved
29812 from
29813 > hybrid to dreamforge not knowing it was based heavily on ircservices.
29814 It's
29815 > worked great so far, but I'm finding that I don't like the way it doesn't
29816 > appear to be under active development, so we're looking into bahamut and
29817 > ircservices.
29818 > >
29819 > > Anyway, I downloaded 4.4.8 and copied over some DBs from epona. The
29820 > following errors are from services.log:
29821 > >
29822 > > [Oct 23 00:11:59 2000] Services 4.4.8 (compiled for ircd.dal Bahamut)
29823 > starting up
29824 > > [Oct 23 00:12:02 2000] Invalid version number (9) on nick.db
29825 > > [Oct 23 00:12:02 2000] FATAL: Unsupported version number (0) on nick.db
29826 > >
29827 > > I was curious as to how much the DB format has changed since whatever
29828 > version epona 1.1.2 was based on had been released and whether or not our
29829 > DBs could be edited to work with services 4.4.
29830 > >
29831 > > Thanks,
29832 > > ben.
29833 > >
29834 > > ---------------------------------------------------------------
29835 > > To unsubscribe, send email to majordomo@snow.shadowfire.org
29836 > > with "unsubscribe ircservices" in the body, without the quotes.
29837 > >
29838 > >
29839 >
29840 >
29841 > ---------------------------------------------------------------
29842 > To unsubscribe, send email to majordomo@snow.shadowfire.org
29843 > with "unsubscribe ircservices" in the body, without the quotes.
29844 >
29845 >
29846
29847
29848 ---------------------------------------------------------------
29849 To unsubscribe, send email to majordomo@snow.shadowfire.org
29850 with "unsubscribe ircservices" in the body, without the quotes.
29851
29852
29853 From &quot Mon Oct 23 13:22:21 2000
29854 From: &quot (&quot)
29855 Date: Sat Oct 23 23:01:03 2004
29856 Subject: [IRCServices] DB conversion
29857 Message-ID: E13noDG&#45;0004Cf&#45;00@gadolinium.btinternet.com
29858
29859 [snip]
29860 >
29861 > http://www.pegsoft.net/epona/Changes suggests it was IRCServices-4.4.3.
29862 > however just by glancing at some the changes in the changelog you may not
29863 be
29864 > able to convert the db's.
29865 >
29866 I've modified the IRCServices DB Converter to convert DB's from Sirv-2.3.0
29867 to Services-4.4.8 but it only half-works at the moment, and will only
29868 convert nick/chan and nick-based memos... the rest is lost due to the
29869 massive changes in OperServ DB storage in Sirv.
29870
29871 So Epona unless it's vastly different PROBABLY could be converted to some
29872 degree of success if you didn't mind losing some stuff along the way, as
29873 it's based on 4.3.3 possibly... yet Sirv is based on something like
29874 3.3.6... So was a real headache.
29875
29876 Anyhow that's just my take on the DB Conversion thing.
29877
29878 Quinn
29879 > By default IRCServices-4.4.8 would have upgraded the databases from
29880 4.3.3.
29881 >
29882 > Scott
29883
29884 ---------------------------------------------------------------
29885 To unsubscribe, send email to majordomo@snow.shadowfire.org
29886 with "unsubscribe ircservices" in the body, without the quotes.
29887
29888
29889 From &quot Mon Oct 23 15:32:40 2000
29890 From: &quot (&quot)
29891 Date: Sat Oct 23 23:01:03 2004
29892 Subject: [IRCServices] Email forwarding
29893 References: <39F776B0@www.twigger.co.uk>; from ciaran.reilly@ntlworld.comon Mon, Oct 23, 2000 at 09:41:25AM +0100 <39F776B0@www.twigger.co.uk> <l03130301b619b84e164a@[192.168.239.101]> <00f701c03cd7$484fd300$0600a8c0@ciaran> <003e01c03ce8$ff03c410$0100a8c0@excalibur>
29894 Message-ID: 007c01c03d41$29afa780$37526dd1@tiphares.com
29895
29896
29897 ----- Original Message -----
29898 From: Scott Seufert <anarki@flamebait.org>
29899 To: <ircservices@snow.shadowfire.org>
29900 Sent: Monday, October 23, 2000 7:01 AM
29901 Subject: Re: [IRCServices] Email forwarding
29902
29903 ] ... SNIP ... [
29904
29905 >
29906 > sending all the memos in one email would be prefered. Also making the time
29907 > interval a .conf setting would be wise.
29908 >
29909 > MEMO2MAIL 15 <---- Minutes _after_ update to send mail.
29910 > This type of setting would make it easier for services, the box and the
29911 > box's Admin(s). :)
29912 >
29913 > MAIL_DELAY 120 <--- delay in seconds between batches.
29914 > This could be used in the case of a large amount of mail sent. The mail
29915 can
29916 > be broken down into batches sent, say maybe 800k at a time. This way 800k
29917 is
29918 > sent, then 120 seconds later 800k more and so on.
29919 >
29920
29921 ] ... SNIP ... [
29922
29923 You might also wish to add a NickServ option that would allow
29924 the user to:
29925
29926 1) Either disable the feature totally
29927 2) Have it only send the e-mail when the user is not on
29928 the IRC Network
29929 3) Have memoserv send the e-mail and keep a copy of the message.
29930 4) Or, have memoserv just send an e-mail and discard the message
29931 afterwards. (Mabey not a good idea here in some cases though)
29932
29933 On the whole it sounds like an excellent idea,
29934
29935 Bryce Simonds (Kelmar K. Firesun)
29936 IRC operator: dream.esper.net
29937
29938
29939 ---------------------------------------------------------------
29940 To unsubscribe, send email to majordomo@snow.shadowfire.org
29941 with "unsubscribe ircservices" in the body, without the quotes.
29942
29943
29944 From &quot Mon Oct 23 16:33:23 2000
29945 From: &quot (&quot)
29946 Date: Sat Oct 23 23:01:03 2004
29947 Subject: [IRCServices] chanserv
29948 Message-ID: MABBIGABNFGOAKMDCOHPCEFICAAA.longwlkr@maxgaming.net
29949
29950 Hi all, I am a newbie to the IRC serving scene.
29951
29952 As Andrew can testify, I am a pain in the backside.
29953
29954 I finally have the services running on my server, and it seems to be working
29955 except for some things.. Chanserv does not seem to keep options specified
29956 for channels. I looked in the db and found the channels registered, but none
29957 of the options are kept. i.e. topic etc... although the channel founder, pw
29958 and such are kept.
29959
29960 I looked din the log to find out what the deal was and found this:
29961
29962 [Oct 23 18:11:40 2000] unknown message from server (:www.maxgaming.net 468
29963 services.maxgaming.net #KUF :Only servers can change that mode)
29964
29965 Obviously I am doing something wrong or have something set wrong.. any
29966 suggestions?
29967
29968 Robert Brim
29969 Managing Editor,
29970 MGO.NETwork
29971 http://www.maxgaming.net
29972
29973
29974 ---------------------------------------------------------------
29975 To unsubscribe, send email to majordomo@snow.shadowfire.org
29976 with "unsubscribe ircservices" in the body, without the quotes.
29977
29978
29979 From &quot Mon Oct 23 20:06:02 2000
29980 From: &quot (&quot)
29981 Date: Sat Oct 23 23:01:03 2004
29982 Subject: [IRCServices] chanserv
29983 References: <MABBIGABNFGOAKMDCOHPCEFICAAA.longwlkr@maxgaming.net>
29984 Message-ID: 001401c03d67$5a0b7500$a8ce3cd0@pavilion
29985
29986
29987
29988 Well unless you MLOCK whatever room modes you want to stay they might go away as soon as the user leaves the channel.
29989 otherwise you will need bots or a services agent on every room so that rooms keep its settings.
29990
29991 type: /msg ChanServ HELP MLOCK
29992
29993 to learn how to MLOCK room modes.
29994
29995 I hope this helps.
29996 ----- Original Message -----
29997 From: Robert Brim
29998 To: ircservices@snow.shadowfire.org
29999 Sent: Monday, October 23, 2000 4:33 PM
30000 Subject: [IRCServices] chanserv
30001
30002 Hi all, I am a newbie to the IRC serving scene.
30003
30004 As Andrew can testify, I am a pain in the backside.
30005
30006 I finally have the services running on my server, and it seems to be working
30007 except for some things.. Chanserv does not seem to keep options specified
30008 for channels. I looked in the db and found the channels registered, but none
30009 of the options are kept. i.e. topic etc... although the channel founder, pw
30010 and such are kept.
30011
30012 I looked din the log to find out what the deal was and found this:
30013
30014 [Oct 23 18:11:40 2000] unknown message from server (:www.maxgaming.net 468
30015 services.maxgaming.net #KUF :Only servers can change that mode)
30016
30017 Obviously I am doing something wrong or have something set wrong.. any
30018 suggestions?
30019
30020 Robert Brim
30021 Managing Editor,
30022 MGO.NETwork
30023 http://www.maxgaming.net
30024
30025
30026 ---------------------------------------------------------------
30027 To unsubscribe, send email to majordomo@snow.shadowfire.org
30028 with "unsubscribe ircservices" in the body, without the quotes.
30029
30030 From &quot Mon Oct 23 20:11:09 2000
30031 From: &quot (&quot)
30032 Date: Sat Oct 23 23:01:03 2004
30033 Subject: [IRCServices] chanserv [correction]
30034 References: <MABBIGABNFGOAKMDCOHPCEFICAAA.longwlkr@maxgaming.net>
30035 Message-ID: 001e01c03d68$0fa5ef80$a8ce3cd0@pavilion
30036
30037
30038 OOOps my bad you must type:
30039
30040 /msg ChanServ HELP SET MLOCK
30041
30042 Not /msg ChanServ HELP MLOCK like I said before ,sorry.
30043
30044 Ely
30045 ----- Original Message -----
30046 From: Robert Brim
30047 To: ircservices@snow.shadowfire.org
30048 Sent: Monday, October 23, 2000 4:33 PM
30049 Subject: [IRCServices] chanserv
30050
30051 Hi all, I am a newbie to the IRC serving scene.
30052
30053 As Andrew can testify, I am a pain in the backside.
30054
30055 I finally have the services running on my server, and it seems to be working
30056 except for some things.. Chanserv does not seem to keep options specified
30057 for channels. I looked in the db and found the channels registered, but none
30058 of the options are kept. i.e. topic etc... although the channel founder, pw
30059 and such are kept.
30060
30061 I looked din the log to find out what the deal was and found this:
30062
30063 [Oct 23 18:11:40 2000] unknown message from server (:www.maxgaming.net 468
30064 services.maxgaming.net #KUF :Only servers can change that mode)
30065
30066 Obviously I am doing something wrong or have something set wrong.. any
30067 suggestions?
30068
30069 Robert Brim
30070 Managing Editor,
30071 MGO.NETwork
30072 http://www.maxgaming.net
30073
30074
30075 ---------------------------------------------------------------
30076 To unsubscribe, send email to majordomo@snow.shadowfire.org
30077 with "unsubscribe ircservices" in the body, without the quotes.
30078
30079 From &quot Mon Oct 23 17:43:27 2000
30080 From: &quot (&quot)
30081 Date: Sat Oct 23 23:01:03 2004
30082 Subject: [IRCServices] chanserv
30083 References: <MABBIGABNFGOAKMDCOHPCEFICAAA.longwlkr@maxgaming.net>
30084 Message-ID: 006b01c03d53$6d853440$0100a8c0@excalibur
30085
30086
30087 ----- Original Message -----
30088 From: "Robert Brim" <longwlkr@maxgaming.net>
30089 To: <ircservices@snow.shadowfire.org>
30090 Sent: Monday, October 23, 2000 7:33 PM
30091 Subject: [IRCServices] chanserv
30092
30093
30094 > Hi all, I am a newbie to the IRC serving scene.
30095 >
30096 > As Andrew can testify, I am a pain in the backside.
30097 >
30098 > I finally have the services running on my server, and it seems to be
30099 working
30100 > except for some things.. Chanserv does not seem to keep options specified
30101 > for channels. I looked in the db and found the channels registered, but
30102 none
30103 > of the options are kept. i.e. topic etc... although the channel founder,
30104 pw
30105 > and such are kept.
30106 >
30107 > I looked din the log to find out what the deal was and found this:
30108 >
30109 > [Oct 23 18:11:40 2000] unknown message from server (:www.maxgaming.net 468
30110 > services.maxgaming.net #KUF :Only servers can change that mode)
30111 >
30112
30113 Insure that all servers have U:Lines for Services. As with the other Servers
30114 ... Services is concidered a trusted server, however since Services changes
30115 modes on a regular basis and for a few other reasons that we won't draw into
30116 ;) ... Services requires a U:Line.
30117
30118 U:services.excalibur-irc.net:*:*
30119
30120 > Obviously I am doing something wrong or have something set wrong.. any
30121 > suggestions?
30122 >
30123 > Robert Brim
30124 > Managing Editor,
30125 > MGO.NETwork
30126 > http://www.maxgaming.net
30127 >
30128 >
30129 > ---------------------------------------------------------------
30130 > To unsubscribe, send email to majordomo@snow.shadowfire.org
30131 > with "unsubscribe ircservices" in the body, without the quotes.
30132 >
30133 >
30134
30135
30136 ---------------------------------------------------------------
30137 To unsubscribe, send email to majordomo@snow.shadowfire.org
30138 with "unsubscribe ircservices" in the body, without the quotes.
30139
30140
30141 From &quot Mon Oct 23 23:33:46 2000
30142 From: &quot (&quot)
30143 Date: Sat Oct 23 23:01:03 2004
30144 Subject: [IRCServices] FTServices
30145 References: <20001023002441.A6318@desync.com> <001601c03ce5$9a525c00$0100a8c0@excalibur> <004401c03ce9$821d03c0$0100a8c0@excalibur>
30146 Message-ID: 003301c03d84$5ea31f60$87d3c3c8@eloi
30147
30148 Hello,
30149
30150 IRCServices is a great services, but I wanna to test ftservices, anyone here
30151 know where I find ftservices?
30152
30153 Thanks, Felipe
30154
30155
30156 ---------------------------------------------------------------
30157 To unsubscribe, send email to majordomo@snow.shadowfire.org
30158 with "unsubscribe ircservices" in the body, without the quotes.
30159
30160
30161 From &quot Mon Oct 23 23:44:22 2000
30162 From: &quot (&quot)
30163 Date: Sat Oct 23 23:01:03 2004
30164 Subject: [IRCServices] Services bot
30165 References: <E13noDG-0004Cf-00@gadolinium.btinternet.com>
30166 Message-ID: 009601c03d85$d8fedd20$87d3c3c8@eloi
30167
30168 Hello there,
30169
30170
30171 How can I make services bot (fake users)?
30172
30173 Felipe
30174
30175
30176 ---------------------------------------------------------------
30177 To unsubscribe, send email to majordomo@snow.shadowfire.org
30178 with "unsubscribe ircservices" in the body, without the quotes.
30179
30180
30181 From &quot Tue Oct 24 08:51:16 2000
30182 From: &quot (&quot)
30183 Date: Sat Oct 23 23:01:03 2004
30184 Subject: [IRCServices] Re: Services bot
30185 In-Reply-To: <009601c03d85$d8fedd20$87d3c3c8@eloi>
30186 References: <E13noDG-0004Cf-00@gadolinium.btinternet.com><009601c03d85$d8fedd20$87d3c3c8@eloi>
30187 Message-ID: 200010241351160350.002C8BB2@smtp.intergate.com.br
30188
30189
30190 Felipe Preussler escreveu:
30191
30192 > How can I make services bot (fake users)?
30193
30194
30195 Hello,
30196
30197 You cannot to create a real "bot". But you can to create a static
30198 "fake user". A fake user cannot do nothing - it only exists.
30199
30200 /operserv raw :services.yournet.net nick NICK_OF_FAKEUSER 1m 1
30201 USERNAME_OF_FAKEUSER USERHOST_OF_FAKEUSER services.yournet.net :
30202 REALNAME_OF_FAKEUSER
30203
30204 This command is a single line.
30205
30206
30207 Best regards,
30208 --
30209
30210 Carlos Mendes Martini - martini@brasirc.net
30211 BrasIRC Network - Rede Brasileira de IRC
30212 http://www.brasirc.net
30213
30214 -
30215
30216
30217 ---------------------------------------------------------------
30218 To unsubscribe, send email to majordomo@snow.shadowfire.org
30219 with "unsubscribe ircservices" in the body, without the quotes.
30220
30221
30222 From 000 at latinol.com Tue Oct 24 08:47:37 2000
30223 From: 000 at latinol.com (Lord of Darkness)
30224 Date: Sat Oct 23 23:01:03 2004
30225 Subject: [IRCServices] Services bot
30226 References: <E13noDG-0004Cf-00@gadolinium.btinternet.com> <009601c03d85$d8fedd20$87d3c3c8@eloi>
30227 Message-ID: 39F5AF18.3F37FA48@latinol.com
30228
30229 I figure out the command, but they wont make anything, just you can use
30230 them to "FILL" the server.
30231
30232 msg OperServ raw :<your services server here> NICK <nick> 1 102733
30233 <ident> <host> <your services server here> 0 :<name>
30234
30235 Hope this helps you
30236
30237 zEro_K
30238 NetAdmin <side.townsito.net>
30239
30240 Felipe Preussler wrote:
30241
30242 > Hello there,
30243 >
30244 > How can I make services bot (fake users)?
30245 >
30246 > Felipe
30247 >
30248 > ---------------------------------------------------------------
30249 > To unsubscribe, send email to majordomo@snow.shadowfire.org
30250 > with "unsubscribe ircservices" in the body, without the quotes.
30251
30252
30253 ---------------------------------------------------------------
30254 To unsubscribe, send email to majordomo@snow.shadowfire.org
30255 with "unsubscribe ircservices" in the body, without the quotes.
30256
30257
30258 From rcmoraes at rionet.com.br Tue Oct 24 21:40:51 2000
30259 From: rcmoraes at rionet.com.br (Rafael Campos Menezes de Moraes)
30260 Date: Sat Oct 23 23:01:03 2004
30261 Subject: [IRCServices] Re: Services bot
30262 In-Reply-To: <200010241351160350.002C8BB2@smtp.intergate.com.br>
30263 References: <E13noDG-0004Cf-00@gadolinium.btinternet.com> <009601c03d85$d8fedd20$87d3c3c8@eloi> <200010241351160350.002C8BB2@smtp.intergate.com.br>
30264 Message-ID: 00102502471000.02544@rcmoraes
30265
30266 You should know that this comand may cause Services uplink to be closed
30267 sometimes
30268
30269 (eg
30270 /operserv raw :services.yournet.net nick NICK_OF_FAKEUSER 1m 1
30271 USERNAME_OF_FAKEUSER USERHOST_OF_FAKEUSER a.server.already.linked :
30272 REALNAME_OF_FAKEUSER
30273
30274 you may create Fake servers (/operserv raw :services.yournet.net SERVER
30275 fake.server 0 1 :This is annoing
30276
30277 and then :/operserv raw :fake.server nick NICK_OF_FAKEUSER 1m 1
30278 USERNAME_OF_FAKEUSER USERHOST_OF_FAKEUSER fake.server :
30279 REALNAME_OF_FAKEUSER
30280
30281 remember .. wen u restart services ... all fake users and servers will be lost
30282 ...
30283
30284 By the way .. ftservices was done by myself based on ircservices ... but ive
30285 stoped it .. you may found old ftservices (whith serious bugs) from
30286 ftp.sumiu.com.br
30287
30288 Best Regards
30289 Rafael Moraes
30290 IrcAdmin irc.rionet.com.br
30291
30292 On Tue, 24 Oct 2000, you wrote:
30293 > Felipe Preussler escreveu:
30294 >
30295 > > How can I make services bot (fake users)?
30296 >
30297 >
30298 > Hello,
30299 >
30300 > You cannot to create a real "bot". But you can to create a static
30301 > "fake user". A fake user cannot do nothing - it only exists.
30302 >
30303 > /operserv raw :services.yournet.net nick NICK_OF_FAKEUSER 1m 1
30304 > USERNAME_OF_FAKEUSER USERHOST_OF_FAKEUSER services.yournet.net :
30305 > REALNAME_OF_FAKEUSER
30306 >
30307 > This command is a single line.
30308 >
30309 >
30310 > Best regards,
30311 > --
30312 >
30313 > Carlos Mendes Martini - martini@brasirc.net
30314 > BrasIRC Network - Rede Brasileira de IRC
30315 > http://www.brasirc.net
30316 >
30317 > -
30318 >
30319 >
30320 > ---------------------------------------------------------------
30321 > To unsubscribe, send email to majordomo@snow.shadowfire.org
30322 > with "unsubscribe ircservices" in the body, without the quotes.
30323
30324 ---------------------------------------------------------------
30325 To unsubscribe, send email to majordomo@snow.shadowfire.org
30326 with "unsubscribe ircservices" in the body, without the quotes.
30327
30328
30329 From &quot Tue Oct 24 22:24:18 2000
30330 From: &quot (&quot)
30331 Date: Sat Oct 23 23:01:03 2004
30332 Subject: [IRCServices] Re: Services bot
30333 In-Reply-To: <00102502471000.02544@rcmoraes>
30334 References: <E13noDG-0004Cf-00@gadolinium.btinternet.com><009601c03d85$d8fedd20$87d3c3c8@eloi><200010241351160350.002C8BB2@smtp.intergate.com.br><00102502471000.02544@rcmoraes>
30335 Message-ID: 200010250324180490.031503B3@smtp.intergate.com.br
30336
30337
30338 Rafael Campos Menezes de Moraes wrote:
30339
30340 > You should know that this comand may cause Services uplink
30341 > to be closed sometimes
30342
30343
30344 ... sometimes... but not always. :)
30345
30346 --
30347
30348 Carlos Mendes Martini - martini@brasirc.net
30349 BrasIRC Network - Rede Brasileira de IRC
30350 http://www.brasirc.net
30351
30352 -
30353
30354
30355 ---------------------------------------------------------------
30356 To unsubscribe, send email to majordomo@snow.shadowfire.org
30357 with "unsubscribe ircservices" in the body, without the quotes.
30358
30359
30360 From &quot Wed Oct 25 07:25:47 2000
30361 From: &quot (&quot)
30362 Date: Sat Oct 23 23:01:03 2004
30363 Subject: [IRCServices] services segfaults -- libc problem? - Addendum
30364 In-Reply-To: <003101c03951$122a4c30$37526dd1@tiphares.com>
30365 References: 003101c03951$122a4c30$37526dd1@tiphares.com
30366 Message-ID: NDBBKMLGGLLMFACIBDMKCEGICGAA.hendrik@mans.de
30367
30368 Hi everybody,
30369
30370 > Also, you may wish to recompile services with the -g
30371 > switch enabled. This will add some debugging information
30372 > that will make your life much easier when using gdb.
30373
30374 services have been compiled with -g. This is what gdb tells me:
30375
30376 ---cut---
30377 ircserv@nali:~$ gdb services
30378 GNU gdb 5.0
30379 Copyright 2000 Free Software Foundation, Inc.
30380 GDB is free software, covered by the GNU General Public License, and you are
30381 welcome to change it and/or distribute copies of it under certain
30382 conditions.
30383 Type "show copying" to see the conditions.
30384 There is absolutely no warranty for GDB. Type "show warranty" for details.
30385 This GDB was configured as "i686-pc-linux-gnu"...
30386 (gdb) run
30387 Starting program: /home/ircserv/services
30388
30389 Program received signal SIGSEGV, Segmentation fault.
30390 0x400b636b in strtok () from /lib/libc.so.6
30391 (gdb) backtrace
30392 #0 0x400b636b in strtok () from /lib/libc.so.6
30393 #1 0x0 in ?? ()
30394 (gdb) next
30395 Single stepping until exit from function strtok,
30396 which has no line number information.
30397
30398 Program terminated with signal SIGSEGV, Segmentation fault.
30399 The program no longer exists.
30400 (gdb)
30401 ---cut---
30402
30403 I don't think that's of much help, either. Another thing of note: services
30404 does *not* dump a core file, although I've configured it to do so.
30405
30406 Any other ideas/suggestions?
30407
30408 Thanks & take care,
30409 Hendrik
30410
30411
30412 ---------------------------------------------------------------
30413 To unsubscribe, send email to majordomo@snow.shadowfire.org
30414 with "unsubscribe ircservices" in the body, without the quotes.
30415
30416
30417 From &quot Wed Oct 25 07:34:42 2000
30418 From: &quot (&quot)
30419 Date: Sat Oct 23 23:01:03 2004
30420 Subject: [IRCServices] services segfaults -- libc problem? - Addendum
30421 References: <NDBBKMLGGLLMFACIBDMKCEGICGAA.hendrik@mans.de>
30422 Message-ID: 000d01c03e90$b7208b70$0100a8c0@excalibur
30423
30424 What variant of Linux?
30425 What version of IRCServices?
30426 What daemon are you compiling for?
30427
30428
30429 Scott Seufert
30430 aka katsklaw
30431 Oper Training Admin
30432 Server Admin - Excalibre.ShadowFire.Org
30433
30434 ----- Original Message -----
30435 From: "Hendrik Mans" <hendrik@mans.de>
30436 To: <ircservices@snow.shadowfire.org>
30437 Sent: Wednesday, October 25, 2000 10:25 AM
30438 Subject: RE: [IRCServices] services segfaults -- libc problem? - Addendum
30439
30440
30441 > Hi everybody,
30442 >
30443 > > Also, you may wish to recompile services with the -g
30444 > > switch enabled. This will add some debugging information
30445 > > that will make your life much easier when using gdb.
30446 >
30447 > services have been compiled with -g. This is what gdb tells me:
30448 >
30449 > ---cut---
30450 > ircserv@nali:~$ gdb services
30451 > GNU gdb 5.0
30452 > Copyright 2000 Free Software Foundation, Inc.
30453 > GDB is free software, covered by the GNU General Public License, and you
30454 are
30455 > welcome to change it and/or distribute copies of it under certain
30456 > conditions.
30457 > Type "show copying" to see the conditions.
30458 > There is absolutely no warranty for GDB. Type "show warranty" for
30459 details.
30460 > This GDB was configured as "i686-pc-linux-gnu"...
30461 > (gdb) run
30462 > Starting program: /home/ircserv/services
30463 >
30464 > Program received signal SIGSEGV, Segmentation fault.
30465 > 0x400b636b in strtok () from /lib/libc.so.6
30466 > (gdb) backtrace
30467 > #0 0x400b636b in strtok () from /lib/libc.so.6
30468 > #1 0x0 in ?? ()
30469 > (gdb) next
30470 > Single stepping until exit from function strtok,
30471 > which has no line number information.
30472 >
30473 > Program terminated with signal SIGSEGV, Segmentation fault.
30474 > The program no longer exists.
30475 > (gdb)
30476 > ---cut---
30477 >
30478 > I don't think that's of much help, either. Another thing of note: services
30479 > does *not* dump a core file, although I've configured it to do so.
30480 >
30481 > Any other ideas/suggestions?
30482 >
30483 > Thanks & take care,
30484 > Hendrik
30485 >
30486 >
30487 > ---------------------------------------------------------------
30488 > To unsubscribe, send email to majordomo@snow.shadowfire.org
30489 > with "unsubscribe ircservices" in the body, without the quotes.
30490 >
30491 >
30492
30493
30494 ---------------------------------------------------------------
30495 To unsubscribe, send email to majordomo@snow.shadowfire.org
30496 with "unsubscribe ircservices" in the body, without the quotes.
30497
30498
30499 From &quot Wed Oct 25 07:40:34 2000
30500 From: &quot (&quot)
30501 Date: Sat Oct 23 23:01:03 2004
30502 Subject: [IRCServices] services segfaults -- libc problem? - Addendum
30503 In-Reply-To: <NDBBKMLGGLLMFACIBDMKCEGICGAA.hendrik@mans.de>
30504 References: NDBBKMLGGLLMFACIBDMKCEGICGAA.hendrik@mans.de
30505 Message-ID: NDBBKMLGGLLMFACIBDMKIEGICGAA.hendrik@mans.de
30506
30507 Hi again,
30508
30509 Line 346 in config.c:
30510 s = strtok(NULL, "");
30511
30512 This seems to be the offending line. Apparently calling strtok with NULL
30513 freaks out my libc6. I'm going to try and quickly figure out a workaround,
30514 but if this *is* an incompatibility with recent libc6 versions, you might
30515 want to look into it.
30516
30517 BTW, libc.so.6 -> libc-2.1.95.so
30518
30519 Take care,
30520 Hendrik
30521
30522
30523 ---------------------------------------------------------------
30524 To unsubscribe, send email to majordomo@snow.shadowfire.org
30525 with "unsubscribe ircservices" in the body, without the quotes.
30526
30527
30528 From &quot Wed Oct 25 07:57:29 2000
30529 From: &quot (&quot)
30530 Date: Sat Oct 23 23:01:03 2004
30531 Subject: [IRCServices] services segfaults -- libc problem? - Addendum
30532 In-Reply-To: <NDBBKMLGGLLMFACIBDMKIEGICGAA.hendrik@mans.de>
30533 References: NDBBKMLGGLLMFACIBDMKIEGICGAA.hendrik@mans.de
30534 Message-ID: NDBBKMLGGLLMFACIBDMKAEGJCGAA.hendrik@mans.de
30535
30536 > Line 346 in config.c:
30537 > s = strtok(NULL, "");
30538
30539 Replaced it with the following, now it works:
30540
30541 ---cut---
30542 if (dir != NULL) {
30543 s = strtok(NULL, "");
30544 } else {
30545 s = NULL;
30546 }
30547 ---cut---
30548
30549 Thanks for the help!
30550
30551 Take care,
30552 Hendrik
30553
30554
30555 ---------------------------------------------------------------
30556 To unsubscribe, send email to majordomo@snow.shadowfire.org
30557 with "unsubscribe ircservices" in the body, without the quotes.
30558
30559
30560 From &quot Thu Nov 2 13:25:42 2000
30561 From: &quot (&quot)
30562 Date: Sat Oct 23 23:01:03 2004
30563 Subject: [IRCServices] List Problems?
30564 Message-ID: E13rRqM&#45;0005ce&#45;00@neodymium.btinternet.com
30565
30566 Is it me, or is the list not working anymore?
30567
30568 I am not getting any posts from it when I used to get regular posts.
30569
30570 Please ignore this message if I'm just being stupid...
30571
30572 Quinn
30573
30574 ---------------------------------------------------------------
30575 To unsubscribe, send email to majordomo@snow.shadowfire.org
30576 with "unsubscribe ircservices" in the body, without the quotes.
30577
30578
30579 From Ciaran.reilly at ntlworld.com Thu Nov 2 13:31:08 2000
30580 From: Ciaran.reilly at ntlworld.com (Ciarán Reilly)
30581 Date: Sat Oct 23 23:01:03 2004
30582 Subject: [IRCServices] List Problems?
30583 References: <E13rRqM-0005ce-00@neodymium.btinternet.com>
30584 Message-ID: 006201c04514$37ec0110$3436fe3e@morpheous
30585
30586 I got your post, so it seems to be working as far as I can see.
30587
30588 Ciarán.
30589
30590
30591 ----- Original Message -----
30592 From: "Dr. K. Hawkes" <k.hawkes@zombies.force9.net>
30593 To: <ircservices@snow.shadowfire.org>
30594 Sent: Thursday, November 02, 2000 9:25 PM
30595 Subject: [IRCServices] List Problems?
30596
30597
30598 > Is it me, or is the list not working anymore?
30599 >
30600 > I am not getting any posts from it when I used to get regular posts.
30601 >
30602 > Please ignore this message if I'm just being stupid...
30603 >
30604 > Quinn
30605 >
30606 > ---------------------------------------------------------------
30607 > To unsubscribe, send email to majordomo@snow.shadowfire.org
30608 > with "unsubscribe ircservices" in the body, without the quotes.
30609 >
30610
30611
30612 ---------------------------------------------------------------
30613 To unsubscribe, send email to majordomo@snow.shadowfire.org
30614 with "unsubscribe ircservices" in the body, without the quotes.
30615
30616
30617 From zero at townsito.net Thu Nov 2 13:29:02 2000
30618 From: zero at townsito.net (zEro K)
30619 Date: Sat Oct 23 23:01:03 2004
30620 Subject: [IRCServices] List Problems?
30621 References: <E13rRqM-0005ce-00@neodymium.btinternet.com>
30622 Message-ID: 3A01DC9E.DA8621E4@townsito.net
30623
30624 Nobody is posting since long time ago...
30625
30626 zEro K
30627
30628 "Dr. K. Hawkes" wrote:
30629
30630 > Is it me, or is the list not working anymore?
30631 >
30632 > I am not getting any posts from it when I used to get regular posts.
30633 >
30634 > Please ignore this message if I'm just being stupid...
30635 >
30636 > Quinn
30637 >
30638 > ---------------------------------------------------------------
30639 > To unsubscribe, send email to majordomo@snow.shadowfire.org
30640 > with "unsubscribe ircservices" in the body, without the quotes.
30641
30642
30643 ---------------------------------------------------------------
30644 To unsubscribe, send email to majordomo@snow.shadowfire.org
30645 with "unsubscribe ircservices" in the body, without the quotes.
30646
30647
30648 From &quot Fri Nov 3 13:05:14 2000
30649 From: &quot (&quot)
30650 Date: Sat Oct 23 23:01:03 2004
30651 Subject: [IRCServices] Odd NickServ Bug...
30652 Message-ID: E13rnzt&#45;000368&#45;00@carbon.btinternet.com
30653
30654 I've only just noticed this odd bug in NickServ...
30655
30656 If you do /MSG NICKSERV HELP SET you get the following :
30657
30658 -
30659 -NickServ- Syntax: SET [nick] option parameters
30660 -
30661 -NickServ- /msg NickServ HELP SET for more information.
30662 -
30663 -NickServ- /msg NickServ HELP SET for more information.
30664
30665 It displays the 'HELP SET for more information' thing twice... anyone else
30666 noticed this and how to fix it?
30667
30668 I'm running Debian-2.2 and IRC-Service-4.4.8, IRCd is Dal4.6.7.
30669
30670 Quinn
30671
30672 ---------------------------------------------------------------
30673 To unsubscribe, send email to majordomo@snow.shadowfire.org
30674 with "unsubscribe ircservices" in the body, without the quotes.
30675
30676
30677 From &quot Fri Nov 3 15:22:17 2000
30678 From: &quot (&quot)
30679 Date: Sat Oct 23 23:01:04 2004
30680 Subject: [IRCServices] Odd NickServ Bug...
30681 In-Reply-To: <E13rnzt-000368-00@carbon.btinternet.com>
30682 References: E13rnzt&#45;000368&#45;00@carbon.btinternet.com
30683 Message-ID: KFEJLMFNCPEEPFBEPNCIIEACCAAA.anarki@flamebait.org
30684
30685 I'm using RedHat6.1, Bahamut1.4(08) It doesn't do this for me.
30686
30687 -----Original Message-----
30688 From: owner-ircservices@snow.shadowfire.org
30689 [mailto:owner-ircservices@snow.shadowfire.org]On Behalf Of Dr. K. Hawkes
30690 Sent: Friday, November 03, 2000 4:05 PM
30691 To: ircservices@snow.shadowfire.org
30692 Subject: [IRCServices] Odd NickServ Bug...
30693
30694
30695 I've only just noticed this odd bug in NickServ...
30696
30697 If you do /MSG NICKSERV HELP SET you get the following :
30698
30699 -
30700 -NickServ- Syntax: SET [nick] option parameters
30701 -
30702 -NickServ- /msg NickServ HELP SET for more information.
30703 -
30704 -NickServ- /msg NickServ HELP SET for more information.
30705
30706 It displays the 'HELP SET for more information' thing twice... anyone else
30707 noticed this and how to fix it?
30708
30709 I'm running Debian-2.2 and IRC-Service-4.4.8, IRCd is Dal4.6.7.
30710
30711 Quinn
30712
30713 ---------------------------------------------------------------
30714 To unsubscribe, send email to majordomo@snow.shadowfire.org
30715 with "unsubscribe ircservices" in the body, without the quotes.
30716
30717
30718
30719 ---------------------------------------------------------------
30720 To unsubscribe, send email to majordomo@snow.shadowfire.org
30721 with "unsubscribe ircservices" in the body, without the quotes.
30722
30723
30724 From &quot Fri Nov 3 18:03:58 2000
30725 From: &quot (&quot)
30726 Date: Sat Oct 23 23:01:04 2004
30727 Subject: [IRCServices] Services 2
30728 References: <E13noDG-0004Cf-00@gadolinium.btinternet.com> <009601c03d85$d8fedd20$87d3c3c8@eloi> <39F5AF18.3F37FA48@latinol.com>
30729 Message-ID: 000201c04606$2e21f7a0$f2d3c3c8@eloi
30730
30731 Hello there,
30732
30733 have anyone here heard about Services 2 or Services Backup?, work that way:
30734 two services, both linked to the irc network, one active, other waiting,
30735 when the first services goes down, second services start working in
30736 read-only mode. Ircservices have this option?
30737
30738 another question, if I wanna use only OperServ of Services, how I do that?
30739
30740
30741
30742 ---------------------------------------------------------------
30743 To unsubscribe, send email to majordomo@snow.shadowfire.org
30744 with "unsubscribe ircservices" in the body, without the quotes.
30745
30746
30747 From &quot Fri Nov 3 18:26:38 2000
30748 From: &quot (&quot)
30749 Date: Sat Oct 23 23:01:04 2004
30750 Subject: [IRCServices] Services 2
30751 In-Reply-To: <000201c04606$2e21f7a0$f2d3c3c8@eloi>
30752 References: 000201c04606$2e21f7a0$f2d3c3c8@eloi
30753 Message-ID: KFEJLMFNCPEEPFBEPNCICEADCAAA.anarki@flamebait.org
30754
30755 yes, please check the docs that come with IRCServices and/or the FAQ... the
30756 info is there...
30757
30758
30759 Scott Seufert
30760 aka katsklaw
30761
30762 -----Original Message-----
30763 From: owner-ircservices@snow.shadowfire.org
30764 [mailto:owner-ircservices@snow.shadowfire.org]On Behalf Of Felipe
30765 Preussler
30766 Sent: Friday, November 03, 2000 9:04 PM
30767 To: ircservices@snow.shadowfire.org
30768 Subject: [IRCServices] Services 2
30769
30770
30771 Hello there,
30772
30773 have anyone here heard about Services 2 or Services Backup?, work that way:
30774 two services, both linked to the irc network, one active, other waiting,
30775 when the first services goes down, second services start working in
30776 read-only mode. Ircservices have this option?
30777
30778 another question, if I wanna use only OperServ of Services, how I do that?
30779
30780
30781
30782 ---------------------------------------------------------------
30783 To unsubscribe, send email to majordomo@snow.shadowfire.org
30784 with "unsubscribe ircservices" in the body, without the quotes.
30785
30786
30787
30788 ---------------------------------------------------------------
30789 To unsubscribe, send email to majordomo@snow.shadowfire.org
30790 with "unsubscribe ircservices" in the body, without the quotes.
30791
30792
30793 From &quot Fri Nov 3 20:34:11 2000
30794 From: &quot (&quot)
30795 Date: Sat Oct 23 23:01:04 2004
30796 Subject: [IRCServices] Services 2
30797 References: <KFEJLMFNCPEEPFBEPNCICEADCAAA.anarki@flamebait.org>
30798 Message-ID: 000f01c04618$7c2c2080$f2d3c3c8@eloi
30799
30800 Thanks
30801 :)
30802 I gonna read
30803 ----- Original Message -----
30804 From: Scott Seufert <anarki@flamebait.org>
30805 To: <ircservices@snow.shadowfire.org>
30806 Sent: Saturday, November 04, 2000 12:26 AM
30807 Subject: RE: [IRCServices] Services 2
30808
30809
30810 > yes, please check the docs that come with IRCServices and/or the FAQ...
30811 the
30812 > info is there...
30813 >
30814 >
30815 > Scott Seufert
30816 > aka katsklaw
30817 >
30818 > -----Original Message-----
30819 > From: owner-ircservices@snow.shadowfire.org
30820 > [mailto:owner-ircservices@snow.shadowfire.org]On Behalf Of Felipe
30821 > Preussler
30822 > Sent: Friday, November 03, 2000 9:04 PM
30823 > To: ircservices@snow.shadowfire.org
30824 > Subject: [IRCServices] Services 2
30825 >
30826 >
30827 > Hello there,
30828 >
30829 > have anyone here heard about Services 2 or Services Backup?, work that
30830 way:
30831 > two services, both linked to the irc network, one active, other waiting,
30832 > when the first services goes down, second services start working in
30833 > read-only mode. Ircservices have this option?
30834 >
30835 > another question, if I wanna use only OperServ of Services, how I do that?
30836 >
30837 >
30838 >
30839 > ---------------------------------------------------------------
30840 > To unsubscribe, send email to majordomo@snow.shadowfire.org
30841 > with "unsubscribe ircservices" in the body, without the quotes.
30842 >
30843 >
30844 >
30845 > ---------------------------------------------------------------
30846 > To unsubscribe, send email to majordomo@snow.shadowfire.org
30847 > with "unsubscribe ircservices" in the body, without the quotes.
30848 >
30849
30850
30851 ---------------------------------------------------------------
30852 To unsubscribe, send email to majordomo@snow.shadowfire.org
30853 with "unsubscribe ircservices" in the body, without the quotes.
30854
30855
30856 From &quot Fri Nov 3 23:09:11 2000
30857 From: &quot (&quot)
30858 Date: Sat Oct 23 23:01:04 2004
30859 Subject: [IRCServices] system admins & system Operators?
30860 In-Reply-To: <200010241351160350.002C8BB2@smtp.intergate.com.br>
30861 References: 200010241351160350.002C8BB2@smtp.intergate.com.br
30862 Message-ID: MABBIGABNFGOAKMDCOHPAEIJCAAA.longwlkr@maxgaming.net
30863
30864 I have the line in the services.conf set to my name, I log in, the system
30865 says I have become a IRC Operator, but I am denied any and all commands in
30866 the operserv (except listing names) and the list of names is empty. Am I
30867 missing something, can someone point me in the right direction?
30868
30869 --
30870 Robert Brim
30871 Managing Editor,
30872 MGO.NETwork
30873 http://www.maxgaming.net
30874
30875 Nothing difficult is ever easy - My Grandmother
30876
30877 Crows can't have Doves - My Grandfather
30878
30879
30880 ---------------------------------------------------------------
30881 To unsubscribe, send email to majordomo@snow.shadowfire.org
30882 with "unsubscribe ircservices" in the body, without the quotes.
30883
30884
30885 From &quot Fri Nov 3 23:08:03 2000
30886 From: &quot (&quot)
30887 Date: Sat Oct 23 23:01:04 2004
30888 Subject: [IRCServices] Odd NickServ Bug...
30889 In-Reply-To: <KFEJLMFNCPEEPFBEPNCIIEACCAAA.anarki@flamebait.org>
30890 References: KFEJLMFNCPEEPFBEPNCIIEACCAAA.anarki@flamebait.org
30891 Message-ID: NEBBLMHKKLGHANKONFLMMEGICJAA.adam@wiredrave.com
30892
30893 Services act weird on Debian, I implemented another level into ACCESS in
30894 chanserv, worked great under FreeBSD but failed in debian. *shrug*.
30895
30896 Adam
30897
30898
30899 -----Original Message-----
30900 From: owner-ircservices@snow.shadowfire.org
30901 [mailto:owner-ircservices@snow.shadowfire.org]On Behalf Of Scott Seufert
30902 Sent: Friday, November 03, 2000 5:22 PM
30903 To: ircservices@snow.shadowfire.org
30904 Subject: RE: [IRCServices] Odd NickServ Bug...
30905
30906
30907 I'm using RedHat6.1, Bahamut1.4(08) It doesn't do this for me.
30908
30909 -----Original Message-----
30910 From: owner-ircservices@snow.shadowfire.org
30911 [<A HREF="mailto:owner-ircservices@snow.shadowfire.org]On">mailto:owner-ircservices@snow.shadowfire.org]On</A> Behalf Of Dr. K. Hawkes
30912 Sent: Friday, November 03, 2000 4:05 PM
30913 To: ircservices@snow.shadowfire.org
30914 Subject: [IRCServices] Odd NickServ Bug...
30915
30916
30917 I've only just noticed this odd bug in NickServ...
30918
30919 If you do /MSG NICKSERV HELP SET you get the following :
30920
30921 -
30922 -NickServ- Syntax: SET [nick] option parameters
30923 -
30924 -NickServ- /msg NickServ HELP SET for more information.
30925 -
30926 -NickServ- /msg NickServ HELP SET for more information.
30927
30928 It displays the 'HELP SET for more information' thing twice... anyone else
30929 noticed this and how to fix it?
30930
30931 I'm running Debian-2.2 and IRC-Service-4.4.8, IRCd is Dal4.6.7.
30932
30933 Quinn
30934
30935 ---------------------------------------------------------------
30936 To unsubscribe, send email to majordomo@snow.shadowfire.org
30937 with "unsubscribe ircservices" in the body, without the quotes.
30938
30939
30940
30941 ---------------------------------------------------------------
30942 To unsubscribe, send email to majordomo@snow.shadowfire.org
30943 with "unsubscribe ircservices" in the body, without the quotes.
30944
30945
30946 ---------------------------------------------------------------
30947 To unsubscribe, send email to majordomo@snow.shadowfire.org
30948 with "unsubscribe ircservices" in the body, without the quotes.
30949
30950
30951 From &quot Sat Nov 4 03:11:25 2000
30952 From: &quot (&quot)
30953 Date: Sat Oct 23 23:01:04 2004
30954 Subject: [IRCServices] system admins & system Operators?
30955 References: <MABBIGABNFGOAKMDCOHPAEIJCAAA.longwlkr@maxgaming.net>
30956 Message-ID: 001201c04650$55917d20$a7d26c18@powersurfr.com
30957
30958 Uhm, I'm kinda tired, so I can only assume this ..
30959
30960 Is your nick registered? not sure if that makes a difference.. also, make
30961 sure your ServiceRoot is set to your normal nick. After that, I put myself
30962 in the admin and oper list.
30963
30964 Don't know if you've already done that, but that's what I would assume it
30965 would be.
30966
30967 Tim
30968 ----- Original Message -----
30969 From: "Robert Brim" <longwlkr@maxgaming.net>
30970 To: <ircservices@snow.shadowfire.org>
30971 Sent: Saturday, November 04, 2000 12:09 AM
30972 Subject: [IRCServices] system admins & system Operators?
30973
30974
30975 > I have the line in the services.conf set to my name, I log in, the system
30976 > says I have become a IRC Operator, but I am denied any and all commands in
30977 > the operserv (except listing names) and the list of names is empty. Am I
30978 > missing something, can someone point me in the right direction?
30979 >
30980 > --
30981 > Robert Brim
30982 > Managing Editor,
30983 > MGO.NETwork
30984 > http://www.maxgaming.net
30985 >
30986 > Nothing difficult is ever easy - My Grandmother
30987 >
30988 > Crows can't have Doves - My Grandfather
30989 >
30990 >
30991 > ---------------------------------------------------------------
30992 > To unsubscribe, send email to majordomo@snow.shadowfire.org
30993 > with "unsubscribe ircservices" in the body, without the quotes.
30994 >
30995
30996
30997 ---------------------------------------------------------------
30998 To unsubscribe, send email to majordomo@snow.shadowfire.org
30999 with "unsubscribe ircservices" in the body, without the quotes.
31000
31001
31002 From &quot Sat Nov 4 05:01:53 2000
31003 From: &quot (&quot)
31004 Date: Sat Oct 23 23:01:04 2004
31005 Subject: [IRCServices] system admins & system Operators?
31006 In-Reply-To: <MABBIGABNFGOAKMDCOHPAEIJCAAA.longwlkr@maxgaming.net>
31007 References: MABBIGABNFGOAKMDCOHPAEIJCAAA.longwlkr@maxgaming.net
31008 Message-ID: KFEJLMFNCPEEPFBEPNCIKEAECAAA.anarki@flamebait.org
31009
31010 Double check that you are services root in your services.conf file.
31011
31012 ServicesRoot <your_registered_nick_here>
31013
31014 the default is:
31015
31016 #ServicesRoot Alcan
31017
31018 If you are not services root you must at least be a services operator to
31019 have access to any other commands than:
31020
31021 GLOBAL Send a message to all users
31022 STATS Show status of Services and network
31023 OPER LIST List all Services operators
31024 ADMIN LIST List all Services admins
31025
31026 Also insure that you have the correct flags in your O:Line, for
31027 DreamForge1.4.x and Bahamut1.4.x they are OaARD. It should look like for a
31028 (Server Administrator):
31029
31030
31031 O:user@*.someISP.com:yourpassword:yourNick:OaARD:10 <--- "10" as a class is
31032 optional.
31033
31034 also insure in the ircd.conf that services has:
31035
31036 U:Line
31037 C/N:lines
31038
31039
31040 Do _not_ have a H:Line for services!
31041
31042
31043 If you still have problems please reply with the result of typing the
31044 following in your favorite IRC client:
31045
31046 /quote version
31047
31048 and
31049
31050 /quote version services.* (or whatever you named services' server)
31051
31052
31053 Scott Seufert
31054 aka katsklaw
31055 Server Admin - Excalibre.ShadowFire.Org
31056 Network Admin - Irc.Excalibur-IRC.Net
31057
31058
31059 -----Original Message-----
31060 From: owner-ircservices@snow.shadowfire.org
31061 [mailto:owner-ircservices@snow.shadowfire.org]On Behalf Of Robert Brim
31062 Sent: Saturday, November 04, 2000 2:09 AM
31063 To: ircservices@snow.shadowfire.org
31064 Subject: [IRCServices] system admins & system Operators?
31065
31066
31067 I have the line in the services.conf set to my name, I log in, the system
31068 says I have become a IRC Operator, but I am denied any and all commands in
31069 the operserv (except listing names) and the list of names is empty. Am I
31070 missing something, can someone point me in the right direction?
31071
31072 --
31073 Robert Brim
31074 Managing Editor,
31075 MGO.NETwork
31076 <A HREF="http://www.maxgaming.net">http://www.maxgaming.net</A>
31077
31078 Nothing difficult is ever easy - My Grandmother
31079
31080 Crows can't have Doves - My Grandfather
31081
31082
31083 ---------------------------------------------------------------
31084 To unsubscribe, send email to majordomo@snow.shadowfire.org
31085 with "unsubscribe ircservices" in the body, without the quotes.
31086
31087
31088
31089 ---------------------------------------------------------------
31090 To unsubscribe, send email to majordomo@snow.shadowfire.org
31091 with "unsubscribe ircservices" in the body, without the quotes.
31092
31093
31094 From &quot Sat Nov 4 08:45:24 2000
31095 From: &quot (&quot)
31096 Date: Sat Oct 23 23:01:04 2004
31097 Subject: [IRCServices] system admins & system Operators?
31098 References: <MABBIGABNFGOAKMDCOHPAEIJCAAA.longwlkr@maxgaming.net>
31099 Message-ID: 002501c0467e$a551f7d0$37526dd1@tiphares.com
31100
31101 Not only does your nick have to appear in the ServicesRoot variable
31102 but it also has to be registered. You must also be identified to
31103 NickServ when you use any of the OperServ commands.
31104
31105 Bryce Simonds (Kelmar K. Firesun)
31106 IRC operator: dream.esper.net
31107
31108 ----- Original Message -----
31109 From: Robert Brim <longwlkr@maxgaming.net>
31110 To: <ircservices@snow.shadowfire.org>
31111 Sent: Saturday, November 04, 2000 1:09 AM
31112 Subject: [IRCServices] system admins & system Operators?
31113
31114
31115 > I have the line in the services.conf set to my name, I log in, the system
31116 > says I have become a IRC Operator, but I am denied any and all commands in
31117 > the operserv (except listing names) and the list of names is empty. Am I
31118 > missing something, can someone point me in the right direction?
31119 >
31120 > --
31121 > Robert Brim
31122 > Managing Editor,
31123 > MGO.NETwork
31124 > http://www.maxgaming.net
31125 >
31126 > Nothing difficult is ever easy - My Grandmother
31127 >
31128 > Crows can't have Doves - My Grandfather
31129 >
31130 >
31131 > ---------------------------------------------------------------
31132 > To unsubscribe, send email to majordomo@snow.shadowfire.org
31133 > with "unsubscribe ircservices" in the body, without the quotes.
31134
31135
31136 ---------------------------------------------------------------
31137 To unsubscribe, send email to majordomo@snow.shadowfire.org
31138 with "unsubscribe ircservices" in the body, without the quotes.
31139
31140
31141 From &quot Sun Nov 5 00:48:40 2000
31142 From: &quot (&quot)
31143 Date: Sat Oct 23 23:01:04 2004
31144 Subject: [IRCServices] RAW
31145 References: <E13noDG-0004Cf-00@gadolinium.btinternet.com> <009601c03d85$d8fedd20$87d3c3c8@eloi> <200010241351160350.002C8BB2@smtp.intergate.com.br> <00102502471000.02544@rcmoraes>
31146 Message-ID: 002101c04705$384f3ee0$6bdfc3c8@eloi
31147
31148 Hello,
31149
31150 The coder of my irc network was change the RAW command of services to
31151 another 'alias', have a way to use the RAW with other command line? Another
31152 question, can I know the alias of RAW now without asking he?
31153
31154 Felipe
31155
31156
31157 ---------------------------------------------------------------
31158 To unsubscribe, send email to majordomo@snow.shadowfire.org
31159 with "unsubscribe ircservices" in the body, without the quotes.
31160
31161
31162 From toasta at wor.net Sun Nov 5 12:43:50 2000
31163 From: toasta at wor.net (Benedikt Fraunhofer)
31164 Date: Sat Oct 23 23:01:04 2004
31165 Subject: [IRCServices] Bug: &quot;Guest&quot; nicks _can_be_ registered
31166 Message-ID: Pine.LNX.4.21.0011052136550.32130&#45;100000@trillian2.wor.net
31167
31168 Hi,
31169
31170 services 4.4.8
31171
31172
31173
31174 [21:18:39] -NickServ- Nickname Guest42073174 registered under your
31175 account: marvin@main.brain.traced.net
31176 [21:18:40] -NickServ- Your password is test123 - remember this for later
31177 use.
31178
31179
31180 Just a small bug and i guess just some typo in the following lines:
31181
31182 if (nicklen <= prefixlen+7 && nicklen >= prefixlen+2 &&
31183 stristr(u->nick, NSGuestNickPrefix) == u->nick &&
31184 strspn(u->nick+prefixlen, "1234567890") == nicklen-prefixlen) {
31185
31186
31187
31188 toasta
31189
31190
31191
31192 ---------------------------------------------------------------
31193 To unsubscribe, send email to majordomo@snow.shadowfire.org
31194 with "unsubscribe ircservices" in the body, without the quotes.
31195
31196
31197 From &quot Sun Nov 5 12:55:57 2000
31198 From: &quot (&quot)
31199 Date: Sat Oct 23 23:01:04 2004
31200 Subject: [IRCServices] Email forwarding
31201 Message-ID: E13sWoW&#45;0000gd&#45;00@gadolinium.btinternet.com
31202
31203 Very late reply but hey...
31204
31205 IMHO the E-Mail Forwarding feature would seriously ROCK!
31206 Any plans on implementing this?
31207
31208 Quinn
31209 ----------
31210 > From: Kelmar K. Firesun <kfiresun@ix.netcom.com>
31211 > To: ircservices@snow.shadowfire.org
31212 > Subject: Re: [IRCServices] Email forwarding
31213 > Date: Monday, October 23, 2000 22:32
31214 >
31215 >
31216 > ----- Original Message -----
31217 > From: Scott Seufert <anarki@flamebait.org>
31218 > To: <ircservices@snow.shadowfire.org>
31219 > Sent: Monday, October 23, 2000 7:01 AM
31220 > Subject: Re: [IRCServices] Email forwarding
31221 >
31222 > ] ... SNIP ... [
31223 >
31224 > >
31225 > > sending all the memos in one email would be prefered. Also making the
31226 time
31227 > > interval a .conf setting would be wise.
31228 > >
31229 > > MEMO2MAIL 15 <---- Minutes _after_ update to send mail.
31230 > > This type of setting would make it easier for services, the box and the
31231 > > box's Admin(s). :)
31232 > >
31233 > > MAIL_DELAY 120 <--- delay in seconds between batches.
31234 > > This could be used in the case of a large amount of mail sent. The mail
31235 > can
31236 > > be broken down into batches sent, say maybe 800k at a time. This way
31237 800k
31238 > is
31239 > > sent, then 120 seconds later 800k more and so on.
31240 > >
31241 >
31242 > ] ... SNIP ... [
31243 >
31244 > You might also wish to add a NickServ option that would allow
31245 > the user to:
31246 >
31247 > 1) Either disable the feature totally
31248 > 2) Have it only send the e-mail when the user is not on
31249 > the IRC Network
31250 > 3) Have memoserv send the e-mail and keep a copy of the message.
31251 > 4) Or, have memoserv just send an e-mail and discard the message
31252 > afterwards. (Mabey not a good idea here in some cases though)
31253 >
31254 > On the whole it sounds like an excellent idea,
31255 >
31256 > Bryce Simonds (Kelmar K. Firesun)
31257 > IRC operator: dream.esper.net
31258 >
31259 >
31260 > ---------------------------------------------------------------
31261 > To unsubscribe, send email to majordomo@snow.shadowfire.org
31262 > with "unsubscribe ircservices" in the body, without the quotes.
31263
31264 ---------------------------------------------------------------
31265 To unsubscribe, send email to majordomo@snow.shadowfire.org
31266 with "unsubscribe ircservices" in the body, without the quotes.
31267
31268
31269 From achurch at dragonfire.net Mon Nov 6 07:03:09 2000
31270 From: achurch at dragonfire.net (Andrew Church)
31271 Date: Sat Oct 23 23:01:04 2004
31272 Subject: [IRCServices] Email forwarding
31273 Message-ID: 3a05db4f.23767@prima&#45;lan.net
31274
31275 >Very late reply but hey...
31276 >
31277 >IMHO the E-Mail Forwarding feature would seriously ROCK!
31278 >Any plans on implementing this?
31279
31280 Just a quick note on this--I had this on my TODO list since way long
31281 ago, but it turns out it's a pain to implement, mainly because of needing to
31282 either fork and keep track of another process or handle SMTP connections
31283 using select() in the same process, and having to watch resource consumption
31284 in either case. I don't know what Andrew Kempe's priorities are, but just
31285 keep in mind that it's not something that can be dashed out on the spur of
31286 the moment.
31287
31288 >Quinn
31289 >----------
31290 >> From: Kelmar K. Firesun <kfiresun@ix.netcom.com>
31291 >> To: ircservices@snow.shadowfire.org
31292 >> Subject: Re: [IRCServices] Email forwarding
31293 >> Date: Monday, October 23, 2000 22:32
31294 >>
31295 >>
31296 >> ----- Original Message -----
31297 >> From: Scott Seufert <anarki@flamebait.org>
31298 >> To: <ircservices@snow.shadowfire.org>
31299 >> Sent: Monday, October 23, 2000 7:01 AM
31300 >> Subject: Re: [IRCServices] Email forwarding
31301 >>
31302 >> ] ... SNIP ... [
31303 >>
31304 >> >
31305 >> > sending all the memos in one email would be prefered. Also making the
31306 >time
31307 >> > interval a .conf setting would be wise.
31308 >> >
31309 >> > MEMO2MAIL 15 <---- Minutes _after_ update to send mail.
31310 >> > This type of setting would make it easier for services, the box and the
31311 >> > box's Admin(s). :)
31312 >> >
31313 >> > MAIL_DELAY 120 <--- delay in seconds between batches.
31314 >> > This could be used in the case of a large amount of mail sent. The mail
31315 >> can
31316 >> > be broken down into batches sent, say maybe 800k at a time. This way
31317 >800k
31318 >> is
31319 >> > sent, then 120 seconds later 800k more and so on.
31320 >> >
31321 >>
31322 >> ] ... SNIP ... [
31323 >>
31324 >> You might also wish to add a NickServ option that would allow
31325 >> the user to:
31326 >>
31327 >> 1) Either disable the feature totally
31328 >> 2) Have it only send the e-mail when the user is not on
31329 >> the IRC Network
31330 >> 3) Have memoserv send the e-mail and keep a copy of the message.
31331 >> 4) Or, have memoserv just send an e-mail and discard the message
31332 >> afterwards. (Mabey not a good idea here in some cases though)
31333 >>
31334 >> On the whole it sounds like an excellent idea,
31335 >>
31336 >> Bryce Simonds (Kelmar K. Firesun)
31337 >> IRC operator: dream.esper.net
31338 >>
31339 >>
31340 >> ---------------------------------------------------------------
31341 >> To unsubscribe, send email to majordomo@snow.shadowfire.org
31342 >> with "unsubscribe ircservices" in the body, without the quotes.
31343 >
31344 >---------------------------------------------------------------
31345 >To unsubscribe, send email to majordomo@snow.shadowfire.org
31346 >with "unsubscribe ircservices" in the body, without the quotes.
31347
31348 --Andrew Church
31349 achurch@dragonfire.net
31350 http://achurch.dragonfire.net/
31351
31352 ---------------------------------------------------------------
31353 To unsubscribe, send email to majordomo@snow.shadowfire.org
31354 with "unsubscribe ircservices" in the body, without the quotes.
31355
31356
31357 From bclark at bclark.yi.org Sun Nov 5 14:17:19 2000
31358 From: bclark at bclark.yi.org (Bryan Clark)
31359 Date: Sat Oct 23 23:01:04 2004
31360 Subject: [IRCServices] Email forwarding
31361 References: <3a05db4f.23767@prima-lan.net>
31362 Message-ID: 3A05DC6F.2C95DCBC@bclark.yi.org
31363
31364 Andrew Church wrote:
31365
31366 >
31367 > Just a quick note on this--I had this on my TODO list since way long
31368 > ago, but it turns out it's a pain to implement, mainly because of needing to
31369 > either fork and keep track of another process or handle SMTP connections
31370 > using select() in the same process, and having to watch resource consumption
31371 > in either case. I don't know what Andrew Kempe's priorities are, but just
31372 > keep in mind that it's not something that can be dashed out on the spur of
31373 > the moment.
31374 >
31375
31376 The last services version I downloaded was 4.2, but I've been making
31377 independent changes since about May of last year (though it wasn't until about
31378 March of this year that I first noticed the todo list ;). I'd been wondering
31379 about that e-mail forwarding for a while now, and I was wondering if services
31380 couldn't just call on sendmail to handle the actual mail sending .............
31381
31382 Oh, and was a solution to the problem of having SIGHUP work only once ever
31383 found? I've been looking into it, and it seems not to be a services-specific
31384 problem .......
31385
31386 (By the way, I just joined this list last week, so I'm sorry if that's already
31387 been covered ...........)
31388
31389
31390 ---------------------------------------------------------------
31391 To unsubscribe, send email to majordomo@snow.shadowfire.org
31392 with "unsubscribe ircservices" in the body, without the quotes.
31393
31394
31395 From &quot Sun Nov 5 15:53:50 2000
31396 From: &quot (&quot)
31397 Date: Sat Oct 23 23:01:04 2004
31398 Subject: [IRCServices] Email forwarding
31399 In-Reply-To: <3A05DC6F.2C95DCBC@bclark.yi.org>
31400 References: 3A05DC6F.2C95DCBC@bclark.yi.org
31401 Message-ID: KFEJLMFNCPEEPFBEPNCIEEAICAAA.anarki@flamebait.org
31402
31403 <snip>
31404
31405 The last services version I downloaded was 4.2, but I've been making
31406 independent changes since about May of last year (though it wasn't until
31407 about
31408 March of this year that I first noticed the todo list ;). I'd been wondering
31409 about that e-mail forwarding for a while now, and I was wondering if
31410 services
31411 couldn't just call on sendmail to handle the actual mail sending
31412 .............
31413
31414 Oh, and was a solution to the problem of having SIGHUP work only once ever
31415 found? I've been looking into it, and it seems not to be a services-specific
31416 problem .......
31417
31418 (By the way, I just joined this list last week, so I'm sorry if that's
31419 already
31420 been covered ...........)
31421
31422
31423 IRCServices 4.2 was some time ago, Current version is 4.4.8, you can view
31424 the entire change log at:
31425
31426 ftp://ender.shadowfire.org/pub/ircservices/beta/Changes
31427
31428 Scott Seufert
31429 aka Dryder
31430 Network Admin
31431 Irc.Excalibur-IRC.Net
31432
31433
31434 ---------------------------------------------------------------
31435 To unsubscribe, send email to majordomo@snow.shadowfire.org
31436 with "unsubscribe ircservices" in the body, without the quotes.
31437
31438
31439 From &quot Mon Nov 6 13:07:30 2000
31440 From: &quot (&quot)
31441 Date: Sat Oct 23 23:01:04 2004
31442 Subject: [IRCServices] Email forwarding
31443 Message-ID: E13stSz&#45;0002iJ&#45;00@praseodumium.btinternet.com
31444
31445 [snip]
31446 >
31447 > >Very late reply but hey...
31448 > >
31449 > >IMHO the E-Mail Forwarding feature would seriously ROCK!
31450 > >Any plans on implementing this?
31451 >
31452 > Just a quick note on this--I had this on my TODO list since way long
31453 > ago, but it turns out it's a pain to implement, mainly because of needing
31454 to
31455 > either fork and keep track of another process or handle SMTP connections
31456 > using select() in the same process, and having to watch resource
31457 consumption
31458 > in either case. I don't know what Andrew Kempe's priorities are, but
31459 just
31460 > keep in mind that it's not something that can be dashed out on the spur
31461 of
31462 > the moment.
31463 >
31464 Hmmm okay I was just wondering because Sirv-2.3.0 has it in and if I
31465 recall, Sirv is based from IRC-Services 3.3.6 or similar, before the
31466 non-Endian specific save/load_xx_dbase routines were added in 4.x.
31467
31468 I have briefly tried to 'port' this feature but have been unable to do so
31469 as Sirv's MemoServ SEND command seems very different from 4.4.8's
31470 command... I also don't know how the list in general feels about patching
31471 IRC-Services as a whole.
31472
31473 Quinn
31474
31475 ---------------------------------------------------------------
31476 To unsubscribe, send email to majordomo@snow.shadowfire.org
31477 with "unsubscribe ircservices" in the body, without the quotes.
31478
31479
31480 From leka at verat.net Tue Nov 7 02:39:23 2000
31481 From: leka at verat.net (Dejan Lekic)
31482 Date: Sat Oct 23 23:01:04 2004
31483 Subject: [IRCServices] IRCnet ircd and IRCservices
31484 Message-ID: 200011071041.LAA26047@primo.verat.net
31485
31486
31487
31488 Hi to all,
31489 i am new in this mail list. I want to know have someone used IrcServices
31490 with IRCnet ircd? If there are such people here PLEASE respond, i
31491 desperately need services on IRCnet ircd (2.10.3p1).
31492
31493 Best regards
31494
31495 Dejan
31496
31497 From &quot Tue Nov 7 04:49:23 2000
31498 From: &quot (&quot)
31499 Date: Sat Oct 23 23:01:04 2004
31500 Subject: [IRCServices] IRCnet ircd and IRCservices
31501 References: <200011071041.LAA26047@primo.verat.net>
31502 Message-ID: 001e01c048b9$28408300$0100a8c0@excalibur
31503
31504 The officially supported IRCd is Bahamut 1.4.x however,
31505
31506 Services was designed for use with versions of the DALnet IRC server
31507 implementation (ircd.dal) through 4.4.13. Services will also operate with
31508 servers based directly on the RFC 1459 protocol, as well the Undernet
31509 server (ircu) version 2.9.x and versions of ircd.dal from 4.4.15 through at
31510 least 4.6.7. The following servers have been reported NOT to work with
31511 Services:
31512 NewNet
31513 ircd-hybrid
31514 ircd 2.x with "+CS" extension
31515 TS4
31516 ircd 2.9.4
31517
31518 If you have one of these servers or you cannot get Services to work
31519 with your server, I recommend downloading and installing ircd.dal 4.4.10,
31520 which is available at:
31521
31522 ftp://ender.shadowfire.org/pub/ircd/archive/
31523
31524 Scott Seufert
31525 aka Dryder
31526 Net Admin
31527 Irc.Excalibur-IRC.Net
31528
31529 ----- Original Message -----
31530 From: "Dejan Lekic" <leka@verat.net>
31531 To: <ircservices@snow.shadowfire.org>
31532 Sent: Tuesday, November 07, 2000 5:39 AM
31533 Subject: [IRCServices] IRCnet ircd and IRCservices
31534
31535
31536
31537
31538 Hi to all,
31539 i am new in this mail list. I want to know have someone used IrcServices
31540 with IRCnet ircd? If there are such people here PLEASE respond, i
31541 desperately need services on IRCnet ircd (2.10.3p1).
31542
31543 Best regards
31544
31545 Dejan
31546
31547
31548
31549 ---------------------------------------------------------------
31550 To unsubscribe, send email to majordomo@snow.shadowfire.org
31551 with "unsubscribe ircservices" in the body, without the quotes.
31552
31553
31554 From leka at verat.net Tue Nov 7 05:17:10 2000
31555 From: leka at verat.net (Dejan Lekic)
31556 Date: Sat Oct 23 23:01:04 2004
31557 Subject: [IRCServices] IRCnet ircd and IRCservices
31558 Message-ID: 200011071319.OAA18733@primo.verat.net
31559
31560 Hi Scott Seufert, you wrote on 11/7/00 1:49:23 PM:
31561
31562 >The officially supported IRCd is Bahamut 1.4.x however,
31563 >
31564 > Services was designed for use with versions of the DALnet IRC server
31565 >implementation (ircd.dal) through 4.4.13. Services will also operate with
31566 >servers based directly on the RFC 1459 protocol, as well the Undernet
31567 >server (ircu) version 2.9.x and versions of ircd.dal from 4.4.15 through at
31568 >least 4.6.7. The following servers have been reported NOT to work with
31569 >Services:
31570 > NewNet
31571 > ircd-hybrid
31572 > ircd 2.x with "+CS" extension
31573 > TS4
31574 > ircd 2.9.4
31575 >
31576 > If you have one of these servers or you cannot get Services to work
31577 >with your server, I recommend downloading and installing ircd.dal 4.4.10,
31578 >which is available at:
31579 >
31580 > ftp://ender.shadowfire.org/pub/ircd/archive/
31581 >
31582 >Scott Seufert
31583 >aka Dryder
31584 >Net Admin
31585 >Irc.Excalibur-IRC.Net
31586 >
31587 >----- Original Message -----
31588 >From: "Dejan Lekic" <leka@verat.net>
31589 >To: <ircservices@snow.shadowfire.org>
31590 >Sent: Tuesday, November 07, 2000 5:39 AM
31591 >Subject: [IRCServices] IRCnet ircd and IRCservices
31592 >
31593 >
31594 >
31595 >
31596 >Hi to all,
31597 >i am new in this mail list. I want to know have someone used IrcServices
31598 >with IRCnet ircd? If there are such people here PLEASE respond, i
31599 >desperately need services on IRCnet ircd (2.10.3p1).
31600 >
31601 >Best regards
31602 >
31603 >Dejan
31604 >
31605 >
31606 >
31607 >---------------------------------------------------------------
31608 >To unsubscribe, send email to majordomo@snow.shadowfire.org
31609 >with "unsubscribe ircservices" in the body, without the quotes.
31610
31611
31612
31613 Well, i have read that - it is part of document that comes with IrcServices
31614 documentation...
31615 .. IRCnet ircd 2.10.3p1 is NOT in that list, so i realised IrcServices
31616 WORKS on it? Just tell me am i right or wrong?
31617
31618 Leka
31619
31620 From &quot Tue Nov 7 11:51:17 2000
31621 From: &quot (&quot)
31622 Date: Sat Oct 23 23:01:04 2004
31623 Subject: [IRCServices] IRCnet ircd and IRCservices
31624 References: <200011071319.OAA18733@primo.verat.net>
31625 Message-ID: 002c01c048f4$193a5fd0$0100a8c0@excalibur
31626
31627
31628 <snip>
31629
31630 As the list suggests, those are known _not_ work. Also as I stated the
31631 official supported daemon is Bahamut1.4.x.
31632
31633 I guess in short what I'm saying is that since it's not on the list that is
31634 known not work, I suppose the only way to know is to try it. By saying that
31635 the supported daemon is Bahamut1.4.x, that means that you may not receive
31636 support for your daemon.
31637
31638 Try it, see if it does, if it doesn't work, let us know.
31639
31640 >.Well, i have read that - it is part of document that comes with
31641 IrcServices
31642 >documentation...
31643 >. IRCnet ircd 2.10.3p1 is NOT in that list, so i realised IrcServices
31644 >WORKS on it? Just tell me am i right or wrong?
31645 >
31646 >Leka
31647
31648 Scott
31649
31650
31651
31652 ---------------------------------------------------------------
31653 To unsubscribe, send email to majordomo@snow.shadowfire.org
31654 with "unsubscribe ircservices" in the body, without the quotes.
31655
31656
31657 From &quot Tue Nov 7 12:17:57 2000
31658 From: &quot (&quot)
31659 Date: Sat Oct 23 23:01:04 2004
31660 Subject: [IRCServices] ircservices with 2.10.3p1
31661 Message-ID: EB0265361D44D31184260090276CE8EB6638E9@webmail3.bridgew.edu
31662
31663 Are there any issues running ircservices with ircd 2.10.3p1 ?
31664 I'm receiving "Version too old" error messages from the ircd when services
31665 tries to connect. Is this an ircservices problem, a compatibility issue, or
31666 a configuration error on my part?
31667
31668 Thanks,
31669
31670 -Eric
31671
31672 ---------------------------------------------------------------
31673 To unsubscribe, send email to majordomo@snow.shadowfire.org
31674 with "unsubscribe ircservices" in the body, without the quotes.
31675
31676
31677 From eggie at mail.com Tue Nov 7 14:29:50 2000
31678 From: eggie at mail.com (Eggie)
31679 Date: Sat Oct 23 23:01:04 2004
31680 Subject: [IRCServices] IRCnet ircd and IRCservices
31681 In-Reply-To: <001e01c048b9$28408300$0100a8c0@excalibur>
31682 References: <200011071041.LAA26047@primo.verat.net>
31683 Message-ID: 4.3.2.7.0.20001107232716.00bf46e0@pop.planetinternet.be
31684
31685 At 13:49 7/11/00, you wrote:
31686 >The following servers have been reported NOT to work with
31687 >Services:
31688 > NewNet
31689 > ircd-hybrid
31690 > ircd 2.x with "+CS" extension
31691 > TS4
31692 > ircd 2.9.4
31693
31694
31695 ircd2.10.3p1 is just a newer version of ircd 2.9.4 and services cannot work
31696 with those versions (due to many protocol conflicts)
31697
31698 I know there once was a guy who actually modified services to work with
31699 ircnet's ircd, but I know it is a *lot* of work, and don't ask me for the
31700 patch, I don't have it and I don't really know this guy.
31701
31702 So basicly: It will not work.
31703
31704
31705
31706 ---------------------------------------------------------------
31707 To unsubscribe, send email to majordomo@snow.shadowfire.org
31708 with "unsubscribe ircservices" in the body, without the quotes.
31709
31710
31711 From sidv at sid-kitty-land.org Tue Nov 7 17:08:46 2000
31712 From: sidv at sid-kitty-land.org (Dan)
31713 Date: Sat Oct 23 23:01:04 2004
31714 Subject: [IRCServices] IRCnet ircd and IRCservices
31715 In-Reply-To: <4.3.2.7.0.20001107232716.00bf46e0@pop.planetinternet.be>
31716 References: <001e01c048b9$28408300$0100a8c0@excalibur><200011071041.LAA26047@primo.verat.net>
31717 Message-ID: 5.0.0.25.2.20001107170746.009f1b70@mail.sid&#45;kitty&#45;land.org
31718
31719 Services works fine with Unreal3.1.
31720 Just wanted to add that to the list...
31721 Dan
31722
31723
31724 ---------------------------------------------------------------
31725 To unsubscribe, send email to majordomo@snow.shadowfire.org
31726 with "unsubscribe ircservices" in the body, without the quotes.
31727
31728
31729 From &quot Tue Nov 7 17:20:29 2000
31730 From: &quot (&quot)
31731 Date: Sat Oct 23 23:01:04 2004
31732 Subject: [IRCServices] IRCnet ircd and IRCservices
31733 References: <001e01c048b9$28408300$0100a8c0@excalibur><200011071041.LAA26047@primo.verat.net> <5.0.0.25.2.20001107170746.009f1b70@mail.sid-kitty-land.org>
31734 Message-ID: 005401c04922$15e5a0a0$0100a8c0@excalibur
31735
31736 The list that was posted are _NOT_ compatible. So you would not want it
31737 added.
31738
31739 Scott Seufert
31740 aka Dryder
31741 Net Admin
31742 Irc.Excalibur-IRC.Net
31743
31744 ----- Original Message -----
31745 From: "Dan" <sidv@sid-kitty-land.org>
31746 To: <ircservices@snow.shadowfire.org>
31747 Sent: Tuesday, November 07, 2000 8:08 PM
31748 Subject: Re: [IRCServices] IRCnet ircd and IRCservices
31749
31750
31751 > Services works fine with Unreal3.1.
31752 > Just wanted to add that to the list...
31753 > Dan
31754 >
31755 >
31756 > ---------------------------------------------------------------
31757 > To unsubscribe, send email to majordomo@snow.shadowfire.org
31758 > with "unsubscribe ircservices" in the body, without the quotes.
31759 >
31760 >
31761
31762
31763 ---------------------------------------------------------------
31764 To unsubscribe, send email to majordomo@snow.shadowfire.org
31765 with "unsubscribe ircservices" in the body, without the quotes.
31766
31767
31768 From dreamer at darkness.gr Sun Nov 12 12:07:54 2000
31769 From: dreamer at darkness.gr (dreamer@darkness.gr)
31770 Date: Sat Oct 23 23:01:04 2004
31771 Subject: [IRCServices] Small bug in list
31772 In-Reply-To: <NDBBKMLGGLLMFACIBDMKAEGJCGAA.hendrik@mans.de>
31773 References: NDBBKMLGGLLMFACIBDMKAEGJCGAA.hendrik@mans.de
31774 Message-ID: Pine.LNX.4.30.0011122159460.30582&#45;100000@darkness.darkness.gr
31775
31776 Greetings all,
31777 Sorry if this is a know, feature.
31778 If a user tries to list using the command :
31779
31780 /msg chanserv access #Channel list NiCkNaMe
31781
31782 but the username that is looking for , was register in eg, small case
31783 letters "nickname" and not "NiCkNaMe" the output will be null.
31784 The fix is small just add this line in chanserv.c line number about 3130
31785
31786 for (i = 0; i < ci->accesscount; i++) {
31787 if (nick && ci->access[i].ni
31788 && !match_wild(nick, ci->access[i].ni->nick))
31789 /* Our Code Goes Here*/
31790 if ( !stricmp (nick, ci->access[i].ni->nick) == 0
31791 ) {
31792 continue;
31793 /* End Of */
31794 }
31795 access_list(u, i, ci, &sent_header);
31796 }
31797
31798 Sorry for puting lines of code here i'm not aware at this time, the name
31799 of the other list.
31800
31801 Regards,
31802 Nick Krassas
31803 ircadmin@darkness.irc.gr
31804 Dinos @ irc.gr
31805
31806
31807 ---------------------------------------------------------------
31808 To unsubscribe, send email to majordomo@snow.shadowfire.org
31809 with "unsubscribe ircservices" in the body, without the quotes.
31810
31811
31812 From &quot Sun Nov 12 12:31:22 2000
31813 From: &quot (&quot)
31814 Date: Sat Oct 23 23:01:04 2004
31815 Subject: [IRCServices] Small bug in list
31816 References: <Pine.LNX.4.30.0011122159460.30582-100000@darkness.darkness.gr>
31817 Message-ID: 000701c04ce7$866e5d30$0100a8c0@excalibur
31818
31819 ircservices-coding@snow.shadowfire.org for future reference ;)
31820
31821 Dryder
31822 ----- Original Message -----
31823 From: <dreamer@darkness.gr>
31824 To: <ircservices@snow.shadowfire.org>
31825 Sent: Sunday, November 12, 2000 3:07 PM
31826 Subject: [IRCServices] Small bug in list
31827
31828
31829 > Greetings all,
31830 > Sorry if this is a know, feature.
31831 > If a user tries to list using the command :
31832 >
31833 > /msg chanserv access #Channel list NiCkNaMe
31834 >
31835 > but the username that is looking for , was register in eg, small case
31836 > letters "nickname" and not "NiCkNaMe" the output will be null.
31837 > The fix is small just add this line in chanserv.c line number about 3130
31838 >
31839 > for (i = 0; i < ci->accesscount; i++) {
31840 > if (nick && ci->access[i].ni
31841 > && !match_wild(nick, ci->access[i].ni->nick))
31842 > /* Our Code Goes Here*/
31843 > if ( !stricmp (nick, ci->access[i].ni->nick) == 0
31844 > ) {
31845 > continue;
31846 > /* End Of */
31847 > }
31848 > access_list(u, i, ci, &sent_header);
31849 > }
31850 >
31851 > Sorry for puting lines of code here i'm not aware at this time, the name
31852 > of the other list.
31853 >
31854 > Regards,
31855 > Nick Krassas
31856 > ircadmin@darkness.irc.gr
31857 > Dinos @ irc.gr
31858 >
31859 >
31860 > ---------------------------------------------------------------
31861 > To unsubscribe, send email to majordomo@snow.shadowfire.org
31862 > with "unsubscribe ircservices" in the body, without the quotes.
31863 >
31864
31865
31866 ---------------------------------------------------------------
31867 To unsubscribe, send email to majordomo@snow.shadowfire.org
31868 with "unsubscribe ircservices" in the body, without the quotes.
31869
31870
31871 From &quot Wed Nov 15 21:15:54 2000
31872 From: &quot (&quot)
31873 Date: Sat Oct 23 23:01:04 2004
31874 Subject: [IRCServices] Session Error
31875 Message-ID: 200011160315540930.05F46F53@smtp.intergate.com.br
31876
31877
31878 Hello,
31879
31880 I apologize for my bad english.
31881
31882 1) I'm using a modified version of IRC Services 4.3.3.
31883 Recently, I've chaged my FreeBSD version to 4.1.1-STABLE.
31884 After this, I'm having too many problems with
31885 segmentation faults in timed_update.
31886
31887 2) The IRC Services can't see some quits, resulting in many
31888 errors in the session counter.
31889
31890 See:
31891
31892 [02:45] [KILL] hub.matrix.com.br has killed
31893 BrasIRC9743497641352!luz-mg@200.251.39.49. (services.brasirc.net <-
31894 irc.vix.terra.com.br[0.0.0.0])
31895
31896 \95\95\95 Seek: 200.251.39.49
31897 -
31898 \95\95\95 Total: 4 users found.
31899
31900 /operserv session view 200.251.39.49
31901
31902 OperServ- The host 200.251.39.49 has 5 connections with a limit of
31903 30
31904
31905 IRC Services cannot "see" the kill, and have counted the user as a
31906 new user.
31907
31908 Anyone can help me?
31909
31910 Note: I CANNOT use a BETA version (4.4.x?) on my network.
31911
31912 OperServ- NickServ: 151223 entries, 67711 kB
31913 OperServ- ChanServ: 33367 entries, 16382 kB
31914
31915
31916 Best regards
31917 --
31918
31919 Carlos Mendes Martini - martini@brasirc.net
31920 BrasIRC Network - Rede Brasileira de IRC
31921 http://www.brasirc.net
31922
31923 -
31924
31925
31926 ---------------------------------------------------------------
31927 To unsubscribe, send email to majordomo@snow.shadowfire.org
31928 with "unsubscribe ircservices" in the body, without the quotes.
31929
31930
31931 From &quot Wed Nov 15 22:29:04 2000
31932 From: &quot (&quot)
31933 Date: Sat Oct 23 23:01:04 2004
31934 Subject: [IRCServices] Session Error
31935 References: <200011160315540930.05F46F53@smtp.intergate.com.br>
31936 Message-ID: 025a01c04f97$40bf0390$9c011ac4@africa.didata.local
31937
31938 > 1) I'm using a modified version of IRC Services 4.3.3.
31939
31940 This means I can't support you. Sorry.
31941
31942 Andrew
31943
31944
31945 ---------------------------------------------------------------
31946 To unsubscribe, send email to majordomo@snow.shadowfire.org
31947 with "unsubscribe ircservices" in the body, without the quotes.
31948
31949
31950 From pb at tic.ch Wed Nov 15 23:52:29 2000
31951 From: pb at tic.ch (Patrick Bucher)
31952 Date: Sat Oct 23 23:01:04 2004
31953 Subject: [IRCServices] chanserv does not work correctly?
31954 Message-ID: B13CA11EE350D3118F020050BAA50C8C2F2616@ECLYPSE
31955
31956 hi there,
31957
31958 i have bahamut 1.4.3sf1 and ircservices 4.4.8 installed.
31959
31960 my problem:
31961 i can register a channel...setting the access for OP's...but chanserv
31962 doesn't OP them. if i use the command "chanserv op #channel nick" i can see
31963 in the logs:
31964 "debug: Sent: ChanServ MODE #channel +o nick"
31965 but the user isn't oped...
31966
31967 the nicks are registered and identifyed by nickserv. i really dont know
31968 where the problem is.
31969
31970 thanks for helping
31971
31972 greetings,
31973 paddy
31974
31975
31976 ---------------------------------------------------------------
31977 To unsubscribe, send email to majordomo@snow.shadowfire.org
31978 with "unsubscribe ircservices" in the body, without the quotes.
31979
31980
31981 From smkelly at zombie.org Thu Nov 16 02:03:32 2000
31982 From: smkelly at zombie.org (Sean Kelly)
31983 Date: Sat Oct 23 23:01:04 2004
31984 Subject: [IRCServices] Session Error
31985 In-Reply-To: <200011160315540930.05F46F53@smtp.intergate.com.br>; from martini@intergate.com.br on Thu, Nov 16, 2000 at 03:15:54AM -0200
31986 References: <200011160315540930.05F46F53@smtp.intergate.com.br>
31987 Message-ID: 20001116040332.A90356@edgemaster.zombie.org
31988
31989 On Thu, Nov 16, 2000 at 03:15:54AM -0200, Carlos Mendes Martini wrote:
31990 > 1) I'm using a modified version of IRC Services 4.3.3.
31991 > Recently, I've chaged my FreeBSD version to 4.1.1-STABLE.
31992 > After this, I'm having too many problems with
31993 > segmentation faults in timed_update.
31994
31995 We're running IRCServices 4.4.8 on 4.1.1-STABLE (10/4/200) with no problems.
31996 If you can upgrade to 4.4.x, I would suggest it highly. If you can't, I'd
31997 suggest you find a way that makes it possible for you to be able to. What
31998 exactly did you modify in Services and why can't you upgrade (besides the
31999 fact you'd have to patch in your modifications)?
32000
32001 --
32002 Sean Kelly <smkelly@zombie.org> or <smkelly@slashnet.org>
32003 PGP KeyID: 77042C7B http://www.sean-kelly.org
32004
32005 ---------------------------------------------------------------
32006 To unsubscribe, send email to majordomo@snow.shadowfire.org
32007 with "unsubscribe ircservices" in the body, without the quotes.
32008
32009
32010 From &quot Thu Nov 16 05:08:22 2000
32011 From: &quot (&quot)
32012 Date: Sat Oct 23 23:01:04 2004
32013 Subject: [IRCServices] chanserv does not work correctly?
32014 References: <B13CA11EE350D3118F020050BAA50C8C2F2616@ECLYPSE>
32015 Message-ID: 001301c04fce$4d3c2b20$0100a8c0@excalibur
32016
32017 Insure Services has a properly formated U:Line and _no_ H:Line.
32018
32019 Scott
32020 aka Dryder
32021
32022 ----- Original Message -----
32023 From: "Patrick Bucher" <pb@tic.ch>
32024 To: <ircservices@snow.shadowfire.org>
32025 Sent: Thursday, November 16, 2000 2:52 AM
32026 Subject: [IRCServices] chanserv does not work correctly?
32027
32028
32029 > hi there,
32030 >
32031 > i have bahamut 1.4.3sf1 and ircservices 4.4.8 installed.
32032 >
32033 > my problem:
32034 > i can register a channel...setting the access for OP's...but chanserv
32035 > doesn't OP them. if i use the command "chanserv op #channel nick" i can
32036 see
32037 > in the logs:
32038 > "debug: Sent: ChanServ MODE #channel +o nick"
32039 > but the user isn't oped...
32040 >
32041 > the nicks are registered and identifyed by nickserv. i really dont know
32042 > where the problem is.
32043 >
32044 > thanks for helping
32045 >
32046 > greetings,
32047 > paddy
32048 >
32049 >
32050 > ---------------------------------------------------------------
32051 > To unsubscribe, send email to majordomo@snow.shadowfire.org
32052 > with "unsubscribe ircservices" in the body, without the quotes.
32053 >
32054
32055
32056 ---------------------------------------------------------------
32057 To unsubscribe, send email to majordomo@snow.shadowfire.org
32058 with "unsubscribe ircservices" in the body, without the quotes.
32059
32060
32061 From kwahraw at relic.net Thu Nov 16 12:30:08 2000
32062 From: kwahraw at relic.net (Chris Wiest)
32063 Date: Sat Oct 23 23:01:04 2004
32064 Subject: [IRCServices] chanserv does not work correctly?
32065 In-Reply-To: <001301c04fce$4d3c2b20$0100a8c0@excalibur>
32066 References: 001301c04fce$4d3c2b20$0100a8c0@excalibur
32067 Message-ID: Pine.BSF.4.21.0011161529210.61302&#45;100000@relic.net
32068
32069 If it does not also have a H line, they will die every time someone jupes
32070 a server (well, not die so much as be forcibly squitted by the server they
32071 are linked to, and then die).
32072
32073 It needs both to work properly.
32074
32075 --CDW
32076
32077
32078 On Thu, 16 Nov 2000, Scott Seufert wrote:
32079
32080 > Insure Services has a properly formated U:Line and _no_ H:Line.
32081 >
32082 > Scott
32083 > aka Dryder
32084 >
32085 > ----- Original Message -----
32086 > From: "Patrick Bucher" <pb@tic.ch>
32087 > To: <ircservices@snow.shadowfire.org>
32088 > Sent: Thursday, November 16, 2000 2:52 AM
32089 > Subject: [IRCServices] chanserv does not work correctly?
32090 >
32091 >
32092 > > hi there,
32093 > >
32094 > > i have bahamut 1.4.3sf1 and ircservices 4.4.8 installed.
32095 > >
32096 > > my problem:
32097 > > i can register a channel...setting the access for OP's...but chanserv
32098 > > doesn't OP them. if i use the command "chanserv op #channel nick" i can
32099 > see
32100 > > in the logs:
32101 > > "debug: Sent: ChanServ MODE #channel +o nick"
32102 > > but the user isn't oped...
32103 > >
32104 > > the nicks are registered and identifyed by nickserv. i really dont know
32105 > > where the problem is.
32106 > >
32107 > > thanks for helping
32108 > >
32109 > > greetings,
32110 > > paddy
32111 > >
32112 > >
32113 > > ---------------------------------------------------------------
32114 > > To unsubscribe, send email to majordomo@snow.shadowfire.org
32115 > > with "unsubscribe ircservices" in the body, without the quotes.
32116 > >
32117 >
32118 >
32119 > ---------------------------------------------------------------
32120 > To unsubscribe, send email to majordomo@snow.shadowfire.org
32121 > with "unsubscribe ircservices" in the body, without the quotes.
32122 >
32123
32124
32125 ---------------------------------------------------------------
32126 To unsubscribe, send email to majordomo@snow.shadowfire.org
32127 with "unsubscribe ircservices" in the body, without the quotes.
32128
32129
32130 From &quot Thu Nov 16 13:00:42 2000
32131 From: &quot (&quot)
32132 Date: Sat Oct 23 23:01:04 2004
32133 Subject: [IRCServices] chanserv does not work correctly?
32134 References: <Pine.BSF.4.21.0011161529210.61302-100000@relic.net>
32135 Message-ID: 001301c05010$494f3380$0100a8c0@excalibur
32136
32137
32138 ----- Original Message -----
32139 From: "Chris Wiest" <kwahraw@relic.net>
32140 To: <ircservices@snow.shadowfire.org>
32141 Sent: Thursday, November 16, 2000 3:30 PM
32142 Subject: Re: [IRCServices] chanserv does not work correctly?
32143
32144
32145 > If it does not also have a H line, they will die every time someone jupes
32146 > a server (well, not die so much as be forcibly squitted by the server they
32147 > are linked to, and then die).
32148 >
32149 > It needs both to work properly.
32150 >
32151 > --CDW
32152 >
32153
32154 My former Shadowfire server didn't have an H:Line for services, niether does
32155 my existing network have an H:Line for Services.
32156
32157 Both work correctly.
32158
32159
32160 Dryder
32161
32162
32163 ---------------------------------------------------------------
32164 To unsubscribe, send email to majordomo@snow.shadowfire.org
32165 with "unsubscribe ircservices" in the body, without the quotes.
32166
32167
32168 From smkelly at zombie.org Thu Nov 16 13:20:05 2000
32169 From: smkelly at zombie.org (Sean Kelly)
32170 Date: Sat Oct 23 23:01:04 2004
32171 Subject: [IRCServices] chanserv does not work correctly?
32172 In-Reply-To: <001301c05010$494f3380$0100a8c0@excalibur>; from dryder@qx.net on Thu, Nov 16, 2000 at 04:00:42PM -0500
32173 References: <Pine.BSF.4.21.0011161529210.61302-100000@relic.net> <001301c05010$494f3380$0100a8c0@excalibur>
32174 Message-ID: 20001116152004.A93243@edgemaster.zombie.org
32175
32176 On Thu, Nov 16, 2000 at 04:00:42PM -0500, Scott Seufert wrote:
32177 > > If it does not also have a H line, they will die every time someone jupes
32178 > > a server (well, not die so much as be forcibly squitted by the server they
32179 > > are linked to, and then die).
32180 > >
32181 > > It needs both to work properly.
32182 > >
32183 > My former Shadowfire server didn't have an H:Line for services, niether does
32184 > my existing network have an H:Line for Services.
32185 >
32186 > Both work correctly.
32187
32188 Then your ircd is abornal (in the sense that it is modified from the standard
32189 behavior of U:lines), or you just don't JUPE often enough to notice it. Or
32190 it is possible I am wrong in both situations and this e-mail is totally
32191 pointless and just making a fool of myself by trying to respond to a situation
32192 I am not farmilliar with. In any case, I'm now going to press the Send button.
32193
32194 --
32195 Sean Kelly <smkelly@zombie.org> or <smkelly@slashnet.org>
32196 PGP KeyID: 77042C7B http://www.sean-kelly.org
32197
32198 ---------------------------------------------------------------
32199 To unsubscribe, send email to majordomo@snow.shadowfire.org
32200 with "unsubscribe ircservices" in the body, without the quotes.
32201
32202
32203 From &quot Thu Nov 16 15:22:07 2000
32204 From: &quot (&quot)
32205 Date: Sat Oct 23 23:01:04 2004
32206 Subject: [IRCServices] chanserv does not work correctly?
32207 References: <Pine.BSF.4.21.0011161529210.61302-100000@relic.net> <001301c05010$494f3380$0100a8c0@excalibur> <20001116152004.A93243@edgemaster.zombie.org>
32208 Message-ID: 001f01c05024$0af30f80$0100a8c0@excalibur
32209
32210
32211 ----- Original Message -----
32212 From: "Sean Kelly" <smkelly@zombie.org>
32213 To: <ircservices@snow.shadowfire.org>
32214 Sent: Thursday, November 16, 2000 4:20 PM
32215 Subject: Re: [IRCServices] chanserv does not work correctly?
32216
32217
32218 > On Thu, Nov 16, 2000 at 04:00:42PM -0500, Scott Seufert wrote:
32219 > > > If it does not also have a H line, they will die every time someone
32220 jupes
32221 > > > a server (well, not die so much as be forcibly squitted by the server
32222 they
32223 > > > are linked to, and then die).
32224 > > >
32225 > > > It needs both to work properly.
32226 > > >
32227 > > My former Shadowfire server didn't have an H:Line for services, niether
32228 does
32229 > > my existing network have an H:Line for Services.
32230 > >
32231 > > Both work correctly.
32232 >
32233 > Then your ircd is abornal (in the sense that it is modified from the
32234 standard
32235 > behavior of U:lines), or you just don't JUPE often enough to notice it.
32236 Or
32237 > it is possible I am wrong in both situations and this e-mail is totally
32238 > pointless and just making a fool of myself by trying to respond to a
32239 situation
32240 > I am not farmilliar with. In any case, I'm now going to press the Send
32241 button.
32242 >
32243
32244 Actually, it is I that is in error. Even though I am correct about my former
32245 ShadowFire server not having a H:Line, I tested a JUPE on my net and it
32246 killed Services as you predicted.
32247
32248 I have alot of experience with alot of different types of IRC Services, I
32249 appearantly got thim confused in this instance.
32250
32251 To correct myself, services do need an H:Line, perhaps only on their uplink
32252 ... which would explain the lack of a H:Line on my former server.
32253
32254 I apologize for any confusion I created.
32255
32256 > --
32257 > Sean Kelly <smkelly@zombie.org> or <smkelly@slashnet.org>
32258 > PGP KeyID: 77042C7B http://www.sean-kelly.org
32259 >
32260
32261
32262 Scott
32263 aka Dryder
32264
32265
32266 ---------------------------------------------------------------
32267 To unsubscribe, send email to majordomo@snow.shadowfire.org
32268 with "unsubscribe ircservices" in the body, without the quotes.
32269
32270
32271 From &quot Thu Nov 16 19:42:41 2000
32272 From: &quot (&quot)
32273 Date: Sat Oct 23 23:01:04 2004
32274 Subject: [IRCServices] I'm newbie :(
32275 Message-ID: 002901c05048$721637e0$d0dbc3c8@pentagon
32276
32277
32278 Hi,
32279
32280 Which command gimme the Chan Nick DB of my network?
32281 Eg
32282 OperServ- NickServ: 151223 entries, 67711 kB
32283 OperServ- ChanServ: 33367 entries, 16382 kB
32284
32285 Tks ppl
32286
32287
32288
32289 From &quot Thu Nov 16 20:43:13 2000
32290 From: &quot (&quot)
32291 Date: Sat Oct 23 23:01:04 2004
32292 Subject: [IRCServices] Re: I'm newbie :(
32293 In-Reply-To: <002901c05048$721637e0$d0dbc3c8@pentagon>
32294 References: <002901c05048$721637e0$d0dbc3c8@pentagon>
32295 Message-ID: 200011170243130590.0AFD0F9F@smtp.intergate.com.br
32296
32297
32298 Felipe Preussler wrote:
32299
32300 > Which command gimme the Chan Nick DB of my network?
32301 > Eg
32302 > OperServ- NickServ: 151223 entries, 67711 kB
32303 > OperServ- ChanServ: 33367 entries, 16382 kB
32304
32305
32306 /operserv stats all
32307
32308 (I think you have to be Services Admin)
32309
32310
32311 Best regards,
32312 --
32313
32314 Carlos Mendes Martini - martini@brasirc.net
32315 BrasIRC Network - Rede Brasileira de IRC
32316 http://www.brasirc.net
32317
32318 -
32319
32320
32321 ---------------------------------------------------------------
32322 To unsubscribe, send email to majordomo@snow.shadowfire.org
32323 with "unsubscribe ircservices" in the body, without the quotes.
32324
32325
32326 From smkelly at zombie.org Thu Nov 16 20:47:23 2000
32327 From: smkelly at zombie.org (Sean Kelly)
32328 Date: Sat Oct 23 23:01:04 2004
32329 Subject: [IRCServices] I'm newbie :(
32330 In-Reply-To: <002901c05048$721637e0$d0dbc3c8@pentagon>; from felipepreus@onda.com.br on Fri, Nov 17, 2000 at 01:42:41AM -0200
32331 References: <002901c05048$721637e0$d0dbc3c8@pentagon>
32332 Message-ID: 20001116224723.A94689@edgemaster.zombie.org
32333
32334 On Fri, Nov 17, 2000 at 01:42:41AM -0200, Felipe Preussler wrote:
32335 > Hi,
32336 >
32337 > Which command gimme the Chan Nick DB of my network?
32338 > Eg
32339 > OperServ- NickServ: 151223 entries, 67711 kB
32340 > OperServ- ChanServ: 33367 entries, 16382 kB
32341
32342 /MSG OperServ STATS ALL
32343 [OperServ] Current users: 310 (15 ops)
32344 [OperServ] Maximum users: 771 (Oct 05 21:43:58 2000 EDT)
32345 [OperServ] Services up 24 days, 03:20
32346 [OperServ] Bytes read : 13685 kB
32347 [OperServ] Bytes written: 23856 kB
32348 [OperServ] User : 310 records, 52 kB <- Active users
32349 [OperServ] Server : 7 records, 0 kB <- Servers
32350 [OperServ] Channel : 110 records, 36 kB <- Active channels
32351 [OperServ] NickServ: 2271 records, 621 kB <- Registered Nicknames
32352 [OperServ] ChanServ: 262 records, 109 kB <- Reg. Channels
32353 [OperServ] OperServ: 65 records, 118 kB <- AKILL/Exception/...(?)
32354 [OperServ] Sessions: 277 records, 11 kB <- Active hosts
32355
32356 --
32357 Sean Kelly <smkelly@zombie.org> or <smkelly@slashnet.org>
32358 PGP KeyID: 77042C7B http://www.sean-kelly.org
32359
32360 ---------------------------------------------------------------
32361 To unsubscribe, send email to majordomo@snow.shadowfire.org
32362 with "unsubscribe ircservices" in the body, without the quotes.
32363
32364
32365 From andy at strugglers.net Fri Nov 17 04:27:36 2000
32366 From: andy at strugglers.net (Andy Smith)
32367 Date: Sat Oct 23 23:01:04 2004
32368 Subject: [IRCServices] The channel '#'
32369 Message-ID: dv8a1to0a3iqoq1fgaammlmt1jqd734lru@4ax.com
32370
32371 Hi,
32372
32373 I appear to be able to register the channel #, just as normal. This is all
32374 very cute but will it cause any problems at all?
32375
32376 --
32377 Andy Smith <andy@strugglers.net>
32378
32379 ---------------------------------------------------------------
32380 To unsubscribe, send email to majordomo@snow.shadowfire.org
32381 with "unsubscribe ircservices" in the body, without the quotes.
32382
32383
32384 From cjb at mircx.com Fri Nov 17 04:36:53 2000
32385 From: cjb at mircx.com (CJB)
32386 Date: Sat Oct 23 23:01:04 2004
32387 Subject: [IRCServices] The channel '#'
32388 In-Reply-To: <dv8a1to0a3iqoq1fgaammlmt1jqd734lru@4ax.com>
32389 References: dv8a1to0a3iqoq1fgaammlmt1jqd734lru@4ax.com
32390 Message-ID: Pine.BSF.4.21.0011170535510.69694&#45;100000@mircx.com
32391
32392 I had some strange problems with services and the # channel. As far as I
32393 know, you're not supposed to be able to register it. If it's letting you,
32394 I would suggest forbidding the channel to prevent any future problems.
32395
32396 On Fri, 17 Nov 2000, Andy Smith wrote:
32397
32398 > Hi,
32399 >
32400 > I appear to be able to register the channel #, just as normal. This is all
32401 > very cute but will it cause any problems at all?
32402 >
32403 > --
32404 > Andy Smith <andy@strugglers.net>
32405 >
32406 > ---------------------------------------------------------------
32407 > To unsubscribe, send email to majordomo@snow.shadowfire.org
32408 > with "unsubscribe ircservices" in the body, without the quotes.
32409 >
32410
32411
32412 ---------------------------------------------------------------
32413 To unsubscribe, send email to majordomo@snow.shadowfire.org
32414 with "unsubscribe ircservices" in the body, without the quotes.
32415
32416
32417 From agi at rileks.co.id Fri Nov 17 21:08:36 2000
32418 From: agi at rileks.co.id (Agi Subagio)
32419 Date: Sat Oct 23 23:01:04 2004
32420 Subject: [IRCServices] IRCServices on two or more servers
32421 Message-ID: 5.0.0.25.2.20001118120741.02f3db10@mail.rileks.co.id
32422
32423 I have compiled and installed bahamut-1.2.2 on two servers (Hub feature was
32424 active). I have connected those servers. All users from Server A and B was
32425 join succesfully in a channel (#test).
32426 But I want to add IRCServices-4.4.8 to control nickserv and chanserv in
32427 that channel.
32428 After I installed and try some configurations, IRCServices blocked all
32429 connection attempt from each server. All users from Server A was kick and
32430 rejoin again to that channel, and the users from Server B feel the same
32431 experience.
32432 Can I run IRCServices to control two or more connected servers?
32433 If not, how to create an IRC Networks (two or more servers connected) with
32434 IRCServices running?
32435
32436
32437 Regards,
32438
32439 Agi
32440
32441
32442 Regards,
32443
32444 Agi Subagio
32445 Network Engineer
32446 PT. Rileks Indonesia
32447 Jakarta - Indonesia
32448 Email : agi@rileks.co.id, agismaniax@yahoo.com
32449 Website : www.rileks.com
32450
32451
32452 ---------------------------------------------------------------
32453 To unsubscribe, send email to majordomo@snow.shadowfire.org
32454 with "unsubscribe ircservices" in the body, without the quotes.
32455
32456
32457 From &quot Mon Nov 27 08:36:20 2000
32458 From: &quot (&quot)
32459 Date: Sat Oct 23 23:01:04 2004
32460 Subject: [IRCServices] Killing a connection after it floods?
32461 Message-ID: 001701c05890$3249b4c0$0200a8c0@powersurfr.com
32462
32463 Hello ..
32464
32465 Any way to set services to auto-kill (like an auto killclones) hosts that
32466 exceed the connection limits? Or to auto-k:line them or something?
32467
32468 Thanks,
32469
32470 Tim
32471
32472
32473 ---------------------------------------------------------------
32474 To unsubscribe, send email to majordomo@snow.shadowfire.org
32475 with "unsubscribe ircservices" in the body, without the quotes.
32476
32477
32478 From &quot Mon Nov 27 11:45:28 2000
32479 From: &quot (&quot)
32480 Date: Sat Oct 23 23:01:04 2004
32481 Subject: [IRCServices] Killing a connection after it floods?
32482 References: <001701c05890$3249b4c0$0200a8c0@powersurfr.com>
32483 Message-ID: 000801c058aa$99329ed0$4500a8c0@laptop
32484
32485 I do believe Session limits already do so. This would be why the KILLCLONES
32486 setting is depreciated.
32487
32488 Dryder
32489
32490
32491 ----- Original Message -----
32492 From: "Tim AtLee" <spaced@connect.ab.ca>
32493 To: "Mailing List: Services" <ircservices@snow.shadowfire.org>
32494 Sent: Monday, November 27, 2000 11:36 AM
32495 Subject: [IRCServices] Killing a connection after it floods?
32496
32497
32498 > Hello ..
32499 >
32500 > Any way to set services to auto-kill (like an auto killclones) hosts that
32501 > exceed the connection limits? Or to auto-k:line them or something?
32502 >
32503 > Thanks,
32504 >
32505 > Tim
32506 >
32507 >
32508 > ---------------------------------------------------------------
32509 > To unsubscribe, send email to majordomo@snow.shadowfire.org
32510 > with "unsubscribe ircservices" in the body, without the quotes.
32511 >
32512
32513
32514 ---------------------------------------------------------------
32515 To unsubscribe, send email to majordomo@snow.shadowfire.org
32516 with "unsubscribe ircservices" in the body, without the quotes.
32517
32518
32519 From achurch at achurch.org Tue Dec 12 11:32:12 2000
32520 From: achurch at achurch.org (Andrew Church)
32521 Date: Sat Oct 23 23:01:04 2004
32522 Subject: [IRCServices] Services 4.4.9 / 4.3.4 released
32523 Message-ID: 3a358fa3.17243@prima&#45;lan.net
32524
32525 As Andrew Kempe is currently busy with other matters, I have taken the
32526 liberty of releasing a new version of Services to counter a bug recently
32527 discovered which could lead to Services crashing.
32528
32529 I have patched both the current (4.4) branch and the non-beta (4.3)
32530 branch to fix this bug; the new versions, 4.4.9 and 4.3.4 respectively, can
32531 be retrieved from the following site:
32532
32533 ftp://ftp.esper.net/ircservices/
32534
32535 Note that version 4.3.4 fixes _only_ this one bug, and does not
32536 address any other issues which have been resolved in the 4.4 series.
32537
32538 --Andrew Church
32539 achurch@achurch.org | New address - please note.
32540 <A HREF="http://achurch.org/">http://achurch.org/</A> | \e$B%a!<%k%"%I%l%9$,JQ$o$j$^$7$?!#\e(B
32541
32542 ---------------------------------------------------------------
32543 To unsubscribe, send email to majordomo@snow.shadowfire.org
32544 with "unsubscribe ircservices" in the body, without the quotes.
32545
32546
32547 From &quot Mon Dec 11 22:07:48 2000
32548 From: &quot (&quot)
32549 Date: Sat Oct 23 23:01:04 2004
32550 Subject: [IRCServices] Services 4.4.9 / 4.3.4 released
32551 References: <3a358fa3.17243@prima-lan.net>
32552 Message-ID: 017801c06401$dbf7d110$9c011ac4@africa.didata.local
32553
32554 The currently official ftp site, and consequently its mirrors, have been
32555 updated with this release.
32556
32557 Regards, Andrew
32558
32559 ----- Original Message -----
32560 From: "Andrew Church" <achurch@achurch.org>
32561 To: <ircservices@Snow.shadowfire.org>
32562 Sent: Tuesday, December 12, 2000 4:32 AM
32563 Subject: [IRCServices] Services 4.4.9 / 4.3.4 released
32564
32565
32566 > As Andrew Kempe is currently busy with other matters, I have taken
32567 the
32568 > liberty of releasing a new version of Services to counter a bug recently
32569 > discovered which could lead to Services crashing.
32570 >
32571 > I have patched both the current (4.4) branch and the non-beta (4.3)
32572 > branch to fix this bug; the new versions, 4.4.9 and 4.3.4 respectively,
32573 can
32574 > be retrieved from the following site:
32575 >
32576 > ftp://ftp.esper.net/ircservices/
32577 >
32578 > Note that version 4.3.4 fixes _only_ this one bug, and does not
32579 > address any other issues which have been resolved in the 4.4 series.
32580 >
32581 > --Andrew Church
32582 > achurch@achurch.org | New address - please note.
32583 > <A HREF="http://achurch.org/">http://achurch.org/</A> | \e$B%a!<%k%"%I%l%9$,JQ$o$j$^$7$?!#\e(B
32584 >
32585 > ---------------------------------------------------------------
32586 > To unsubscribe, send email to majordomo@snow.shadowfire.org
32587 > with "unsubscribe ircservices" in the body, without the quotes.
32588 >
32589
32590
32591 ---------------------------------------------------------------
32592 To unsubscribe, send email to majordomo@snow.shadowfire.org
32593 with "unsubscribe ircservices" in the body, without the quotes.
32594
32595
32596 From &quot Tue Dec 12 08:40:51 2000
32597 From: &quot (&quot)
32598 Date: Sat Oct 23 23:01:04 2004
32599 Subject: [IRCServices] Services 4.4.9 / 4.3.4 released
32600 References: <3a358fa3.17243@prima-lan.net>
32601 Message-ID: 002401c0645a$4a76d570$250c1218@cc274522d
32602
32603 Just out of curiousity, has anyone been able to get services working under
32604 RedHat 7? I have no trouble using services under RedHat 6.2, but Services
32605 segfaults when started up under RedHat 7.... I noticed Unreal (and perhaps
32606 other ircd's) had to be modified due to some 'string.h bug' in RedHat 7, but
32607 I don't know if this is related to Services (4.4.8) segfaulting.... Any
32608 comments would be appreciated.
32609
32610 David Blanchard
32611 irc.sub-city.net
32612
32613 ----- Original Message -----
32614 From: "Andrew Church" <achurch@achurch.org>
32615 To: <ircservices@Snow.shadowfire.org>
32616 Sent: Monday, December 11, 2000 9:32 PM
32617 Subject: [IRCServices] Services 4.4.9 / 4.3.4 released
32618
32619
32620 > As Andrew Kempe is currently busy with other matters, I have taken
32621 the
32622 > liberty of releasing a new version of Services to counter a bug recently
32623 > discovered which could lead to Services crashing.
32624 >
32625 > I have patched both the current (4.4) branch and the non-beta (4.3)
32626 > branch to fix this bug; the new versions, 4.4.9 and 4.3.4 respectively,
32627 can
32628 > be retrieved from the following site:
32629 >
32630 > ftp://ftp.esper.net/ircservices/
32631 >
32632 > Note that version 4.3.4 fixes _only_ this one bug, and does not
32633 > address any other issues which have been resolved in the 4.4 series.
32634 >
32635 > --Andrew Church
32636 > achurch@achurch.org | New address - please note.
32637 > <A HREF="http://achurch.org/">http://achurch.org/</A> | \e$B%a!<%k%"%I%l%9$,JQ$o$j$^$7$?!#\e(B
32638 >
32639 > ---------------------------------------------------------------
32640 > To unsubscribe, send email to majordomo@snow.shadowfire.org
32641 > with "unsubscribe ircservices" in the body, without the quotes.
32642
32643
32644 ---------------------------------------------------------------
32645 To unsubscribe, send email to majordomo@snow.shadowfire.org
32646 with "unsubscribe ircservices" in the body, without the quotes.
32647
32648
32649 From mike at chat.za.net Tue Dec 12 08:50:04 2000
32650 From: mike at chat.za.net (Michael Smith)
32651 Date: Sat Oct 23 23:01:04 2004
32652 Subject: [IRCServices] Services 4.4.9 / 4.3.4 released
32653 Message-ID: 2.2.32.20001212165004.034e3260@moonlight.chat.za.net
32654
32655
32656 It doesnt look like the services number was incremented, ie it still shows
32657 4.4.8 [STABLE]
32658
32659 Locke
32660
32661 At 11:40 AM 00/12/12 -0500, you wrote:
32662 >Just out of curiousity, has anyone been able to get services working under
32663 >RedHat 7? I have no trouble using services under RedHat 6.2, but Services
32664 >segfaults when started up under RedHat 7.... I noticed Unreal (and perhaps
32665 >other ircd's) had to be modified due to some 'string.h bug' in RedHat 7, but
32666 >I don't know if this is related to Services (4.4.8) segfaulting.... Any
32667 >comments would be appreciated.
32668 >
32669 >David Blanchard
32670 >irc.sub-city.net
32671 >
32672 >----- Original Message -----
32673 >From: "Andrew Church" <achurch@achurch.org>
32674 >To: <ircservices@Snow.shadowfire.org>
32675 >Sent: Monday, December 11, 2000 9:32 PM
32676 >Subject: [IRCServices] Services 4.4.9 / 4.3.4 released
32677 >
32678 >
32679 >> As Andrew Kempe is currently busy with other matters, I have taken
32680 >the
32681 >> liberty of releasing a new version of Services to counter a bug recently
32682 >> discovered which could lead to Services crashing.
32683 >>
32684 >> I have patched both the current (4.4) branch and the non-beta (4.3)
32685 >> branch to fix this bug; the new versions, 4.4.9 and 4.3.4 respectively,
32686 >can
32687 >> be retrieved from the following site:
32688 >>
32689 >> ftp://ftp.esper.net/ircservices/
32690 >>
32691 >> Note that version 4.3.4 fixes _only_ this one bug, and does not
32692 >> address any other issues which have been resolved in the 4.4 series.
32693 >>
32694 >> --Andrew Church
32695 >> achurch@achurch.org | New address - please note.
32696 >> <A HREF="http://achurch.org/">http://achurch.org/</A> | \e$B%a!<%k%"%I%l%9$,JQ$o$j$^$7$?!#\e(B
32697 >>
32698 >> ---------------------------------------------------------------
32699 >> To unsubscribe, send email to majordomo@snow.shadowfire.org
32700 >> with "unsubscribe ircservices" in the body, without the quotes.
32701 >
32702 >
32703 >---------------------------------------------------------------
32704 >To unsubscribe, send email to majordomo@snow.shadowfire.org
32705 >with "unsubscribe ircservices" in the body, without the quotes.
32706 >
32707 >
32708 ---
32709 Michael Smith (Warlock on IRC)
32710 <A HREF="http://www.warlock.web.za">http://www.warlock.web.za</A>
32711 "Do you smell something burning or is it me?"
32712 -- Joan of Arc
32713
32714
32715 ---------------------------------------------------------------
32716 To unsubscribe, send email to majordomo@snow.shadowfire.org
32717 with "unsubscribe ircservices" in the body, without the quotes.
32718
32719
32720 From andy at strugglers.net Tue Dec 12 09:03:42 2000
32721 From: andy at strugglers.net (Andy Smith)
32722 Date: Sat Oct 23 23:01:04 2004
32723 Subject: [IRCServices] Services 4.4.9 / 4.3.4 released
32724 In-Reply-To: <002401c0645a$4a76d570$250c1218@cc274522d>
32725 References: 002401c0645a$4a76d570$250c1218@cc274522d
32726 Message-ID: Pine.LNX.4.21.0012121656250.2835&#45;100000@aeriss.strugglers.net
32727
32728 On Tue, 12 Dec 2000, David Blanchard wrote:
32729
32730 > Just out of curiousity, has anyone been able to get services working under
32731 > RedHat 7?
32732
32733 Not without small code modifications.
32734
32735 > I have no trouble using services under RedHat 6.2, but Services
32736 > segfaults when started up under RedHat 7....
32737
32738 I noticed this too. I posted a small patch that makes it work for me at
32739 least, to the ircservices-coding list. Will dig it out for you later if
32740 still interested.
32741
32742 > I noticed Unreal (and perhaps
32743 > other ircd's) had to be modified due to some 'string.h bug' in RedHat 7, but
32744 > I don't know if this is related to Services (4.4.8) segfaulting.... Any
32745 > comments would be appreciated.
32746
32747 Seems newer version of glibc break a few things.
32748
32749 --
32750 Andy Smith <andy@strugglers.net>
32751 http://andy.strugglers.net
32752
32753 "Only homosexuals and little girls RTFM, after all." -- Matt Olson
32754
32755
32756 ---------------------------------------------------------------
32757 To unsubscribe, send email to majordomo@snow.shadowfire.org
32758 with "unsubscribe ircservices" in the body, without the quotes.
32759
32760
32761 From ciaran.reilly at ntlworld.com Tue Dec 12 09:07:20 2000
32762 From: ciaran.reilly at ntlworld.com (Ciarán Reilly)
32763 Date: Sat Oct 23 23:01:04 2004
32764 Subject: [IRCServices] Address of coding list
32765 References: <Pine.LNX.4.21.0012121656250.2835-100000@aeriss.strugglers.net>
32766 Message-ID: 001201c0645d$fec47d40$0600a8c0@ciaran
32767
32768 Hi,
32769
32770 Can anyone please remind me of the address to sub to the coding list ? had
32771 to fdisk my home machine and lost everything :(
32772
32773
32774 Ciarán.
32775
32776 ----- Original Message -----
32777 From: "Andy Smith" <andy@strugglers.net>
32778 To: <ircservices@snow.shadowfire.org>
32779 Sent: Tuesday, December 12, 2000 5:03 PM
32780 Subject: Re: [IRCServices] Services 4.4.9 / 4.3.4 released
32781
32782
32783 > On Tue, 12 Dec 2000, David Blanchard wrote:
32784 >
32785 > > Just out of curiousity, has anyone been able to get services working
32786 under
32787 > > RedHat 7?
32788 >
32789 > Not without small code modifications.
32790 >
32791 > > I have no trouble using services under RedHat 6.2, but Services
32792 > > segfaults when started up under RedHat 7....
32793 >
32794 > I noticed this too. I posted a small patch that makes it work for me at
32795 > least, to the ircservices-coding list. Will dig it out for you later if
32796 > still interested.
32797 >
32798 > > I noticed Unreal (and perhaps
32799 > > other ircd's) had to be modified due to some 'string.h bug' in RedHat 7,
32800 but
32801 > > I don't know if this is related to Services (4.4.8) segfaulting.... Any
32802 > > comments would be appreciated.
32803 >
32804 > Seems newer version of glibc break a few things.
32805 >
32806 > --
32807 > Andy Smith <andy@strugglers.net>
32808 > http://andy.strugglers.net
32809 >
32810 > "Only homosexuals and little girls RTFM, after all." -- Matt Olson
32811 >
32812 >
32813 > ---------------------------------------------------------------
32814 > To unsubscribe, send email to majordomo@snow.shadowfire.org
32815 > with "unsubscribe ircservices" in the body, without the quotes.
32816
32817
32818
32819 ---------------------------------------------------------------
32820 To unsubscribe, send email to majordomo@snow.shadowfire.org
32821 with "unsubscribe ircservices" in the body, without the quotes.
32822
32823
32824 From smkelly at zombie.org Tue Dec 12 09:44:47 2000
32825 From: smkelly at zombie.org (Sean Kelly)
32826 Date: Sat Oct 23 23:01:04 2004
32827 Subject: [IRCServices] Address of coding list
32828 In-Reply-To: <001201c0645d$fec47d40$0600a8c0@ciaran>; from ciaran.reilly@ntlworld.com on Tue, Dec 12, 2000 at 05:07:20PM -0000
32829 References: <Pine.LNX.4.21.0012121656250.2835-100000@aeriss.strugglers.net> <001201c0645d$fec47d40$0600a8c0@ciaran>
32830 Message-ID: 20001212114447.A48732@edgemaster.zombie.org
32831
32832 On Tue, Dec 12, 2000 at 05:07:20PM -0000, Ciarán Reilly wrote:
32833 > Hi,
32834 >
32835 > Can anyone please remind me of the address to sub to the coding list ? had
32836 > to fdisk my home machine and lost everything :(
32837 >
32838 >
32839 > Ciarán.
32840
32841 Send an e-mail to majordomo@snow.shadowfire.org saying "subscribe
32842 ircservices-coding" in the body and you should be set.
32843
32844
32845 --
32846 Sean Kelly <smkelly@zombie.org> or <smkelly@slashnet.org>
32847 PGP KeyID: 77042C7B http://www.sean-kelly.org
32848
32849 ---------------------------------------------------------------
32850 To unsubscribe, send email to majordomo@snow.shadowfire.org
32851 with "unsubscribe ircservices" in the body, without the quotes.
32852
32853
32854 From &quot Tue Dec 12 12:52:59 2000
32855 From: &quot (&quot)
32856 Date: Sat Oct 23 23:01:04 2004
32857 Subject: [IRCServices] Segfaults?
32858 In-Reply-To: <Pine.LNX.4.21.0012121656250.2835-100000@aeriss.strugglers.net>
32859 References: <Pine.LNX.4.21.0012121656250.2835-100000@aeriss.strugglers.net>
32860 Message-ID: 200012121852590190.0299CCFE@smtp.intergate.com.br
32861
32862
32863 Andy Smith wrote:
32864
32865 > > I noticed Unreal (and perhaps other ircd's) had to be modified
32866 > > due to some 'string.h bug' in RedHat 7, but I don't know if
32867 > > this is related to Services (4.4.8) segfaulting.... Any
32868 > > comments would be appreciated.
32869 >
32870 > Seems newer version of glibc break a few things.
32871
32872
32873 Hello,
32874
32875
32876 Sorry for my bad english.
32877
32878 I was using, in my IRC network, a little modified version of
32879 ircservices-4.3.3 in FreeBSD 4.3.x, and it was working very well.
32880 Now, I've upgraded the machine SO to BSD 4.1, and I'm having some
32881 problems with segfaults.
32882
32883 I asked for some aid here, but this aid was denied to me... :/ Then,
32884 I've changed my services to 4.4.8, but my problems with segfaults are
32885 still happening...
32886
32887 The error message:
32888
32889 "PANIC! in timed_update (Segmentation fault)"
32890
32891
32892 Anybody can help me? :/
32893
32894 --
32895
32896 Carlos Mendes "Martini"
32897 martini@intergate.com.br
32898
32899 -
32900
32901
32902 ---------------------------------------------------------------
32903 To unsubscribe, send email to majordomo@snow.shadowfire.org
32904 with "unsubscribe ircservices" in the body, without the quotes.
32905
32906
32907 From &quot Tue Dec 12 14:23:33 2000
32908 From: &quot (&quot)
32909 Date: Sat Oct 23 23:01:04 2004
32910 Subject: [IRCServices] Services 4.4.9 / 4.3.4 released
32911 References: <Pine.LNX.4.21.0012121656250.2835-100000@aeriss.strugglers.net>
32912 Message-ID: 002101c0648a$29e76970$250c1218@cc274522d
32913
32914 >
32915 > > I have no trouble using services under RedHat 6.2, but Services
32916 > > segfaults when started up under RedHat 7....
32917 >
32918 > I noticed this too. I posted a small patch that makes it work for me at
32919 > least, to the ircservices-coding list. Will dig it out for you later if
32920 > still interested.
32921
32922 Please do :)
32923
32924 Thanks!
32925 David
32926
32927
32928
32929 ---------------------------------------------------------------
32930 To unsubscribe, send email to majordomo@snow.shadowfire.org
32931 with "unsubscribe ircservices" in the body, without the quotes.
32932
32933
32934 From achurch at achurch.org Wed Dec 13 08:38:24 2000
32935 From: achurch at achurch.org (Andrew Church)
32936 Date: Sat Oct 23 23:01:04 2004
32937 Subject: [IRCServices] Services 4.4.9 / 4.3.4 released
32938 Message-ID: 3a36b71a.27214@prima&#45;lan.net
32939
32940 >It doesnt look like the services number was incremented, ie it still shows
32941 >4.4.8 [STABLE]
32942
32943 Oops, I missed that. The bug is fixed, however, so don't worry
32944 about it.
32945
32946 >Locke
32947 >
32948 >At 11:40 AM 00/12/12 -0500, you wrote:
32949 >>Just out of curiousity, has anyone been able to get services working under
32950 >>RedHat 7? I have no trouble using services under RedHat 6.2, but Services
32951 >>segfaults when started up under RedHat 7.... I noticed Unreal (and perhaps
32952 >>other ircd's) had to be modified due to some 'string.h bug' in RedHat 7, but
32953 >>I don't know if this is related to Services (4.4.8) segfaulting.... Any
32954 >>comments would be appreciated.
32955 >>
32956 >>David Blanchard
32957 >>irc.sub-city.net
32958 >>
32959 >>----- Original Message -----
32960 >>From: "Andrew Church" <achurch@achurch.org>
32961 >>To: <ircservices@Snow.shadowfire.org>
32962 >>Sent: Monday, December 11, 2000 9:32 PM
32963 >>Subject: [IRCServices] Services 4.4.9 / 4.3.4 released
32964 >>
32965 >>
32966 >>> As Andrew Kempe is currently busy with other matters, I have taken
32967 >>the
32968 >>> liberty of releasing a new version of Services to counter a bug recently
32969 >>> discovered which could lead to Services crashing.
32970 >>>
32971 >>> I have patched both the current (4.4) branch and the non-beta (4.3)
32972 >>> branch to fix this bug; the new versions, 4.4.9 and 4.3.4 respectively,
32973 >>can
32974 >>> be retrieved from the following site:
32975 >>>
32976 >>> ftp://ftp.esper.net/ircservices/
32977 >>>
32978 >>> Note that version 4.3.4 fixes _only_ this one bug, and does not
32979 >>> address any other issues which have been resolved in the 4.4 series.
32980 >>>
32981 >>> --Andrew Church
32982 >>> achurch@achurch.org | New address - please note.
32983 >>> <A HREF="http://achurch.org/">http://achurch.org/</A> | \e$B%a!<%k%"%I%l%9$,JQ$o$j$^$7$?!#\e(B
32984 >>>
32985 >>> ---------------------------------------------------------------
32986 >>> To unsubscribe, send email to majordomo@snow.shadowfire.org
32987 >>> with "unsubscribe ircservices" in the body, without the quotes.
32988 >>
32989 >>
32990 >>---------------------------------------------------------------
32991 >>To unsubscribe, send email to majordomo@snow.shadowfire.org
32992 >>with "unsubscribe ircservices" in the body, without the quotes.
32993 >>
32994 >>
32995 >---
32996 >Michael Smith (Warlock on IRC)
32997 ><A HREF="http://www.warlock.web.za">http://www.warlock.web.za</A>
32998 > "Do you smell something burning or is it me?"
32999 > -- Joan of Arc
33000 >
33001 >
33002 >---------------------------------------------------------------
33003 >To unsubscribe, send email to majordomo@snow.shadowfire.org
33004 >with "unsubscribe ircservices" in the body, without the quotes.
33005
33006 --Andrew Church
33007 achurch@achurch.org | New address - please note.
33008 <A HREF="http://achurch.org/">http://achurch.org/</A> | \e$B%a!<%k%"%I%l%9$,JQ$o$j$^$7$?!#\e(B
33009
33010 ---------------------------------------------------------------
33011 To unsubscribe, send email to majordomo@snow.shadowfire.org
33012 with "unsubscribe ircservices" in the body, without the quotes.
33013
33014
33015 From m.eccleston at home.com Tue Dec 12 18:36:38 2000
33016 From: m.eccleston at home.com (Mike Eccleston)
33017 Date: Sat Oct 23 23:01:04 2004
33018 Subject: [IRCServices] servcies to server link
33019 Message-ID: 3A36E0B6.500C54BE@home.com
33020
33021 Hi I was looking for ?`s on servcies to server links, my ? is can u run
33022 a server and servcies on the same unix box, and if so seervcies will not
33023 link to the server, if u have a complete ircd.conf example for c/n lines
33024 can u sent it to me.
33025 I`m running PTlink server and PTlink servcies thanks for your help.
33026
33027 ---------------------------------------------------------------
33028 To unsubscribe, send email to majordomo@snow.shadowfire.org
33029 with "unsubscribe ircservices" in the body, without the quotes.
33030
33031
33032 From smkelly at zombie.org Tue Dec 12 19:06:32 2000
33033 From: smkelly at zombie.org (Sean Kelly)
33034 Date: Sat Oct 23 23:01:04 2004
33035 Subject: [IRCServices] servcies to server link
33036 In-Reply-To: <3A36E0B6.500C54BE@home.com>; from m.eccleston@home.com on Tue, Dec 12, 2000 at 06:36:38PM -0800
33037 References: <3A36E0B6.500C54BE@home.com>
33038 Message-ID: 20001212210632.A55035@edgemaster.zombie.org
33039
33040 On Tue, Dec 12, 2000 at 06:36:38PM -0800, Mike Eccleston wrote:
33041 > Hi I was looking for ?`s on servcies to server links, my ? is can u run
33042 > a server and servcies on the same unix box, and if so seervcies will not
33043 > link to the server, if u have a complete ircd.conf example for c/n lines
33044 > can u sent it to me.
33045 > I`m running PTlink server and PTlink servcies thanks for your help.
33046
33047 Assuming I'm able to interpret your question correctly, I believe that you
33048 are asking in the wrong place. This list is for IRCServices, nto PTLink
33049 Services. I don't know if PT is based on these Services, but even still the
33050 problems you are having could be a result of modification. I would suggest you
33051 either switch services products or find a PTLink source for sending questions
33052 to.
33053
33054 --
33055 Sean Kelly <smkelly@zombie.org> or <smkelly@slashnet.org>
33056 PGP KeyID: 77042C7B http://www.sean-kelly.org
33057
33058 ---------------------------------------------------------------
33059 To unsubscribe, send email to majordomo@snow.shadowfire.org
33060 with "unsubscribe ircservices" in the body, without the quotes.
33061
33062
33063 From &quot Tue Dec 12 19:14:12 2000
33064 From: &quot (&quot)
33065 Date: Sat Oct 23 23:01:04 2004
33066 Subject: [IRCServices] servcies to server link
33067 References: <3A36E0B6.500C54BE@home.com>
33068 Message-ID: 000b01c064b2$c5397fd0$0100a8c0@excalibur
33069
33070
33071 ----- Original Message -----
33072 From: "Mike Eccleston" <m.eccleston@home.com>
33073 To: <ircservices@Snow.shadowfire.org>
33074 Sent: Tuesday, December 12, 2000 9:36 PM
33075 Subject: [IRCServices] servcies to server link
33076
33077
33078 > Hi I was looking for ?`s on servcies to server links, my ? is can u run
33079 > a server and servcies on the same unix box, and if so seervcies will not
33080 > link to the server, if u have a complete ircd.conf example for c/n lines
33081 > can u sent it to me.
33082 > I`m running PTlink server and PTlink servcies thanks for your help.
33083 >
33084
33085 IRCServices WILL connect to a server on the same box, however there is some
33086 contraversy regarding which address to use.
33087
33088 You could use 127.0.0.1 (local loop) to connect however I perfer to connect
33089 to the assigned IP of the box.
33090
33091 If for some reason you still have problems connecting your server to
33092 services, please contact the support options available from PTLink/services.
33093
33094
33095 Dryder
33096
33097 > ---------------------------------------------------------------
33098 > To unsubscribe, send email to majordomo@snow.shadowfire.org
33099 > with "unsubscribe ircservices" in the body, without the quotes.
33100 >
33101
33102
33103 ---------------------------------------------------------------
33104 To unsubscribe, send email to majordomo@snow.shadowfire.org
33105 with "unsubscribe ircservices" in the body, without the quotes.
33106
33107
33108 From Ciaran.reilly at ntlworld.com Wed Dec 13 17:40:23 2000
33109 From: Ciaran.reilly at ntlworld.com (Ciarán Reilly)
33110 Date: Sat Oct 23 23:01:04 2004
33111 Subject: [IRCServices] Address of coding list
33112 References: <Pine.LNX.4.21.0012121656250.2835-100000@aeriss.strugglers.net> <001201c0645d$fec47d40$0600a8c0@ciaran> <20001212114447.A48732@edgemaster.zombie.org>
33113 Message-ID: 003901c0656e$d8a4f0b0$c636fe3e@morpheous
33114
33115 Ta Sean :-)
33116
33117
33118 ----- Original Message -----
33119 From: "Sean Kelly" <smkelly@zombie.org>
33120 To: <ircservices@snow.shadowfire.org>
33121 Sent: Tuesday, December 12, 2000 5:44 PM
33122 Subject: Re: [IRCServices] Address of coding list
33123
33124
33125 > On Tue, Dec 12, 2000 at 05:07:20PM -0000, Ciarán Reilly wrote:
33126 > > Hi,
33127 > >
33128 > > Can anyone please remind me of the address to sub to the coding list ?
33129 had
33130 > > to fdisk my home machine and lost everything :(
33131 > >
33132 > >
33133 > > Ciarán.
33134 >
33135 > Send an e-mail to majordomo@snow.shadowfire.org saying "subscribe
33136 > ircservices-coding" in the body and you should be set.
33137 >
33138 >
33139 > --
33140 > Sean Kelly <smkelly@zombie.org> or <smkelly@slashnet.org>
33141 > PGP KeyID: 77042C7B http://www.sean-kelly.org
33142 >
33143 > ---------------------------------------------------------------
33144 > To unsubscribe, send email to majordomo@snow.shadowfire.org
33145 > with "unsubscribe ircservices" in the body, without the quotes.
33146
33147
33148 ---------------------------------------------------------------
33149 To unsubscribe, send email to majordomo@snow.shadowfire.org
33150 with "unsubscribe ircservices" in the body, without the quotes.
33151
33152
33153 From &quot Wed Dec 13 22:54:47 2000
33154 From: &quot (&quot)
33155 Date: Sat Oct 23 23:01:04 2004
33156 Subject: [IRCServices] Patch to run Services on Red Hat
33157 References: <Pine.LNX.4.21.0012121656250.2835-100000@aeriss.strugglers.net> <001201c0645d$fec47d40$0600a8c0@ciaran> <20001212114447.A48732@edgemaster.zombie.org> <003901c0656e$d8a4f0b0$c636fe3e@morpheous>
33158 Message-ID: 006a01c0659a$c1a29300$4cddc3c8@pentagon
33159
33160 Please, send me too.
33161
33162 Tks
33163
33164
33165 ---------------------------------------------------------------
33166 To unsubscribe, send email to majordomo@snow.shadowfire.org
33167 with "unsubscribe ircservices" in the body, without the quotes.
33168
33169
33170 From &quot Thu Dec 14 05:13:22 2000
33171 From: &quot (&quot)
33172 Date: Sat Oct 23 23:01:04 2004
33173 Subject: [IRCServices] Patch to run Services on Red Hat and more
33174 References: <Pine.LNX.4.21.0012121656250.2835-100000@aeriss.strugglers.net> <001201c0645d$fec47d40$0600a8c0@ciaran> <20001212114447.A48732@edgemaster.zombie.org> <003901c0656e$d8a4f0b0$c636fe3e@morpheous> <006a01c0659a$c1a29300$4cddc3c8@pentagon>
33175 Message-ID: 000901c065cf$a3dc18c0$0100a8c0@excalibur
33176
33177 The patch that is in question is for RedHat7 only. IRCServices works fine on
33178 RedHat otherwise.
33179
33180 I was considering the idea of putting up a website for these feature/OS
33181 patches up. Said "patches" would be of course for features for now and
33182 perhaps official diffs once I talk to Andrew a bit more.
33183
33184 I have seen several different features or ideas that were desired, such as
33185 email password retrieval and having ChanServ join channels on registration.
33186
33187 I, of course, wouldn't be the author of any of these patches but I could at
33188 least offer to maintain a centralized location that one could be directed to
33189 to retrieve them. This would also keep the burden of doing the same thing
33190 off of Andrew's already full schedule.
33191
33192 Please reply with your thoughts and suggestions on this idea. This could be
33193 a start of a modular form of services IF Andrew is willing to entertain the
33194 idea that far.
33195
33196 Dryder
33197
33198 ----- Original Message -----
33199 From: "Burrrrrp" <felipepreus@onda.com.br>
33200 To: <ircservices@snow.shadowfire.org>
33201 Sent: Thursday, December 14, 2000 1:54 AM
33202 Subject: [IRCServices] Patch to run Services on Red Hat
33203
33204
33205 > Please, send me too.
33206 >
33207 > Tks
33208 >
33209 >
33210 > ---------------------------------------------------------------
33211 > To unsubscribe, send email to majordomo@snow.shadowfire.org
33212 > with "unsubscribe ircservices" in the body, without the quotes.
33213 >
33214
33215
33216 ---------------------------------------------------------------
33217 To unsubscribe, send email to majordomo@snow.shadowfire.org
33218 with "unsubscribe ircservices" in the body, without the quotes.
33219
33220
33221 From &quot Thu Dec 14 05:40:31 2000
33222 From: &quot (&quot)
33223 Date: Sat Oct 23 23:01:04 2004
33224 Subject: [IRCServices] Patch to run Services on Red Hat and more
33225 References: <Pine.LNX.4.21.0012121656250.2835-100000@aeriss.strugglers.net> <001201c0645d$fec47d40$0600a8c0@ciaran> <20001212114447.A48732@edgemaster.zombie.org> <003901c0656e$d8a4f0b0$c636fe3e@morpheous> <006a01c0659a$c1a29300$4cddc3c8@pentagon> <000901c065cf$a3dc18c0$0100a8c0@excalibur>
33226 Message-ID: 049c01c065d3$6d776560$9c011ac4@africa.didata.local
33227
33228 I don't mind anyone putting up a site with patches. If the whole thing is
33229 well run and organised, then I'll probably consider endorsing it - in my
33230 personal capacity. What I don't want is for people to start using those
33231 patches and then assume they can get help from the mailing list when things
33232 go wrong. The list members already have enough to deal with.
33233
33234 Andrew
33235
33236 ----- Original Message -----
33237 From: "Scott Seufert" <dryder@qx.net>
33238 To: <ircservices@snow.shadowfire.org>
33239 Sent: Thursday, December 14, 2000 3:13 PM
33240 Subject: Re: [IRCServices] Patch to run Services on Red Hat and more
33241
33242
33243 > The patch that is in question is for RedHat7 only. IRCServices works fine
33244 on
33245 > RedHat otherwise.
33246 >
33247 > I was considering the idea of putting up a website for these feature/OS
33248 > patches up. Said "patches" would be of course for features for now and
33249 > perhaps official diffs once I talk to Andrew a bit more.
33250 >
33251 > I have seen several different features or ideas that were desired, such as
33252 > email password retrieval and having ChanServ join channels on
33253 registration.
33254 >
33255 > I, of course, wouldn't be the author of any of these patches but I could
33256 at
33257 > least offer to maintain a centralized location that one could be directed
33258 to
33259 > to retrieve them. This would also keep the burden of doing the same thing
33260 > off of Andrew's already full schedule.
33261 >
33262 > Please reply with your thoughts and suggestions on this idea. This could
33263 be
33264 > a start of a modular form of services IF Andrew is willing to entertain
33265 the
33266 > idea that far.
33267 >
33268 > Dryder
33269 >
33270 > ----- Original Message -----
33271 > From: "Burrrrrp" <felipepreus@onda.com.br>
33272 > To: <ircservices@snow.shadowfire.org>
33273 > Sent: Thursday, December 14, 2000 1:54 AM
33274 > Subject: [IRCServices] Patch to run Services on Red Hat
33275 >
33276 >
33277 > > Please, send me too.
33278 > >
33279 > > Tks
33280 > >
33281 > >
33282 > > ---------------------------------------------------------------
33283 > > To unsubscribe, send email to majordomo@snow.shadowfire.org
33284 > > with "unsubscribe ircservices" in the body, without the quotes.
33285 > >
33286 >
33287 >
33288 > ---------------------------------------------------------------
33289 > To unsubscribe, send email to majordomo@snow.shadowfire.org
33290 > with "unsubscribe ircservices" in the body, without the quotes.
33291 >
33292
33293
33294 ---------------------------------------------------------------
33295 To unsubscribe, send email to majordomo@snow.shadowfire.org
33296 with "unsubscribe ircservices" in the body, without the quotes.
33297
33298
33299 From &quot Thu Dec 14 07:45:44 2000
33300 From: &quot (&quot)
33301 Date: Sat Oct 23 23:01:04 2004
33302 Subject: [IRCServices] Patch to run Services on Red Hat and more
33303 References: <Pine.LNX.4.21.0012121656250.2835-100000@aeriss.strugglers.net> <001201c0645d$fec47d40$0600a8c0@ciaran> <20001212114447.A48732@edgemaster.zombie.org> <003901c0656e$d8a4f0b0$c636fe3e@morpheous> <006a01c0659a$c1a29300$4cddc3c8@pentagon> <000901c065cf$a3dc18c0$0100a8c0@excalibur>
33304 Message-ID: 003601c065e4$ebbffa70$0201a8c0@webdevint.com
33305
33306 sounds like a great idea. If you need resources, let me know.
33307
33308 Wayne
33309
33310 ayottew@removethisantispam.sympatico.ca
33311
33312 ----- Original Message -----
33313 From: "Scott Seufert" <dryder@qx.net>
33314 To: <ircservices@snow.shadowfire.org>
33315 Sent: Thursday, December 14, 2000 8:13 AM
33316 Subject: Re: [IRCServices] Patch to run Services on Red Hat and more
33317
33318
33319 > The patch that is in question is for RedHat7 only. IRCServices works fine
33320 on
33321 > RedHat otherwise.
33322 >
33323 > I was considering the idea of putting up a website for these feature/OS
33324 > patches up. Said "patches" would be of course for features for now and
33325 > perhaps official diffs once I talk to Andrew a bit more.
33326 >
33327 > I have seen several different features or ideas that were desired, such as
33328 > email password retrieval and having ChanServ join channels on
33329 registration.
33330 >
33331 > I, of course, wouldn't be the author of any of these patches but I could
33332 at
33333 > least offer to maintain a centralized location that one could be directed
33334 to
33335 > to retrieve them. This would also keep the burden of doing the same thing
33336 > off of Andrew's already full schedule.
33337 >
33338 > Please reply with your thoughts and suggestions on this idea. This could
33339 be
33340 > a start of a modular form of services IF Andrew is willing to entertain
33341 the
33342 > idea that far.
33343 >
33344 > Dryder
33345 >
33346 > ----- Original Message -----
33347 > From: "Burrrrrp" <felipepreus@onda.com.br>
33348 > To: <ircservices@snow.shadowfire.org>
33349 > Sent: Thursday, December 14, 2000 1:54 AM
33350 > Subject: [IRCServices] Patch to run Services on Red Hat
33351 >
33352 >
33353 > > Please, send me too.
33354 > >
33355 > > Tks
33356 > >
33357 > >
33358 > > ---------------------------------------------------------------
33359 > > To unsubscribe, send email to majordomo@snow.shadowfire.org
33360 > > with "unsubscribe ircservices" in the body, without the quotes.
33361 > >
33362 >
33363 >
33364 > ---------------------------------------------------------------
33365 > To unsubscribe, send email to majordomo@snow.shadowfire.org
33366 > with "unsubscribe ircservices" in the body, without the quotes.
33367 >
33368
33369
33370 ---------------------------------------------------------------
33371 To unsubscribe, send email to majordomo@snow.shadowfire.org
33372 with "unsubscribe ircservices" in the body, without the quotes.
33373
33374
33375 From &quot Thu Dec 14 11:48:20 2000
33376 From: &quot (&quot)
33377 Date: Sat Oct 23 23:01:04 2004
33378 Subject: [IRCServices] IRCServices Patch website.
33379 References: <Pine.LNX.4.21.0012121656250.2835-100000@aeriss.strugglers.net> <001201c0645d$fec47d40$0600a8c0@ciaran> <20001212114447.A48732@edgemaster.zombie.org> <003901c0656e$d8a4f0b0$c636fe3e@morpheous> <006a01c0659a$c1a29300$4cddc3c8@pentagon> <000901c065cf$a3dc18c0$0100a8c0@excalibur> <049c01c065d3$6d776560$9c011ac4@africa.didata.local>
33380 Message-ID: 000f01c06606$d146d110$0100a8c0@excalibur
33381
33382
33383 ----- Original Message -----
33384 From: "Andrew Kempe" <andrewk@icon.co.za>
33385 To: <ircservices@snow.shadowfire.org>
33386 Sent: Thursday, December 14, 2000 8:40 AM
33387 Subject: Re: [IRCServices] Patch to run Services on Red Hat and more
33388
33389
33390 > I don't mind anyone putting up a site with patches. If the whole thing is
33391 > well run and organised, then I'll probably consider endorsing it - in my
33392 > personal capacity. What I don't want is for people to start using those
33393 > patches and then assume they can get help from the mailing list when
33394 things
33395 > go wrong. The list members already have enough to deal with.
33396 >
33397 > Andrew
33398 >
33399
33400 <snip>
33401
33402 I agree 100%, Andrew. I will have 2 seperate download areas. Supported and
33403 unsupported. My primary goal for this site is, again, to centralize an area
33404 for any patches that are out. Thus allowing this and the coding mailing list
33405 to refer to by saying "Check out http://somesite-somewhere.com" instead of
33406 turning users away or trying to adjust IRCServices to please the masses.
33407 This way IRCServices goes on as planned, and those who wish to bloat or make
33408 IRCServices act/perform differently may do so without consuming alot of time
33409 from this or any other mailing list.
33410
33411 The supported area would contain either the exact same diffs/patches that
33412 are available on IRCServices official site, or at the very least a link back
33413 to the official website.
33414
33415 The UNsupported area will have references to the below mentioned webboard or
33416 back to the author for support, which ever is desired by the author.
33417
33418 I will also have a WebBoard to which I invite the authors of said patches
33419 to offer support for their work if they wish to do so. I will make it
33420 perfectly clear as to which diffs/patches are supported and which are not.
33421 Authors could moderate their own board themselves if desired. Anyone wishing
33422 to sign-up or see the webboard may do so at <A HREF="http://www.flamebait.org">http://www.flamebait.org</A>
33423
33424 I believe that with a properly run website, IRCServices could become the
33425 most versitile set of IRCServices on the net and not require much, if any
33426 more of your time.
33427
33428 IMHO, if IRCServices were to become modular, the only support that this
33429 board would need to handle would be for services themselves. The modules
33430 would/could be supported by their respective authors. I understand that
33431 IRCServices won't become modular overnight and that if it happens, it will
33432 be in it's own time and when you and the coding team are ready to do so.
33433
33434 Andrew, I'll write you privately as to any specifics you wish/require for
33435 the supported files/links.
33436
33437
33438 Comments/Suggestions are always welcome,
33439
33440 Dryder
33441
33442
33443 ---------------------------------------------------------------
33444 To unsubscribe, send email to majordomo@snow.shadowfire.org
33445 with "unsubscribe ircservices" in the body, without the quotes.
33446
33447
33448 From andy at strugglers.net Thu Dec 14 12:38:30 2000
33449 From: andy at strugglers.net (Andy Smith)
33450 Date: Sat Oct 23 23:01:04 2004
33451 Subject: [IRCServices] IRCServices Patch website.
33452 In-Reply-To: <000f01c06606$d146d110$0100a8c0@excalibur>
33453 References: <Pine.LNX.4.21.0012121656250.2835-100000@aeriss.strugglers.net> <001201c0645d$fec47d40$0600a8c0@ciaran> <20001212114447.A48732@edgemaster.zombie.org> <003901c0656e$d8a4f0b0$c636fe3e@morpheous> <006a01c0659a$c1a29300$4cddc3c8@pentagon> <000901c065cf$a3dc18c0$0100a8c0@excalibur> <049c01c065d3$6d776560$9c011ac4@africa.didata.local> <000f01c06606$d146d110$0100a8c0@excalibur>
33454 Message-ID: vqbi3tsc9gdofld0rs1rvot8196rii811f@4ax.com
33455
33456 On Thu, 14 Dec 2000 14:48:20 -0500, "Scott Seufert" <dryder@qx.net> wrote:
33457
33458 >I agree 100%, Andrew. I will have 2 seperate download areas. Supported and
33459 >unsupported.
33460
33461 Wouldn't supported patches not become part of services anyway, as
33462 #define'able sections or via configuration directives?
33463
33464 What I'm saying is, would there ever be such a thing as a supported patch?
33465
33466 --
33467 Andy Smith <andy@strugglers.net>
33468
33469 ---------------------------------------------------------------
33470 To unsubscribe, send email to majordomo@snow.shadowfire.org
33471 with "unsubscribe ircservices" in the body, without the quotes.
33472
33473
33474 From &quot Thu Dec 14 12:41:19 2000
33475 From: &quot (&quot)
33476 Date: Sat Oct 23 23:01:04 2004
33477 Subject: [IRCServices] IRCServices Patch website.
33478 References: <Pine.LNX.4.21.0012121656250.2835-100000@aeriss.strugglers.net> <001201c0645d$fec47d40$0600a8c0@ciaran> <20001212114447.A48732@edgemaster.zombie.org> <003901c0656e$d8a4f0b0$c636fe3e@morpheous> <006a01c0659a$c1a29300$4cddc3c8@pentagon> <000901c065cf$a3dc18c0$0100a8c0@excalibur> <049c01c065d3$6d776560$9c011ac4@africa.didata.local> <000f01c06606$d146d110$0100a8c0@excalibur> <vqbi3tsc9gdofld0rs1rvot8196rii811f@4ax.com>
33479 Message-ID: 002e01c0660e$370edc70$0100a8c0@excalibur
33480
33481
33482 ----- Original Message -----
33483 From: "Andy Smith" <andy@strugglers.net>
33484 To: <ircservices@snow.shadowfire.org>
33485 Sent: Thursday, December 14, 2000 3:38 PM
33486 Subject: Re: [IRCServices] IRCServices Patch website.
33487
33488
33489 > On Thu, 14 Dec 2000 14:48:20 -0500, "Scott Seufert" <dryder@qx.net> wrote:
33490 >
33491 > >I agree 100%, Andrew. I will have 2 seperate download areas. Supported
33492 and
33493 > >unsupported.
33494 >
33495 > Wouldn't supported patches not become part of services anyway, as
33496 > #define'able sections or via configuration directives?
33497 >
33498 > What I'm saying is, would there ever be such a thing as a supported patch?
33499 >
33500
33501 Yes there would, the supported patches would be like an upgrade diff file,
33502 say from 4.4.8 to 4.4.9. This file would be available from the official
33503 IRCServices website just as they have in the past.
33504
33505 An UN-supported patch would be .. say a diff file that permits ChanServ to
33506 join channels. Having ChanServ join channels is a feature, at this time,
33507 that isn't intended to be included in IRCServices ... therefore you won't
33508 see it as a #define or as a variable in the services.conf file nor find the
33509 source code for the feature on the Official website, but COULD find it on my
33510 site.
33511
33512 > --
33513 > Andy Smith <andy@strugglers.net>
33514 >
33515 > ---------------------------------------------------------------
33516 > To unsubscribe, send email to majordomo@snow.shadowfire.org
33517 > with "unsubscribe ircservices" in the body, without the quotes.
33518 >
33519
33520
33521 ---------------------------------------------------------------
33522 To unsubscribe, send email to majordomo@snow.shadowfire.org
33523 with "unsubscribe ircservices" in the body, without the quotes.
33524
33525
33526 From &quot Fri Dec 15 17:37:53 2000
33527 From: &quot (&quot)
33528 Date: Sat Oct 23 23:01:04 2004
33529 Subject: [IRCServices] Another mirror
33530 Message-ID: Pine.LNX.4.21.0012151404440.182&#45;100000@vector.chocobo.org
33531
33532
33533 Hi, all.
33534
33535 We have a complete mirror on the official EsperNet site under:
33536
33537 ftp://ftp.esper.net/ircservices
33538
33539 As always, even though we originally brought the Internet the software,
33540 our staff is in no capacity to support it. (Though a couple of us work on
33541 it, myself included, the other IRC operators' job description by default
33542 does not include help with the code.)
33543
33544 Andy Church has full access to this site and can make any revisions where
33545 necessary.
33546
33547 --Ian R. Justman, Co-Founder and Postmaster, The EsperNet IRC Network.
33548
33549 -----
33550 Ian R. Justman (NIC handle IJ12) ianj@esper.net (Official EsperNet business)
33551 Co-Founder and Postmaster, The EsperNet IRC Network
33552 Server Administrator, chocobo.esper.net "IJ" on IRC
33553
33554 PGP key available upon request, or finger ianj@esper.net.
33555
33556 If this message was signed with the Postmaster's key, please finger
33557 postmaster@esper.net for the Postmaster public key.
33558
33559 Type Bits/KeyID Date User ID
33560 pub 1024/BAB34B69 1997/11/15 EsperNet Postmaster <postmaster@esper.net>
33561 Key fingerprint = 05 BD 7C B5 8E 0B FD EF EE 47 49 C4 96 11 59 75
33562
33563
33564 ---------------------------------------------------------------
33565 To unsubscribe, send email to majordomo@snow.shadowfire.org
33566 with "unsubscribe ircservices" in the body, without the quotes.
33567
33568
33569 From andy at strugglers.net Sat Dec 16 06:30:47 2000
33570 From: andy at strugglers.net (Andy Smith)
33571 Date: Sat Oct 23 23:01:04 2004
33572 Subject: [IRCServices] Patch to run Services on Red Hat
33573 In-Reply-To: <006a01c0659a$c1a29300$4cddc3c8@pentagon>
33574 References: <Pine.LNX.4.21.0012121656250.2835-100000@aeriss.strugglers.net> <001201c0645d$fec47d40$0600a8c0@ciaran> <20001212114447.A48732@edgemaster.zombie.org> <003901c0656e$d8a4f0b0$c636fe3e@morpheous> <006a01c0659a$c1a29300$4cddc3c8@pentagon>
33575 Message-ID: g0vm3to3g10rs4e1dme2gaavn8n0n16kqo@4ax.com
33576
33577 On Thu, 14 Dec 2000 04:54:47 -0200, "Burrrrrp" <felipepreus@onda.com.br>
33578 wrote:
33579
33580 >Please, send me too.
33581
33582 You can find the email here:
33583
33584 http://www.strugglers.net/~andy/irc/ircservices/
33585
33586 I've got a bunch of other patches that we find useful such as email password
33587 retrieval, so if Scott gets his patches site going I will submit them to
33588 him.
33589
33590 --
33591 Andy Smith <andy@strugglers.net>
33592
33593 ---------------------------------------------------------------
33594 To unsubscribe, send email to majordomo@snow.shadowfire.org
33595 with "unsubscribe ircservices" in the body, without the quotes.
33596
33597
33598 From &quot Sat Dec 16 22:03:43 2000
33599 From: &quot (&quot)
33600 Date: Sat Oct 23 23:01:04 2004
33601 Subject: [IRCServices] Automatic KILLCLONES support?
33602 Message-ID: Pine.LNX.4.21.0012161735010.182&#45;100000@vector.chocobo.org
33603
33604
33605 Hi, all.
33606
33607 Just a thought, what if a bunch of clones come on, and keep trying to come
33608 on, even after they've been cleared out, i.e. the kind of lamer a session
33609 limit exceeded kill (or more than several for that matter) won't stop.
33610
33611 Thought I had: Set up something whereby if someone keeps flooding with
33612 clones a certain number of times and/or during a certain span of time that
33613 it would automatically set a KILLCLONES so then that takes some of the
33614 work out of dealing with locating still-existing clone sessions. Of
33615 course, the time period/excessive session kill thresholds would have to be
33616 adjustable.
33617
33618 Anyone have any thoughts about this?
33619
33620 Thanks in advance. :)
33621
33622 --Ian R. Justman, Co-Founder and Postmaster, The EsperNet IRC Network.
33623
33624 -----
33625 Ian R. Justman (NIC handle IJ12) ianj@esper.net (Official EsperNet business)
33626 Co-Founder and Postmaster, The EsperNet IRC Network
33627 Server Administrator, chocobo.esper.net "IJ" on IRC
33628
33629 PGP key available upon request, or finger ianj@esper.net.
33630
33631 If this message was signed with the Postmaster's key, please finger
33632 postmaster@esper.net for the Postmaster public key.
33633
33634 Type Bits/KeyID Date User ID
33635 pub 1024/BAB34B69 1997/11/15 EsperNet Postmaster <postmaster@esper.net>
33636 Key fingerprint = 05 BD 7C B5 8E 0B FD EF EE 47 49 C4 96 11 59 75
33637
33638
33639 ---------------------------------------------------------------
33640 To unsubscribe, send email to majordomo@snow.shadowfire.org
33641 with "unsubscribe ircservices" in the body, without the quotes.
33642
33643
33644 From &quot Sun Dec 17 07:31:05 2000
33645 From: &quot (&quot)
33646 Date: Sat Oct 23 23:01:04 2004
33647 Subject: [IRCServices] Automatic KILLCLONES support?
33648 References: <Pine.LNX.4.21.0012161735010.182-100000@vector.chocobo.org>
33649 Message-ID: 000701c0683e$604fafb0$0100a8c0@excalibur
33650
33651 Session limit exceeded kills should eventually result in an akill. I once
33652 had a flooder hit my network with abunch of clones, Services took no time in
33653 removing the clones with an akill.
33654
33655 So if the person is back, then they would be from a different host to evade
33656 an akill. In which Services should akill them if they try to clone flood
33657 again. Which is what KILLCLONES was doing.
33658
33659 Dryder
33660
33661 ----- Original Message -----
33662 From: "Ian R. Justman" <ianj@esper.net>
33663 To: <ircservices@snow.shadowfire.org>
33664 Sent: Sunday, December 17, 2000 1:03 AM
33665 Subject: [IRCServices] Automatic KILLCLONES support?
33666
33667
33668 >
33669 > Hi, all.
33670 >
33671 > Just a thought, what if a bunch of clones come on, and keep trying to come
33672 > on, even after they've been cleared out, i.e. the kind of lamer a session
33673 > limit exceeded kill (or more than several for that matter) won't stop.
33674 >
33675 > Thought I had: Set up something whereby if someone keeps flooding with
33676 > clones a certain number of times and/or during a certain span of time that
33677 > it would automatically set a KILLCLONES so then that takes some of the
33678 > work out of dealing with locating still-existing clone sessions. Of
33679 > course, the time period/excessive session kill thresholds would have to be
33680 > adjustable.
33681 >
33682 > Anyone have any thoughts about this?
33683 >
33684 > Thanks in advance. :)
33685 >
33686 > --Ian R. Justman, Co-Founder and Postmaster, The EsperNet IRC Network.
33687 >
33688 > -----
33689 > Ian R. Justman (NIC handle IJ12) ianj@esper.net (Official EsperNet
33690 business)
33691 > Co-Founder and Postmaster, The EsperNet IRC Network
33692 > Server Administrator, chocobo.esper.net "IJ" on IRC
33693 >
33694 > PGP key available upon request, or finger ianj@esper.net.
33695 >
33696 > If this message was signed with the Postmaster's key, please finger
33697 > postmaster@esper.net for the Postmaster public key.
33698 >
33699 > Type Bits/KeyID Date User ID
33700 > pub 1024/BAB34B69 1997/11/15 EsperNet Postmaster <postmaster@esper.net>
33701 > Key fingerprint = 05 BD 7C B5 8E 0B FD EF EE 47 49 C4 96 11
33702 59 75
33703 >
33704 >
33705 > ---------------------------------------------------------------
33706 > To unsubscribe, send email to majordomo@snow.shadowfire.org
33707 > with "unsubscribe ircservices" in the body, without the quotes.
33708 >
33709
33710
33711 ---------------------------------------------------------------
33712 To unsubscribe, send email to majordomo@snow.shadowfire.org
33713 with "unsubscribe ircservices" in the body, without the quotes.
33714
33715
33716 From &quot Sun Dec 17 12:44:29 2000
33717 From: &quot (&quot)
33718 Date: Sat Oct 23 23:01:04 2004
33719 Subject: [IRCServices] Automatic KILLCLONES support?
33720 In-Reply-To: <000701c0683e$604fafb0$0100a8c0@excalibur>
33721 References: 000701c0683e$604fafb0$0100a8c0@excalibur
33722 Message-ID: Pine.LNX.4.21.0012171240120.182&#45;100000@vector.chocobo.org
33723
33724 On Sun, 17 Dec 2000, Scott Seufert wrote:
33725
33726 > So if the person is back, then they would be from a different host to evade
33727 > an akill. In which Services should akill them if they try to clone flood
33728 > again. Which is what KILLCLONES was doing.
33729
33730 Or worse, he and a bunch of his cohorts decide to do it from different
33731 hosts... simultaneously. :P
33732
33733 That alone probably more my concern than anything. You have people from
33734 multiple sources come on, your priority instantly shifts from keeping the
33735 clones off to keeping Services and/or the network usable. This is
33736 especially true in case those clones try to flood Services, dragging them
33737 to a crawl.
33738
33739 --Ian R. Justman, Co-Founder and Postmaster, The EsperNet IRC Network.
33740
33741 -----
33742 Ian R. Justman (NIC handle IJ12) ianj@esper.net (Official EsperNet business)
33743 Co-Founder and Postmaster, The EsperNet IRC Network
33744 Server Administrator, chocobo.esper.net "IJ" on IRC
33745
33746 PGP key available upon request, or finger ianj@esper.net.
33747
33748 If this message was signed with the Postmaster's key, please finger
33749 postmaster@esper.net for the Postmaster public key.
33750
33751 Type Bits/KeyID Date User ID
33752 pub 1024/BAB34B69 1997/11/15 EsperNet Postmaster <postmaster@esper.net>
33753 Key fingerprint = 05 BD 7C B5 8E 0B FD EF EE 47 49 C4 96 11 59 75
33754
33755
33756 ---------------------------------------------------------------
33757 To unsubscribe, send email to majordomo@snow.shadowfire.org
33758 with "unsubscribe ircservices" in the body, without the quotes.
33759
33760
33761 From &quot Sun Dec 17 13:05:58 2000
33762 From: &quot (&quot)
33763 Date: Sat Oct 23 23:01:04 2004
33764 Subject: [IRCServices] Notes about Red Hat 7 and such
33765 Message-ID: Pine.LNX.4.21.0012171304050.182&#45;100000@vector.chocobo.org
33766
33767
33768 Hi, all.
33769
33770 I found this link fia the FreeOS website (http://www.freeos.com) which
33771 seems to sum up some folks' feelings about RH7, notably Linus'.
33772
33773 <A HREF="http://linuxgram.com/newsitem.phtml?sid=109&aid=11453">http://linuxgram.com/newsitem.phtml?sid=109&aid=11453</A>
33774
33775 I figured it would be apropos to some of the conversation I recently saw
33776 on the list.
33777
33778 --Ian R. Justman, Co-Founder and Postmaster, The EsperNet IRC Network.
33779
33780 -----
33781 Ian R. Justman (NIC handle IJ12) ianj@esper.net (Official EsperNet business)
33782 Co-Founder and Postmaster, The EsperNet IRC Network
33783 Server Administrator, chocobo.esper.net "IJ" on IRC
33784
33785 PGP key available upon request, or finger ianj@esper.net.
33786
33787 If this message was signed with the Postmaster's key, please finger
33788 postmaster@esper.net for the Postmaster public key.
33789
33790 Type Bits/KeyID Date User ID
33791 pub 1024/BAB34B69 1997/11/15 EsperNet Postmaster <postmaster@esper.net>
33792 Key fingerprint = 05 BD 7C B5 8E 0B FD EF EE 47 49 C4 96 11 59 75
33793
33794
33795 ---------------------------------------------------------------
33796 To unsubscribe, send email to majordomo@snow.shadowfire.org
33797 with "unsubscribe ircservices" in the body, without the quotes.
33798
33799
33800 From zero at townsito.net Wed Dec 20 19:01:25 2000
33801 From: zero at townsito.net (zEro K)
33802 Date: Sat Oct 23 23:01:04 2004
33803 Subject: [IRCServices] ircu2.10
33804 Message-ID: 3A417285.23913579@townsito.net
33805
33806 Has anybody make some support to the services so they can work on
33807 ircu2.10.x ?
33808
33809 Please answer i need them urgently
33810
33811 zEro K
33812
33813
33814 ---------------------------------------------------------------
33815 To unsubscribe, send email to majordomo@snow.shadowfire.org
33816 with "unsubscribe ircservices" in the body, without the quotes.
33817
33818
33819 From &quot Wed Dec 20 19:04:37 2000
33820 From: &quot (&quot)
33821 Date: Sat Oct 23 23:01:04 2004
33822 Subject: [IRCServices] ircu2.10
33823 References: <3A417285.23913579@townsito.net>
33824 Message-ID: 000b01c06afa$c18ceae0$0100a8c0@excalibur
33825
33826 IRCu2.10.x has been compatible since 1998/10/10 (IRCServices-4.0). Please
33827 consult the Changes file included with IRCServices for more info.
33828
33829 However, the officially supported daemon is bahamut.
33830
33831
33832 Dryder
33833 ----- Original Message -----
33834 From: "zEro K" <zero@townsito.net>
33835 To: "ircservices@Snow.shadowfire.org" <ircservices@snow.shadowfire.org>
33836 Sent: Wednesday, December 20, 2000 10:01 PM
33837 Subject: [IRCServices] ircu2.10
33838
33839
33840 > Has anybody make some support to the services so they can work on
33841 > ircu2.10.x ?
33842 >
33843 > Please answer i need them urgently
33844 >
33845 > zEro K
33846 >
33847 >
33848 > ---------------------------------------------------------------
33849 > To unsubscribe, send email to majordomo@snow.shadowfire.org
33850 > with "unsubscribe ircservices" in the body, without the quotes.
33851 >
33852
33853
33854 ---------------------------------------------------------------
33855 To unsubscribe, send email to majordomo@snow.shadowfire.org
33856 with "unsubscribe ircservices" in the body, without the quotes.
33857
33858
33859 From prince at zirc.org Fri Dec 22 13:39:48 2000
33860 From: prince at zirc.org (prince)
33861 Date: Sat Oct 23 23:01:04 2004
33862 Subject: [IRCServices] question..
33863 Message-ID: 3A43CA24.984F72A6@zirc.org
33864
33865 I run ircservices4.4.8, and topiclock doesn't work. Nor does set
33866 #channel topic. I looked through the FAQ and KnownBugs, README files
33867 and found nothing about it. Mlock works. U:lines are set. ChanServ
33868 just doesn't do anything with the topic. Any suggestions as to how to
33869 get it to work, please tell me. thanks. ;)
33870
33871 -prince (prince@zirc.org)
33872 ZiRC Network Administrator
33873 "where people come, and friends are made..."
33874 © 1999-00 All Rights Reserved.
33875
33876
33877
33878 ---------------------------------------------------------------
33879 To unsubscribe, send email to majordomo@snow.shadowfire.org
33880 with "unsubscribe ircservices" in the body, without the quotes.
33881
33882
33883 From &quot Fri Dec 22 20:24:40 2000
33884 From: &quot (&quot)
33885 Date: Sat Oct 23 23:01:04 2004
33886 Subject: [IRCServices] question..
33887 References: <3A43CA24.984F72A6@zirc.org>
33888 Message-ID: 000901c06c98$45eef190$9600a8c0@laptop
33889
33890 Please check your services.log file, and also please reply with any errors
33891 and IRC Daemon version.
33892
33893 Dryder
33894
33895 ----- Original Message -----
33896 From: "prince" <prince@zirc.org>
33897 To: <ircservices@snow.shadowfire.org>
33898 Sent: Friday, December 22, 2000 4:39 PM
33899 Subject: [IRCServices] question..
33900
33901
33902 I run ircservices4.4.8, and topiclock doesn't work. Nor does set
33903 #channel topic. I looked through the FAQ and KnownBugs, README files
33904 and found nothing about it. Mlock works. U:lines are set. ChanServ
33905 just doesn't do anything with the topic. Any suggestions as to how to
33906 get it to work, please tell me. thanks. ;)
33907
33908 -prince (prince@zirc.org)
33909 ZiRC Network Administrator
33910 "where people come, and friends are made..."
33911 © 1999-00 All Rights Reserved.
33912
33913
33914
33915 ---------------------------------------------------------------
33916 To unsubscribe, send email to majordomo@snow.shadowfire.org
33917 with "unsubscribe ircservices" in the body, without the quotes.
33918
33919
33920
33921 ---------------------------------------------------------------
33922 To unsubscribe, send email to majordomo@snow.shadowfire.org
33923 with "unsubscribe ircservices" in the body, without the quotes.
33924
33925
33926 From prince at zirc.org Fri Dec 22 23:42:25 2000
33927 From: prince at zirc.org (prince)
33928 Date: Sat Oct 23 23:01:04 2004
33929 Subject: [IRCServices] question..
33930 References: <3A43CA24.984F72A6@zirc.org> <000901c06c98$45eef190$9600a8c0@laptop>
33931 Message-ID: 3A445761.661218F9@zirc.org
33932
33933 It sends nothing to services.log. No errors with the IRCd or within
33934 services. All the servers run Unreal3.1.1-Darkshades.
33935
33936 -prince (prince@zirc.org)
33937 ZiRC Network Administrator
33938 "where people come, and friends are made..."
33939 © 1999-00 All Rights Reserved.
33940
33941
33942 ---------------------------------------------------------------
33943 To unsubscribe, send email to majordomo@snow.shadowfire.org
33944 with "unsubscribe ircservices" in the body, without the quotes.
33945
33946
33947 From andy at strugglers.net Fri Dec 22 23:59:35 2000
33948 From: andy at strugglers.net (Andy Smith)
33949 Date: Sat Oct 23 23:01:04 2004
33950 Subject: [IRCServices] question..
33951 In-Reply-To: <3A445761.661218F9@zirc.org>
33952 References: <3A43CA24.984F72A6@zirc.org> <000901c06c98$45eef190$9600a8c0@laptop> <3A445761.661218F9@zirc.org>
33953 Message-ID: nqm84t0q2smq7cg05vora5j6crop8keueu@4ax.com
33954
33955 On Sat, 23 Dec 2000 02:42:25 -0500, prince <prince@zirc.org> wrote:
33956
33957 >It sends nothing to services.log. No errors with the IRCd or within
33958 >services. All the servers run Unreal3.1.1-Darkshades.
33959
33960 Have you tried putting it into debug mode and seeing what happens?
33961
33962 --
33963 Andy Smith <andy@strugglers.net>
33964
33965 ---------------------------------------------------------------
33966 To unsubscribe, send email to majordomo@snow.shadowfire.org
33967 with "unsubscribe ircservices" in the body, without the quotes.
33968
33969
33970 From &quot Sat Dec 23 13:25:22 2000
33971 From: &quot (&quot)
33972 Date: Sat Oct 23 23:01:04 2004
33973 Subject: [IRCServices] question..
33974 In-Reply-To: <nqm84t0q2smq7cg05vora5j6crop8keueu@4ax.com>
33975 References: nqm84t0q2smq7cg05vora5j6crop8keueu@4ax.com
33976 Message-ID: Pine.LNX.4.21.0012231325020.11814&#45;100000@vector.chocobo.org
33977
33978 On Sat, 23 Dec 2000, Andy Smith wrote:
33979
33980 > On Sat, 23 Dec 2000 02:42:25 -0500, prince <prince@zirc.org> wrote:
33981 >
33982 > >It sends nothing to services.log. No errors with the IRCd or within
33983 > >services. All the servers run Unreal3.1.1-Darkshades.
33984 >
33985 > Have you tried putting it into debug mode and seeing what happens?
33986
33987 Plus, unless I'm mistaken, Unreal is not "officially" supported.
33988
33989 --Ian R. Justman, Co-Founder and Postmaster, The EsperNet IRC Network.
33990
33991 -----
33992 Ian R. Justman (NIC handle IJ12) ianj@esper.net (Official EsperNet business)
33993 Co-Founder and Postmaster, The EsperNet IRC Network
33994 Server Administrator, chocobo.esper.net "IJ" on IRC
33995
33996 PGP key available upon request, or finger ianj@esper.net.
33997
33998 If this message was signed with the Postmaster's key, please finger
33999 postmaster@esper.net for the Postmaster public key.
34000
34001 Type Bits/KeyID Date User ID
34002 pub 1024/BAB34B69 1997/11/15 EsperNet Postmaster <postmaster@esper.net>
34003 Key fingerprint = 05 BD 7C B5 8E 0B FD EF EE 47 49 C4 96 11 59 75
34004
34005
34006 ---------------------------------------------------------------
34007 To unsubscribe, send email to majordomo@snow.shadowfire.org
34008 with "unsubscribe ircservices" in the body, without the quotes.
34009
34010
34011 From admin at asarian-host.org Fri Dec 29 07:32:41 2000
34012 From: admin at asarian-host.org (Mark)
34013 Date: Sat Oct 23 23:01:04 2004
34014 Subject: [IRCServices] None
34015 Message-ID: 200012291536.HAA22144@asarian&#45;host.org
34016
34017 Dear people, :)
34018
34019 I just successfully compiled and installed Services, but when I try and run
34020 the services, I get an error like:
34021
34022 [Dec 29 06:31:04.564727 2000] debug: Sent: :Global USER services
34023 asarian-host.org irc.asarian-host.org :Global Noticer
34024 [Dec 29 06:31:04.564796 2000] debug: Sent: :Global MODE Global +oi
34025 [Dec 29 06:31:04.564854 2000] debug: Received: :irc.asarian-host.org 461
34026 SERVER :Not enough parameters
34027
34028 Can someone please tell me why this is?
34029
34030 N.B. I appended the debug log.
34031
34032 Much obliged,
34033
34034 - Mark
34035
34036 System Administrator Asarian-host.org
34037
34038 From quension at softhome.net Fri Dec 29 18:24:17 2000
34039 From: quension at softhome.net (Trevor Talbot)
34040 Date: Sat Oct 23 23:01:04 2004
34041 Subject: [IRCServices] None
34042 References: <200012291536.HAA22144@asarian-host.org>
34043 Message-ID: 3A4D4751.44FCF479@softhome.net
34044
34045 Mark wrote:
34046
34047 > I just successfully compiled and installed Services, but when I try and run
34048 > the services, I get an error like:
34049 >
34050 > [Dec 29 06:31:04.564727 2000] debug: Sent: :Global USER services
34051 > asarian-host.org irc.asarian-host.org :Global Noticer
34052 > [Dec 29 06:31:04.564796 2000] debug: Sent: :Global MODE Global +oi
34053 > [Dec 29 06:31:04.564854 2000] debug: Received: :irc.asarian-host.org 461
34054 > SERVER :Not enough parameters
34055
34056 Services doesn't have support for ircu2.10.x at present, and probably
34057 never will. The officially supported ircd is bahamut
34058 (http://www.bahamut.net), but support for other ircds already present
34059 (including ircu2.9.x) will not be removed. I dug the following email
34060 out of the archives, perhaps it will be of use to you. I suggest
34061 contacting Oliver if you need help with it.
34062
34063 > Subject: [IRCServices] Patch for ircd-2.10.x
34064 > Date: Thu, 23 Mar 2000 08:51:27 +0100
34065 > From: Oliver Maul <Oliver.Maul@42.nu>
34066
34067 > Hi,
34068 >
34069 > during the last days I made some changes to ircservices-4.3.3
34070 > related to the irc-protocol of ircd-2.10.x
34071 >
34072 > You can find the patch on
34073 >
34074 > <A HREF="http://bi.st/ircservices-4.3.3.patch">http://bi.st/ircservices-4.3.3.patch</A>
34075 >
34076 > The patch includes some other features like a NOAUTOOP-flag
34077 > for nicks or a logging function. But only the en_us language
34078 > file is up to date till now.
34079 >
34080 > Please contact me if you have any suggestions or find some
34081 > mistakes.
34082 >
34083 > Oliver
34084
34085 Good luck.
34086
34087 -- Quension
34088
34089 ---------------------------------------------------------------
34090 To unsubscribe, send email to majordomo@snow.shadowfire.org
34091 with "unsubscribe ircservices" in the body, without the quotes.
34092
34093
34094 From andy at strugglers.net Fri Dec 29 21:00:23 2000
34095 From: andy at strugglers.net (Andy Smith)
34096 Date: Sat Oct 23 23:01:04 2004
34097 Subject: [IRCServices] Wrecked 1.1.6 database converter
34098 Message-ID: fnqq4t424f4pks34spbpnm95o6k0etr028@4ax.com
34099
34100 Hi,
34101
34102 If anyone is interested we have modified import-db that comes with
34103 ircservices in order to allow it to safely convert Wrecked services
34104 databases.
34105
34106 Wrecked services are a currently unsupported and seemingly abandoned
34107 offshoot of Magick services. If anyone is wanting to switch from Wrecked to
34108 ircservices then import-db will not work for you, what we've come up with
34109 does do the trick however.
34110
34111 --
34112 Andy Smith <andy@strugglers.net>
34113
34114 ---------------------------------------------------------------
34115 To unsubscribe, send email to majordomo@snow.shadowfire.org
34116 with "unsubscribe ircservices" in the body, without the quotes.
34117
34118
34119 From quension at softhome.net Fri Dec 29 22:15:50 2000
34120 From: quension at softhome.net (Trevor Talbot)
34121 Date: Sat Oct 23 23:01:04 2004
34122 Subject: [IRCServices] None (oops)
34123 References: <200012291536.HAA22144@asarian-host.org> <3A4D4751.44FCF479@softhome.net>
34124 Message-ID: 3A4D7D96.9F590D8E@softhome.net
34125
34126 Trevor Talbot wrote:
34127
34128 > Services doesn't have support for ircu2.10.x at present, and probably
34129 > never will. The officially supported ircd is bahamut
34130 > (http://www.bahamut.net), but support for other ircds already present
34131 > (including ircu2.9.x) will not be removed. I dug the following email
34132 > out of the archives, perhaps it will be of use to you. I suggest
34133 > contacting Oliver if you need help with it.
34134 >
34135 > > Subject: [IRCServices] Patch for ircd-2.10.x
34136
34137 I knew I was missing something, but I didn't figure out what until just
34138 now. ircd 2.10.x != ircu 2.10.x. doh. Sorry about that.
34139
34140 It seems that no one has created a patch for ircu's P10 protocol and
34141 mentioned it on this list.
34142
34143 -- Quension
34144
34145 ---------------------------------------------------------------
34146 To unsubscribe, send email to majordomo@snow.shadowfire.org
34147 with "unsubscribe ircservices" in the body, without the quotes.
34148
34149
34150 From &quot Sat Dec 30 18:09:44 2000
34151 From: &quot (&quot)
34152 Date: Sat Oct 23 23:01:04 2004
34153 Subject: [IRCServices] Wrecked 1.1.6 database converter
34154 References: <fnqq4t424f4pks34spbpnm95o6k0etr028@4ax.com>
34155 Message-ID: 002b01c072ce$bf71a760$0100a8c0@excalibur
34156
34157 Forwarded to the coding list.
34158
34159 Dryder
34160
34161 ----- Original Message -----
34162 From: "Andy Smith" <andy@strugglers.net>
34163 To: <ircservices@snow.shadowfire.org>
34164 Cc: <services@lists.blitzed.org>
34165 Sent: Saturday, December 30, 2000 12:00 AM
34166 Subject: [IRCServices] Wrecked 1.1.6 database converter
34167
34168
34169 > Hi,
34170 >
34171 > If anyone is interested we have modified import-db that comes with
34172 > ircservices in order to allow it to safely convert Wrecked services
34173 > databases.
34174 >
34175 > Wrecked services are a currently unsupported and seemingly abandoned
34176 > offshoot of Magick services. If anyone is wanting to switch from Wrecked
34177 to
34178 > ircservices then import-db will not work for you, what we've come up with
34179 > does do the trick however.
34180 >
34181 > --
34182 > Andy Smith <andy@strugglers.net>
34183 >
34184 > ---------------------------------------------------------------
34185 > To unsubscribe, send email to majordomo@snow.shadowfire.org
34186 > with "unsubscribe ircservices" in the body, without the quotes.
34187 >
34188
34189
34190 ---------------------------------------------------------------
34191 To unsubscribe, send email to majordomo@snow.shadowfire.org
34192 with "unsubscribe ircservices" in the body, without the quotes.
34193
34194
34195 From &quot Sat Dec 30 18:12:30 2000
34196 From: &quot (&quot)
34197 Date: Sat Oct 23 23:01:04 2004
34198 Subject: [IRCServices] None
34199 References: <200012291536.HAA22144@asarian-host.org> <3A4D4751.44FCF479@softhome.net>
34200 Message-ID: 003301c072cf$2228f480$0100a8c0@excalibur
34201
34202
34203 ----- Original Message -----
34204 From: "Trevor Talbot" <quension@softhome.net>
34205 To: <ircservices@snow.shadowfire.org>
34206 Sent: Friday, December 29, 2000 9:24 PM
34207 Subject: Re: [IRCServices] None
34208
34209
34210 > Mark wrote:
34211 >
34212 > > I just successfully compiled and installed Services, but when I try and
34213 run
34214 > > the services, I get an error like:
34215 > >
34216 > > [Dec 29 06:31:04.564727 2000] debug: Sent: :Global USER services
34217 > > asarian-host.org irc.asarian-host.org :Global Noticer
34218 > > [Dec 29 06:31:04.564796 2000] debug: Sent: :Global MODE Global +oi
34219 > > [Dec 29 06:31:04.564854 2000] debug: Received: :irc.asarian-host.org 461
34220 > > SERVER :Not enough parameters
34221 >
34222 > Services doesn't have support for ircu2.10.x at present, and probably
34223 > never will. The officially supported ircd is bahamut
34224 > (http://www.bahamut.net), but support for other ircds already present
34225 > (including ircu2.9.x) will not be removed. I dug the following email
34226 > out of the archives, perhaps it will be of use to you. I suggest
34227 > contacting Oliver if you need help with it.
34228 >
34229
34230 Actually, IRCServices supported ircu2.10.x back in 98. (See Changes for the
34231 tar file.) I don't remember the support being removed, however Bahamut _is_
34232 the only daemon officially supported on this list.
34233
34234 Dryder
34235
34236
34237 ---------------------------------------------------------------
34238 To unsubscribe, send email to majordomo@snow.shadowfire.org
34239 with "unsubscribe ircservices" in the body, without the quotes.
34240
34241