Thread: [Unreal-users] Services
Status: Beta
Brought to you by:
wildchild
From: Chris M. <ch...@fr...> - 2000-05-25 07:48:42
|
Hi, Got a quick question, you know when you type, /HELPOP ? CHMODES and you get the following information back, If you need help on services, try... /helpop nickserv - for help on registering nicknames. /helpop chanserv - for help on registering channels. /helpop memoserv - for help on sending short messages. If you are using ircII, use /quote helpop instead of /helpops. ***** Go to (null) if you have any further questions ***** I assume the (null) bit should be an e-mail address. Well where in the code can I set this e-mail address? 1 Last thing, what is the best NickServ and ChanServ services to use with UnReal 3.0? Regards, Chris |
From: Swat <go...@sw...> - 2000-06-25 19:39:07
|
I downloaded daylight services, and it wants to know what sort of ircd server unreal is... Could you please tell me the answer to this: Which of the following is closest to the type of server on your IRC network? 1) Base irc2 distribution (RFC 1459 compliant) 2) irc2 with TS8 protocol 11) Undernet (ircu) 2.9.32 or earlier 21) DALnet (ircd.dal) prior to 4.4.15 22) DALnet (ircd.dal) 4.4.15 or later Thank you very much, Swat. |
From: Headbang <hea...@si...> - 2000-06-25 19:41:33
|
22 dalnet 4.4.15 or later ----- Oorspronkelijk bericht ----- Van: Swat <go...@sw...> Aan: <unr...@li...> Verzonden: Sunday, June 25, 2000 9:38 PM Onderwerp: [Unreal-users] Services > I downloaded daylight services, and it wants to know what sort of ircd > server unreal is... > > Could you please tell me the answer to this: > > Which of the following is closest to the type of server on your IRC > network? > 1) Base irc2 distribution (RFC 1459 compliant) > 2) irc2 with TS8 protocol > 11) Undernet (ircu) 2.9.32 or earlier > 21) DALnet (ircd.dal) prior to 4.4.15 > 22) DALnet (ircd.dal) 4.4.15 or later > > Thank you very much, > > Swat. > > > _______________________________________________ > Unreal-users mailing list > Unr...@li... > http://lists.sourceforge.net/mailman/listinfo/unreal-users > |
From: Adam R. <sh...@ka...> - 2000-06-25 20:33:56
|
Select 22) DALNet (ircd.dal) 4.4.15 or later. Adam. -----Original Message----- From: unr...@li... [mailto:unr...@li...]On Behalf Of Swat Sent: Sunday, June 25, 2000 12:38 PM To: unr...@li... Subject: [Unreal-users] Services I downloaded daylight services, and it wants to know what sort of ircd server unreal is... Could you please tell me the answer to this: Which of the following is closest to the type of server on your IRC network? 1) Base irc2 distribution (RFC 1459 compliant) 2) irc2 with TS8 protocol 11) Undernet (ircu) 2.9.32 or earlier 21) DALnet (ircd.dal) prior to 4.4.15 22) DALnet (ircd.dal) 4.4.15 or later Thank you very much, Swat. _______________________________________________ Unreal-users mailing list Unr...@li... http://lists.sourceforge.net/mailman/listinfo/unreal-users |
From: Jonathan M. <ch...@cy...> - 2000-06-25 22:21:44
|
>I downloaded daylight services, and it wants to know what sort of ircd >server unreal is... > >Could you please tell me the answer to this: > >Which of the following is closest to the type of server on your IRC >network? > 1) Base irc2 distribution (RFC 1459 compliant) > 2) irc2 with TS8 protocol > 11) Undernet (ircu) 2.9.32 or earlier > 21) DALnet (ircd.dal) prior to 4.4.15 > 22) DALnet (ircd.dal) 4.4.15 or later Daylight is based on "IRC Services" isn't it? or at least very similar... If so, you might need the +x Host-mangling patch for IRC Services which I hacked together, if you intend to use this feature on your network. I should really stick this on a website somewhere, so it's easier to send people and give out the instructions. The reason why it's needed is that Unreal communicates with servers using unmangled hostnames only, but most users will only see the mangled versions (this includes channel operators). As a result, AKICKs and UNBANs can behave very strangely (ie. not work in many cases). My patch causes Services to mangle the hostmask using the same algorithm as Unreal, and compare both the original and the mangled hostmasks of the target user against the mask in question wherever it performed a simple lookup before. If Daylight is simply another name for "IRC Services 4.3.3", then my patch should apply directly - just ask me for it. If it's slightly different, it might still work in the same way. If it's something else completely (a fork in the tree, for example) then a different patch will need to be worked out, or you could simply use the standard IRC Services instead. I always get confused about names of things, so someone please enlighten me! =) BTW, the last option (22) is the correct one, as already pointed out by two other people. I believe someone on the IRC Services bunch is working on full Unreal support, using my patch as a starting point - perhaps Unreal will appear on that Makefile list when that work is complete. -------------------------------------------------------------- from: Jonathan "Chromatix" Morton mail: ch...@cy... (not for attachments) uni-mail: j.d...@la... The key to knowledge is not to rely on people to teach you it. Get VNC Server for Macintosh from http://chromatix.autistics.org/vnc/ -----BEGIN GEEK CODE BLOCK----- Version 3.12 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+ -----END GEEK CODE BLOCK----- |
From: Headbang <hea...@si...> - 2000-06-26 06:27:14
|
This version is already patched by the coder of unrealircd grtz Melle ----- Oorspronkelijk bericht ----- Van: Jonathan Morton <ch...@cy...> Aan: <unr...@li...> Verzonden: Monday, June 26, 2000 12:12 AM Onderwerp: RE: [Unreal-users] Services > >I downloaded daylight services, and it wants to know what sort of ircd > >server unreal is... > > > >Could you please tell me the answer to this: > > > >Which of the following is closest to the type of server on your IRC > >network? > > 1) Base irc2 distribution (RFC 1459 compliant) > > 2) irc2 with TS8 protocol > > 11) Undernet (ircu) 2.9.32 or earlier > > 21) DALnet (ircd.dal) prior to 4.4.15 > > 22) DALnet (ircd.dal) 4.4.15 or later > > Daylight is based on "IRC Services" isn't it? or at least very similar... > If so, you might need the +x Host-mangling patch for IRC Services which I > hacked together, if you intend to use this feature on your network. I > should really stick this on a website somewhere, so it's easier to send > people and give out the instructions. > > The reason why it's needed is that Unreal communicates with servers using > unmangled hostnames only, but most users will only see the mangled versions > (this includes channel operators). As a result, AKICKs and UNBANs can > behave very strangely (ie. not work in many cases). My patch causes > Services to mangle the hostmask using the same algorithm as Unreal, and > compare both the original and the mangled hostmasks of the target user > against the mask in question wherever it performed a simple lookup before. > > If Daylight is simply another name for "IRC Services 4.3.3", then my patch > should apply directly - just ask me for it. If it's slightly different, it > might still work in the same way. If it's something else completely (a > fork in the tree, for example) then a different patch will need to be > worked out, or you could simply use the standard IRC Services instead. I > always get confused about names of things, so someone please enlighten me! > =) > > BTW, the last option (22) is the correct one, as already pointed out by two > other people. I believe someone on the IRC Services bunch is working on > full Unreal support, using my patch as a starting point - perhaps Unreal > will appear on that Makefile list when that work is complete. > > -------------------------------------------------------------- > from: Jonathan "Chromatix" Morton > mail: ch...@cy... (not for attachments) > uni-mail: j.d...@la... > > The key to knowledge is not to rely on people to teach you it. > > Get VNC Server for Macintosh from http://chromatix.autistics.org/vnc/ > > -----BEGIN GEEK CODE BLOCK----- > Version 3.12 > 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+ > -----END GEEK CODE BLOCK----- > > > > _______________________________________________ > Unreal-users mailing list > Unr...@li... > http://lists.sourceforge.net/mailman/listinfo/unreal-users > |
From: The N. (Stskeeps) <cm...@dr...> - 2000-06-26 06:54:20
|
hmm, rather: i don't have +x support but ive added some features such as halfop support and some command ignores - would like to see the patch thou --------------------------------------------------------------------- Carsten V. Munk - The Nightwalker, known on IRC as Stskeeps or techie * ICQ: 16465977 - E-Mail: sts...@ts... * Author of UnrealIRCd (http://unreal.tspre.org) * Technical Admin @ irc.roxnet.org, server admin of irc.fyremoon.net "To understand a program you must become both the machine and the program." ---------------------------------------------------------------------- [ to intrepret this geek code, see http://www.ebb.org/ungeek ] -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCM/CS/CC/ED/MC/MU d-(++) s::- a--->-- 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>+(**) ------END GEEK CODE BLOCK------ On Mon, 26 Jun 2000, Headbang wrote: > This version is already patched by the coder of unrealircd > > grtz Melle > ----- Oorspronkelijk bericht ----- > Van: Jonathan Morton <ch...@cy...> > Aan: <unr...@li...> > Verzonden: Monday, June 26, 2000 12:12 AM > Onderwerp: RE: [Unreal-users] Services > > > > >I downloaded daylight services, and it wants to know what sort of ircd > > >server unreal is... > > > > > >Could you please tell me the answer to this: > > > > > >Which of the following is closest to the type of server on your IRC > > >network? > > > 1) Base irc2 distribution (RFC 1459 compliant) > > > 2) irc2 with TS8 protocol > > > 11) Undernet (ircu) 2.9.32 or earlier > > > 21) DALnet (ircd.dal) prior to 4.4.15 > > > 22) DALnet (ircd.dal) 4.4.15 or later > > > > Daylight is based on "IRC Services" isn't it? or at least very similar... > > If so, you might need the +x Host-mangling patch for IRC Services which I > > hacked together, if you intend to use this feature on your network. I > > should really stick this on a website somewhere, so it's easier to send > > people and give out the instructions. > > > > The reason why it's needed is that Unreal communicates with servers using > > unmangled hostnames only, but most users will only see the mangled > versions > > (this includes channel operators). As a result, AKICKs and UNBANs can > > behave very strangely (ie. not work in many cases). My patch causes > > Services to mangle the hostmask using the same algorithm as Unreal, and > > compare both the original and the mangled hostmasks of the target user > > against the mask in question wherever it performed a simple lookup before. > > > > If Daylight is simply another name for "IRC Services 4.3.3", then my patch > > should apply directly - just ask me for it. If it's slightly different, > it > > might still work in the same way. If it's something else completely (a > > fork in the tree, for example) then a different patch will need to be > > worked out, or you could simply use the standard IRC Services instead. I > > always get confused about names of things, so someone please enlighten me! > > =) > > > > BTW, the last option (22) is the correct one, as already pointed out by > two > > other people. I believe someone on the IRC Services bunch is working on > > full Unreal support, using my patch as a starting point - perhaps Unreal > > will appear on that Makefile list when that work is complete. > > > > -------------------------------------------------------------- > > from: Jonathan "Chromatix" Morton > > mail: ch...@cy... (not for attachments) > > uni-mail: j.d...@la... > > > > The key to knowledge is not to rely on people to teach you it. > > > > Get VNC Server for Macintosh from http://chromatix.autistics.org/vnc/ > > > > -----BEGIN GEEK CODE BLOCK----- > > Version 3.12 > > 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+ > > -----END GEEK CODE BLOCK----- > > > > > > > > _______________________________________________ > > Unreal-users mailing list > > Unr...@li... > > http://lists.sourceforge.net/mailman/listinfo/unreal-users > > > > > _______________________________________________ > Unreal-users mailing list > Unr...@li... > http://lists.sourceforge.net/mailman/listinfo/unreal-users > |
From: Jonathan M. <ch...@cy...> - 2000-06-27 10:19:05
|
>hmm, rather: i don't have +x support but ive added some features such as >halfop support and some command ignores - would like to see the patch thou I've expanded the patch as text into this mail. It consists of two additional source files which effectively contain the small part of Unreal that does the mangling, and a patch to the Makefile and one of the Services sourcefiles that calls it. ---- BEGIN mangle.h ---- /* Just a header to contain the following: */ #ifdef MANGLE_HOST char *hidehost (char *s, int useless); #endif ---- END mangle.h ---- ---- BEGIN mangle.c ---- /************************************************************************ * IRC - Internet Relay Chat, src/cloak.c * (C) VirtualWorld code made originally by RogerY (ro...@au...) * Some coding by Potvin (po...@sh...) * Modified by Stskeeps with some TerraX codebits * TerraX (de...@te...) - great job guys! * Stskeeps (sts...@ts...) * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 1, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* This source file was snaffled from UnrealIRCd to make IRC Services */ /* compatible with it. Much of the code was subsequently cut out for */ /* leanness and clarity. [Chromatix] */ /* #include the bare minimum necessary... [Chromatix] */ #include <string.h> #include <ctype.h> #include <stdio.h> #include "mangle.h" /* {FIXME!!!} a kludge to make it appear to work with the default */ /* (at least for ChatCircuit) settings... [Chromatix] */ #warning FIXME! This is a hard-coded default: the hiddenhost 'prefix' which is "cc" by default. #define hidden_host "cc" /* Hidden host code below */ #define MAXVIRTSIZE (3 + 5 + 1) #define HASHVAL_TOTAL 30011 #define HASHVAL_PARTIAL 211 #define B_BASE 1000 int Maskchecksum (char *data, int len) { int i; int j; j=0; for (i=0 ; i<len ; i++) { j += *data++ * (i < 16 ? (i+1)*(i+1) : i*(i-15)); } return (j+B_BASE)%0xffff; } /* hidehost * command takes the realhost of a user * and changes the content of it. * new hidehost by vmlinuz * added some extra fixes by stskeeps * originally based on TerraIRCd */ char *hidehost (char *s, int useless) { // static char mask[128]; char *mask; static char ipmask[64]; int csum; char *dot,*tmp; char *cp; int i, isdns; int dots = 0; mask = (char *) malloc(129); memset (mask, 0, 128); csum = Maskchecksum (s, strlen(s)); if (strlen (s) > 127) /* this isn't likely to happen: s is limited to HOSTLEN+1 (64) */ { s[128] = 0; } isdns = 0; cp = s; for (i=0; i < strlen(s); i++) { if (*cp == '.') { dots++; } cp++; } for (i=0 ; i<strlen(s) ; i++) { if (s[i] == '.') { continue; } if (isalpha(s[i])) { isdns = 1; break; } } if (isdns) { /* it is a resolved yes.. */ if (dots == 1) { /* mystro.org f.x */ sprintf(mask, "%s%c%d.%s", hidden_host, (csum < 0 ? '=' : '-'), (csum < 0 ? -csum : csum), s); } if (dots == 0) { /* localhost */ sprintf(mask, "%s%c%d", s, (csum < 0 ? '=' : '-'), (csum < 0 ? -csum : csum)); } if (dots > 1) { dot = (char *) strchr((char *) s, '.'); /* mask like *<first dot> */ sprintf(mask, "%s%c%d.%s", hidden_host, (csum < 0 ? '=' : '-'), (csum < 0 ? -csum : csum), dot+1); } } else { strncpy(ipmask, s, sizeof(ipmask)); ipmask[sizeof(ipmask)-1]='\0'; /* safety check */ dot = (char *) strrchr((char *) ipmask, '.'); *dot = '\0'; if (dot == NULL) /* dot should never be NULL: IP needs dots */ sprintf (mask, "%s%c%i", hidden_host, (csum < 0 ? '=' : '-'), (csum < 0 ? -csum : csum)); else sprintf (mask, "%s.%s%c%i", ipmask, hidden_host, (csum < 0 ? '=' : '-'), (csum < 0 ? -csum : csum)); } ok1: return mask; } ---- END mangle.c ---- ---- BEGIN mangle.diff ---- diff -c ircservices-4.3.3/Makefile ircservices/Makefile *** ircservices-4.3.3/Makefile Wed Jun 2 08:40:04 1999 --- ircservices/Makefile Sun Apr 30 00:03:38 2000 *************** *** 26,32 **** # debugging symbols on GCC. If you have a non-GCC compiler, you may want # to comment it out or change it. ! MORE_CFLAGS = -Wall -g ######################## End configuration section ######################## --- 26,32 ---- # debugging symbols on GCC. If you have a non-GCC compiler, you may want # to comment it out or change it. ! MORE_CFLAGS = -Wall -g -DMANGLE_HOST ######################## End configuration section ######################## *************** *** 40,52 **** config.o datafiles.o encrypt.o helpserv.o init.o language.o \ list.o log.o main.o memory.o memoserv.o messages.o misc.o news.o \ nickserv.o operserv.o process.o send.o sessions.o sockutil.o \ ! timeout.o users.o \ $(VSNPRINTF_O) SRCS = actions.c akill.c channels.c chanserv.c commands.c compat.c \ config.c datafiles.c encrypt.c helpserv.c init.c language.c \ list.c log.c main.c memory.c memoserv.c messages.c misc.c news.c \ nickserv.c operserv.c process.c send.c sessions.c sockutil.c \ ! timeout.c users.c \ $(VSNPRINTF_C) .c.o: --- 40,52 ---- config.o datafiles.o encrypt.o helpserv.o init.o language.o \ list.o log.o main.o memory.o memoserv.o messages.o misc.o news.o \ nickserv.o operserv.o process.o send.o sessions.o sockutil.o \ ! timeout.o users.o mangle.o \ $(VSNPRINTF_O) SRCS = actions.c akill.c channels.c chanserv.c commands.c compat.c \ config.c datafiles.c encrypt.c helpserv.c init.c language.c \ list.c log.c main.c memory.c memoserv.c messages.c misc.c news.c \ nickserv.c operserv.c process.c send.c sessions.c sockutil.c \ ! timeout.c users.c mangle.c \ $(VSNPRINTF_C) .c.o: *************** *** 114,119 **** --- 114,120 ---- list.o: list.c services.h log.o: log.c services.h pseudo.h main.o: main.c services.h timeout.h version.h + mangle.o: mangle.c mangle.h memory.o: memory.c services.h memoserv.o: memoserv.c services.h pseudo.h messages.o: messages.c services.h messages.h language.h *************** *** 126,132 **** sessions.o: sessions.c services.h pseudo.h sockutil.o: sockutil.c services.h timeout.o: timeout.c services.h timeout.h ! users.o: users.c services.h vsnprintf.o: vsnprintf.c --- 127,133 ---- sessions.o: sessions.c services.h pseudo.h sockutil.o: sockutil.c services.h timeout.o: timeout.c services.h timeout.h ! users.o: users.c services.h mangle.h vsnprintf.o: vsnprintf.c diff -c ircservices-4.3.3/users.c ircservices/users.c *** ircservices-4.3.3/users.c Fri Sep 24 04:04:27 1999 --- ircservices/users.c Sun Apr 30 10:54:31 2000 *************** *** 7,12 **** --- 7,13 ---- */ #include "services.h" + #include "mangle.h" #define HASH(nick) (((nick)[0]&31)<<5 | ((nick)[1]&31)) static User *userlist[1024]; *************** *** 740,749 **** * just user@host)? */ int match_usermask(const char *mask, User *user) { char *mask2 = sstrdup(mask); ! char *nick, *username, *host, *nick2, *host2; int result; if (strchr(mask2, '!')) { --- 741,753 ---- * just user@host)? */ + /* IRCd's supporting hostmask mangling (+x) require extra support here */ + /* See mangle.c for the mangling code. [Chromatix] */ + int match_usermask(const char *mask, User *user) { char *mask2 = sstrdup(mask); ! char *nick, *username, *host, *nick2, *host2, *manglehost, *logstr; int result; if (strchr(mask2, '!')) { *************** *** 770,775 **** --- 774,815 ---- result = match_wild(username, user->username) && match_wild(host, host2); } + + if(debug) { + logstr = (char *) malloc(256); + sprintf(logstr, "debug: matching %s!%s@%s to user %s %s match", + nick?nick:"", username, host, user->nick, result?"did":"did not"); + log(logstr); + free(logstr); + } + + #ifdef MANGLE_HOST + if(!result) { + manglehost = hidehost(host2, 0); + + if (nick) { + nick2 = strlower(sstrdup(user->nick)); + result = match_wild(nick, nick2) && + match_wild(username, user->username) && + match_wild(host, manglehost); + free(nick2); + } else { + result = match_wild(username, user->username) && + match_wild(host, manglehost); + } + + if(debug) { + logstr = (char *) malloc(256); + sprintf(logstr, "debug: matching %s!%s@%s to user %s [hostmangle: %s] %s match", + nick?nick:"", username, host, user->nick, manglehost, result?"did":"did not"); + log(logstr); + free(logstr); + } + + free(manglehost); + } + #endif + free(mask2); free(host2); return result; ---- END mangle.diff ---- -------------------------------------------------------------- from: Jonathan "Chromatix" Morton mail: ch...@cy... (not for attachments) uni-mail: j.d...@la... The key to knowledge is not to rely on people to teach you it. Get VNC Server for Macintosh from http://chromatix.autistics.org/vnc/ -----BEGIN GEEK CODE BLOCK----- Version 3.12 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+ -----END GEEK CODE BLOCK----- |
From: Leon M. <ph...@so...> - 2000-08-09 16:17:00
|
SGVsbG8sDQoNCldoaWNoIHNlcnZpY2VzIHBhY2thZ2UgZG8geW91IHJlY29tbWVuZCBpbnN0YWxs aW5nIHdpdGggVW5yZWFsMy4wID8NCg0KDQovKiBMZW9uIE1lcmdlbiwgbGVvbkBzb2xhdGlzLmNv bSAqLyBpbnQgYVszMzIzNV0sKmI9YSxjPTFlNCxkPSANCjMzMjM0LGUsZixnPTAsaCxpO21haW4o KXtmb3IgKGU9ZDtlLS07KmIrKz0yKTsqYj00O2ZvcihlPTI1MDE7IGUtLTsNCnByaW50ZigiJTA0 ZCIsaCkpZm9yIChiPWErZCxmPWQ7Zj4tMTtnKj1mLS0pe2k9KmIqYytnO2g9Zj8gMipmKzE6Yztn DQo9aS9oOypiLS09aSUgaDtoPWc7fX0gDQo= |
From: Akmal K. <ak...@on...> - 2000-10-10 19:28:44
|
Hello there! Pease let me know what services is best to use wirh Unreal IRCD, and = place where I can download that. Thank you. Unreal rocks! :-) Sincerely, =20 ("`-''-/").___..--''"`-._ `o_ o ) `-. ( ).`-.__.`) (_Y_.)' ._ ) `._ `. ``-..-' _..`--'_..-_/ /--'_.' .' (il).-'' (li).' ((!.-' ____________________________ Akmal A. Khodjanov 1555 NE Merman Dr. A12 Pullman, WA 99163 phone: (509) 338-9063 ICQ #: 47150255 email: ak...@on... voicemail/fax:(206) 505-1553 x2431 www: http://www.wsu.edu/~akmalk join our chat @ irc.mircx.com, room #Choyhona ----------------------------------- |
From: Colt M. <maj...@ea...> - 2000-10-11 04:47:30
|
http://www.wrecked.net Wrecked services have to be 1 of the best. -----Original Message----- From: unr...@li... [mailto:unr...@li...]On Behalf Of Akmal Khodjanov Sent: Tuesday, October 10, 2000 2:28 PM To: unr...@li... Subject: [Unreal-users] Services Hello there! Pease let me know what services is best to use wirh Unreal IRCD, and place where I can download that. Thank you. Unreal rocks! :-) Sincerely, ("`-''-/").___..--''"`-._ `o_ o ) `-. ( ).`-.__.`) (_Y_.)' ._ ) `._ `. ``-..-' _..`--'_..-_/ /--'_.' .' (il).-'' (li).' ((!.-' ____________________________ Akmal A. Khodjanov 1555 NE Merman Dr. A12 Pullman, WA 99163 phone: (509) 338-9063 ICQ #: 47150255 email: ak...@on... voicemail/fax:(206) 505-1553 x2431 www: http://www.wsu.edu/~akmalk join our chat @ irc.mircx.com, room #Choyhona ----------------------------------- |
From: J.T.Hayden <ph...@sp...> - 2001-01-14 07:28:01
|
b2sgSSBrbm93IHRoaXMgc2hvdWxkIG5vdCBiZSBoZXJlLCBidXQgSSBoYXZlIGxvb2tlZCBmb3Ig ZGF5cyBhbmQgdGhpbmsgb25seSBwZW9wbGUgaGVyZSBtYXkgaGVscC4uLi4gDQoNCmxvb2tpbmcg Zm9yIChoYWQgaXQgb25jZSBhbmQgaGF2ZSBsb3N0IGl0KSBhIGNvcHkgb2Ygc2VydmljZXMgdGhh dCBhcmUgc3RhYmxlIHdpdGggVW5yZWFsIDMuMS4xIHRoYXQgaGFzIGFuIG9uam9pbiBzZW5kIHRv ICNjaGFubmVsIGFuZCBvbiBvcGVyIHNlbmQgdG8gQ2hhbm5lbC4uLg0KDQoqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqDQpKLlQuIEhheWRlbiANCnBobnggb24gREFM bmV0IElSQw0KcGhueCBvbiBEcmFnb25XZWIuYXRoLmN4IElSQw0KKioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKiA= |
From: <Ve...@te...> - 2001-01-14 15:28:50
|
Cant Unreal do this? > ok I know this should not be here, but I have looked for days and think only people here may help.... > > looking for (had it once and have lost it) a copy of services that are stable with Unreal 3.1.1 that has an onjoin send to #channel and on oper send to Channel... > ì |
From: J.T.Hayden <ph...@sp...> - 2001-01-14 17:40:43
|
b2sgeWVzIEkgZm91bmQgVW5yZWFsIGNhbiBkbyBpdCwgYnV0IHRoZXJlIGlzIG5vdCBhIHN0YWJs ZSBXaW4zMiB2ZXJzaW9uIHRoYXQgd2lsbC4gSSB3aWxsIGp1c3QgaGF2ZSB0byB3YWl0IGZvciB0 aGUgbmV4dCB3aW4zMiB2ZXJzaW9uIHRvIGRvIHRoaXMuDQoNCmFzIGZvciB0aGUgb3RoZXIgdGhh dCBhc2tlZCBhYm91dCBhIHdpbmRvd3MgdmVyc2lvbiBvZiBzZXJ2aWNlcywgeWVzIHRoZXJlIGlz IG9uZSB0aGF0IHdvcmtzIHF1aXRlIHdlbGwgd2l0aCBVbnJlYWwsIERheWxpZ2h0IDkgd29ya3Mg d2VsbCB3aXRoIGl0DQoNCi0tLS0tT3JpZ2luYWwgTWVzc2FnZS0tLS0tDQpGcm9tOiB1bnJlYWwt dXNlcnMtYWRtaW5AbGlzdHMuc291cmNlZm9yZ2UubmV0DQpbbWFpbHRvOnVucmVhbC11c2Vycy1h ZG1pbkBsaXN0cy5zb3VyY2Vmb3JnZS5uZXRdT24gQmVoYWxmIE9mDQpWZW5vbVhAdGVsZXJhbWEu Y29tDQpTZW50OiBTdW5kYXksIEphbnVhcnkgMTQsIDIwMDEgMTA6MzEgQU0NClRvOiB1bnJlYWwt dXNlcnNAbGlzdHMuc291cmNlZm9yZ2UubmV0DQpTdWJqZWN0OiBSZTogW1VucmVhbC11c2Vyc10g U2VydmljZXMNCg0KDQpDYW50IFVucmVhbCBkbyB0aGlzPw0KDQoNCi0tLS0tT3JpZ2luYWwgTWVz c2FnZS0tLS0tDQpGcm9tOiB1bnJlYWwtdXNlcnMtYWRtaW5AbGlzdHMuc291cmNlZm9yZ2UubmV0 DQpbbWFpbHRvOnVucmVhbC11c2Vycy1hZG1pbkBsaXN0cy5zb3VyY2Vmb3JnZS5uZXRdT24gQmVo YWxmIE9mIE1hc3Rlcg0KU2l0ZQ0KU2VudDogU3VuZGF5LCBKYW51YXJ5IDE0LCAyMDAxIDExOjE0 IEFNDQpUbzogdW5yZWFsLXVzZXJzQGxpc3RzLnNvdXJjZWZvcmdlLm5ldA0KU3ViamVjdDogW1Vu cmVhbC11c2Vyc10gV2luIFNlcnZpY2VzDQoNCg0KVGhlcmUgYXJlIFNlcnZpY2VzIGZvciBXaW5k b3dzIHRoYXQgd29yayB3aXR0IFVucmVhbCA/ |
From: The J. B. J. . <jel...@ho...> - 2002-03-04 15:17:32
|
Hi there. Is there any sources on the net where there is a step-by-step guide to setting up Services on Unreal3.2Beta6+Win32. I don't mind which type of service package I use as long as it supports NickServ & ChanServ. I'd be grateful if you could point me in the right direction. Many thanks.... _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx |
From: Jasper <ja...@sh...> - 2002-03-04 21:25:42
|
I am running Unreal3.1.2-Darkshades. I would like to know the most expedient way to "turn off" the global wallops message that tells routine users when a net operator has opered up - preferrably without recompiling my IRCd. If I can't without recompiling, then please clue me in on which option needs to be changed and where to turn this off. Thank you. |
From: Larry - W. - T. <web...@tr...> - 2000-05-25 13:34:38
|
I would imagine that (null) in this case would be a support channel you have set up. Larry ----- Original Message ----- From: "Chris Mason" <ch...@fr...> To: <unr...@li...> Sent: Thursday, May 25, 2000 2:46 AM Subject: [Unreal-users] Services > Hi, > > Got a quick question, you know when you type, /HELPOP ? CHMODES and you > get the following information back, > > If you need help on services, try... > /helpop nickserv - for help on registering nicknames. > /helpop chanserv - for help on registering channels. > /helpop memoserv - for help on sending short messages. > If you are using ircII, use /quote helpop instead of /helpops. > ***** Go to (null) if you have any further questions ***** > > I assume the (null) bit should be an e-mail address. Well where in the > code can I set this e-mail address? > > 1 Last thing, what is the best NickServ and ChanServ services to use with > UnReal 3.0? > > Regards, > Chris > > > _______________________________________________ > Unreal-users mailing list > Unr...@li... > http://lists.sourceforge.net/mailman/listinfo/unreal-users > |
From: Joar S. <js...@st...> - 2000-05-25 13:40:23
|
On 25-May-2000 Chris Mason wrote: > Hi, > > Got a quick question, you know when you type, /HELPOP ? CHMODES and you > get the following information back, > > If you need help on services, try... > /helpop nickserv - for help on registering nicknames. > /helpop chanserv - for help on registering channels. > /helpop memoserv - for help on sending short messages. > If you are using ircII, use /quote helpop instead of /helpops. > ***** Go to (null) if you have any further questions ***** > > I assume the (null) bit should be an e-mail address. Well where in the > code can I set this e-mail address? It should display the value of "Set helpchan ......: #something" in your network file (networks/yournet.network), so I would check that. > 1 Last thing, what is the best NickServ and ChanServ services to use with > UnReal 3.0? You could give Daylight (ircservices 4.3.3 with unreal support) a try, there's a link to it on http://unreal.sourceforge.net/links.html iirc. -- You don't sew with a fork, so I see no reason to eat with knitting needles. -- Miss Piggy, on eating Chinese Food |
From: Chris M. <ch...@fr...> - 2000-05-25 21:17:11
|
Hi, Got a problem, running two Unreal 3.0 Morrigan (fix) servers, and tried to install Wrecked IRC Services on one. They installed fine and got NickServ working, when when I try to register a channel ChanServ goes mental. Here is an example, [22:08] *** ChanServ sets mode: +r [22:08] *** sa.irc.server sets mode: -r [22:08] *** ChanServ sets mode: +r [22:08] *** sa.irc.server sets mode: -r [22:08] *** ChanServ sets mode: +r [22:08] *** sa.irc.server sets mode: -r [22:08] *** ChanServ sets mode: +r [22:08] *** sa.irc.server sets mode: -r [22:08] *** ChanServ sets mode: +r [22:08] *** sa.irc.server sets mode: -r This goes on constantly. Any ideas would be good, Regards, Chris Mason |
From: Joao P. <La...@bu...> - 2000-05-25 21:45:49
|
Probably your U:line for services on ircd.conf is not correct ;) At 22:13 25-05-2000 +0100, you wrote: >Hi, > >Got a problem, running two Unreal 3.0 Morrigan (fix) servers, and tried to >install Wrecked IRC Services on one. > >They installed fine and got NickServ working, when when I try to register >a channel ChanServ goes mental. Here is an example, > >[22:08] *** ChanServ sets mode: +r >[22:08] *** sa.irc.server sets mode: -r >[22:08] *** ChanServ sets mode: +r >[22:08] *** sa.irc.server sets mode: -r >[22:08] *** ChanServ sets mode: +r >[22:08] *** sa.irc.server sets mode: -r >[22:08] *** ChanServ sets mode: +r >[22:08] *** sa.irc.server sets mode: -r >[22:08] *** ChanServ sets mode: +r >[22:08] *** sa.irc.server sets mode: -r > >This goes on constantly. > >Any ideas would be good, > >Regards, >Chris Mason > > > >_______________________________________________ >Unreal-users mailing list >Unr...@li... >http://lists.sourceforge.net/mailman/listinfo/unreal-users Joao Luis Marques Pinto PTlink Tech Admin http://www.ptlink.net - La...@PT... |
From: Jonathan M. <ch...@cy...> - 2000-05-25 22:10:38
|
>1 Last thing, what is the best NickServ and ChanServ services to use with >UnReal 3.0? At ChatCircuit, we use "IRC Services" with a patch to support Unreal's +x host-mangling feature. http://ender.shadowfire.org/ircservices/ If you want the patch, e-mail me privately and I'll send you a copy. -- -------------------------------------------------------------- from: Jonathan "Chromatix" Morton mail: ch...@cy... (not for attachments) uni-mail: j.d...@la... The key to knowledge is not to rely on people to teach you it. -------------------------------------------------------------- Contributing to the VNC Project - http://www.uk.research.att.com/vnc/ Macintosh VNCserver v3.3.2 beta2.3 now posted at: http://chromatix.autistics.org/vnc/ |
From: George M. <mix...@ya...> - 2000-05-27 20:53:26
|
hi there, is mode +f (flood protection) still used? if so plz explain the use or gimme a doc or tell me where to get it to learn it. thank you Mixelogj __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com |
From: Adam R. <sh...@ka...> - 2000-05-28 04:30:54
|
Channel mode +f (flood protection) is still in use. The syntax of such is: /mode #chan +f +lines:seconds Where lines are the amount of times the user is allowed to talk in (seconds). Adam. At 11:53 PM 5/27/00 -0700, you wrote: >hi there, > is mode +f (flood protection) still used? if so plz explain the >use or gimme a doc or tell me where to get it to learn it. > >thank you |