mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-13 23:54:46 +02:00
Compare commits
53 Commits
master
...
u31_chatfirst
| Author | SHA1 | Date | |
|---|---|---|---|
| 86f7e2e0e8 | |||
| 0b5838ffaa | |||
| 4cea0721ec | |||
| f093182370 | |||
| 085eb45175 | |||
| 2fae48a6fc | |||
| 345265ffa8 | |||
| 08584d495c | |||
| b04a23ca0b | |||
| ee664d26ce | |||
| 473c68a265 | |||
| 3632876ba7 | |||
| 10b7478eb6 | |||
| 869bc9bab9 | |||
| 867bd08b5d | |||
| 98683525d4 | |||
| cf36508493 | |||
| 722f5eeaf6 | |||
| 80800635a4 | |||
| 8896e5f3a0 | |||
| b818e63a09 | |||
| 3f4fd52cff | |||
| 5087e07097 | |||
| 5d7e4de313 | |||
| 825c12de9e | |||
| da592b1dba | |||
| ebcbf1f840 | |||
| 93ae6616d9 | |||
| 6c7f028594 | |||
| d94af7a977 | |||
| 8b7110a253 | |||
| 428312ee7d | |||
| b1f249cb75 | |||
| b3587542ba | |||
| 5690256e79 | |||
| e1cfa45db2 | |||
| 39b719d0e2 | |||
| f32e8c4a86 | |||
| eef2668ffb | |||
| 24afee2f4f | |||
| e4a59d36a8 | |||
| 0402c8320f | |||
| 17285e699b | |||
| c7173bb458 | |||
| ccc23e1eb2 | |||
| 078da1b9ee | |||
| b3d1a09808 | |||
| d2d29f2294 | |||
| 9d164e76a3 | |||
| 31471cf6ba | |||
| 2a35040f07 | |||
| 155310065b | |||
| cae7d1366d |
+14
-13
@@ -1,18 +1,19 @@
|
||||
Welcome to the UnrealIRCd configuration program. This program
|
||||
will help you to compile your IRC server, and ask you questions
|
||||
regarding the setup of it, during the process.
|
||||
will help you compile your IRC server by asking you questions
|
||||
regarding your system and how you want the ircd to function.
|
||||
|
||||
If you need help to set the IRCd up, mail
|
||||
unreal-support@lists.sourceforge.net or ask at IRC:
|
||||
/server irc.ircsystems.net, /join #unrealircd
|
||||
If you need help setting up your server, mail
|
||||
supporters@lists.unrealircd.org or ask on IRC:
|
||||
/server irc.ircsystems.net, /join #unreal-support
|
||||
|
||||
For any sake, read Unreal.nfo and read doc/faq before asking questions
|
||||
Regardless, please read Unreal.nfo first along with all documentation
|
||||
and FAQ's in doc/. If you do not do this, we will NOT help you!
|
||||
|
||||
NOTE: If the code is changed in any way, or the version string is changed,
|
||||
we do _NOT_ support the product, except if you got explicit permission
|
||||
from one of the UnrealIRCd coders. If it fails and you messed with it,
|
||||
you can't blame noone but yourself. Also, non-official UnrealIRCd/32
|
||||
builds (if it doesn't say "geniune" in the display) are _NOT_
|
||||
supported.
|
||||
If the code is changed in any way, or the version string is modified,
|
||||
we will _NOT_ support the product. (Unless of course you got explicit
|
||||
permission from one of the UnrealIRCd coders.)
|
||||
|
||||
-Stskeeps (Head coder of UnrealIRCd)
|
||||
Finally, unofficial UnrealIRCd/32 builds (if it doesn't say "genuine"
|
||||
in the display) are _NOT_ supported.
|
||||
|
||||
-Luke (maintainer of UnrealIRCd 3.1.x)
|
||||
|
||||
+23
-16
@@ -1,23 +1,30 @@
|
||||
|
||||
Unreal3.1.1-Darkshades Release Notes
|
||||
Unreal3.1.4-Meadows Release Notes
|
||||
===================================
|
||||
|
||||
* It is REALLY RECOMMENDED that you run only Unreal3.1.1<->Unreal3.1.1,
|
||||
as Unreal3.1+sf got some funny SJOIN bugs that causes the network to
|
||||
desynch
|
||||
* This is yet another significant upgrade over the last version. Most notable
|
||||
compatibility wise is the backporting of the new host cloaking from 3.2.
|
||||
As a result of this, we strongly recommend that you convert all of your servers
|
||||
to 3.1.4 and avoid running a network with mixed versions. They'll link fine
|
||||
and operate okay, but the differences in cloaking will make it easier for
|
||||
individuals to evade bans by simply switching servers.
|
||||
|
||||
* It is ADVISABLE that you allocate numerics to each server on your network.
|
||||
You simply in the M: line, just after the port, add :numeric, like:
|
||||
|
||||
M:irc.fyremoon.net:*:Description:6667:20
|
||||
* Also, before this version if a 3.2 server with IPv6 enabled was linked to the
|
||||
network, and a client connected using IPv6, it caused 3.1.x servers to segfault,
|
||||
as the cloaking routine was unable to deal with IPv6 format addresses. This is
|
||||
also corrected in this version
|
||||
|
||||
Where 20 is the numeric. Numerics are 1-255, 0 means no numeric (bad),
|
||||
and no server must have same numeric
|
||||
* Please Note: There have been a couple of configuration file changes! This is
|
||||
IMPORTANT. Your IRCd WILL NOT START if you don't change the cloak key values found
|
||||
in unrealircd.conf. Additionally, it would be prudent to note that there is a
|
||||
new directive in unrealircd.conf, exempt_all, which permits exempt lines in
|
||||
ircd.conf to match glines in addition to klines. It defaults to 1. Finally, both
|
||||
version numbers in the .network file and unrealircd.conf have been changed. In
|
||||
unrealircd.conf, because of the 4 new directives. In the .network file because
|
||||
we removed techadmin, and the host directive for it. We will NOT bring techadmin
|
||||
back. If you don't like it, readd it yourself, and be sure to note that we won't
|
||||
provide support for modified versions of Unreal.
|
||||
|
||||
* We have introduced encrypted irc connections, using SSL
|
||||
You need to set up a SSL port, P:IP:s:*:port
|
||||
To connect securely to another server, add :S at the end of the C:line
|
||||
and make sure it autoconnect/connects to a SSL port
|
||||
* The rest of the changes can be found (obviously) in the Changes file.
|
||||
|
||||
* Read Unreal.nfo for any sake AND THE DOCS IN doc/. To update/upgrade your IRCd,
|
||||
please run the ./update script. This requires "wget" and "cvs" on the box to function
|
||||
* Finally, read Unreal.nfo as usual AND THE DOCS in doc/.
|
||||
|
||||
@@ -4,17 +4,14 @@
|
||||
| some kind of Certification Authority (CA), so your users can check that |
|
||||
| they are really connected to the real server, so they feel secure? |
|
||||
| |
|
||||
| A initiative have been started, to help this problem, as more and more |
|
||||
| An initiative has been started, to help this problem, as more and more |
|
||||
| SSL-enabled IRC servers will be started in the future, and people will |
|
||||
| have trouble authenticating that they are really at the right server. |
|
||||
| This initiative is called SICI (Secure IRC Certification Initiative. We |
|
||||
| sign your certificates for free, using the simple way of authenticating |
|
||||
| you by going to your IRC server and testing if it's really you. |
|
||||
| |
|
||||
| You can send in your "server.req.pem" file to us at our email |
|
||||
| certs@sici.ircsystems.net, with contact info on you (IRC network, nick, |
|
||||
| status). We will then contact you, and check if you have provided true |
|
||||
| information. If you need more information about SICI, visit our website |
|
||||
| http://sici.ircsystems.net, where you can download our root certificate,|
|
||||
| and read even more about this project. | Press enter to continue |
|
||||
| This initiative is called OpenIRC CA - They offer you to sign |
|
||||
| SSL certificates for use with your IRCd for free, |
|
||||
| so your users can be sure that they can trust you and your server. |
|
||||
| To get a signed certificate from them please visit the website |
|
||||
| http://www.openirc-ca.eu.org |
|
||||
| | Press enter to continue |
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
List of helpers in the alpha/beta phase:
|
||||
* Headbang, Alpha/beta tester
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* UnrealIRCd Changes File - (C) Carsten Munk 1999-2000 &
|
||||
* UnrealIRCd Changes File - (C) Carsten Munk 1999-2002 &
|
||||
* The UnrealIRCd Team
|
||||
*
|
||||
* $Id$
|
||||
@@ -23,3 +23,401 @@
|
||||
[ Unreal4.0 ]
|
||||
- Fixed a _serious_ bug in SERVER command, reported by Valen, Forrester,
|
||||
M0rpheus, JK, and Hiten.
|
||||
|
||||
[ Unreal3.1.3 ]
|
||||
-----------------------------------------------------------
|
||||
Initial release, based on 3.1.1 code and lots of 3.2-beta
|
||||
functions that are actually sane
|
||||
-----------------------------------------------------------
|
||||
resolv.h line 76
|
||||
#if ((__GNU_LIBRARY__ == 6) && (__GLIBC__ >=2) && (__GLIBC_MINOR__ >= 2))
|
||||
#define res_init __res_init
|
||||
#endif
|
||||
Fixes compile error w/ later glibc
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
parse.c line 404
|
||||
removed if (lifesux)
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
s_bsd.c
|
||||
first instance of HighscoreFD
|
||||
removed the define
|
||||
removed rhighest_fd as well
|
||||
removed all instances of HighscoreFD()
|
||||
changed rhighest_fd + 1 to MAXCONNECTION
|
||||
(100% cpu fix from 3.1.1)
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
channel.c
|
||||
Took m_sjoin from 3.2
|
||||
removed lp2
|
||||
changed Member *lp to Link *lp;
|
||||
Changed other stuff (document later?)
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
s_serv.c
|
||||
replaced m_server_estab with one from u32june12
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
Fixed missing : on line 419 s_err.c (numeric 379)
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
stole all m_chg* and m_set* functions from u32june12
|
||||
in s_unreal.c
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
stole sdesc from latest beta in s_unreal.c
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
line 1683 in s_serv.c
|
||||
added me to /info
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
line 1342 res.c
|
||||
added line sts foolishly deleted that broke win32 resolver
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
line 2161 in channel.c
|
||||
fixed mode segfault bug
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
line 152, fixed #endif error
|
||||
aln.c
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
-------------------------------------------------------------
|
||||
Beta2ish
|
||||
-------------------------------------------------------------
|
||||
line 341 ircd.c
|
||||
win32 hates SIGQUIT, #ifndef it out.
|
||||
--Zogg
|
||||
===================================
|
||||
|
||||
line 1298 s_bsd.c
|
||||
set_blocking() won't compile under msvc.
|
||||
Not important, #ifndef'd out for win32
|
||||
--Zogg
|
||||
===================================
|
||||
|
||||
line 234 in Makefile.dist
|
||||
fixed perms on ssl certs
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
Added Zogg's win32 makefile that actually works.
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
------------------------------------------------------------
|
||||
Beta3ish
|
||||
------------------------------------------------------------
|
||||
Changed line 179 in ssl.c to
|
||||
set_blocking(cptr->fd, NULL);
|
||||
otherwise random segfaults on ssl connect occur
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
Changed line 223 in ssl.c to
|
||||
strcat(buf, (char *) my_itoa(bits));
|
||||
otherwise got warning on compile in bsd
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
Put in rest of patch for mode propagation bug
|
||||
*whack*
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
--------------------------------------------------------------
|
||||
Beta4
|
||||
--------------------------------------------------------------
|
||||
|
||||
Stole StripColors from 3.2-beta, resolves memory
|
||||
leak in 3.1.3
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
Rearranged doc/ slightly (moved some more stuff to
|
||||
History
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
s_user.c line 1946 - (char *)StripColors as per
|
||||
new StripColors function from 3.2-beta
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
stole add_exbanid and add_banid from devel
|
||||
(other stuff was just weird)
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
line 4748 in s_user.c for cases i and o added fix (svsmode)
|
||||
line 4651 too (svs2mode)
|
||||
for svsmode bug (thanks codemastr)
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
line 829, 1035 in s_kline.c gline bug resolved
|
||||
(again codemastr)
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
line 1583 res.c fixed dns l, only opers!
|
||||
(again codemastr)
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
Modified ./Config to play nice with BSD
|
||||
(and yes, God forbid, SunOS 5.x *shudder*)
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
added -lsocket when compiling fdmaxcounter
|
||||
in sunos 5.x, may produce crack induced result
|
||||
but at least it compiles now
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
145, list.c added passwd fix
|
||||
deled cptr->passwd; above (line 135ish)
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
*** 3.1.3 Released ***
|
||||
|
||||
[ Unreal 3.1.4 ]
|
||||
--------------------------------------------------
|
||||
The fixes and backports continue. Strange how much
|
||||
time maintaining Unreal can eat up...
|
||||
|
||||
Beta1
|
||||
--------------------------------------------------
|
||||
|
||||
Removed tech admin.
|
||||
This feature is useless bloat. If you want it back
|
||||
do NOT complain to any of the Unreal coders, feel
|
||||
free to reimplement it yourself. Do note, however,
|
||||
that if you modify the code in any way, shape, or
|
||||
form you immediately give up your ability to
|
||||
receive any type of support from us.
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
Line 703 in ircd.c fixed...breaks
|
||||
gcc3 compatibility (thanks to shellz.net's
|
||||
NuC for reporting)
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
Fixed issue in s_user.c where +H opers
|
||||
could be identified by normal users in
|
||||
a trivial manner (thanks to Magnet from
|
||||
epiknet)
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
s_user.c fixes
|
||||
basically, /whois doesn't display snotice
|
||||
if you're +W and do it to yourself
|
||||
/who the same
|
||||
and "is a secure connection" is no longer
|
||||
bold (it was lame)
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
s_serv.c fixes
|
||||
fixed map bug that allowed you to trivially
|
||||
find a hidden U lined server (hopefully)
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
rmed zip.c (not used at all.)
|
||||
and zip.h and anything related to zip
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
E lines now match glines, zlines, shuns
|
||||
(if you say yes in config)
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
map bug still exists (earlier fix made it
|
||||
worse)...removed.
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
/adchat bug that sends it to coadmins twice
|
||||
(coadmins are actually server admins as far
|
||||
as the ircd is concerned for most purposes, no
|
||||
need to send to both UMODES)
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
rewrote m_kick almost entirely (it sucked)
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
newdns.c removed - another useless file
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
------------------------------------------------
|
||||
Beta2
|
||||
------------------------------------------------
|
||||
|
||||
ripped cloak.c from 3.2, and added Config
|
||||
options as needed.
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
Fixed 3 svsnoops bugs, so it appears to be
|
||||
actually working now...
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
+S users no longer show channels in /whois
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
Added a gzline command. I use it with bopm on
|
||||
my network all the time, and am getting
|
||||
sick of readding it after each new release.
|
||||
Additionally, I think it's a useful command
|
||||
for anyone to have.
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
Revamped operoverride stuff so it's consistent
|
||||
and somewhat sane. (also made NetAdmin.Chat
|
||||
NetAdminChat to keep with other forms)
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
Fixed m_kick more
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
Made "is a bot.." not bold
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
Fixed a bug with \r\n being mistakenly parsed
|
||||
wrong. Thanks to John_z
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
Added temp patch to m_kline to stop segfault
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
------------------------------------------------
|
||||
Beta3
|
||||
------------------------------------------------
|
||||
|
||||
Backported check_pings with loop.do_ban_check from 3.2
|
||||
--Stskeeps
|
||||
===================================
|
||||
|
||||
Added nice fix to HCN so that BOPM works natively
|
||||
(it would still be wise to mod bopm yourself
|
||||
and have it scan all clients by using +F, as I've
|
||||
done, but whatever.)
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
Moved cloak key definitions to .network file
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
omfg, a patch that resolved some really interesting
|
||||
problems with really long parameter modes has been
|
||||
applied. (this in itself is a great reason to
|
||||
upgrade)
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
Moved exempt_all option to unrealircd.conf, no longer
|
||||
a #define in settings.h & ./Config option.
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
Made stop code error more stupid-people friendly
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
Added code that shows nick changes on entire net
|
||||
when umode +j (JUNK). Also, went through channel.c
|
||||
and made all snotices look "nicer"
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
Moved cloak keys to unrealircd.conf, since the
|
||||
.network files are public domain (in general).
|
||||
Go lynch Stskeeps if you don't like it.
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
Actually added sample lines to unrealircd.conf
|
||||
for EXEMPT_ALL and CLOAK_KEY_n. Also, changed
|
||||
version number on both that and the .network
|
||||
file, as both have changed since 3.1.3.
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
Useful /who patch incorporated, thanks to
|
||||
larne
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
Rewrote all of /who, fuck everyone's patches
|
||||
mine are better!
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
More /who madness! I've added an h flag, similar
|
||||
to the o flag that you can append on the end
|
||||
for opers, so for instance say you /who *bob* h
|
||||
it will display real hosts instead of masked ones
|
||||
in the replies.
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
Oper invisibility is no longer enabled by default
|
||||
but is a provided option in ./Config
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
Changed information flag shown in /version. R now
|
||||
appears if invisibility is compiled in (even if
|
||||
disabled in unrealircd.conf)
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
rmed Config.c (broken, severely) and networks.ndx
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
Added win32-compile-guide in doc/ for people wanting
|
||||
to compile their own version for windows.
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
Once again we global when anyone that's not a local
|
||||
oper opers. I like this, if you don't email me and
|
||||
maybe I'll add a conf option for it.
|
||||
--Luke
|
||||
===================================
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
# distribution without the author's prior consent.
|
||||
#
|
||||
# $Id$
|
||||
IRCD_VERSION="Unreal3.1.1-Darkshades"
|
||||
IRCD_VERSION="Unreal3.1.4 Meadows"
|
||||
CONF_DATE=`date`
|
||||
LAST_VERSION="very very old"
|
||||
#
|
||||
@@ -81,6 +81,7 @@ CRYPT_OPER_PASSWORD=""
|
||||
CRYPT_LINK_PASSWORD=""
|
||||
CRYPT_ILINE_PASSWORD=""
|
||||
CRYPT_XLINE_PASSWORD=""
|
||||
ENABLE_INVISOPER=""
|
||||
LISTEN_SIZE="5"
|
||||
MAXSENDQLENGTH="3000000"
|
||||
BUFFERPOOL="(9 * MAXSENDQLENGTH)"
|
||||
@@ -1502,6 +1503,42 @@ fi
|
||||
esac
|
||||
done
|
||||
|
||||
FOO=""
|
||||
runonce=""
|
||||
while [ -z "$FOO" ] ; do
|
||||
if [ -n "$ENABLE_INVISOPER" ] ; then
|
||||
FOO="Yes"
|
||||
else
|
||||
FOO="No"
|
||||
fi
|
||||
echo ""
|
||||
echo "Do you want to enable total invisibility (+I) mode for opers?"
|
||||
echo $n "[$FOO] -> $c"
|
||||
if [ -z "$AUTO_CONFIG" -o -n "$runonce" ] ; then
|
||||
read cc
|
||||
else
|
||||
cc=""
|
||||
runonce=Yes
|
||||
fi
|
||||
if [ -z "$cc" ] ; then
|
||||
cc=$FOO
|
||||
fi
|
||||
case "$cc" in
|
||||
[Yy]*)
|
||||
ENABLE_INVISOPER="1"
|
||||
;;
|
||||
[Nn]*)
|
||||
ENABLE_INVISOPER=""
|
||||
;;
|
||||
*)
|
||||
echo ""
|
||||
echo "You need to enter either Yes or No here..."
|
||||
echo ""
|
||||
FOO=""
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
FOO=""
|
||||
runonce=""
|
||||
while [ -z "$FOO" ] ; do
|
||||
@@ -1624,7 +1661,11 @@ while [ -z "$FOO" ] ; do
|
||||
done
|
||||
echo ""
|
||||
echo ""
|
||||
$CCPATH -o src/fdmaxcounter src/fdmaxcounter.c
|
||||
if [ "$OSNAME" = "Solaris 2.x (or SunOS 5.x)" ] ; then
|
||||
$CCPATH -lsocket -o src/fdmaxcounter src/fdmaxcounter.c
|
||||
else
|
||||
$CCPATH -o src/fdmaxcounter src/fdmaxcounter.c
|
||||
fi
|
||||
src/fdmaxcounter
|
||||
FOO=""
|
||||
runonce=""
|
||||
@@ -1847,6 +1888,11 @@ if [ -n "$CRYPT_XLINE_PASSWORD" ] ; then
|
||||
else
|
||||
echo "#undef CRYPT_XLINE_PASSWORD" >> $OPTIONS_H
|
||||
fi
|
||||
if [ -n "$ENABLE_INVISOPER" ] ; then
|
||||
echo "#define ENABLE_INVISOPER 1" >> $OPTIONS_H
|
||||
else
|
||||
echo "#undef ENABLE_INVISOPER" >> $OPTIONS_H
|
||||
fi
|
||||
if [ -n "$HUB" ] ; then
|
||||
echo "#define HUB 1" >> $OPTIONS_H
|
||||
else
|
||||
@@ -1892,6 +1938,7 @@ CRYPT_OPER_PASSWORD="$CRYPT_OPER_PASSWORD"
|
||||
CRYPT_LINK_PASSWORD="$CRYPT_LINK_PASSWORD"
|
||||
CRYPT_ILINE_PASSWORD="$CRYPT_ILINE_PASSWORD"
|
||||
CRYPT_XLINE_PASSWORD="$CRYPT_XLINE_PASSWORD"
|
||||
ENABLE_INVISOPER="$ENABLE_INVISOPER"
|
||||
LISTEN_SIZE="$LISTEN_SIZE"
|
||||
MAXSENDQLENGTH="$MAXSENDQLENGTH"
|
||||
BUFFERPOOL="$BUFFERPOOL"
|
||||
@@ -1936,6 +1983,6 @@ cat << __EOF__
|
||||
| - The UnrealIRCd Team - |
|
||||
| * Stskeeps stskeeps@unrealircd.com |
|
||||
| * codemastr codemastr@unrealircd.com |
|
||||
| * DrBin drbin@unrealircd.com |
|
||||
| * Luke luke@unrealircd.com |
|
||||
|_____________________________________________________________________|
|
||||
__EOF__
|
||||
|
||||
+5
-1
@@ -231,4 +231,8 @@ pem: src/ssl.cnf
|
||||
@echo "Generating fingerprint .."
|
||||
$(OPENSSLPATH) x509 -subject -dates -fingerprint -noout \
|
||||
-in server.cert.pem
|
||||
|
||||
|
||||
@echo "Setting o-rwx & g-rwx for files... "
|
||||
chmod o-rwx server.req.pem server.key.pem server.cert.pem
|
||||
chmod g-rwx server.req.pem server.key.pem server.cert.pem
|
||||
@echo "Done!"
|
||||
|
||||
@@ -1,23 +0,0 @@
|
||||
Unreal IRCD Win32 Version
|
||||
-=-=-=-=-=-=-=-=-=-=-=-=-
|
||||
|
||||
Ok, in order to save time, and my nerves i am writing this short readme, and eventually an FAQ (after people ask questions) =)
|
||||
|
||||
This is information on how to run the win32 version, it does not say, and WILL not say how to use an ircd, as that is sufficiently docuimented in the docs !!!!
|
||||
|
||||
you will NEED to modify/create an ircd.conf, follow the documentation for that.
|
||||
|
||||
|
||||
Right, thats almost it( that i can think of), but what happens if the server Crashes ???
|
||||
----------------------------------------------------------------------------------------
|
||||
ok i Have now coded the first bit of usefull (for me) code that dumps the stack to a dialog box, WHAT EVER YOU DO you must do the following:
|
||||
1. Copy and paste EVERYTHING in that dialog box, and send it to me in an e-mail
|
||||
2. Include in that e-mail EVERYTHING that happened in the lead up to the crash
|
||||
|
||||
i hope thats SIMPLE to follow, but it will help me soo much !!!!!
|
||||
|
||||
|
||||
DrBin (Dave)
|
||||
drbin@tspre.org
|
||||
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
Some notes to remember:
|
||||
-----------------------
|
||||
* Don't EVER try to link it to incompatible IRCds (this does not
|
||||
include services). It is *INCOMPATIBLE*. Please HEED this warning!!!
|
||||
|
||||
* If you need any help you can email me at stskeeps@tspre.org
|
||||
|
||||
* Please read the Changes file about release notes
|
||||
|
||||
* Bugs? Read Unreal.nfo
|
||||
|
||||
* Unreal IRCd is not meant to be a simple IRCd, rather an advanced
|
||||
IRCd, please read the documentation before asking questions
|
||||
|
||||
[ $Id$ ]
|
||||
@@ -1,68 +0,0 @@
|
||||
TODO for Unreal Next:
|
||||
|
||||
Write in entries in this form:
|
||||
==============================
|
||||
|
||||
* nick - date - priority - [ title ]:
|
||||
description
|
||||
|
||||
If you think that a priority should be higher, make it++
|
||||
|
||||
Priority is 1..10, where 10 is highest, and 1 is lowest.
|
||||
----
|
||||
TODO :
|
||||
----
|
||||
|
||||
* stskeeps - Tue Dec 12 2000 - 1 - [ IPv6 ]:
|
||||
Add IPv6 compatiblity (requested by many people). Must allow :'s in
|
||||
hostnames, will kill backwards compatiblity when IPv6 is enabled
|
||||
|
||||
* stskeeps - Tue Dec 12 2000 - 1 - [ Code ] :
|
||||
Split up code, and make the placement of functions more logic
|
||||
|
||||
* codemastr - Tue Dec 12 2000 - 4 - [ Zip_Links ]:
|
||||
Actually add this since it was planned for 3.0
|
||||
|
||||
* codemastr - Tue Dec 12 2000 - 5 - [ Dynconf Recode ]:
|
||||
Dynconf has a bunch of bugs that can be resolved with a recode
|
||||
|
||||
* codemastr - Tue Dec 12 2000 - 8 - [ +I Fixes ]:
|
||||
+I still has some bugs that may cause desync and show users
|
||||
that the +I user is actually on the channel.
|
||||
|
||||
* stskeeps - Tue Dec 12 2000 - 1 - [ Bugfixes/Hash ]:
|
||||
Check for possible hash bug with del_from_client_table or something
|
||||
People still complain about crashes
|
||||
|
||||
* stskeeps - Wed Dec 13 2000 - 10 - [ Bugfixes ]:
|
||||
[[r00t3d](~lok70@168.213.226.rox-62220)] The other one, is lets say you are on
|
||||
server (a), and you set +p to your channel. All the users on Server
|
||||
(b,c, etc..) when they do a /list can see the +p channel in the
|
||||
list. Now if I set it wih chanserv ie.. mlock +ntp, it doesn't do
|
||||
that.. ON all servers (a,b,c) no one sees the +p channel in /list
|
||||
unless they are in the channel allready.
|
||||
Solution: Fix send_list to use PubChannel instead of SecretChannel
|
||||
|
||||
* stskeeps - Wed Dec 13 2000 - 10 - [ Bugfixes ]:
|
||||
[[r00t3d](~lok70@168.213.226.rox-62220)] If you are set +I (Tech
|
||||
Admin/Network Admin) and you are set +q/+a in a channel. When someone /whoises
|
||||
you hey see the channel names: *#channel ^#channel.
|
||||
Fix /whois ShowChannel code
|
||||
|
||||
* stskeeps - Wed Dec 13 2000 - 5 - [ Bugfixes ]:
|
||||
[RexHsu(~webmin@202.109.72.rox-42822)] #TVB ÄÖÄÖ H root@61.151.53.User-42432
|
||||
:0 none
|
||||
[RexHsu(~webmin@202.109.72.rox-42822)] #TVB ÄÖÄÖ H@
|
||||
~webmin@202.109.72.User-42822 :0 none
|
||||
[RexHsu(~webmin@202.109.72.rox-42822)] * End of /WHO list.
|
||||
Chinese nicks "clash", this is not the right nicks i typed in
|
||||
|
||||
* stskeeps - Wed Dec 13 2000 - 5 - [ Bugfixes ]:
|
||||
[eYe-Man(none@of.your.fucking.business)] <eYe-Man> Can you show me how you
|
||||
got
|
||||
OP?
|
||||
[eYe-Man(none@of.your.fucking.business)] <Sexy_20> me i dont know how!!!!!
|
||||
even i dont see where i got OP
|
||||
[eYe-Man(none@of.your.fucking.business)] <Sexy_20> or when some server gave
|
||||
me
|
||||
SJOIN gives people ops? :P
|
||||
@@ -1,56 +0,0 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
NOTE: tspre.org does not exist at the moment,
|
||||
as I dont have a shell for it anymore.
|
||||
If anyone want to donate a shell with a background process,
|
||||
and 1 IP with port 6667 open, they are welcome.
|
||||
however, when i get my adsl connection, it will run off that - on a
|
||||
50mhz machine *g*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
TSpre.org
|
||||
|
||||
Many here maybe not heard of the Story
|
||||
how IRC started (and how EFnet started)
|
||||
EFnet's name means "Eris-Free Network".
|
||||
Eris was a central hub at the fomer world-
|
||||
wide IRC network, that anyone could just add
|
||||
C:N pairs for and connect to.
|
||||
|
||||
I was inspired of the tought of a network
|
||||
where anyone could link without application and all
|
||||
that shit..
|
||||
|
||||
Combined with the IRCd i made (Unreal) and the tspre.org
|
||||
domain i got donated by Nutcais (my IRC bro). Ive decided to
|
||||
start the TSpre IRC network, where anyone with TSpre servers
|
||||
(dreamforge, IRCu p9, and their alike)
|
||||
|
||||
(mostly preffered is Unreal thou).. Its an experimental
|
||||
network where people can test out thier IRCds and
|
||||
wIRds without having to fill out apps and so on.
|
||||
|
||||
There are no real rules. So just have fun :)
|
||||
|
||||
See http://www.tspre.org for more info on this=)
|
||||
|
||||
--Stskeeps (stskeeps@tspre.org)
|
||||
+6
-6
@@ -1,11 +1,11 @@
|
||||
===============================================
|
||||
= UnrealIRCd v3.1.1 =
|
||||
= UnrealIRCd v3.1.4 =
|
||||
===============================================
|
||||
Was brought to you by:
|
||||
* Stskeeps <stskeeps@tspre.org>
|
||||
* Stskeeps <stskeeps@unrealircd.com>
|
||||
* codemastr <codemastr@unrealircd.com>
|
||||
* DrBin <drbin@unrealircd.com>
|
||||
|
||||
* Luke <luke@unrealircd.com>
|
||||
|
||||
Precenses on the Internet:
|
||||
* http://www.unrealircd.com
|
||||
|
||||
@@ -23,7 +23,7 @@ latest beta:
|
||||
|
||||
* To get support
|
||||
================
|
||||
* IRC: /server irc.ircsystems.net 6667 - /join #unrealircd
|
||||
* IRC: /server irc.ircsystems.net 6667 - /join #unreal-support
|
||||
[Note: Please be patient after asking questions, we may do other stuff
|
||||
or we're away. Don't repeat questions, we heard you first time,
|
||||
READ THE TOPIC before you ask anything. We do this on a free
|
||||
@@ -56,4 +56,4 @@ latest beta:
|
||||
* Mail it to unreal-dev@lists.sourceforge.net :) or catch one from
|
||||
the Unreal team online on IRC:)
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
|
||||
ALN, Alphanumeric System
|
||||
(C) Stskeeps 2000
|
||||
|
||||
ALN is a quick hack to short down usage of bandwidth-using servernames
|
||||
in prefixes, NICK commands, etc etc. It replaces the name with a
|
||||
1 or 2 byte prefix in a system, look at src/aln.c for the prefix
|
||||
types/values. It will be an PROTOCTL, and used in NICK messages and so on,
|
||||
and introduce a new prefix server<->server called |server. The value of the
|
||||
server is calculated by a hash value, the scache system, so that the server
|
||||
can lookup with a new scache function, scache_find_by_hash(int i). The
|
||||
question of it will conflict in similar-hash server names, is a wonder to me
|
||||
:P, we will find out, but scache will fail at same time then.
|
||||
|
||||
|
||||
Examples:
|
||||
& Medb 4 957458466 ~Medb bservice.org D2 0 +iwrx *
|
||||
:BotService Bot - bservice.org - Owner: terri{J}
|
||||
|
||||
where D2 is the hash value of oxygen.phrozen.org (/stats s on a
|
||||
#define DEVELOP server). irc.flirt.org has hash 96 (ALN code AX) for
|
||||
instance.
|
||||
|
||||
@D2 GLOBOPS :message
|
||||
will be a message from server with hash D2, found find-by-hash(256)
|
||||
|
||||
@@ -1,50 +0,0 @@
|
||||
From cmunk@draconic.fyremoon.net Wed Apr 5 18:09:55 2000
|
||||
Date: Wed, 5 Apr 2000 18:07:55 +0100 (BST)
|
||||
From: "The Nightwalker (Stskeeps)" <cmunk@draconic.fyremoon.net>
|
||||
To: unreal-dev@lists.sourceforge.net
|
||||
Subject: [Unreal-dev] P:Lines
|
||||
|
||||
|
||||
Some stuff i got ideas about.. stripping the IP and port from the M:Line
|
||||
and enforcing the main port to be in a M:line
|
||||
|
||||
M:irc.fyremoon.net:*:Forever is gonna start tonight:*
|
||||
|
||||
P:ip:flags:password1,password2,password3:port
|
||||
| | | \- port to bind to
|
||||
| | |
|
||||
| | \- Commaseperated lists of accepted passwords
|
||||
| | * if none
|
||||
| |
|
||||
| \--- C = Allow clients
|
||||
| S = Allow servers
|
||||
| R = ONLY allow our remote admin connections
|
||||
| (may only be on a P:line of its own)
|
||||
| J = Clients that connect here are counted as Java(Confroomhack)
|
||||
| s = Makes this a SSL port
|
||||
| * = CS
|
||||
|
|
||||
|
|
||||
\--- IP to bind to, * = INADDR_ANY (all interfaces)
|
||||
|
||||
Will make P:Lines more efficent
|
||||
|
||||
---------------------------------------------------------------------
|
||||
Carsten V. Munk - The Nightwalker, known on IRC as Stskeeps or techie
|
||||
* ICQ: 16465977 - E-Mail: stskeeps@tspre.org
|
||||
* 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."
|
||||
----------------------------------------------------------------------
|
||||
|
||||
-----BEGIN GEEK CODE BLOCK-----
|
||||
Version: 3.1
|
||||
GCS/CC 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 z**
|
||||
------END GEEK CODE BLOCK------
|
||||
|
||||
|
||||
_______________________________________________
|
||||
Unreal-dev mailing list
|
||||
Unreal-dev@lists.sourceforge.net
|
||||
http://lists.sourceforge.net/mailman/listinfo/unreal-dev
|
||||
@@ -1,126 +0,0 @@
|
||||
[ $Id$ ]
|
||||
---------------------------
|
||||
Version Elite2.0 ==========
|
||||
===========================
|
||||
- Since +x was rewritten, the ban bug is 100% fixed. :)
|
||||
- Rewrote +x hidden host function completely.
|
||||
- Fixed FUNNY bug with hiddenhost and /who (Reported by Prod|gy)
|
||||
- Added/Removed irc networks
|
||||
- Fixed bug in /watch (Reported/Fixed by Despise)
|
||||
- Added nick-change flood protection.
|
||||
- Added an awesome manual... ./manual to run
|
||||
- Removed /who notice for opers.
|
||||
- Added protection of /akill *@* :)
|
||||
- Removed java stuff completely. (Java clients are like normal IRC clients...right?)
|
||||
- Added new +a mode. This mode can only be set by +q channel owners. When you are +a in a
|
||||
channel, you cannot be deopped or kicked. (Syntax: /mode #chan +a <nick>)
|
||||
- Added new +q channel mode. ChanServ must set the channel founder +q so they are also
|
||||
known as channel owners via the ircd. Channel owners are protected and may set
|
||||
other users +a which they will also be protected (but not chan owners).
|
||||
(Syntax: /mode #chan +q <nick>)
|
||||
- Re-coded /MAP
|
||||
- Changed GLINE notices from sendto_ops to send to all opers with +e flag on.
|
||||
- Added (addnet) script, you can run this to add your net settings to the next release.
|
||||
- Changed <server> to <ircnetwork> in whois "Blah is an oper on <server>"
|
||||
- Added new +L channel mode. If a #chat has a limit (+l) of 10 users, and +L set to channel
|
||||
#chat2, when a user trys to join #chat, they won't get "#chat is full", they will be
|
||||
auto-joined to #chat2 - (Linked channels in other words).
|
||||
(Syntax: /mode #chan +L <linked chan>)
|
||||
- Changes user@shadow-33.com to user@user-33.one.com (noone will know one.com is the realhost)
|
||||
- Changed +x for IP's from (x.x.x.***) to (x.x.x.network-#)
|
||||
- In oline flags * will introduce +e on oper up. (before: required +e in oline flag)
|
||||
- Removed +t usermode (UMODE_ALL) - wasn't used.
|
||||
- Made 'create your own network setting' feature more stable.
|
||||
- Added new channel mode (+x) to disable colored text in channel.
|
||||
- Added +C (Co Administrator)
|
||||
- Added +T (Technical Administrator)
|
||||
- Changed /map to numerics...
|
||||
- Made startup message when booting more stable.
|
||||
|
||||
Version Elite1.3 (02/23/99)
|
||||
============================
|
||||
- Cleaned up version.c.SH
|
||||
- Added new net settings (netdomain & helpchan)
|
||||
- Added new net config creator in ./Config
|
||||
- Made ./Config more easier...
|
||||
- Created new usermode +j (Java user)
|
||||
- New hostname (java.shadownet.org) for java users.
|
||||
- Removed RUN_SERVICES code from entire ircd.
|
||||
|
||||
Version Elite1.2.4 (02/14/99)
|
||||
============================
|
||||
- Fixed the nick crash bug! (damn m_kill small error)
|
||||
- New network(s) added.
|
||||
- Changed one thing in m_gline (nothing big)
|
||||
|
||||
Version Elite1.2.3 (02/10/99)
|
||||
============================
|
||||
- Removed SOCKS checking. (possibly cause of crashing)
|
||||
- Added new networks
|
||||
|
||||
Version Elite1.2.2 (02/02/99)
|
||||
============================
|
||||
- Fixed the crashing bug. (Changing nicks with linked servers)
|
||||
- Modified AceStar net settings.
|
||||
- Q-line notices are back (except for ULined clients).
|
||||
- Fixed /kill bug with services.
|
||||
|
||||
Version Elite1.2.1 (01/29/99)
|
||||
============================
|
||||
- Fixed multiple notices from +N / -N
|
||||
- Added some text to s_err.c
|
||||
- Possibly fixed the odd crashing... ?
|
||||
|
||||
Version Elite1.2 (01/24/99)
|
||||
============================
|
||||
- Netadmin can be used via +N in the oline slot now.
|
||||
- When +N is executed, net-wide oper msg's are sent about it.
|
||||
- Completely removed the freeze function (it's a toy unlike a command)
|
||||
- Changed abit of the GLINE adding notice.
|
||||
- Added logging to a file for glines (gline.log)
|
||||
- Implemented SOCKS checking (thx Rhom).
|
||||
- Changed channel lists only when 2 ppl in chan to 1.
|
||||
- Changed sendto_ops function in many places in s_user.c/s_serv.c to
|
||||
sendto_locfailops.
|
||||
- Changed GNOTICE in s_user.c/s_serv.c to GLOBOPS
|
||||
- Fixed hiddenhost bug with /kill (+w could see real host of oper)
|
||||
- Fixed hiddenhost bug with /oper (+s could see real host of oper)
|
||||
|
||||
[Special thanks goes out to Rhom for reporting/help patch bugs]
|
||||
|
||||
Version Elite1.1.1 (12/12/98)
|
||||
=============================
|
||||
- Fixed /whois bug (had problems with mIRC clients *sigh*)
|
||||
- Fixed /topic bug (didn't allow topic changes at all.)
|
||||
|
||||
Version Elite1.1 (12/6/98)
|
||||
============================
|
||||
- Fixed ./Config script (Net select)
|
||||
- Fixed /remgline bug.
|
||||
- If ULined clients, channels are not shown which they are in.
|
||||
- Fixed +e / +t / +b (non-opers could get +et before)
|
||||
- Fixed OperMode notice.
|
||||
- Fixed Gline sending extra Global on expire.
|
||||
- Fixed /whowas wrong hostname bug (by Thiago)
|
||||
- Fixed chkconf ZLINE error (by matt)
|
||||
- Added PhazeNet configuration
|
||||
- Added option for auto +x in ./Config
|
||||
- Freeze was disabled in this version (It will be back in 1.2)
|
||||
|
||||
Version Elite1.0 (09/20/98)
|
||||
============================
|
||||
- Changed Shadow3.9 to Elite1.0 (Starting a new IRCD)
|
||||
- Changed some numeric's around in src/s_err.c
|
||||
- Auto +x on Oper up.
|
||||
- Fixed small error in ./ircd script.
|
||||
- Made ./Config more Linux-redhat friendly.
|
||||
- Added RelicNet to the ircd.
|
||||
- include/config.h is much more compatible with all IRC nets.
|
||||
- Added /gline (works 100%) [/gline <user@host> <seconds> <reason>].
|
||||
- Fixed up /map.
|
||||
- Added UMODE's +e & +t
|
||||
* e: EYES [Can see ppl who /whois, and other notices.]
|
||||
* t: ALL [See's all net notices ie: See's all Client connectings...]
|
||||
- Fixed the hiddenhost bug with IP's...
|
||||
- Fixed major bug with hiddenhost which caused coredump.
|
||||
- Made a new script (makeconf) -- generates the ircd.conf file.
|
||||
+1
-6
@@ -259,13 +259,8 @@ ADDLINE
|
||||
Syntax: ADDLINE <line>
|
||||
Example: ADDLINE C:127.0.0.1:server.dal.net:linking:7325:50
|
||||
|
||||
TECHAT
|
||||
- Similar to CHATOPS, but only Technical Admins are able to send/receive messages on this "channel".
|
||||
Syntax: TECHAT <message>
|
||||
Example: TECHAT What do you think of the new routing map?
|
||||
|
||||
NACHAT
|
||||
- Similar to CHATOPS (and TECHAT), but only Network Admins are able to send/recieve messages.
|
||||
- Similar to CHATOPS, but only Network Admins are able to send/recieve messages.
|
||||
Syntax: NACHAT <message>
|
||||
Example: NACHAT Linking a new server in a couple minutes...
|
||||
|
||||
|
||||
@@ -60,7 +60,6 @@ modified for UnrealIRCD3.1 by codemastr
|
||||
8.8) .......................... Set sadmin_host Line
|
||||
8.9) .......................... Set netadmin_host Line
|
||||
8.10) ......................... Set coadmin_host Line
|
||||
8.11) ......................... Set techadmin_host Line
|
||||
8.12) ......................... Set hidden_host Line
|
||||
8.13) ......................... Set netdomain Line
|
||||
8.14) ......................... Set helpchan Line
|
||||
@@ -458,7 +457,6 @@ o = local oper, flags included: rhgwlckbBnuf
|
||||
O = global oper, flags included: oRDCK
|
||||
a = services admin, access to /samode
|
||||
C = co admin
|
||||
T = tech admin
|
||||
A = admin
|
||||
N = network admin access to remote /rehash and remote /restart and a bunch more
|
||||
* = flags included: AaNCTzSHW^
|
||||
@@ -1635,25 +1633,6 @@ Set coadmin_host ..: coadmin.starspace.net
|
||||
|
||||
--------------------
|
||||
|
||||
8.11) Set techadmin_host Line:
|
||||
|
||||
This allows you to specify a host that TechAdmins will receive when they
|
||||
/oper, this only works if iNAH (See section 8.17) is enabled. If this is left
|
||||
blank it can cause some problems in your IRCd so it is recommended that you
|
||||
fill in a value.
|
||||
|
||||
Syntax:
|
||||
Set techadmin_host : techadminhost
|
||||
This tells the server to switch the host of the TechAdmin to techadminhost when
|
||||
they /oper.
|
||||
|
||||
Examples:
|
||||
Set techadmin_host : techadmin.starspace.net
|
||||
This will make a TechAdmin's host change to techadmin.starspace.net when they
|
||||
/oper up if iNAH is enabled.
|
||||
|
||||
--------------------
|
||||
|
||||
8.12) Set hidden_host Line:
|
||||
|
||||
The Set hidden_host line allows you to specify what the masked part of a users
|
||||
|
||||
@@ -231,7 +231,6 @@ I:*@*:ONE:*@*::1
|
||||
# O = global oper, flags included: oRDCK
|
||||
# a = services admin, access to /samode
|
||||
# C = co admin
|
||||
# T = tech admin
|
||||
# A = admin
|
||||
# N = network admin access to remote /rehash and remote /restart and a bunch more
|
||||
# * = flags included: AaNCTzSHW^
|
||||
|
||||
+5
-15
@@ -441,7 +441,6 @@
|
||||
a = Is a Services Administrator
|
||||
A = Is a Server Administrator
|
||||
N = Is a Network Administrator
|
||||
T = Is a Tech Admininistator
|
||||
C = Is a Co Administrator
|
||||
c = See's all Connects/Disconnects on local server
|
||||
f = Listen to flood alerts from server
|
||||
@@ -571,20 +570,12 @@
|
||||
|
||||
*** NACHAT Command ***
|
||||
|
||||
This command sends to all NetAdmins & TechAdmins online
|
||||
Only for Net/Techadmins. This is a ChatOps style command
|
||||
This command sends to all NetAdmins online
|
||||
Only for Netadmins. This is a ChatOps style command
|
||||
|
||||
Syntax: NACHAT <text>
|
||||
Example: NACHAT Hey guys!
|
||||
|
||||
*** TECHAT Command ***
|
||||
|
||||
This command sends to all TechAdmins online
|
||||
Only for Net/Techadmins. This is a ChatOps style command
|
||||
|
||||
Syntax: TECHAT <text>
|
||||
Example: TECHAT Hey guys!
|
||||
|
||||
*** KILL Command ***
|
||||
|
||||
Forcefully Disconnects a user from an IRC Server.
|
||||
@@ -683,7 +674,7 @@
|
||||
If servername and flags are not specified this rehashes the ircd.conf , removing
|
||||
any temporary k:lines.
|
||||
If servername is specified, this is used to rehash config files on servername
|
||||
Only TechAdmins and NetAdmins may specify a server name
|
||||
Only NetAdmins may specify a server name
|
||||
|
||||
The flags are used to rehash other config files, valid flags are:
|
||||
-dccdeny - Rehashes dccdeny.conf
|
||||
@@ -762,7 +753,7 @@
|
||||
IRC Operators only.
|
||||
|
||||
Syntax: CHGNAME <nick> <name>
|
||||
Example: CHGNAME hAtbLaDe TechAdmin on SomeNet
|
||||
Example: CHGNAME hAtbLaDe NetAdmin on SomeNet
|
||||
|
||||
*** SQUIT Command ***
|
||||
|
||||
@@ -1060,11 +1051,10 @@
|
||||
A = Gets +A on oper up. Server Administrator
|
||||
a = Gets +a on oper up. Services Administrator
|
||||
N = Gets +N on oper up. Network Administrator
|
||||
T = Gets +T on oper up. Technical Administator
|
||||
C = Gets +C on oper up. Co Administrator
|
||||
Y = Access to do remote /squits and /connects
|
||||
z = Can add /zlines
|
||||
H = Gets +x on oper up.
|
||||
W = Gets +W on oper up.
|
||||
^ = Allows to use umode +I
|
||||
* = Flags AaNCTzSHW^
|
||||
* = Flags AaNCTzSHW^
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
Compiling UnrealIRCd 3.1.x for Windows
|
||||
--------------------------------------
|
||||
This document assumes you have a working build environment for
|
||||
Visual Studio .NET or Visual Studio 6.0. Other versions may work
|
||||
as well, but have not been tested.
|
||||
|
||||
1. Copy include/win32/settings.h and setup.h to include/
|
||||
2. Copy extras/regex/regex.h to include/
|
||||
3. Copy extras/regex/regex.c to src/
|
||||
4. Edit include/settings.h to your liking (pretty much change DOMAINNAME)
|
||||
5. Unzip src/win32/unrealircd.bmp.gz
|
||||
6. Execute "nmake makefile.win32"
|
||||
|
||||
Congratulations, you should have a functioning win32 binary.
|
||||
|
||||
--Luke (luke@unrealircd.com)
|
||||
@@ -1,4 +1,3 @@
|
||||
[ $Id$ ]
|
||||
Dynamic Configuration Guide
|
||||
|
||||
Okay first you have to go edit the file "unrealircd.conf" in
|
||||
@@ -15,7 +14,7 @@ copy the file "template.network" to the name you want to use for
|
||||
your network file and edit it.
|
||||
|
||||
If you experince any problems email me at stskeeps@tspre.org
|
||||
or try msg me at /server irc.global-irc.net : #UnrealIRCd
|
||||
or try msg me at /server irc.ircsystems.net : #UnrealIRCd
|
||||
My nick is mostly Stskeeps or Techie (or Nightwalker if i had a bad night:P)
|
||||
|
||||
--Stskeeps
|
||||
|
||||
@@ -1,24 +0,0 @@
|
||||
// $Id$
|
||||
#include <windows.h>
|
||||
|
||||
|
||||
#define CIOCLASS "CioClass"
|
||||
|
||||
#ifndef CIO
|
||||
#define CIO
|
||||
|
||||
typedef struct tag_CioLine {
|
||||
BYTE *Data;
|
||||
WORD Len;
|
||||
struct tag_CioLine *Prev, *Next;
|
||||
} CioLine;
|
||||
|
||||
typedef struct tag_CioWndInfo {
|
||||
CioLine *FirstLine, *CurLine;
|
||||
int Lines, Scroll;
|
||||
int Width, Height, XChar, YChar, YJunk, ScrollMe;
|
||||
HFONT hFont;
|
||||
BYTE FR, FG, FB;
|
||||
} CioWndInfo;
|
||||
|
||||
#endif
|
||||
@@ -1,21 +0,0 @@
|
||||
// $Id$
|
||||
#include "Cio.h"
|
||||
|
||||
#define GWL_USER 0
|
||||
#define CIO_ADDSTRING WM_USER
|
||||
#define CIO_CLEAR WM_USER+1
|
||||
|
||||
// Cio_Init.c
|
||||
BOOL Cio_Init(HINSTANCE hInstance);
|
||||
|
||||
// Cio_Main.c
|
||||
LRESULT CALLBACK Cio_WndProc(HWND, UINT, WPARAM, LPARAM);
|
||||
HWND Cio_Create(HINSTANCE hInstance, HWND hParent, DWORD Style, int X, int Y,
|
||||
int W, int H);
|
||||
BOOL Cio_WndCreate(HWND hWnd);
|
||||
BOOL Cio_WndPaint(HWND hWnd);
|
||||
BOOL Cio_WndDestroy(HWND hWnd);
|
||||
BOOL Cio_WndAddString(HWND hWnd, int Len, char *Buffer);
|
||||
BOOL Cio_WndSize(HWND hWnd, LPARAM lParam);
|
||||
void Cio_Scroll(HWND hWnd, CioWndInfo * CWI, int Scroll);
|
||||
BOOL Cio_PrintF(HWND hWnd, char *InBuf, ...);
|
||||
+1
-8
@@ -208,12 +208,6 @@ extern struct SLink *find_user_link( /* struct SLink *, struct Client * */ );
|
||||
* you are doing.
|
||||
*/
|
||||
|
||||
#ifdef ZIP_LINKS
|
||||
#define ZIPSTUFF " ZIP"
|
||||
#else
|
||||
#define ZIPSTUFF ""
|
||||
#endif
|
||||
|
||||
/* IRCu/Hybrid/Unreal way now :) -Stskeeps */
|
||||
|
||||
#define PROTOCTL_CLIENT \
|
||||
@@ -255,8 +249,7 @@ extern struct SLink *find_user_link( /* struct SLink *, struct Client * */ );
|
||||
" VL" \
|
||||
" SJ3" \
|
||||
" NS" \
|
||||
" SJB64" \
|
||||
ZIPSTUFF
|
||||
" SJB64"
|
||||
|
||||
#ifdef _WIN32
|
||||
/*
|
||||
|
||||
+2
-2
@@ -83,7 +83,7 @@
|
||||
|
||||
/*
|
||||
* Defining this will allow all ircops to see people in +s channels
|
||||
* By default, only net/tech admins can see this
|
||||
* By default, only net admins can see this
|
||||
*/
|
||||
#undef SEE_SECRET
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
Ident checking
|
||||
#define this to disable ident checking
|
||||
*/
|
||||
#undef NO_IDENT_CHECKING
|
||||
#define NO_IDENT_CHECKING
|
||||
|
||||
/*
|
||||
* No spoof code
|
||||
|
||||
+10
-4
@@ -23,8 +23,8 @@
|
||||
#define DYNCONF_H
|
||||
|
||||
/* config level */
|
||||
#define DYNCONF_CONF_VERSION "1.5"
|
||||
#define DYNCONF_NETWORK_VERSION "2.2"
|
||||
#define DYNCONF_CONF_VERSION "1.6"
|
||||
#define DYNCONF_NETWORK_VERSION "2.3"
|
||||
|
||||
typedef struct zNetwork aNetwork;
|
||||
struct zNetwork {
|
||||
@@ -38,7 +38,6 @@ struct zNetwork {
|
||||
char *x_sadmin_host;
|
||||
char *x_netadmin_host;
|
||||
char *x_coadmin_host;
|
||||
char *x_techadmin_host;
|
||||
char *x_hidden_host;
|
||||
char *x_netdomain;
|
||||
char *x_helpchan;
|
||||
@@ -63,6 +62,7 @@ struct zConfiguration {
|
||||
long nospoof_seed02; */
|
||||
long host_timeout;
|
||||
int host_retries;
|
||||
int exempt_all;
|
||||
char *kline_address;
|
||||
char *include;
|
||||
char *domainname;
|
||||
@@ -73,6 +73,9 @@ struct zConfiguration {
|
||||
int maxchannelsperuser;
|
||||
char *socksbanmessage;
|
||||
char *socksquitmessage;
|
||||
long ckey_1;
|
||||
long ckey_2;
|
||||
long ckey_3;
|
||||
aNetwork network;
|
||||
};
|
||||
|
||||
@@ -98,7 +101,11 @@ extern aConfiguration iConf;
|
||||
#define AUTO_JOIN_CHANS iConf.auto_join_chans
|
||||
#define OPER_AUTO_JOIN_CHANS iConf.oper_auto_join_chans
|
||||
#define HOST_TIMEOUT iConf.host_timeout
|
||||
#define EXEMPT_ALL iConf.exempt_all
|
||||
#define HOST_RETRIES iConf.host_retries
|
||||
#define CLOAK_KEY1 iConf.ckey_1
|
||||
#define CLOAK_KEY2 iConf.ckey_2
|
||||
#define CLOAK_KEY3 iConf.ckey_3
|
||||
|
||||
#define ircnetwork iConf.network.x_ircnetwork
|
||||
#define defserv iConf.network.x_defserv
|
||||
@@ -109,7 +116,6 @@ extern aConfiguration iConf;
|
||||
#define sadmin_host iConf.network.x_sadmin_host
|
||||
#define netadmin_host iConf.network.x_netadmin_host
|
||||
#define coadmin_host iConf.network.x_coadmin_host
|
||||
#define techadmin_host iConf.network.x_techadmin_host
|
||||
#define hidden_host iConf.network.x_hidden_host
|
||||
#define netdomain iConf.network.x_netdomain
|
||||
#define helpchan iConf.network.x_helpchan
|
||||
|
||||
+1
-1
@@ -41,7 +41,7 @@ extern struct stats *ircstp;
|
||||
extern int bootopt;
|
||||
extern TS TSoffset;
|
||||
/* Prototype added to force errors -- Barubary */
|
||||
extern TS check_pings(TS now, int check_kills);
|
||||
extern TS check_pings(TS now);
|
||||
extern TS TS2ts(char *s);
|
||||
|
||||
/* Remmed out for win32 compatibility.. as stated of 467leaf win32 port.. */
|
||||
|
||||
+8
-5
@@ -226,12 +226,12 @@
|
||||
#define TOK_ADDLINE "z" /* 122 */
|
||||
#define MSG_GLINE "GLINE" /* The awesome g-line */
|
||||
#define TOK_GLINE "}" /* 125 */
|
||||
#define MSG_GZLINE "GZLINE" /* Teh awesome global z-line */
|
||||
#define TOK_GZLINE "{" /* ahem? */
|
||||
#define MSG_SJOIN "SJOIN"
|
||||
#define TOK_SJOIN "~"
|
||||
#define MSG_SETHOST "SETHOST" /* sethost */
|
||||
#define TOK_SETHOST "AA" /* 127 4ever !;) */
|
||||
#define MSG_TECHAT "TECHAT" /* techadmin chat */
|
||||
#define TOK_TECHAT "AB" /* questionmark? */
|
||||
#define MSG_NACHAT "NACHAT" /* netadmin chat */
|
||||
#define TOK_NACHAT "AC" /* *beep* */
|
||||
#define MSG_SETIDENT "SETIDENT" /* set ident */
|
||||
@@ -296,6 +296,8 @@
|
||||
#define TOK_BOTMOTD "BF"
|
||||
#define MSG_REMGLINE "REMGLINE" /* remove g-line */
|
||||
#define TOK_REMGLINE "BG"
|
||||
#define MSG_REMGZLINE "REMGZLINE" /* remove global z-line */
|
||||
#define TOK_REMGZLINE "BP"
|
||||
#define MSG_HTM "HTM"
|
||||
#define TOK_HTM "BH"
|
||||
#define MSG_UMODE2 "UMODE2"
|
||||
@@ -345,11 +347,11 @@ extern int m_service(), m_userhost(), m_ison(), m_watch();
|
||||
extern int m_service(), m_servset(), m_servlist(), m_squery();
|
||||
extern int m_rehash(), m_restart(), m_die(), m_dns(), m_hash();
|
||||
/*extern int m_noshortn(),m_noshortc(),m_noshortm(),m_noshorto(),m_noshorth();*/
|
||||
|
||||
extern int m_gzline(), m_remgzline();
|
||||
extern int m_gline(), m_remgline(), m_map(), m_svs2mode(), m_admins(),
|
||||
m_dalinfo();
|
||||
extern int m_addline(), m_rules(), m_mkpasswd();
|
||||
extern int m_sethost(), m_nachat(), m_techat(), m_setident(), m_setname();
|
||||
extern int m_sethost(), m_nachat(), m_setident(), m_setname();
|
||||
extern int m_lag(), m_sdesc(), m_knock(), m_credits();
|
||||
extern int m_license(), m_chghost(), m_rping(), m_rpong();
|
||||
extern int m_netinfo(), m_sendumode(), m_addmotd(), m_addomotd();
|
||||
@@ -453,13 +455,14 @@ struct Message msgtab[] = {
|
||||
{MSG_MAP, m_map, 0, MAXPARA, TOK_MAP, 0L},
|
||||
{MSG_GLINE, m_gline, 0, MAXPARA, TOK_GLINE, 0L},
|
||||
{MSG_REMGLINE, m_remgline, 0, MAXPARA, TOK_REMGLINE, 0L},
|
||||
{MSG_GZLINE, m_gzline, 0, MAXPARA, TOK_GZLINE, 0L},
|
||||
{MSG_REMGZLINE, m_remgzline, 0, MAXPARA, TOK_REMGZLINE, 0L},
|
||||
{MSG_DALINFO, m_dalinfo, 0, MAXPARA, TOK_DALINFO, 0L},
|
||||
{MSG_SVS2MODE, m_svs2mode, 0, MAXPARA, TOK_SVS2MODE, 0L},
|
||||
{MSG_MKPASSWD, m_mkpasswd, 0, MAXPARA, TOK_MKPASSWD, 0L},
|
||||
{MSG_ADDLINE, m_addline, 0, 1, TOK_ADDLINE, 0L},
|
||||
{MSG_ADMINCHAT, m_admins, 0, 1, TOK_ADMINCHAT, 0L},
|
||||
{MSG_SETHOST, m_sethost, 0, MAXPARA, TOK_SETHOST, 0L},
|
||||
{MSG_TECHAT, m_techat, 0, 1, TOK_TECHAT, 0L},
|
||||
{MSG_NACHAT, m_nachat, 0, 1, TOK_NACHAT, 0L},
|
||||
{MSG_SETIDENT, m_setident, 0, MAXPARA, TOK_SETIDENT, 0L},
|
||||
{MSG_SETNAME, m_setname, 0, 1, TOK_SETNAME, 0L},
|
||||
|
||||
+4
-1
@@ -82,7 +82,10 @@
|
||||
|
||||
#define ERR_HOSTILENAME 455
|
||||
|
||||
#define ERR_NOHIDING 459
|
||||
#ifdef ENABLE_INVISOPER
|
||||
#define ERR_NOHIDING 459
|
||||
#endif
|
||||
|
||||
#define ERR_NOTFORHALFOPS 460
|
||||
#define ERR_NEEDMOREPARAMS 461
|
||||
#define ERR_ALREADYREGISTRED 462
|
||||
|
||||
@@ -72,7 +72,11 @@ struct state {
|
||||
#define RES_STAYOPEN 0x0100 /* Keep TCP socket open */
|
||||
#define RES_DNSRCH 0x0200 /* search up local domain tree */
|
||||
|
||||
|
||||
#define RES_DEFAULT (RES_RECURSE | RES_DEFNAMES | RES_DNSRCH)
|
||||
#if ((__GNU_LIBRARY__ == 6) && (__GLIBC__ >=2) && (__GLIBC_MINOR__ >= 2))
|
||||
#define res_init __res_init
|
||||
#endif
|
||||
|
||||
extern struct state _res;
|
||||
extern char *p_cdname(), *p_rr(), *p_type(), *p_class(), *p_time();
|
||||
|
||||
+29
-23
@@ -30,9 +30,6 @@
|
||||
#include "hash.h"
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
#ifdef ZIP_LINKS
|
||||
#include "zip.h"
|
||||
#endif
|
||||
#ifndef _WIN32
|
||||
#include <netinet/in.h>
|
||||
#include <netdb.h>
|
||||
@@ -244,21 +241,29 @@ typedef unsigned int u_int32_t; /* XXX Hope this works! */
|
||||
#define UMODE_HIDE 0x8000 /* Hide from Nukes */
|
||||
#define UMODE_NETADMIN 0x10000 /* Network Admin */
|
||||
#define UMODE_EYES 0x20000 /* Mode to see server stuff */
|
||||
#define UMODE_TECHADMIN 0x40000 /* Tech Admin */
|
||||
#define UMODE_COADMIN 0x80000 /* Co Admin */
|
||||
#define UMODE_WHOIS 0x100000 /* gets notice on /whois */
|
||||
#define UMODE_KIX 0x200000 /* usermode +q */
|
||||
#define UMODE_BOT 0x400000 /* User is a bot */
|
||||
#define UMODE_SECURE 0x800000 /* User is a secure connect */
|
||||
#define UMODE_FCLIENT 0x1000000 /* recieve client on far connects.. */
|
||||
#define UMODE_HIDING 0x2000000 /* Totally invisible .. */
|
||||
|
||||
#ifdef ENABLE_INVISOPER
|
||||
#define UMODE_HIDING 0x2000000 /* Totally invisible .. */
|
||||
#endif
|
||||
|
||||
#define UMODE_VICTIM 0x8000000 /* Intentional Victim */
|
||||
#define UMODE_DEAF 0x10000000
|
||||
#define UMODE_HIDEOPER 0x20000000 /* Hide oper mode */
|
||||
#define UMODE_SETHOST 0x40000000 /* used sethost */
|
||||
#define UMODE_STRIPBADWORDS 0x80000000 /* */
|
||||
|
||||
#define SEND_UMODES (UMODE_INVISIBLE|UMODE_OPER|UMODE_WALLOP|UMODE_FAILOP|UMODE_HELPOP|UMODE_REGNICK|UMODE_SADMIN|UMODE_NETADMIN|UMODE_TECHADMIN|UMODE_COADMIN|UMODE_ADMIN|UMODE_SERVICES|UMODE_HIDE|UMODE_EYES|UMODE_WHOIS|UMODE_KIX|UMODE_BOT|UMODE_SECURE|UMODE_FCLIENT|UMODE_HIDING|UMODE_DEAF|UMODE_VICTIM|UMODE_HIDEOPER|UMODE_SETHOST|UMODE_STRIPBADWORDS|UMODE_JUNK)
|
||||
#ifdef ENABLE_INVISOPER
|
||||
#define SEND_UMODES (UMODE_INVISIBLE|UMODE_OPER|UMODE_WALLOP|UMODE_FAILOP|UMODE_HELPOP|UMODE_REGNICK|UMODE_SADMIN|UMODE_NETADMIN|UMODE_COADMIN|UMODE_ADMIN|UMODE_SERVICES|UMODE_HIDE|UMODE_EYES|UMODE_WHOIS|UMODE_KIX|UMODE_BOT|UMODE_SECURE|UMODE_FCLIENT|UMODE_HIDING|UMODE_DEAF|UMODE_VICTIM|UMODE_HIDEOPER|UMODE_SETHOST|UMODE_STRIPBADWORDS|UMODE_JUNK)
|
||||
#else
|
||||
#define SEND_UMODES (UMODE_INVISIBLE|UMODE_OPER|UMODE_WALLOP|UMODE_FAILOP|UMODE_HELPOP|UMODE_REGNICK|UMODE_SADMIN|UMODE_NETADMIN|UMODE_COADMIN|UMODE_ADMIN|UMODE_SERVICES|UMODE_HIDE|UMODE_EYES|UMODE_WHOIS|UMODE_KIX|UMODE_BOT|UMODE_SECURE|UMODE_FCLIENT|UMODE_DEAF|UMODE_VICTIM|UMODE_HIDEOPER|UMODE_SETHOST|UMODE_STRIPBADWORDS|UMODE_JUNK)
|
||||
#endif
|
||||
|
||||
#define ALL_UMODES (SEND_UMODES|UMODE_SERVNOTICE|UMODE_LOCOP|UMODE_KILLS|UMODE_CLIENT|UMODE_FLOOD|UMODE_SERVICES|UMODE_EYES)
|
||||
#define FLAGS_ID (FLAGS_DOID|FLAGS_GOTID)
|
||||
|
||||
@@ -269,7 +274,6 @@ typedef unsigned int u_int32_t; /* XXX Hope this works! */
|
||||
#define PROTO_SJOIN2 0x10 /* Negotiated SJOIN2 protocol */
|
||||
#define PROTO_UMODE2 0x20 /* Negotiated UMODE2 protocol */
|
||||
#define PROTO_NS 0x40 /* Negotiated NS protocol */
|
||||
#define PROTO_ZIP 0x80 /* Negotiated ZIP protocol */
|
||||
#define PROTO_VL 0x100 /* Negotiated VL protocol */
|
||||
#define PROTO_SJ3 0x200 /* Negotiated SJ3 protocol */
|
||||
#define PROTO_VHP 0x400 /* Send hostnames in NICKv2 even if not
|
||||
@@ -288,14 +292,16 @@ typedef unsigned int u_int32_t; /* XXX Hope this works! */
|
||||
#define IsKix(x) ((x)->umodes & UMODE_KIX)
|
||||
#define IsHelpOp(x) ((x)->umodes & UMODE_HELPOP)
|
||||
#define IsAdmin(x) ((x)->umodes & UMODE_ADMIN)
|
||||
#define IsHiding(x) ((x)->umodes & UMODE_HIDING)
|
||||
|
||||
#ifdef ENABLE_INVISOPER
|
||||
#define IsHiding(x) ((x)->umodes & UMODE_HIDING)
|
||||
#endif
|
||||
|
||||
#ifdef STRIPBADWORDS
|
||||
#define IsFilteringWords(x) ((x)->umodes & UMODE_STRIPBADWORDS)
|
||||
#endif
|
||||
|
||||
#define IsNetAdmin(x) ((x)->umodes & UMODE_NETADMIN)
|
||||
#define IsTechAdmin(x) ((x)->umodes & UMODE_TECHADMIN)
|
||||
#define IsCoAdmin(x) ((x)->umodes & UMODE_COADMIN)
|
||||
#define IsSAdmin(x) ((x)->umodes & UMODE_SADMIN)
|
||||
#define SendFailops(x) ((x)->umodes & UMODE_FAILOP)
|
||||
@@ -350,7 +356,6 @@ typedef unsigned int u_int32_t; /* XXX Hope this works! */
|
||||
#define SetAdmin(x) ((x)->umodes |= UMODE_ADMIN)
|
||||
#define SetSAdmin(x) ((x)->umodes |= UMODE_SADMIN)
|
||||
#define SetNetAdmin(x) ((x)->umodes |= UMODE_NETADMIN)
|
||||
#define SetTechAdmin(x) ((x)->umodes |= UMODE_TECHADMIN)
|
||||
#define SetCoAdmin(x) ((x)->umodes |= UMODE_COADMIN)
|
||||
#define SetInvisible(x) ((x)->umodes |= UMODE_INVISIBLE)
|
||||
#define SetEyes(x) ((x)->umodes |= UMODE_EYES)
|
||||
@@ -370,7 +375,6 @@ typedef unsigned int u_int32_t; /* XXX Hope this works! */
|
||||
|
||||
#define ClearAdmin(x) ((x)->umodes &= ~UMODE_ADMIN)
|
||||
#define ClearNetAdmin(x) ((x)->umodes &= ~UMODE_NETADMIN)
|
||||
#define ClearTechAdmin(x) ((x)->umodes &= ~UMODE_TECHADMIN)
|
||||
#define ClearCoAdmin(x) ((x)->umodes &= ~UMODE_COADMIN)
|
||||
#define ClearSAdmin(x) ((x)->umodes &= ~UMODE_SADMIN)
|
||||
#define ClearKillsF(x) ((x)->umodes &= ~UMODE_KILLS)
|
||||
@@ -452,7 +456,6 @@ typedef unsigned int u_int32_t; /* XXX Hope this works! */
|
||||
#define OFLAG_ZLINE 0x00080000 /* Oper can use /zline and /unzline */
|
||||
#define OFLAG_EYES 0x00100000 /* Oper auto gets +e */
|
||||
#define OFLAG_NETADMIN 0x00200000 /* netadmin gets +N */
|
||||
#define OFLAG_TECHADMIN 0x00400000 /* tech admin gets +T */
|
||||
#define OFLAG_COADMIN 0x00800000 /* co admin gets +C */
|
||||
#define OFLAG_SADMIN 0x01000000 /* services admin gets +a */
|
||||
#define OFLAG_WHOIS 0x02000000 /* gets auto +W on oper up */
|
||||
@@ -460,7 +463,9 @@ typedef unsigned int u_int32_t; /* XXX Hope this works! */
|
||||
#define OFLAG_AFOUNDER 0x10000000
|
||||
#define OFLAG_COFOUND 0x20000000
|
||||
#define OFLAG_WMASTER 0x40000000
|
||||
#define OFLAG_INVISIBLE 0x80000000
|
||||
#ifdef ENABLE_INVISOPER
|
||||
#define OFLAG_INVISIBLE 0x80000000
|
||||
#endif
|
||||
#define OFLAG_LOCAL (OFLAG_REHASH|OFLAG_HELPOP|OFLAG_GLOBOP|OFLAG_WALLOP|OFLAG_LOCOP|OFLAG_LROUTE|OFLAG_LKILL|OFLAG_KLINE|OFLAG_UNKLINE|OFLAG_LNOTICE|OFLAG_UMODEC|OFLAG_UMODEF)
|
||||
#define OFLAG_GLOBAL (OFLAG_LOCAL|OFLAG_GROUTE|OFLAG_GKILL|OFLAG_GNOTICE)
|
||||
#define OFLAG_ISGLOBAL (OFLAG_GROUTE|OFLAG_GKILL|OFLAG_GNOTICE)
|
||||
@@ -485,7 +490,6 @@ typedef unsigned int u_int32_t; /* XXX Hope this works! */
|
||||
#define OPIsAdmin(x) ((x)->oflag & OFLAG_ADMIN)
|
||||
#define OPIsSAdmin(x) ((x)->oflag & OFLAG_SADMIN)
|
||||
#define OPIsNetAdmin(x) ((x)->oflag & OFLAG_NETADMIN)
|
||||
#define OPIsTechAdmin(x) ((x)->oflag & OFLAG_TECHADMIN)
|
||||
#define OPIsCoAdmin(x) ((x)->oflag & OFLAG_COADMIN)
|
||||
#define OPCanUModeC(x) ((x)->oflag & OFLAG_UMODEC)
|
||||
#define OPCanUModeF(x) ((x)->oflag & OFLAG_UMODEF)
|
||||
@@ -510,7 +514,6 @@ typedef unsigned int u_int32_t; /* XXX Hope this works! */
|
||||
#define OPSSetAdmin(x) ((x)->oflag |= OFLAG_ADMIN)
|
||||
#define OPSSetSAdmin(x) ((x)->oflag |= OFLAG_SADMIN)
|
||||
#define OPSSetNetAdmin(x) ((x)-> oflag |= OFLAG_NETADMIN)
|
||||
#define OPSSetTechAdmin(x) ((x)-> oflag |= OFLAG_TECHADMIN)
|
||||
#define OPSSetCoAdmin(x) ((x)->oflag |= OFLAG_COADMIN)
|
||||
#define OPSetUModeC(x) ((x)->oflag |= OFLAG_UMODEC)
|
||||
#define OPSetUModeF(x) ((x)->oflag |= OFLAG_UMODEF)
|
||||
@@ -535,7 +538,6 @@ typedef unsigned int u_int32_t; /* XXX Hope this works! */
|
||||
#define OPClearAdmin(x) ((x)->oflag &= ~OFLAG_ADMIN)
|
||||
#define OPClearSAdmin(x) ((x)->oflag &= ~OFLAG_SADMIN)
|
||||
#define OPClearNetAdmin(x) ((x)->oflag &= ~OFLAG_NETADMIN)
|
||||
#define OPClearTechAdmin(x) ((x)->oflag &= ~OFLAG_TECHADMIN)
|
||||
#define OPClearCoAdmin(x) ((x)->oflag &= ~OFLAG_COADMIN)
|
||||
#define OPClearUModeC(x) ((x)->oflag &= ~OFLAG_UMODEC)
|
||||
#define OPClearUModeF(x) ((x)->oflag &= ~OFLAG_UMODEF)
|
||||
@@ -580,6 +582,7 @@ struct trecord {
|
||||
struct aloopStruct {
|
||||
unsigned do_garbage_collect : 1;
|
||||
unsigned do_tkl_sweep : 1;
|
||||
unsigned do_ban_check : 1;
|
||||
};
|
||||
|
||||
typedef struct Whowas {
|
||||
@@ -639,7 +642,7 @@ struct ConfItem {
|
||||
#define CONF_RESTRICT 0x0200
|
||||
#endif
|
||||
#define CONF_CLASS 0x0400
|
||||
#define CONF_SERVICE 0x0800
|
||||
#define CONF_CHANGEUSERNAME 0x0800
|
||||
#define CONF_LEAF 0x1000
|
||||
#define CONF_LISTEN_PORT 0x2000
|
||||
#define CONF_HUB 0x4000
|
||||
@@ -659,7 +662,7 @@ struct ConfItem {
|
||||
#define CONF_VERSION 0x40000000
|
||||
#define CONF_OPS (CONF_OPERATOR | CONF_LOCOP)
|
||||
#define CONF_SERVER_MASK (CONF_CONNECT_SERVER | CONF_NOCONNECT_SERVER)
|
||||
#define CONF_CLIENT_MASK (CONF_CLIENT | CONF_SERVICE | CONF_OPS | \
|
||||
#define CONF_CLIENT_MASK (CONF_CLIENT| CONF_OPS | \
|
||||
CONF_SERVER_MASK)
|
||||
#define CONF_CRULE (CONF_CRULEALL | CONF_CRULEAUTO)
|
||||
#define CONF_QUARANTINE (CONF_QUARANTINED_SERVER|CONF_QUARANTINED_NICK)
|
||||
@@ -785,7 +788,6 @@ struct t_vhline {
|
||||
#define LISTENER_SSL 0x000040
|
||||
|
||||
#define CONNECT_SSL 0x000001
|
||||
#define CONNECT_ZIP 0x000002
|
||||
|
||||
|
||||
struct Client {
|
||||
@@ -829,9 +831,6 @@ struct Client {
|
||||
long sendM; /* Statistics: protocol messages send */
|
||||
long sendK; /* Statistics: total k-bytes send */
|
||||
long receiveM; /* Statistics: protocol messages received */
|
||||
#ifdef ZIP_LINKS
|
||||
struct Zdata *zip; /* zip data */
|
||||
#endif
|
||||
#ifdef USE_SSL
|
||||
struct SSL *ssl;
|
||||
struct X509 *client_cert;
|
||||
@@ -1058,7 +1057,11 @@ struct Channel {
|
||||
#define MODE_NOKNOCK 0x800000
|
||||
#define MODE_NOINVITE 0x1000000
|
||||
#define MODE_FLOODLIMIT 0x2000000
|
||||
#define MODE_NOHIDING 0x4000000
|
||||
|
||||
#ifdef ENABLE_INVISOPER
|
||||
#define MODE_NOHIDING 0x4000000
|
||||
#endif
|
||||
|
||||
#ifdef STRIPBADWORDS
|
||||
#define MODE_STRIPBADWORDS 0x8000000
|
||||
#endif
|
||||
@@ -1088,7 +1091,10 @@ struct Channel {
|
||||
#define ShowChannel(v,c) (PubChannel(c) || IsMember((v),(c)))
|
||||
#define PubChannel(x) ((!x) || ((x)->mode.mode &\
|
||||
(MODE_PRIVATE | MODE_SECRET)) == 0)
|
||||
/* auditorium */
|
||||
#define IsAuditorium(x) ((x) && ((x)->mode.mode & MODE_AUDITORIUM))
|
||||
|
||||
|
||||
#define IsChannelName(name) ((name) && (*(name) == '#'))
|
||||
|
||||
#define IsMember(blah,chan) ((blah && blah->user && \
|
||||
|
||||
+4
-4
@@ -25,14 +25,14 @@
|
||||
/**/
|
||||
#define COMPILEINFO DEBUGMODESET DEBUGSET
|
||||
/*
|
||||
* Version Unreal3.1-Silverheart+sf2
|
||||
* Version Unreal3.1.4-Meadows
|
||||
*/
|
||||
#define UnrealProtocol 2302
|
||||
#define PATCH1 "3"
|
||||
#define PATCH2 ".1"
|
||||
#define PATCH3 ".1"
|
||||
#define PATCH4 "-Darkshades"
|
||||
#define PATCH5 ""
|
||||
#define PATCH3 ".4"
|
||||
#define PATCH4 "-Meadows"
|
||||
#define PATCH5 "[beta3]"
|
||||
#define PATCH6 ""
|
||||
#define PATCH7 ""
|
||||
#define PATCH8 COMPILEINFO
|
||||
|
||||
@@ -1,3 +1,25 @@
|
||||
#define SPATH "."
|
||||
/*
|
||||
* VERSION: Unreal3.1.4 Meadows
|
||||
* DATE: Sat Jun 15 13:43:51 EST 2002
|
||||
* OS: Win-32
|
||||
*
|
||||
*/
|
||||
|
||||
#define DPATH "."
|
||||
#define DOMAINNAME "irc.net"
|
||||
#define SPATH "."
|
||||
#define DOMAINNAME "irc.net"
|
||||
#define LISTEN_SIZE 5
|
||||
#define MAXSENDQLENGTH 3000000
|
||||
#define BUFFERPOOL (9 * MAXSENDQLENGTH)
|
||||
#define MAXCONNECTIONS 1024
|
||||
#define NICKNAMEHISTORYLENGTH 2000
|
||||
#undef CRYPT_OPER_PASSWORD
|
||||
#undef USE_SSL
|
||||
#undef CRYPT_LINK_PASSWORD
|
||||
#undef CRYPT_ILINE_PASSWORD
|
||||
#undef CRYPT_XLINE_PASSWORD
|
||||
#undef ENABLE_INVISOPER
|
||||
#define HUB 1
|
||||
#define HAVE_REGEX 1
|
||||
#define NOSPOOF 1
|
||||
#define GLIBC2_x
|
||||
|
||||
@@ -1,54 +0,0 @@
|
||||
/************************************************************************
|
||||
* IRC - Internet Relay Chat, include/s_zip.h
|
||||
* Copyright (C) 1992 Darren Reed
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
*
|
||||
* "s_zip.h". - Headers file.
|
||||
*
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
#ifndef INCLUDED_s_zip_h
|
||||
#define INCLUDED_s_zip_h
|
||||
#include <zlib.h> /* z_stream */
|
||||
#endif
|
||||
|
||||
struct Client;
|
||||
|
||||
#ifdef ZIP_LINKS
|
||||
/* the minimum amount of data needed to trigger compression */
|
||||
#define ZIP_MINIMUM 4096
|
||||
|
||||
/* the maximum amount of data to be compressed (can actually be a bit more) */
|
||||
#define ZIP_MAXIMUM 8192 /* WARNING: *DON'T* CHANGE THIS!!!! */
|
||||
|
||||
struct Zdata {
|
||||
z_stream *in; /* input zip stream data */
|
||||
z_stream *out; /* output zip stream data */
|
||||
char inbuf[ZIP_MAXIMUM]; /* incoming zipped buffer */
|
||||
char outbuf[ZIP_MAXIMUM]; /* outgoing (unzipped) buffer */
|
||||
int incount; /* size of inbuf content */
|
||||
int outcount; /* size of outbuf content */
|
||||
};
|
||||
|
||||
#endif /* ZIP_LINKS */
|
||||
|
||||
|
||||
extern int zip_init(struct Client *);
|
||||
extern void zip_free(struct Client *);
|
||||
extern char *unzip_packet(struct Client *, char *, int *);
|
||||
extern char *zip_buffer(struct Client *, char *, int *, int);
|
||||
@@ -1 +0,0 @@
|
||||
.
|
||||
@@ -224,7 +224,6 @@ echo " O = global oper"
|
||||
echo " N = network administrator"
|
||||
echo " A = server administrator"
|
||||
echo " C = co administrator"
|
||||
echo " T = technical administrator"
|
||||
echo " read unrealircd.doc for more info about O:line flags)"
|
||||
echo $n " [$FLAGS] -> $c"
|
||||
read cc
|
||||
|
||||
+243
-245
@@ -1,245 +1,243 @@
|
||||
#
|
||||
# Win32Gui Config File .. By DrBin
|
||||
#
|
||||
CC=cl
|
||||
COMPILERHELP=compilerhelp.exe
|
||||
# Here you put your settings
|
||||
FD_SETSIZE=/D FD_SETSIZE=16384
|
||||
NS_ADDRESS=/D NS_ADDRESS="\"nospoof@dal.net\""
|
||||
|
||||
!IFNDEF DEBUG
|
||||
|
||||
!IFNDEF DISTDEBUG
|
||||
CFLAGS=/MT /O2 /G5 /I ./INCLUDE /Fosrc/ /nologo $(FD_SETSIZE) $(NS_ADDRESS) /D _WIN32GUI /D USENEWDNS /D NOSPOOF=1 /c
|
||||
|
||||
LFLAGS=kernel32.lib user32.lib gdi32.lib shell32.lib ws2_32.lib \
|
||||
oldnames.lib libcmt.lib comctl32.lib /nodefaultlib /nologo /out:WIRCD2.EXE
|
||||
|
||||
!ELSE
|
||||
|
||||
CFLAGS= /MTd /Zi /I ./INCLUDE /Fosrc/ /nologo $(FD_SETSIZE) $(NS_ADDRESS) /D USENEWDNS /D _WIN32GUI /D NOSPOOF=1 /c
|
||||
#/Od /Yd /G5
|
||||
LFLAGS=kernel32.lib user32.lib gdi32.lib shell32.lib wsock32.lib \
|
||||
oldnames.lib libcmt.lib comctl32.lib /nodefaultlib /nologo /debug /debugtype:BOTH /OUT:WIRCD.EXE
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
|
||||
!ELSE
|
||||
|
||||
CFLAGS= /MTd /Zi /I ./INCLUDE /Fosrc/ /nologo $(FD_SETSIZE) $(NS_ADDRESS) /D DEBUG /D DEBUGMODE /D USENEWDNS /D _DEBUG /D _WIN32GUI /D NOSPOOF=1 /c
|
||||
#/Od /Yd /G5
|
||||
LFLAGS=kernel32.lib user32.lib gdi32.lib shell32.lib wsock32.lib \
|
||||
oldnames.lib libcmt.lib comctl32.lib /nodefaultlib /nologo /debug /debugtype:BOTH /OUT:WIRCD.EXE
|
||||
|
||||
!ENDIF
|
||||
|
||||
|
||||
INCLUDES=./include/struct.h ./include/config.h ./include/sys.h \
|
||||
./include/common.h ./include/version.h ./include/h.h ./include/numeric.h \
|
||||
./include/msg.h ./include/setup.h ./include/dynconf.h
|
||||
LINK=link.exe
|
||||
# SRC/RES.OBJ SRC/RES_INIT.OBJ SRC/RES_COMP.OBJ
|
||||
OBJ_FILES=SRC/CHANNEL.OBJ SRC/USERLOAD.OBJ SRC/SEND.OBJ SRC/BSD.OBJ \
|
||||
SRC/S_CONF.OBJ SRC/FDLIST.OBJ SRC/DBUF.OBJ \
|
||||
SRC/CLOAK.OBJ SRC/HASH.OBJ SRC/PARSE.OBJ SRC/IRCD.OBJ \
|
||||
SRC/S_NUMERIC.OBJ SRC/WHOWAS.OBJ SRC/S_AUTH.OBJ \
|
||||
SRC/HELP.OBJ SRC/S_MISC.OBJ SRC/MATCH.OBJ SRC/CRULE.OBJ \
|
||||
SRC/S_DEBUG.OBJ SRC/SUPPORT.OBJ SRC/LIST.OBJ \
|
||||
SRC/S_ERR.OBJ SRC/PACKET.OBJ SRC/CLASS.OBJ SRC/S_BSD.OBJ \
|
||||
SRC/S_SERV.OBJ SRC/S_USER.OBJ SRC/WIN32GUI.OBJ \
|
||||
SRC/VERSION.OBJ SRC/S_UNREAL.OBJ SRC/DYNCONF.OBJ \
|
||||
SRC/S_SOCKS.OBJ SRC/S_KLINE.OBJ SRC/S_EXTRA.OBJ SRC/IRCSPRINTF.OBJ SRC/LUSERS.OBJ \
|
||||
SRC/SCACHE.OBJ SRC/ALN.OBJ SRC/BADWORDS.OBJ SRC/WEBTV.OBJ SRC/NEWDNS.OBJ src/version.obj
|
||||
RC=rc.exe
|
||||
|
||||
ALL: COMPILERHELP.EXE WIRCD.EXE
|
||||
|
||||
CLEAN:
|
||||
-@erase src\*.exe 2>NUL
|
||||
-@erase src\*.obj 2>NUL
|
||||
-@erase src\win32.res 2>NUL
|
||||
-@erase src\version.c 2>NUL
|
||||
-@erase src\win32\*.obj 2>NUL
|
||||
-@erase .\*.exe 2>NUL
|
||||
|
||||
#include/setup.h:
|
||||
# @echo Hmm...doesn't look like you've run Config...
|
||||
# @echo Doing so now.
|
||||
# @config.exe
|
||||
|
||||
#src/version.c: dummy
|
||||
# @config.exe -v
|
||||
|
||||
./COMPILERHELP.EXE:
|
||||
cl src/win32/compilerhelp.c /link /out:compilerhelp.exe
|
||||
|
||||
./WIRCD.EXE: $(OBJ_FILES) SRC/win32/WIN32.RES
|
||||
$(LINK) $(LFLAGS) $(OBJ_FILES) SRC/win32/WIN32.RES SRC/WIN32/GNU_REGEX.LIB SRC/WIN32/DEBUG/STACKTRACE.LIB /MAPINFO:LINES /MAP
|
||||
-@erase src\win32\win32.res
|
||||
!IFNDEF DEBUG
|
||||
!IFNDEF DISTDEBUG
|
||||
@echo Non Debug version built
|
||||
!ELSE
|
||||
@echo Distribution DEBUG Version Built
|
||||
!ENDIF
|
||||
!ELSE
|
||||
@echo Debug version built ...
|
||||
!ENDIF
|
||||
|
||||
./CHKCONF.EXE: ./include/struct.h ./include/config.h ./include/sys.h \
|
||||
./include/common.h ./src/crule.c ./src/match.c ./src/chkconf.c
|
||||
$(CC) /nologo /I ./include /D CR_CHKCONF /Fosrc/chkcrule.obj /c src/crule.c
|
||||
$(CC) /nologo /I ./include /D CR_CHKCONF /Fosrc/chkmatch.obj /c src/match.c
|
||||
$(CC) /nologo /I ./include /D CR_CHKCONF /Fosrc/chkconf.obj /c src/chkconf.c
|
||||
$(LINK) /nologo /out:./chkconf.exe src/chkconf.obj src/chkmatch.obj \
|
||||
src/chkcrule.obj
|
||||
|
||||
src/newdns.obj: src/newdns.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/newdns.c
|
||||
|
||||
src/version.obj: src/win32/version.c
|
||||
$(CC) $(CFLAGS) src/win32/version.c
|
||||
|
||||
src/parse.obj: src/parse.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/parse.c
|
||||
|
||||
src/badwords.obj: src/badwords.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/badwords.c
|
||||
|
||||
src/webtv.obj: src/webtv.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/webtv.c
|
||||
|
||||
src/bsd.obj: src/bsd.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/bsd.c
|
||||
|
||||
src/dbuf.obj: src/dbuf.c $(INCLUDES) ./include/dbuf.h
|
||||
$(CC) $(CFLAGS) src/dbuf.c
|
||||
|
||||
src/ircsprintf.obj: src/ircsprintf.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/ircsprintf.c
|
||||
|
||||
src/packet.obj: src/packet.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/packet.c
|
||||
|
||||
src/fdlist.obj: src/fdlist.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/fdlist.c
|
||||
|
||||
src/dynconf.obj: src/dynconf.c $(INCLUDES) ./include/dbuf.h \
|
||||
./include/channel.h ./include/whowas.h
|
||||
$(CC) $(CFLAGS) src/dynconf.c
|
||||
|
||||
src/send.obj: src/send.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/send.c
|
||||
|
||||
src/match.obj: src/match.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/match.c
|
||||
|
||||
src/support.obj: src/support.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/support.c
|
||||
|
||||
src/channel.obj: src/channel.c $(INCLUDES) ./include/channel.h
|
||||
$(CC) $(CFLAGS) src/channel.c
|
||||
|
||||
src/class.obj: src/class.c $(INCLUDES) ./include/class.h
|
||||
$(CC) $(CFLAGS) src/class.c
|
||||
|
||||
src/lusers.obj: src/lusers.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/lusers.c
|
||||
|
||||
src/aln.obj: src/aln.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/aln.c
|
||||
|
||||
src/ircd.obj: src/ircd.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/ircd.c
|
||||
|
||||
src/list.obj: src/list.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/list.c
|
||||
|
||||
src/res.obj: src/res.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/res.c
|
||||
|
||||
src/s_bsd.obj: src/s_bsd.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/s_bsd.c
|
||||
|
||||
src/s_auth.obj: src/s_auth.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/s_auth.c
|
||||
|
||||
src/s_conf.obj: src/s_conf.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/s_conf.c
|
||||
|
||||
src/s_debug.obj: src/s_debug.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/s_debug.c
|
||||
|
||||
src/s_err.obj: src/s_err.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/s_err.c
|
||||
|
||||
src/s_kline.obj: src/s_kline.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/s_kline.c
|
||||
|
||||
src/s_misc.obj: src/s_misc.c $(INCLUDES) ./include/dbuf.h
|
||||
$(CC) $(CFLAGS) src/s_misc.c
|
||||
|
||||
src/scache.obj: src/scache.c $(INCLUDES) ./include/dbuf.h
|
||||
$(CC) $(CFLAGS) src/scache.c
|
||||
|
||||
src/s_socks.obj: src/s_socks.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/s_socks.c
|
||||
|
||||
src/s_user.obj: src/s_user.c $(INCLUDES) ./include/dbuf.h \
|
||||
./include/channel.h ./include/whowas.h
|
||||
$(CC) $(CFLAGS) src/s_user.c
|
||||
|
||||
src/s_extra.obj: src/s_extra.c $(INCLUDES) ./include/dbuf.h \
|
||||
./include/channel.h ./include/whowas.h
|
||||
$(CC) $(CFLAGS) src/s_extra.c
|
||||
|
||||
src/s_unreal.obj: src/s_unreal.c $(INCLUDES) ./include/dbuf.h \
|
||||
./include/channel.h ./include/whowas.h
|
||||
$(CC) $(CFLAGS) src/s_unreal.c
|
||||
|
||||
src/s_serv.obj: src/s_serv.c $(INCLUDES) ./include/dbuf.h ./include/whowas.h
|
||||
$(CC) $(CFLAGS) src/s_serv.c
|
||||
|
||||
src/s_numeric.obj: src/s_numeric.c $(INCLUDES) ./include/dbuf.h
|
||||
$(CC) $(CFLAGS) src/s_numeric.c
|
||||
|
||||
src/whowas.obj: src/whowas.c $(INCLUDES) ./include/dbuf.h ./include/whowas.h
|
||||
$(CC) $(CFLAGS) src/whowas.c
|
||||
|
||||
src/hash.obj: src/hash.c $(INCLUDES) ./include/hash.h
|
||||
$(CC) $(CFLAGS) src/hash.c
|
||||
|
||||
src/crule.obj: src/crule.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/crule.c
|
||||
|
||||
src/win32gui.obj: src/win32/win32gui.c $(INCLUDES) ./src/win32/resource.h
|
||||
#./include/resource.h
|
||||
$(CC) $(CFLAGS) src/win32/win32gui.c
|
||||
|
||||
src/res_comp.obj: src/res_comp.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/res_comp.c
|
||||
|
||||
src/res_init.obj: src/res_init.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/res_init.c
|
||||
|
||||
src/help.obj: src/help.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/help.c
|
||||
|
||||
src/md5.obj: src/md5.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/md5.c
|
||||
|
||||
src/win32/win32.res: src/win32/win32gui.rc
|
||||
!IFNDEF DISTDEBUG
|
||||
$(COMPILERHELP) src/win32/leavealone.h
|
||||
!ELSE
|
||||
$(COMPILERHELP) src/win32/leavealone.h 0
|
||||
!ENDIF
|
||||
$(RC) /l 0x409 /fosrc/win32/win32.res /i ./include /i ./src \
|
||||
/d NDEBUG src/win32/win32gui.rc
|
||||
|
||||
dummy:
|
||||
|
||||
|
||||
|
||||
#
|
||||
# Win32Gui Config File .. By DrBin
|
||||
# Modified by Zogg for 3.1.x
|
||||
|
||||
CC=cl
|
||||
COMPILERHELP=compilerhelp.exe
|
||||
# Here you put your settings
|
||||
FD_SETSIZE=/D FD_SETSIZE=16384
|
||||
NS_ADDRESS=/D NS_ADDRESS="\"nospoof@dal.net\""
|
||||
|
||||
!IFNDEF DEBUG
|
||||
|
||||
!IFNDEF DISTDEBUG
|
||||
CFLAGS=/MT /O2 /G5 /I ./INCLUDE /Fosrc/ /nologo $(FD_SETSIZE) $(NS_ADDRESS) /D _WIN32GUI /D NOSPOOF=1 /c
|
||||
|
||||
LFLAGS=kernel32.lib user32.lib gdi32.lib shell32.lib wsock32.lib \
|
||||
oldnames.lib libcmt.lib comctl32.lib /nodefaultlib /nologo /out:WIRCD2.EXE
|
||||
|
||||
!ELSE
|
||||
|
||||
CFLAGS= /MTd /Zi /I ./INCLUDE /Fosrc/ /nologo $(FD_SETSIZE) $(NS_ADDRESS) /D _WIN32GUI /D NOSPOOF=1 /c
|
||||
#/Od /Yd /G5
|
||||
LFLAGS=kernel32.lib user32.lib gdi32.lib shell32.lib wsock32.lib \
|
||||
oldnames.lib libcmt.lib comctl32.lib /nodefaultlib /nologo /debug /debugtype:BOTH /OUT:WIRCD.EXE
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
|
||||
!ELSE
|
||||
|
||||
CFLAGS= /MTd /Zi /I ./INCLUDE /Fosrc/ /nologo $(FD_SETSIZE) $(NS_ADDRESS) /D DEBUG /D DEBUGMODE /D _DEBUG /D _WIN32GUI /D NOSPOOF=1 /c
|
||||
#/Od /Yd /G5
|
||||
LFLAGS=kernel32.lib user32.lib gdi32.lib shell32.lib wsock32.lib \
|
||||
oldnames.lib libcmt.lib comctl32.lib /nodefaultlib /nologo /debug /debugtype:BOTH /OUT:WIRCD.EXE
|
||||
|
||||
!ENDIF
|
||||
|
||||
|
||||
INCLUDES=./include/struct.h ./include/config.h ./include/sys.h \
|
||||
./include/common.h ./include/version.h ./include/h.h ./include/numeric.h \
|
||||
./include/msg.h ./include/setup.h ./include/dynconf.h
|
||||
LINK=link.exe
|
||||
OBJ_FILES=SRC/CHANNEL.OBJ SRC/USERLOAD.OBJ SRC/SEND.OBJ SRC/BSD.OBJ \
|
||||
SRC/S_CONF.OBJ SRC/FDLIST.OBJ SRC/DBUF.OBJ \
|
||||
SRC/CLOAK.OBJ SRC/HASH.OBJ SRC/PARSE.OBJ SRC/IRCD.OBJ \
|
||||
SRC/S_NUMERIC.OBJ SRC/WHOWAS.OBJ SRC/S_AUTH.OBJ \
|
||||
SRC/HELP.OBJ SRC/S_MISC.OBJ SRC/MATCH.OBJ SRC/CRULE.OBJ \
|
||||
SRC/S_DEBUG.OBJ SRC/SUPPORT.OBJ SRC/LIST.OBJ \
|
||||
SRC/S_ERR.OBJ SRC/PACKET.OBJ SRC/CLASS.OBJ SRC/S_BSD.OBJ \
|
||||
SRC/S_SERV.OBJ SRC/S_USER.OBJ SRC/WIN32GUI.OBJ \
|
||||
SRC/VERSION.OBJ SRC/S_UNREAL.OBJ SRC/DYNCONF.OBJ \
|
||||
SRC/S_SOCKS.OBJ SRC/S_KLINE.OBJ SRC/S_EXTRA.OBJ SRC/IRCSPRINTF.OBJ SRC/LUSERS.OBJ \
|
||||
SRC/SCACHE.OBJ SRC/ALN.OBJ SRC/BADWORDS.OBJ SRC/WEBTV.OBJ \
|
||||
SRC/RES.OBJ SRC/RES_INIT.OBJ SRC/RES_COMP.OBJ
|
||||
RC=rc.exe
|
||||
|
||||
ALL: COMPILERHELP.EXE WIRCD.EXE
|
||||
|
||||
CLEAN:
|
||||
-@erase src\*.exe 2>NUL
|
||||
-@erase src\*.obj 2>NUL
|
||||
-@erase src\win32.res 2>NUL
|
||||
-@erase src\version.c 2>NUL
|
||||
-@erase src\win32\*.obj 2>NUL
|
||||
-@erase .\*.exe 2>NUL
|
||||
|
||||
#include/setup.h:
|
||||
# @echo Hmm...doesn't look like you've run Config...
|
||||
# @echo Doing so now.
|
||||
# @config.exe
|
||||
|
||||
#src/version.c: dummy
|
||||
# @config.exe -v
|
||||
|
||||
./COMPILERHELP.EXE:
|
||||
cl src/win32/compilerhelp.c /link /out:compilerhelp.exe
|
||||
|
||||
./WIRCD.EXE: $(OBJ_FILES) SRC/win32/WIN32.RES
|
||||
$(LINK) $(LFLAGS) $(OBJ_FILES) SRC/win32/WIN32.RES SRC/WIN32/GNU_REGEX.LIB SRC/WIN32/DEBUG/STACKTRACE.LIB /MAPINFO:LINES /MAP
|
||||
-@erase src\win32\win32.res
|
||||
!IFNDEF DEBUG
|
||||
!IFNDEF DISTDEBUG
|
||||
@echo Non Debug version built
|
||||
!ELSE
|
||||
@echo Distribution DEBUG Version Built
|
||||
!ENDIF
|
||||
!ELSE
|
||||
@echo Debug version built ...
|
||||
!ENDIF
|
||||
|
||||
./CHKCONF.EXE: ./include/struct.h ./include/config.h ./include/sys.h \
|
||||
./include/common.h ./src/crule.c ./src/match.c ./src/chkconf.c
|
||||
$(CC) /nologo /I ./include /D CR_CHKCONF /Fosrc/chkcrule.obj /c src/crule.c
|
||||
$(CC) /nologo /I ./include /D CR_CHKCONF /Fosrc/chkmatch.obj /c src/match.c
|
||||
$(CC) /nologo /I ./include /D CR_CHKCONF /Fosrc/chkconf.obj /c src/chkconf.c
|
||||
$(LINK) /nologo /out:./chkconf.exe src/chkconf.obj src/chkmatch.obj \
|
||||
src/chkcrule.obj
|
||||
|
||||
src/version.obj: src/win32/version.c
|
||||
$(CC) $(CFLAGS) src/win32/version.c
|
||||
|
||||
src/parse.obj: src/parse.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/parse.c
|
||||
|
||||
src/badwords.obj: src/badwords.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/badwords.c
|
||||
|
||||
src/webtv.obj: src/webtv.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/webtv.c
|
||||
|
||||
src/bsd.obj: src/bsd.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/bsd.c
|
||||
|
||||
src/dbuf.obj: src/dbuf.c $(INCLUDES) ./include/dbuf.h
|
||||
$(CC) $(CFLAGS) src/dbuf.c
|
||||
|
||||
src/ircsprintf.obj: src/ircsprintf.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/ircsprintf.c
|
||||
|
||||
src/packet.obj: src/packet.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/packet.c
|
||||
|
||||
src/fdlist.obj: src/fdlist.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/fdlist.c
|
||||
|
||||
src/dynconf.obj: src/dynconf.c $(INCLUDES) ./include/dbuf.h \
|
||||
./include/channel.h ./include/whowas.h
|
||||
$(CC) $(CFLAGS) src/dynconf.c
|
||||
|
||||
src/send.obj: src/send.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/send.c
|
||||
|
||||
src/match.obj: src/match.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/match.c
|
||||
|
||||
src/support.obj: src/support.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/support.c
|
||||
|
||||
src/channel.obj: src/channel.c $(INCLUDES) ./include/channel.h
|
||||
$(CC) $(CFLAGS) src/channel.c
|
||||
|
||||
src/class.obj: src/class.c $(INCLUDES) ./include/class.h
|
||||
$(CC) $(CFLAGS) src/class.c
|
||||
|
||||
src/lusers.obj: src/lusers.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/lusers.c
|
||||
|
||||
src/aln.obj: src/aln.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/aln.c
|
||||
|
||||
src/ircd.obj: src/ircd.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/ircd.c
|
||||
|
||||
src/list.obj: src/list.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/list.c
|
||||
|
||||
src/res.obj: src/res.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/res.c
|
||||
|
||||
src/s_bsd.obj: src/s_bsd.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/s_bsd.c
|
||||
|
||||
src/s_auth.obj: src/s_auth.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/s_auth.c
|
||||
|
||||
src/s_conf.obj: src/s_conf.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/s_conf.c
|
||||
|
||||
src/s_debug.obj: src/s_debug.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/s_debug.c
|
||||
|
||||
src/s_err.obj: src/s_err.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/s_err.c
|
||||
|
||||
src/s_kline.obj: src/s_kline.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/s_kline.c
|
||||
|
||||
src/s_misc.obj: src/s_misc.c $(INCLUDES) ./include/dbuf.h
|
||||
$(CC) $(CFLAGS) src/s_misc.c
|
||||
|
||||
src/scache.obj: src/scache.c $(INCLUDES) ./include/dbuf.h
|
||||
$(CC) $(CFLAGS) src/scache.c
|
||||
|
||||
src/s_socks.obj: src/s_socks.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/s_socks.c
|
||||
|
||||
src/s_user.obj: src/s_user.c $(INCLUDES) ./include/dbuf.h \
|
||||
./include/channel.h ./include/whowas.h
|
||||
$(CC) $(CFLAGS) src/s_user.c
|
||||
|
||||
src/s_extra.obj: src/s_extra.c $(INCLUDES) ./include/dbuf.h \
|
||||
./include/channel.h ./include/whowas.h
|
||||
$(CC) $(CFLAGS) src/s_extra.c
|
||||
|
||||
src/s_unreal.obj: src/s_unreal.c $(INCLUDES) ./include/dbuf.h \
|
||||
./include/channel.h ./include/whowas.h
|
||||
$(CC) $(CFLAGS) src/s_unreal.c
|
||||
|
||||
src/s_serv.obj: src/s_serv.c $(INCLUDES) ./include/dbuf.h ./include/whowas.h
|
||||
$(CC) $(CFLAGS) src/s_serv.c
|
||||
|
||||
src/s_numeric.obj: src/s_numeric.c $(INCLUDES) ./include/dbuf.h
|
||||
$(CC) $(CFLAGS) src/s_numeric.c
|
||||
|
||||
src/whowas.obj: src/whowas.c $(INCLUDES) ./include/dbuf.h ./include/whowas.h
|
||||
$(CC) $(CFLAGS) src/whowas.c
|
||||
|
||||
src/hash.obj: src/hash.c $(INCLUDES) ./include/hash.h
|
||||
$(CC) $(CFLAGS) src/hash.c
|
||||
|
||||
src/crule.obj: src/crule.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/crule.c
|
||||
|
||||
src/win32gui.obj: src/win32/win32gui.c $(INCLUDES) ./src/win32/resource.h
|
||||
#./include/resource.h
|
||||
$(CC) $(CFLAGS) src/win32/win32gui.c
|
||||
|
||||
src/res_comp.obj: src/res_comp.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/res_comp.c
|
||||
|
||||
src/res_init.obj: src/res_init.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/res_init.c
|
||||
|
||||
src/help.obj: src/help.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/help.c
|
||||
|
||||
src/md5.obj: src/md5.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/md5.c
|
||||
|
||||
src/win32/win32.res: src/win32/win32gui.rc
|
||||
!IFNDEF DISTDEBUG
|
||||
$(COMPILERHELP) src/win32/leavealone.h
|
||||
!ELSE
|
||||
$(COMPILERHELP) src/win32/leavealone.h 0
|
||||
!ENDIF
|
||||
$(RC) /l 0x409 /fosrc/win32/win32.res /i ./include /i ./src \
|
||||
/d NDEBUG src/win32/win32gui.rc
|
||||
|
||||
dummy:
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,71 +0,0 @@
|
||||
ver2^2
|
||||
#
|
||||
# Network Configuration File Template
|
||||
# -----------------------------------------
|
||||
# Added-at: <day> <month> <year> <hh:dd> GMT
|
||||
# Author: <nick> (<real name>)
|
||||
# E-Mail: <email>
|
||||
# $Id$
|
||||
# -----------------------------------------
|
||||
# This is a template so you can create your own network configuration files
|
||||
# Just follow the instructions and it will prolly work ;)
|
||||
# 0 = No 1 = Yes
|
||||
# -------------------------------------------------------
|
||||
#
|
||||
# These two specify the name of the IRC network, set the same in both fields
|
||||
Network >..........: 972-Scripterz
|
||||
Set ircnetwork ....: 972-Scripterz
|
||||
|
||||
# This is where your DNS pool is (like irc.dal.net)
|
||||
Set defserv .......: irc.972-Scripterz.org
|
||||
|
||||
# This is the name of your Services Server
|
||||
Set SERVICES_NAME .: services.972-Scripterz.org
|
||||
|
||||
# This is the virtual hostname IRCops will get if iNAH option is enabled
|
||||
# on oper up
|
||||
Set oper_host .....: ircop.972-Scripterz.org
|
||||
|
||||
# This is the virtual hostname Server Admins will get if iNAH option is enabled
|
||||
# on oper up
|
||||
Set admin_host ....: admin.972-Scripterz.org
|
||||
|
||||
# This is the virtual hostname Local IRCops will get if iNAH option is enabled
|
||||
# on oper up
|
||||
|
||||
Set locop_host ....: locop.972-Scripterz.org
|
||||
|
||||
# This is the virtual hostname Services Operators/Admins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
|
||||
Set sadmin_host ...: serviceop.972-Scripterz.org
|
||||
|
||||
# This is the virtual hostname NetAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
|
||||
Set netadmin_host .: netadmin.972-Scripterz.org
|
||||
|
||||
# This is the virtual hostname CoAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
Set coadmin_host ..: coadmin.972-Scripterz.org
|
||||
|
||||
|
||||
# This is the virtual hostname TechAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
Set techadmin_host : techadmin.972-Scripterz.org
|
||||
|
||||
# This is the prefix of the hidden host (cloaking) hostname
|
||||
Set hidden_host ...: sz
|
||||
# This is the domain of the IRC network
|
||||
Set netdomain .....: 972-Scripterz.org
|
||||
# This is where people can go for help
|
||||
Set helpchan ......: #972-Scripterz
|
||||
# This is the name of the stats server
|
||||
Set STATS_SERVER ..: stats.972-Scripters.org
|
||||
# -- Not in use--
|
||||
Set HUB ...........: 0
|
||||
# This enables the auto-setting of f.x @netadmin.network.net
|
||||
# on oper up
|
||||
Set iNAH ..........: 0
|
||||
# -- Not in use but still here --
|
||||
Set net_quit ......: sz
|
||||
@@ -1,71 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# Network Configuration File Template
|
||||
# -----------------------------------------
|
||||
# Added-at: <11> <09> <1999> <14:32> GMT
|
||||
# Author: <Kerjin> Steve>)
|
||||
# E-Mail: <kerjin@alternativenet.org>
|
||||
# $Id$
|
||||
# -----------------------------------------
|
||||
# This is a template so you can create your own network configuration files
|
||||
# Just follow the instructions and it will prolly work ;)
|
||||
# 0 = No 1 = Yes
|
||||
# -------------------------------------------------------
|
||||
#
|
||||
# These two specify the name of the IRC network, set the same in both fields
|
||||
Network >..........: AltNet IRC
|
||||
Set ircnetwork ....: AltNet IRC
|
||||
|
||||
# This is where your DNS pool is (like irc.dal.net)
|
||||
Set defserv .......: irc.alternativenet.org
|
||||
|
||||
# This is the name of your Services Server
|
||||
Set SERVICES_NAME .: services.alternativenet.org
|
||||
|
||||
# This is the virtual hostname IRCops will get if iNAH option is enabled
|
||||
# on oper up
|
||||
Set oper_host .....: ircop.alternativenet.org
|
||||
|
||||
# This is the virtual hostname Server Admins will get if iNAH option is enabled
|
||||
# on oper up
|
||||
Set admin_host ....: admin.alternativenet.org
|
||||
|
||||
# This is the virtual hostname Local IRCops will get if iNAH option is enabled
|
||||
# on oper up
|
||||
|
||||
Set locop_host ....: locop.alternativenet.org
|
||||
|
||||
# This is the virtual hostname Services Operators/Admins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
|
||||
Set sadmin_host ...: serviceop.alternativenet.org
|
||||
|
||||
# This is the virtual hostname NetAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
|
||||
Set netadmin_host .: netadmin.alternativenet.org
|
||||
|
||||
# This is the virtual hostname CoAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
Set coadmin_host ..: coadmin.alternativenet.org
|
||||
|
||||
|
||||
# This is the virtual hostname TechAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
Set techadmin_host : techadmin.alternativenet.org
|
||||
|
||||
# This is the prefix of the hidden host (cloaking) hostname
|
||||
Set hidden_host ...: altirc
|
||||
# This is the domain of the IRC network
|
||||
Set netdomain .....: alternativenet.org
|
||||
# This is where people can go for help
|
||||
Set helpchan ......: #AltNetHelp
|
||||
# This is the name of the stats server
|
||||
Set STATS_SERVER ..: statistics.alternativenet.org
|
||||
# -- Not in use--
|
||||
Set HUB ...........: 1
|
||||
# This enables the auto-setting of f.x @netadmin.network.net
|
||||
# on oper up
|
||||
Set iNAH ..........: 1
|
||||
# -- Not in use but still here --
|
||||
Set net_quit ......: alt
|
||||
@@ -1,28 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# My IRC Network (irc.auspice.org) Network Configuration File
|
||||
# --------------------------------------------------
|
||||
# Added-at: 01 Dec 2000 00:31
|
||||
# Author: In Mean
|
||||
# Email: auspice@auspice.org
|
||||
# -----------------------------------------
|
||||
#
|
||||
|
||||
Network >..........: Auspice
|
||||
Set ircnetwork ....: Auspice
|
||||
Set defserv .......: irc.auspice.org
|
||||
Set SERVICES_NAME .: Services.auspice.org
|
||||
Set oper_host .....: oper.auspice.org
|
||||
Set admin_host ....: admin.auspice.org
|
||||
Set locop_host ....: locop.auspice.org
|
||||
Set sadmin_host ...: csop.auspice.org
|
||||
Set netadmin_host .: netadmin.auspice.org
|
||||
Set coadmin_host ..: coadmin.auspice.org
|
||||
Set techadmin_host : techadmin.auspice.org
|
||||
Set hidden_host ...: khmer
|
||||
Set netdomain .....: auspice.org
|
||||
Set helpchan ......: #services
|
||||
Set STATS_SERVER ..: Services.auspice.org
|
||||
Set HUB ...........: not_in_use
|
||||
Set iNAH ..........: 0
|
||||
Set net_quit ......: not_in_use
|
||||
@@ -1,25 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# AXEnet (irc.axenet.org) Network Configuration File
|
||||
# --------------------------------------------------
|
||||
#
|
||||
|
||||
Network >..........: Axenet
|
||||
Set ircnetwork ....: Axenet
|
||||
Set defserv .......: irc.axenet.org
|
||||
Set SERVICES_NAME .: services.axenet.org
|
||||
Set oper_host .....: ircop.axenet.org
|
||||
Set admin_host ....: admin.axenet.org
|
||||
Set locop_host ....: locop.axenet.org
|
||||
Set sadmin_host ...: csop.axenet.org
|
||||
Set netadmin_host .: netadmin.axenet.org
|
||||
Set coadmin_host ..: coadmin.axenet.org
|
||||
Set techadmin_host : techadmin.axenet.org
|
||||
Set hidden_host ...: axe
|
||||
Set netdomain .....: axenet.org
|
||||
Set helpchan ......: #axenethelp
|
||||
Set STATS_SERVER ..: stats.axenet.org
|
||||
Set HUB ...........: 1
|
||||
Set iNAH ..........: 1
|
||||
Set net_quit ......: axe
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# Bunker7.net Network Configuration File
|
||||
# -----------------------------------------
|
||||
# Added-at: 17 August 1999 12:34 CT
|
||||
# Author: Rogue
|
||||
# E-Mail: rogue@bunker7.net
|
||||
# $Id$
|
||||
# -----------------------------------------
|
||||
#
|
||||
|
||||
Network >..........: bunker7
|
||||
Set ircnetwork ....: bunker7
|
||||
Set defserv .......: irc.bunker7.net
|
||||
Set SERVICES_NAME .: services.bunker7.net
|
||||
Set oper_host .....: global.bunker7.net
|
||||
Set admin_host ....: admin.bunker7.net
|
||||
Set locop_host ....: local.bunker7.net
|
||||
Set sadmin_host ...: sadm.bunker7.net
|
||||
Set netadmin_host .: netadmin.bunker7.net
|
||||
Set coadmin_host ..: coadmin.bunker7.net
|
||||
Set techadmin_host : techadmin.bunker7.net
|
||||
Set hidden_host ...: bunker7
|
||||
Set netdomain .....: bunker7.net
|
||||
Set helpchan ......: #bunker7
|
||||
Set STATS_SERVER ..: stats.bunker7.net
|
||||
Set HUB ...........: 1
|
||||
Set iNAH ..........: 0
|
||||
Set net_quit ......: B7
|
||||
@@ -1,71 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# Network Configuration File Template
|
||||
# -----------------------------------------
|
||||
# Added-at: <day> <month> <year> <hh:dd> GMT
|
||||
# Author: <nick> (<real name>)
|
||||
# E-Mail: <email>
|
||||
# $Id$
|
||||
# -----------------------------------------
|
||||
# This is a template so you can create your own network configuration files
|
||||
# Just follow the instructions and it will prolly work ;)
|
||||
# 0 = No 1 = Yes
|
||||
# -------------------------------------------------------
|
||||
#
|
||||
# These two specify the name of the IRC network, set the same in both fields
|
||||
Network >..........: CC2
|
||||
Set ircnetwork ....: CC2
|
||||
|
||||
# This is where your DNS pool is (like irc.dal.net)
|
||||
Set defserv .......: irc.cc2.org
|
||||
|
||||
# This is the name of your Services Server
|
||||
Set SERVICES_NAME .: services.cc2.org
|
||||
|
||||
# This is the virtual hostname IRCops will get if iNAH option is enabled
|
||||
# on oper up
|
||||
Set oper_host .....: ircop.cc2.org
|
||||
|
||||
# This is the virtual hostname Server Admins will get if iNAH option is enabled
|
||||
# on oper up
|
||||
Set admin_host ....: admin.cc2.org
|
||||
|
||||
# This is the virtual hostname Local IRCops will get if iNAH option is enabled
|
||||
# on oper up
|
||||
|
||||
Set locop_host ....: locop.cc2.org
|
||||
|
||||
# This is the virtual hostname Services Operators/Admins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
|
||||
Set sadmin_host ...: services.cc2.org
|
||||
|
||||
# This is the virtual hostname NetAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
|
||||
Set netadmin_host .: netadmin.cc2.org
|
||||
|
||||
# This is the virtual hostname CoAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
Set coadmin_host ..: coadmin.cc2.org
|
||||
|
||||
|
||||
# This is the virtual hostname TechAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
Set techadmin_host : technician.cc2.org
|
||||
|
||||
# This is the prefix of the hidden host (cloaking) hostname
|
||||
Set hidden_host ...: user
|
||||
# This is the domain of the IRC network
|
||||
Set netdomain .....: cc2.org
|
||||
# This is where people can go for help
|
||||
Set helpchan ......: #help
|
||||
# This is the name of the stats server
|
||||
Set STATS_SERVER ..: stats.ircnet.org
|
||||
# -- Not in use--
|
||||
Set HUB ...........: 1
|
||||
# This enables the auto-setting of f.x @netadmin.network.net
|
||||
# on oper up
|
||||
Set iNAH ..........: 1
|
||||
# -- Not in use but still here --
|
||||
Set net_quit ......: cc2
|
||||
@@ -1,30 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# ChatPlace (irc.chatplace.net) Network Configuration File
|
||||
# --------------------------------------------------
|
||||
# Added-at: 14 July 1999 00:00 GMT
|
||||
# Author: Stskeeps (Carsten Munk)
|
||||
# E-Mail: stskeeps@roxnet.org
|
||||
# $Id$
|
||||
# -----------------------------------------
|
||||
#
|
||||
|
||||
Network >..........: ChatPlace
|
||||
Set ircnetwork ....: ChatPlace
|
||||
Set defserv .......: irc.chatplace.net
|
||||
Set SERVICES_NAME .: services.chatplace.net
|
||||
Set oper_host .....: oper.chatplace.net
|
||||
Set admin_host ....: admin.chatplace.net
|
||||
Set locop_host ....: locop.chatplace.net
|
||||
Set sadmin_host ...: csop.chatplace.net
|
||||
Set netadmin_host .: netadmin.chatplace.net
|
||||
Set coadmin_host ..: coadmin.chatplace.net
|
||||
Set techadmin_host : techadmin.chatplace.net
|
||||
Set hidden_host ...: cp
|
||||
Set netdomain .....: chatplace.net
|
||||
Set helpchan ......: #HelpDesk
|
||||
Set STATS_SERVER ..: stats.chatplace.net
|
||||
Set HUB ...........: 1
|
||||
Set iNAH ..........: 1
|
||||
Set net_quit ......: CP
|
||||
|
||||
@@ -1,30 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# Chatstation (irc.chatstation.net) Network Configuration File
|
||||
# --------------------------------------------------
|
||||
# Added-at: 14 July 1999 00:00 GMT
|
||||
# Author: Astronomy (Kerem Durmus)
|
||||
# E-Mail: ircadmin@chatstation.net
|
||||
# $Id$
|
||||
# -----------------------------------------
|
||||
#
|
||||
|
||||
Network >..........: Chatstation
|
||||
Set ircnetwork ....: Chatstation
|
||||
Set defserv .......: irc.chatstation.net
|
||||
Set SERVICES_NAME .: services.chatstation.net
|
||||
Set oper_host .....: IRCop.Chatstation.Net
|
||||
Set admin_host ....: Admin.Chatstation.Net
|
||||
Set locop_host ....: Locop.Chatstation.Net
|
||||
Set sadmin_host ...: CSops.Chatstation.Net
|
||||
Set netadmin_host .: NetAdmin.Chatstation.Net
|
||||
Set coadmin_host ..: Coadmin.Chatstation.Net
|
||||
Set techadmin_host : TechAdmin.Chatstation.Net
|
||||
Set hidden_host ...: Chatstation
|
||||
Set netdomain .....: chatstation.net
|
||||
Set helpchan ......: #Help
|
||||
Set STATS_SERVER ..: stats.Chatstation.Net
|
||||
Set HUB ...........: 1
|
||||
Set iNAH ..........: 1
|
||||
Set net_quit ......: CS
|
||||
|
||||
@@ -1,39 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# Network Configuration File Template
|
||||
# -----------------------------------------
|
||||
# Added-at: <day> <month> <year> <hh:dd> GMT
|
||||
# Author: <nick> (<real name>)
|
||||
# E-Mail: <email>
|
||||
# $Id$
|
||||
# -----------------------------------------
|
||||
# This is a template so you can create your own network configuration files
|
||||
# Just follow the instructions and it will prolly work ;)
|
||||
ver^2.2
|
||||
#
|
||||
# Darkfyre (irc.darkfyre.net) Network Configuration File
|
||||
# --------------------------------------------------
|
||||
# Added-at: 10 September 2000 22:23
|
||||
# Author: Mel
|
||||
# Email: mel19791@home.com <mailto:mel19791@home.com>
|
||||
# -----------------------------------------
|
||||
#
|
||||
|
||||
Network >..........: Darkfyre
|
||||
Set ircnetwork ....: Darkfyre
|
||||
Set defserv .......: irc.darkfyre.net
|
||||
Set SERVICES_NAME .: Services.Darkfyre.Net
|
||||
Set oper_host .....: IRCop.Darkfyre.Net
|
||||
Set admin_host ....: Admin.Darkfyre.Net
|
||||
Set locop_host ....: LocalOp.Darkfyre.Net
|
||||
Set sadmin_host ...: CSop.Darkfyre.Net
|
||||
Set netadmin_host .: NetAdmin.Darkfyre.Net
|
||||
Set coadmin_host ..: CoAdmin.Darkfyre.Net
|
||||
Set techadmin_host : TechAdmin.Darkfyre.Net
|
||||
Set hidden_host ...: darkfyre
|
||||
Set netdomain .....: Darkfyre.net
|
||||
Set helpchan ......: #help
|
||||
Set STATS_SERVER ..: Stats.Darkfyre.Net
|
||||
Set HUB ...........: not_in_use
|
||||
Set iNAH ..........: 1
|
||||
Set net_quit ......: not_in_use
|
||||
@@ -1,29 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# Darkwar (irc.darkwar.net) Network Configuration File
|
||||
# --------------------------------------------------
|
||||
# Added-at: 22 October 2000 19:40
|
||||
# Author: stryker
|
||||
# Email: stryker@darkwar.net
|
||||
# -----------------------------------------
|
||||
#
|
||||
|
||||
Network >..........: Darkwar
|
||||
Set ircnetwork ....: Darkwar
|
||||
Set defserv .......: irc.darkwar.net
|
||||
Set SERVICES_NAME .: services.darkwar.net
|
||||
Set oper_host .....: oper.darkwar.net
|
||||
Set admin_host ....: admin.darkwar.net
|
||||
Set locop_host ....: locop.darkwar.net
|
||||
Set sadmin_host ...: csop.darkwar.net
|
||||
Set netadmin_host .: netadmin.darkwar.net
|
||||
Set coadmin_host ..: coadmin.darkwar.net
|
||||
Set techadmin_host : techadmin.darkwar.net
|
||||
Set hidden_host ...: hide
|
||||
Set netdomain .....: darkwar.net
|
||||
Set helpchan ......: #darkwar
|
||||
Set STATS_SERVER ..: stats.darkwar.net
|
||||
Set HUB ...........: not_in_use
|
||||
Set iNAH ..........: 1
|
||||
Set net_quit ......: not_in_use
|
||||
|
||||
@@ -1,31 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# Data-Storm (irc.data-storm.net) Network Configuration File
|
||||
# --------------------------------------------------
|
||||
# Added-at: 05 November 2000 13:42
|
||||
# Author: data-genius
|
||||
# Email: dg@data-storm.net
|
||||
# -----------------------------------------
|
||||
#
|
||||
|
||||
Network >..........: Data-Storm
|
||||
Set ircnetwork ....: Data-Storm
|
||||
Set defserv .......: irc.data-storm.net
|
||||
Set SERVICES_NAME .: services.data-storm.net
|
||||
Set oper_host .....: oper.root.net
|
||||
Set admin_host ....: oper.root.net
|
||||
Set locop_host ....: oper.root.net
|
||||
Set sadmin_host ...: oper.root.net
|
||||
Set netadmin_host .: oper.god.net
|
||||
Set coadmin_host ..: oper.root.net
|
||||
Set techadmin_host : oper.root.net
|
||||
Set hidden_host ...: ownedbyj00
|
||||
Set netdomain .....: data-storm.net
|
||||
Set helpchan ......: #help
|
||||
Set STATS_SERVER ..: stats.data-storm.net
|
||||
Set HUB ...........: not_in_use
|
||||
Set iNAH ..........: 0
|
||||
Set net_quit ......: not_in_use
|
||||
|
||||
|
||||
|
||||
@@ -1,70 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# Network Configuration File Template
|
||||
# -----------------------------------------
|
||||
# Added-at: <day> <month> <year> <hh:dd> GMT
|
||||
# Author: <nick> (<real name>)
|
||||
# E-Mail: <email>
|
||||
# $Id$
|
||||
# -----------------------------------------
|
||||
# This is a template so you can create your own network configuration files
|
||||
# Just follow the instructions and it will prolly work ;)
|
||||
# 0 = No 1 = Yes
|
||||
# -------------------------------------------------------
|
||||
#
|
||||
# These two specify the name of the IRC network, set the same in both fields
|
||||
Network >..........: digital-irc.net
|
||||
Set ircnetwork ....: digital-irc.net
|
||||
|
||||
# This is where your DNS pool is (like irc.dal.net)
|
||||
Set defserv .......: irc.digital-irc.net
|
||||
|
||||
# This is the name of your Services Server
|
||||
Set SERVICES_NAME .: services.digital-irc.net
|
||||
|
||||
# This is the virtual hostname IRCops will get if iNAH option is enabled
|
||||
# on oper up
|
||||
Set oper_host .....: ircop.digital-irc.net
|
||||
|
||||
# This is the virtual hostname Server Admins will get if iNAH option is enabled
|
||||
# on oper up
|
||||
Set admin_host ....: admin.digital-irc.net
|
||||
|
||||
# This is the virtual hostname Local IRCops will get if iNAH option is enabled
|
||||
# on oper up
|
||||
|
||||
Set locop_host ....: locop.digital-irc.net
|
||||
|
||||
# This is the virtual hostname Services Operators/Admins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
|
||||
Set sadmin_host ...: serviceop.digital-irc.net
|
||||
|
||||
# This is the virtual hostname NetAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
|
||||
Set netadmin_host .: netadmin.digital-irc.net
|
||||
|
||||
# This is the virtual hostname CoAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
Set coadmin_host ..: coadmin.digital-irc.net
|
||||
|
||||
# This is the virtual hostname TechAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
Set techadmin_host : techadmin.digital-irc.net
|
||||
|
||||
# This is the prefix of the hidden host (cloaking) hostname
|
||||
Set hidden_host ...: digital-irc
|
||||
# This is the domain of the IRC network
|
||||
Set netdomain .....: digital-irc.net
|
||||
# This is where people can go for help
|
||||
Set helpchan ......: #Digital-IRC
|
||||
# This is the name of the stats server
|
||||
Set STATS_SERVER ..: stats.digital-irc.net
|
||||
# -- Not in use--
|
||||
Set HUB ...........: 1
|
||||
# This enables the auto-setting of f.x @netadmin.network.net
|
||||
# on oper up
|
||||
Set iNAH ..........: 0
|
||||
# -- Not in use but still here --
|
||||
Set net_quit ......: ic
|
||||
@@ -1,65 +0,0 @@
|
||||
#
|
||||
# Network Configuration File Template
|
||||
# -----------------------------------------
|
||||
# Added-at: <day> <month> <year> <hh:dd> GMT
|
||||
# Author: Curt|s
|
||||
# E-Mail: <email>
|
||||
# $Id$
|
||||
#
|
||||
# These two specify the name of the IRC network, set the same in both fields
|
||||
Network >..........: DigitalIRC.Net
|
||||
Set ircnetwork ....: DigitalIRC.Net
|
||||
|
||||
# This is where your DNS pool is (like irc.dal.net)
|
||||
Set defserv .......: irc.digitalirc.net
|
||||
|
||||
# This is the name of your Services Server
|
||||
Set SERVICES_NAME .: Services.DigitalIRC.Net
|
||||
|
||||
# This is the virtual hostname IRCops will get if iNAH option is enabled
|
||||
# on oper up
|
||||
Set oper_host .....: Oper.DigitalIRC.Net
|
||||
|
||||
# This is the virtual hostname Server Admins will get if iNAH option is enabled
|
||||
# on oper up
|
||||
Set admin_host ....: Admin.DigitalIRC.Net
|
||||
|
||||
# This is the virtual hostname Local IRCops will get if iNAH option is enabled
|
||||
# on oper up
|
||||
|
||||
Set locop_host ....: LocOper.DigitalIRC.Net
|
||||
|
||||
# This is the virtual hostname Services Operators/Admins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
|
||||
Set sadmin_host ...: ServicesOp.DigitalIRC.Net
|
||||
|
||||
# This is the virtual hostname NetAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
|
||||
Set netadmin_host .: NetAdmin.DigitalIRC.Net
|
||||
|
||||
# This is the virtual hostname CoAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
Set coadmin_host ..: NetAdmin.DigitalIRC.Net
|
||||
|
||||
|
||||
# This is the virtual hostname TechAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
Set techadmin_host : Tech.DigitalIRC.Net
|
||||
|
||||
# This is the prefix of the hidden host (cloaking) hostname
|
||||
Set hidden_host ...: NN
|
||||
# This is the domain of the IRC network
|
||||
Set netdomain .....: DigtialIRC.Net
|
||||
#This is where people can go for help
|
||||
Set helpchan ......: #Digitalirc
|
||||
# This is the name of the stats server
|
||||
Set STATS_SERVER ..: Statistics.DigitalIRC.com
|
||||
# -- Not in use--
|
||||
Set HUB ...........: 1
|
||||
# This enables the auto-setting of f.x @netadmin.network.net
|
||||
# on oper up
|
||||
Set iNAH ..........: 0
|
||||
# -- Not in use but still here --
|
||||
Set net_quit ......: ic
|
||||
@@ -1,29 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# DragonWings.org Network Configuration File
|
||||
# -----------------------------------------
|
||||
# Added-at: 14 July 1999 00:00 GMT
|
||||
# Author: Stskeeps (Carsten Munk)
|
||||
# E-Mail: stskeeps@global-irc.net
|
||||
# $Id$
|
||||
# -----------------------------------------
|
||||
#
|
||||
|
||||
Network >..........: DragonWings
|
||||
Set ircnetwork ....: DragonWings
|
||||
Set defserv .......: irc.dragonwings.org
|
||||
Set SERVICES_NAME .: saturn.dragonwings.org
|
||||
Set oper_host .....: ircop.dragonwings.org
|
||||
Set admin_host ....: admin.dragonwings.org
|
||||
Set locop_host ....: locop.dragonwings.org
|
||||
Set sadmin_host ...: serviceop.dragonwings.org
|
||||
Set netadmin_host .: netadmin.dragonwings.org
|
||||
Set coadmin_host ..: coadmin.dragonwings.org
|
||||
Set techadmin_host : techadmin.dragonwings.org
|
||||
Set hidden_host ...: dw
|
||||
Set netdomain .....: dragonwings.org
|
||||
Set helpchan ......: #DragonWings
|
||||
Set STATS_SERVER ..: stats.dragonwings.org
|
||||
Set HUB ...........: 1
|
||||
Set iNAH ..........: 0
|
||||
Set net_quit ......: DW
|
||||
@@ -1,30 +0,0 @@
|
||||
|
||||
#
|
||||
# FireIRC Network Configuration File
|
||||
# -----------------------------------------
|
||||
# Added-at: 14 July 1999 00:00 GMT
|
||||
# Author: MasterSatan (Erik Kerr)
|
||||
# E-Mail: Kerrfarm@bright.net
|
||||
#
|
||||
# -----------------------------------------
|
||||
#
|
||||
|
||||
|
||||
Network >..........: FireIRC
|
||||
Set ircnetwork ....: FireIRC
|
||||
Set defserv .......: irc.FireIRC.Net
|
||||
Set SERVICES_NAME .: services.FireIRC.Net
|
||||
Set oper_host .....: ircOP.FireIRC.Net
|
||||
Set admin_host ....: Admin.FireIRC.Net
|
||||
Set locop_host ....: localOP.FireIRC.Net
|
||||
Set sadmin_host ...: serviceOP.FireIRC.Net
|
||||
Set netadmin_host .: NetADMIN.FireIRC.Net
|
||||
Set coadmin_host ..: CoADMIN.FireIRC.Net
|
||||
Set techadmin_host : TechAdmin.FireIRC.Net
|
||||
Set hidden_host ...: FireIRC
|
||||
Set netdomain .....: FireIRC.Net
|
||||
Set helpchan ......: #Services
|
||||
Set STATS_SERVER ..: stats.FireIRC.Net
|
||||
Set HUB ...........: 1
|
||||
Set iNAH ..........: 0
|
||||
Set net_quit ......: FI
|
||||
@@ -1,25 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# German-Elite (irc.german-elite.net) Network Configuration File
|
||||
# -----------------------------------------
|
||||
#
|
||||
|
||||
Network >..........: German-Elite
|
||||
Set ircnetwork ....: German-Elite
|
||||
Set defserv .......: irc.german-elite.net
|
||||
Set SERVICES_NAME .: services.german-elite.net
|
||||
Set oper_host .....: ircop.german-elite.net
|
||||
Set admin_host ....: admin.german-elite.net
|
||||
Set locop_host ....: locop.german-elite.net
|
||||
Set sadmin_host ...: csop.german-elite.net
|
||||
Set netadmin_host .: netadmin.german-elite.net
|
||||
Set coadmin_host ..: coadmin.german-elite.net
|
||||
Set techadmin_host : techadmin.german-elite.net
|
||||
Set hidden_host ...: GE
|
||||
Set netdomain .....: german-elite.net
|
||||
Set helpchan ......: #german-elite
|
||||
Set STATS_SERVER ..: stats.german-elite.net
|
||||
Set HUB ...........: 1
|
||||
Set iNAH ..........: 1
|
||||
Set net_quit ......: GE
|
||||
|
||||
@@ -1,71 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# Network Configuration File Template
|
||||
# -----------------------------------------
|
||||
# Added-at: <Monday> <August> <2000>
|
||||
# Author: Anonymos
|
||||
# E-Mail: Anonymos@Global-IRC.de
|
||||
# $Id$
|
||||
# -----------------------------------------
|
||||
# This is a template so you can create your own network configuration files
|
||||
# Just follow the instructions and it will prolly work ;)
|
||||
# 0 = No 1 = Yes
|
||||
# -------------------------------------------------------
|
||||
#
|
||||
# These two specify the name of the IRC network, set the same in both fields
|
||||
Network >..........: IRC
|
||||
Set ircnetwork ....: Global
|
||||
|
||||
# This is where your DNS pool is (like irc.dal.net)
|
||||
Set defserv .......: IRC.Global-IRC.de
|
||||
|
||||
# This is the name of your Services Server
|
||||
Set SERVICES_NAME .: Service.Global-IRC.de
|
||||
|
||||
# This is the virtual hostname IRCops will get if iNAH option is enabled
|
||||
# on oper up
|
||||
Set oper_host .....: Global-IRC-OP.Global-IRC.de
|
||||
|
||||
# This is the virtual hostname Server Admins will get if iNAH option is enabled
|
||||
# on oper up
|
||||
Set admin_host ....: ServerAdmin.Global-IRC.de
|
||||
|
||||
# This is the virtual hostname Local IRCops will get if iNAH option is enabled
|
||||
# on oper up
|
||||
|
||||
Set locop_host ....: Local-IRC-OP.Global-IRC.de
|
||||
|
||||
# This is the virtual hostname Services Operators/Admins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
|
||||
Set sadmin_host ...: ServiceAdmin.Global-IRC.de
|
||||
|
||||
# This is the virtual hostname NetAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
|
||||
Set netadmin_host .: NetworkAdmin.Global-IRC.de
|
||||
|
||||
# This is the virtual hostname CoAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
Set coadmin_host ..: CoAdmin.Global-IRC.de
|
||||
|
||||
|
||||
# This is the virtual hostname TechAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
Set techadmin_host : TechAdmin.Global-IRC.de
|
||||
|
||||
# This is the prefix of the hidden host (cloaking) hostname
|
||||
Set hidden_host ...: GL-IRC
|
||||
# This is the domain of the IRC network
|
||||
Set netdomain .....: Global-IRC.de
|
||||
# This is where people can go for help
|
||||
Set helpchan ......: #Global-IRC-World
|
||||
# This is the name of the stats server
|
||||
Set STATS_SERVER ..: Stats.Global-IRC.de
|
||||
# -- Not in use--
|
||||
Set HUB ...........: 0
|
||||
# This enables the auto-setting of f.x @ServerAdmin.Global-IRC.de
|
||||
# on oper up
|
||||
Set iNAH ..........: 1
|
||||
# -- Not in use but still here --
|
||||
Set net_quit ......: GL
|
||||
@@ -1,29 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# Global-IRC.net Network Configuration File
|
||||
# -----------------------------------------
|
||||
# Added-at: 14 July 1999 00:00 GMT
|
||||
# Author: Stskeeps (Carsten Munk)
|
||||
# E-Mail: stskeeps@global-irc.net
|
||||
# $Id$
|
||||
# -----------------------------------------
|
||||
#
|
||||
|
||||
Network >..........: Global-IRC
|
||||
Set ircnetwork ....: Global-IRC
|
||||
Set defserv .......: irc.global-irc.net
|
||||
Set SERVICES_NAME .: services.global-irc.net
|
||||
Set oper_host .....: ircop.global-irc.net
|
||||
Set admin_host ....: admin.global-irc.net
|
||||
Set locop_host ....: locop.global-irc.net
|
||||
Set sadmin_host ...: serviceop.global-irc.net
|
||||
Set netadmin_host .: netadmin.global-irc.net
|
||||
Set coadmin_host ..: coadmin.global-irc.net
|
||||
Set techadmin_host : techadmin.global-irc.net
|
||||
Set hidden_host ...: global
|
||||
Set netdomain .....: global-irc.net
|
||||
Set helpchan ......: #Global
|
||||
Set STATS_SERVER ..: stats.global-irc.net
|
||||
Set HUB ...........: 1
|
||||
Set iNAH ..........: 0
|
||||
Set net_quit ......: GI
|
||||
@@ -1,29 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# Global-IRC.net Network Configuration File
|
||||
# -----------------------------------------
|
||||
# Added-at: 14 July 1999 00:00 GMT
|
||||
# Author: Stskeeps (Carsten Munk)
|
||||
# E-Mail: stskeeps@global-irc.net
|
||||
# $Id$
|
||||
# -----------------------------------------
|
||||
#
|
||||
|
||||
Network >..........: Infinity-IRC.org
|
||||
Set ircnetwork ....: Infinity-IRC.org
|
||||
Set defserv .......: irc.infinity-irc.org
|
||||
Set SERVICES_NAME .: services.infinity-irc.org
|
||||
Set oper_host .....: IRCop.Infinity-IRC.org
|
||||
Set admin_host ....: IRCop-Admin.Infinity-IRC.org
|
||||
Set locop_host ....: LOCop.Infinity-IRC.org
|
||||
Set sadmin_host ...: IRCop-ServiceAdmin.Infinity-IRC.org
|
||||
Set netadmin_host .: IRCop-NetAdmin.Infinity-IRC.org
|
||||
Set coadmin_host ..: IRCop-CoAdmin.Infinity-IRC.org
|
||||
Set techadmin_host : IRCop-TechAdmin.Infinity-IRC.org
|
||||
Set hidden_host ...: Infinity
|
||||
Set netdomain .....: Infinity-IRC.org
|
||||
Set helpchan ......: #Infinity
|
||||
Set STATS_SERVER ..: stats.infinity-irc.org
|
||||
Set HUB ...........: 1
|
||||
Set iNAH ..........: 1
|
||||
Set net_quit ......: IN
|
||||
@@ -1,29 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# ROXnet (irc.rox.za.net) Network Configuration File
|
||||
# --------------------------------------------------
|
||||
# Added-at: 14 July 1999 00:00 GMT
|
||||
# Author: Stskeeps (Carsten Munk)
|
||||
# E-Mail: stskeeps@roxnet.org
|
||||
# $Id$
|
||||
# -----------------------------------------
|
||||
#
|
||||
|
||||
Network >..........: InterTurk
|
||||
Set ircnetwork ....: InterTurk
|
||||
Set defserv .......: irc.interturk.net
|
||||
Set SERVICES_NAME .: services.egenet.com.tr
|
||||
Set oper_host .....: ircop.interturk.net
|
||||
Set admin_host ....: admin.interturk.net
|
||||
Set locop_host ....: locop.interturk.net
|
||||
Set sadmin_host ...: csops.interturk.net
|
||||
Set netadmin_host .: netadmin.interturk.net
|
||||
Set coadmin_host ..: coadmin.interturk.net
|
||||
Set techadmin_host : techadmin.interturk.net
|
||||
Set hidden_host ...: InterTurk
|
||||
Set netdomain .....: interturk.net
|
||||
Set helpchan ......: #Help
|
||||
Set STATS_SERVER ..: stats.interturk.net
|
||||
Set HUB ...........: 1
|
||||
Set iNAH ..........: 0
|
||||
Set net_quit ......: iN
|
||||
@@ -1,28 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# IRCChat (irc.irc-chat.net) Network Configuration File
|
||||
# --------------------------------------------------
|
||||
# Added-at: 29 November 2000 15:49
|
||||
# Author: TheRock
|
||||
# Email: unit649@unit649.net
|
||||
# -----------------------------------------
|
||||
#
|
||||
|
||||
Network >..........: IRCChat
|
||||
Set ircnetwork ....: IRCChat
|
||||
Set defserv .......: irc.irc-chat.net
|
||||
Set SERVICES_NAME .: services.irc-chat.net
|
||||
Set oper_host .....: oper.irc-chat.net
|
||||
Set admin_host ....: admin.irc-chat.net
|
||||
Set locop_host ....: locop.irc-chat.net
|
||||
Set sadmin_host ...: csop.irc-chat.net
|
||||
Set netadmin_host .: netadmin.irc-chat.net
|
||||
Set coadmin_host ..: coadmin.irc-chat.net
|
||||
Set techadmin_host : techadmin.irc-chat.net
|
||||
Set hidden_host ...: irc
|
||||
Set netdomain .....: irc-chat.net
|
||||
Set helpchan ......: #irc-chat
|
||||
Set STATS_SERVER ..: stats.irc-chat.net
|
||||
Set HUB ...........: not_in_use
|
||||
Set iNAH ..........: 1
|
||||
Set net_quit ......: not_in_use
|
||||
@@ -1,29 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# Global-IRC.net Network Configuration File
|
||||
# -----------------------------------------
|
||||
# Added-at: 14 July 1999 00:00 GMT
|
||||
# Author: Stskeeps (Carsten Munk)
|
||||
# E-Mail: stskeeps@global-irc.net
|
||||
# $Id$
|
||||
# -----------------------------------------
|
||||
#
|
||||
|
||||
Network >..........: IRCThai.com
|
||||
Set ircnetwork ....: IRCThai.com
|
||||
Set defserv .......: irc.ircthai.com
|
||||
Set SERVICES_NAME .: services.ircthai.com
|
||||
Set oper_host .....: IRCop.ircthai.com
|
||||
Set admin_host ....: Admin.ircthai.com
|
||||
Set locop_host ....: LOCop.ircthai.com
|
||||
Set sadmin_host ...: ServiceAdmin.ircthai.com
|
||||
Set netadmin_host .: NetAdmin.ircthai.com
|
||||
Set coadmin_host ..: CoAdmin.ircthai.com
|
||||
Set techadmin_host : TechAdmin.ircthai.com
|
||||
Set hidden_host ...: IRCThai
|
||||
Set netdomain .....: ircthai.com
|
||||
Set helpchan ......: #ThaiHelp
|
||||
Set STATS_SERVER ..: stats.ircthai.com
|
||||
Set HUB ...........: 1
|
||||
Set iNAH ..........: 1
|
||||
Set net_quit ......: IT
|
||||
@@ -1,30 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# IsraelNet (irc.israel.net) Network Configuration File
|
||||
# --------------------------------------------------
|
||||
# Added-at: 14 September 2000 14:39
|
||||
# Author: Web
|
||||
# Email: dors@Nonstop.net.il
|
||||
# -----------------------------------------
|
||||
#
|
||||
|
||||
Network >..........: IsraelNet
|
||||
Set ircnetwork ....: IsraelNet
|
||||
Set defserv .......: irc.israel.net
|
||||
Set SERVICES_NAME .: services.israel.net
|
||||
Set oper_host .....: Oper.Israel.Net
|
||||
Set admin_host ....: Admin.Israel.Net
|
||||
Set locop_host ....: LocOP.Israel.Net
|
||||
Set sadmin_host ...: CSop.Israel.Net
|
||||
Set netadmin_host .: NetAdmin.Israel.Net
|
||||
Set coadmin_host ..: CoAdmin.Israel.Net
|
||||
Set techadmin_host : TechAdmin.Israel.Net
|
||||
Set hidden_host ...: israel
|
||||
Set netdomain .....: irc.israel.net
|
||||
Set helpchan ......: #OperHelp
|
||||
Set STATS_SERVER ..: stats.israel.net
|
||||
Set HUB ...........: not_in_use
|
||||
Set iNAH ..........: 1
|
||||
Set net_quit ......: not_in_use
|
||||
|
||||
|
||||
@@ -1,71 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# Network Configuration File Template
|
||||
# -----------------------------------------
|
||||
# Added-at: <day> <month> <year> <hh:dd> GMT
|
||||
# Author: <nick> (<real name>)
|
||||
# E-Mail: <email>
|
||||
# $Id$
|
||||
# -----------------------------------------
|
||||
# This is a template so you can create your own network configuration files
|
||||
# Just follow the instructions and it will prolly work ;)
|
||||
# 0 = No 1 = Yes
|
||||
# -------------------------------------------------------
|
||||
#
|
||||
# These two specify the name of the IRC network, set the same in both fields
|
||||
Network >..........: KammTecH
|
||||
Set ircnetwork ....: KammTecH
|
||||
|
||||
# This is where your DNS pool is (like irc.dal.net)
|
||||
Set defserv .......: irc.kammtech.dhs.org
|
||||
|
||||
# This is the name of your Services Server
|
||||
Set SERVICES_NAME .: services.kammtech.dhs.org
|
||||
|
||||
# This is the virtual hostname IRCops will get if iNAH option is enabled
|
||||
# on oper up
|
||||
Set oper_host .....: ircop.kammtech.dhs.org
|
||||
|
||||
# This is the virtual hostname Server Admins will get if iNAH option is enabled
|
||||
# on oper up
|
||||
Set admin_host ....: admin.kammtech.dhs.org
|
||||
|
||||
# This is the virtual hostname Local IRCops will get if iNAH option is enabled
|
||||
# on oper up
|
||||
|
||||
Set locop_host ....: locop.kammtech.dhs.org
|
||||
|
||||
# This is the virtual hostname Services Operators/Admins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
|
||||
Set sadmin_host ...: serviceop.kammtech.dhs.org
|
||||
|
||||
# This is the virtual hostname NetAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
|
||||
Set netadmin_host .: netadmin.kammtech.dhs.org
|
||||
|
||||
# This is the virtual hostname CoAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
Set coadmin_host ..: coadmin.kammtech.dhs.org
|
||||
|
||||
|
||||
# This is the virtual hostname TechAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
Set techadmin_host : techadmin.kammtech.dhs.org
|
||||
|
||||
# This is the prefix of the hidden host (cloaking) hostname
|
||||
Set hidden_host ...: kammtech
|
||||
# This is the domain of the IRC network
|
||||
Set netdomain .....: kammtech.dhs.org
|
||||
# This is where people can go for help
|
||||
Set helpchan ......: #KammTecH
|
||||
# This is the name of the stats server
|
||||
Set STATS_SERVER ..: stats.kammtech.dhs.org
|
||||
# -- Not in use--
|
||||
Set HUB ...........: 1
|
||||
# This enables the auto-setting of f.x @netadmin.network.net
|
||||
# on oper up
|
||||
Set iNAH ..........: 1
|
||||
# -- Not in use but still here --
|
||||
Set net_quit ......: KammTecH
|
||||
@@ -1,29 +0,0 @@
|
||||
|
||||
#
|
||||
# KissLand IRC Network Configuration File
|
||||
# -----------------------------------------
|
||||
# Author: Plague33 (Frank Laszlo)
|
||||
# E-Mail: plague33@premis.lod.com
|
||||
#
|
||||
# -----------------------------------------
|
||||
#
|
||||
|
||||
|
||||
Network >..........: Kissland
|
||||
Set ircnetwork ....: Kissland
|
||||
Set defserv .......: irc.Kissland.Com
|
||||
Set SERVICES_NAME .: Services.Kissland.Com
|
||||
Set oper_host .....: IRCop.Kissland.Com
|
||||
Set admin_host ....: Admin.Kissland.Com
|
||||
Set locop_host ....: Oper.Kissland.Com
|
||||
Set sadmin_host ...: Services.Admin.Kissland.Com
|
||||
Set netadmin_host .: Network.Admin.Kissland.Com
|
||||
Set coadmin_host ..: Co.Admin.Kissland.Com
|
||||
Set techadmin_host : Technical.Admin.Kissland.Com
|
||||
Set hidden_host ...: Kiss
|
||||
Set netdomain .....: Kissland.Com
|
||||
Set helpchan ......: #Services
|
||||
Set STATS_SERVER ..: Stats.Kissland.Com
|
||||
Set HUB ...........: 1
|
||||
Set iNAH ..........: 1
|
||||
Set net_quit ......: KL
|
||||
@@ -1,29 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# lamenet.net (irc.lamenet.net) Network Configuration File
|
||||
# --------------------------------------------------
|
||||
# Added-at: 16 November 2000 10:40
|
||||
# Author: Reptilezen
|
||||
# Email: xtekcor@hotmail.com <mailto:xtekcor@hotmail.com>
|
||||
# -----------------------------------------
|
||||
#
|
||||
|
||||
Network >..........: lamenet.net
|
||||
Set ircnetwork ....: lamenet.net
|
||||
Set defserv .......: irc.lamenet.net
|
||||
Set SERVICES_NAME .: services.lamenet.net
|
||||
Set oper_host .....: oper.mynet.org
|
||||
Set admin_host ....: admin.mynet.org
|
||||
Set locop_host ....: biglamer.lamenet.net
|
||||
Set sadmin_host ...: csop.lamenet.net
|
||||
Set netadmin_host .: netadmin.lamenet.net
|
||||
Set coadmin_host ..: coadmin
|
||||
Set techadmin_host : techadmin.lamenet.net
|
||||
Set hidden_host ...: hiddenhost
|
||||
Set netdomain .....: lamenet.net
|
||||
Set helpchan ......: #Services
|
||||
Set STATS_SERVER ..: stats.lamenet.net
|
||||
Set HUB ...........: not_in_use
|
||||
Set iNAH ..........: 1
|
||||
Set net_quit ......: not_in_use
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
ver^2.2
|
||||
|
||||
Network >..........: Linuxactive
|
||||
Set ircnetwork ....: Linuxactive
|
||||
Set defserv .......: irc.linuxactive.net
|
||||
Set SERVICES_NAME .: services.linuxactive.net
|
||||
Set oper_host .....: ircop.linuxactive.net
|
||||
Set admin_host ....: admin.linuxactive.net
|
||||
Set locop_host ....: locop.linuxactive.net
|
||||
Set sadmin_host ...: csops.linuxactive.net
|
||||
Set netadmin_host .: netadmin.linuxactive.net
|
||||
Set coadmin_host ..: coadmin.linuxactive.net
|
||||
Set techadmin_host : techadmin.linuxactive.net
|
||||
Set hidden_host ...: LinuxActive
|
||||
Set netdomain .....: linuxactive.net
|
||||
Set helpchan ......: #Linux
|
||||
Set STATS_SERVER ..: stats.linuxactive.net
|
||||
Set HUB ...........: 1
|
||||
Set iNAH ..........: 0
|
||||
Set net_quit ......: TR
|
||||
@@ -1,19 +0,0 @@
|
||||
ver^2.2
|
||||
Network >..........: LinuxSquare
|
||||
Set ircnetwork ....: LinuxSquare
|
||||
Set defserv .......: Irc.LinuxSquare.Net
|
||||
Set SERVICES_NAME .: Services.CA.US.LinuxSquare.Net
|
||||
Set oper_host .....: GlobalOp.LinuxSquare.Net
|
||||
Set admin_host ....: Admin.LinuxSquare.Net
|
||||
Set locop_host ....: TrainingOp.LinuxSquare.Net
|
||||
Set sadmin_host ...: ServicesAdmin.LinuxSquare.Net
|
||||
Set netadmin_host .: NetAdmin.LinuxSquare.Net
|
||||
Set coadmin_host ..: CoAdmin.LinuxSquare.Net
|
||||
Set techadmin_host : TechAdmin.LinuxSquare.Net
|
||||
Set hidden_host ...: LinuxSquare
|
||||
Set netdomain .....: LinuxSquare.Net
|
||||
Set helpchan ......: #HelpDesk
|
||||
Set STATS_SERVER ..: Stats.CA.US.LinuxSquare.Net
|
||||
Set HUB ...........: 1
|
||||
Set iNAH ..........: 0
|
||||
Set net_quit ......: LS
|
||||
+1
-11
@@ -7,7 +7,7 @@
|
||||
#
|
||||
# (c) 2000 codemastr (Dominick Meglio) and the UnrealIRCd Team
|
||||
|
||||
VERSION="2.2"
|
||||
VERSION="2.3"
|
||||
DATE=`date "+%d %B %Y %H:%M"`
|
||||
FILE="mynet.network"
|
||||
EXISTS="y"
|
||||
@@ -21,7 +21,6 @@ ADMIN_HOST="admin.mynet.org"
|
||||
LOCOP_HOST="locop.mynet.org"
|
||||
CSOP_HOST="csop.mynet.org"
|
||||
NETADMIN_HOST="netadmin.mynet.org"
|
||||
TECHADMIN_HOST="techadmin.mynet.org"
|
||||
COADMIN_HOST="coadmin.mynet.org"
|
||||
HIDDEN_HOST="hide"
|
||||
NETDOMAIN="mynet.org"
|
||||
@@ -156,14 +155,6 @@ if [ ! -z $cc ]; then
|
||||
COADMIN_HOST="$cc"
|
||||
fi
|
||||
|
||||
echo ""
|
||||
echo "What is the virtual host techadmins will get when they oper up?"
|
||||
echo $n "[$TECHADMIN_HOST] -> $c"
|
||||
read cc
|
||||
if [ ! -z $cc ]; then
|
||||
TECHADMIN_HOST="$cc"
|
||||
fi
|
||||
|
||||
echo ""
|
||||
echo "What is the virtual host netadmins will get when they oper up?"
|
||||
echo $n "[$NETADMIN_HOST] -> $c"
|
||||
@@ -236,7 +227,6 @@ Set locop_host ....: $LOCOP_HOST
|
||||
Set sadmin_host ...: $CSOP_HOST
|
||||
Set netadmin_host .: $NETADMIN_HOST
|
||||
Set coadmin_host ..: $COADMIN_HOST
|
||||
Set techadmin_host : $TECHADMIN_HOST
|
||||
Set hidden_host ...: $HIDDEN_HOST
|
||||
Set netdomain .....: $NETDOMAIN
|
||||
Set helpchan ......: $HELPCHAN
|
||||
|
||||
@@ -1,31 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# MegaIRC.net Network Configuration File
|
||||
# -----------------------------------------
|
||||
# Added-at: 1 August 1999 00:00 GMT
|
||||
# Author: NonMortal (Luke Slotwinski)
|
||||
# E-Mail: NonMortal@MegaIRC.Com
|
||||
# $Id$
|
||||
# -----------------------------------------
|
||||
#
|
||||
|
||||
Network >..........: MegaIRC
|
||||
Set ircnetwork ....: MegaIRC
|
||||
Set defserv .......: irc.MegaIRC.Net
|
||||
Set SERVICES_NAME .: Services.MegaIRC.Net
|
||||
Set oper_host .....: Ircop.MegaIRC.Net
|
||||
Set admin_host ....: Server-Admin.MegaIRC.Net
|
||||
Set locop_host ....: Local-Ircop.MegaIRC.Net
|
||||
Set sadmin_host ...: SOP.MegaIRC.Net
|
||||
Set netadmin_host .: NetAdmin.MegaIRC.Net
|
||||
Set coadmin_host ..: Server-CoAdmin.MegaIRC.Net
|
||||
Set techadmin_host : TechAdmin.MegaIRC.Net
|
||||
Set hidden_host ...: mega
|
||||
Set netdomain .....: MegaIRC.Net
|
||||
Set helpchan ......: #helpdesk
|
||||
Set STATS_SERVER ..: Stats.MegaIRC.Net
|
||||
Set HUB ...........: 1
|
||||
Set iNAH ..........: 1
|
||||
Set net_quit ......: MI
|
||||
# To protect people from using normal edition Unreal to link to MegaIRC
|
||||
Set STOPSE ........: 1
|
||||
@@ -1,29 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# Mp3Fans.net Network Configuration File
|
||||
# -----------------------------------------
|
||||
# Added-at: 14 July 1999 00:00 GMT
|
||||
# Author: Stskeeps (Carsten Munk)
|
||||
# E-Mail: stskeeps@global-irc.net
|
||||
# $Id$
|
||||
# -----------------------------------------
|
||||
#
|
||||
|
||||
Network >..........: Mp3FansNet
|
||||
Set ircnetwork ....: Mp3FansNet
|
||||
Set defserv .......: irc.mp3fans.net
|
||||
Set SERVICES_NAME .: services.mp3fans.net
|
||||
Set oper_host .....: ircop.mp3fans.net
|
||||
Set admin_host ....: admin.mp3fans.net
|
||||
Set locop_host ....: locop.mp3fans.net
|
||||
Set sadmin_host ...: serviceop.mp3fans.net
|
||||
Set netadmin_host .: netadmin.mp3fans.net
|
||||
Set coadmin_host ..: coadmin.mp3fans.net
|
||||
Set techadmin_host : techadmin.mp3fans.net
|
||||
Set hidden_host ...: mpx
|
||||
Set netdomain .....: mp3fans.net
|
||||
Set helpchan ......: #Mp3Fans
|
||||
Set STATS_SERVER ..: stats.mp3fans.net
|
||||
Set HUB ...........: 1
|
||||
Set iNAH ..........: 0
|
||||
Set net_quit ......: m3
|
||||
@@ -1,29 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# Music-ChatNET (Irc.Music-ChatNET.Com) Network Configuration File
|
||||
# --------------------------------------------------
|
||||
# Added-at: 21 November 2000 22:40
|
||||
# Author: Chad
|
||||
# Email: Chad@Music-ChatNET.Com
|
||||
# -----------------------------------------
|
||||
#
|
||||
|
||||
Network >..........: Music-ChatNET
|
||||
Set ircnetwork ....: Music-ChatNET
|
||||
Set defserv .......: Irc.Music-ChatNET.Com
|
||||
Set SERVICES_NAME .: Services.Music-ChatNET.Com
|
||||
Set oper_host .....: IRCop.Music-ChatNET.Com
|
||||
Set admin_host ....: Admin.Music-ChatNET.Com
|
||||
Set locop_host ....: LOcop.Music-ChatNET.Com
|
||||
Set sadmin_host ...: CSop.Music-ChatNET.Com
|
||||
Set netadmin_host .: NetAdmin.Music-ChatNET.Com
|
||||
Set coadmin_host ..: CoAdmin.Music-ChatNET.Com
|
||||
Set techadmin_host : TechAdmin.Music-ChatNET.Com
|
||||
Set hidden_host ...: MCN
|
||||
Set netdomain .....: Music-ChatNET.Com
|
||||
Set helpchan ......: #Music-Chat
|
||||
Set STATS_SERVER ..: Stats.Music-ChatNET.Com
|
||||
Set HUB ...........: not_in_use
|
||||
Set iNAH ..........: 1
|
||||
Set net_quit ......: not_in_use
|
||||
|
||||
@@ -1,70 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# Network Configuration File Template
|
||||
# -----------------------------------------
|
||||
# Added-at: 23 August 1999 <18:00> GMT
|
||||
# Author: codemastr <codemastr@elite-hacker.cx>
|
||||
# $Id$
|
||||
# -----------------------------------------
|
||||
# This is a template so you can create your own network configuration files
|
||||
# Just follow the instructions and it will prolly work ;)
|
||||
# 0 = No 1 = Yes
|
||||
# -------------------------------------------------------
|
||||
#
|
||||
# These two specify the name of the IRC network, set the same in both fields
|
||||
Network >..........: NeoHorizon
|
||||
Set ircnetwork ....: NeoHorizon
|
||||
|
||||
# This is where your DNS pool is (like irc.dal.net)
|
||||
Set defserv .......: irc.nhn.net
|
||||
|
||||
# This is the name of your Services Server
|
||||
Set SERVICES_NAME .: services.nhn.net
|
||||
|
||||
# This is the virtual hostname IRCops will get if iNAH option is enabled
|
||||
# on oper up
|
||||
Set oper_host .....: IRCop.nhn.net
|
||||
|
||||
# This is the virtual hostname Server Admins will get if iNAH option is enabled
|
||||
# on oper up
|
||||
Set admin_host ....: Admin.nhn.net
|
||||
|
||||
# This is the virtual hostname Local IRCops will get if iNAH option is enabled
|
||||
# on oper up
|
||||
|
||||
Set locop_host ....: Locop.nhn.net
|
||||
|
||||
# This is the virtual hostname Services Operators/Admins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
|
||||
Set sadmin_host ...: ServicesOP.nhn.net
|
||||
|
||||
# This is the virtual hostname NetAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
|
||||
Set netadmin_host .: NetAdmin.nhn.net
|
||||
|
||||
# This is the virtual hostname CoAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
Set coadmin_host ..: Co-Admin.nhn.net
|
||||
|
||||
|
||||
# This is the virtual hostname TechAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
Set techadmin_host : techadmin.nhn.net
|
||||
|
||||
# This is the prefix of the hidden host (cloaking) hostname
|
||||
Set hidden_host ...: Neo
|
||||
# This is the domain of the IRC network
|
||||
Set netdomain .....: nhn.net
|
||||
# This is where people can go for help
|
||||
Set helpchan ......: #neohorizon
|
||||
# This is the name of the stats server
|
||||
Set STATS_SERVER ..: stats.nhn.net
|
||||
# -- Not in use--
|
||||
Set HUB ...........: 1
|
||||
# This enables the auto-setting of f.x @netadmin.network.net
|
||||
# on oper up
|
||||
Set iNAH ..........: 1
|
||||
# -- Not in use but still here --
|
||||
Set net_quit ......: NH
|
||||
@@ -1,59 +0,0 @@
|
||||
# Networks index file - do not touch please
|
||||
# 54 networks listed
|
||||
# Please report outdated entries to unreal-networks@lists.sourceforge.net
|
||||
networks/global-irc.network ......: Global-IRC (http://www.global-irc.net)
|
||||
networks/mp3fans.network .........: Mp3Fans.Net (http://www.mp3fans.net)
|
||||
networks/roxnet.network ..........: ROXnet (http://www.rox.za.net)
|
||||
networks/dragonwings.network .....: DragonWings (http://www.dragonwings.org)
|
||||
networks/megairc.network .........: MegaIRC (http://www.megairc.net)
|
||||
networks/neohorizon.network ......: NeoHorizon (http://www.nhn.net)
|
||||
networks/spynet.network ..........: SpyNet (http://www.spynet.org)
|
||||
networks/nevernet.network ........: NeverNET (http://www.nevernet.net)
|
||||
networks/altirc.network ..........: AlternativeNet IRC
|
||||
networks/bunker7.network .........: Bunker7 (http://www.bunker7.net)
|
||||
networks/realchat.network ........: RealChat.org (http://www.realchat.org)
|
||||
networks/newmilennium.network ....: NewMilennium (http://www.newmilennium.net)
|
||||
networks/solarxtreme.network .....: SolarXTreme (http://www.solarxtreme.net)
|
||||
networks/ss.network ..............: StarSpace (http://www.starspace.net)
|
||||
networks/uzaynet.network .........: UzayNet (http://www.uzaynet.nu)
|
||||
networks/infinity.network ........: Infinity-IRC.org (http://www.infinity-irc.org)
|
||||
networks/tspre.network ...........: TSpre (http://www.tspre.org)
|
||||
networks/solargalaxy.network .....: SolarGalaxy (http://www.solargalaxy.net)
|
||||
networks/digitalirc.network ......: DigitalIRC (http://www.digitalirc.net)
|
||||
networks/fireirc.network .........: FireIRC (http://www.fireirc.net)
|
||||
networks/stormdancing.network ....: StormDancing (http://www.stormdancing.net)
|
||||
networks/972-scripterz.network ...: 972-scripterz
|
||||
networks/v64net.network ..........: v64
|
||||
networks/treklink.network ........: Treklink (http://www.treklink.net)
|
||||
networks/axenet.network ..........: AXEnet
|
||||
networks/kammtech.network ........: KammTecH
|
||||
networks/linuxactive.network .....: Linuxactive (http://www.linuxactive.net)
|
||||
networks/ircthai.network .........: IRCThai.com (http://www.ircthai.com)
|
||||
networks/chatplace.network .......: ChatPlace (http://www.chatplace.net)
|
||||
networks/interturk.network .......: InterTurk (http://www.interturk.net)
|
||||
networks/cc2.network .............: CC2 (http://www.cc2.org)
|
||||
networks/kissland.network ........: Kissland (http://www.kissland.com)
|
||||
networks/digital-irc.network .....: Digital-IRC (http://www.digital-irc.net)
|
||||
networks/seveneagle.network ......: SevenEagle.Com
|
||||
networks/staticedge.network ......: StaticEdge
|
||||
networks/german-elite.network ....: German-Elite (http://www.german-elite.net)
|
||||
networks/thainet.network .........: Thai IRC Network
|
||||
networks/linuxsquare.network .....: LinuxSquare (http://www.linuxsquare.net)
|
||||
networks/chatstation.network .....: ChatStation
|
||||
networks/sparkhaven.network ......: SparkHaven (http://www.sparkhaven.com)
|
||||
networks/qkaka.network ...........: Qkaka (http://www.qkaka.com)
|
||||
networks/sheytoybox.network ......: SheyToyBox (http://www.sheytoybox.net)
|
||||
networks/darkfyre.network ........: Darkfyre (http://www.darkfyre.net)
|
||||
networks/israelnet.network .......: IsraelNet
|
||||
networks/tierrared.network .......: TierraRed (http://www.tierrared.com)
|
||||
networks/music-chatnet.network ...: Music-ChatNET
|
||||
networks/german-global-irc.network: German Global IRC (http://www.global-irc.de)
|
||||
networks/darkwar.network .........: Darkwar (http://www.darkwar.net)
|
||||
networks/lamenet.network .........: Lamenet (http://www.lamenet.net)
|
||||
networks/spin.network ............: SpiN
|
||||
networks/subtrexnet.network ......: Subtrex.net (http://www.subtrex.net)
|
||||
networks/data-storm.network ......: Data-Storm
|
||||
networks/tutkunet.network ........: TuTKu.Net
|
||||
networks/raptanet.network ........: RaptaNet (http://www.rapta.net)
|
||||
networks/irc-chat.network ........: IRC-Chat
|
||||
networks/auspice.network .........: auspice
|
||||
@@ -1,72 +0,0 @@
|
||||
ver^2.2
|
||||
|
||||
#
|
||||
# Network Configuration File Template
|
||||
# -----------------------------------------
|
||||
# Added-at: <day> <month> <year> <hh:dd> GMT
|
||||
# Author: <nick> (<real name>)
|
||||
# E-Mail: <email>
|
||||
# $Id$
|
||||
# -----------------------------------------
|
||||
# This is a template so you can create your own network configuration files
|
||||
# Just follow the instructions and it will prolly work ;)
|
||||
# 0 = No 1 = Yes
|
||||
# -------------------------------------------------------
|
||||
#
|
||||
# These two specify the name of the IRC network, set the same in both fields
|
||||
Network >..........: NeverNET
|
||||
Set ircnetwork ....: NeverNET
|
||||
|
||||
# This is where your DNS pool is (like irc.dal.net)
|
||||
Set defserv .......: IRC.NeverNET.Net
|
||||
|
||||
# This is the name of your Services Server
|
||||
Set SERVICES_NAME .: Services.NeverNET.Net
|
||||
|
||||
# This is the virtual hostname IRCops will get if iNAH option is enabled
|
||||
# on oper up
|
||||
Set oper_host .....: Opers.NeverNET.Net
|
||||
|
||||
# This is the virtual hostname Server Admins will get if iNAH option is enabled
|
||||
# on oper up
|
||||
Set admin_host ....: Admins.NeverNET.Net
|
||||
|
||||
# This is the virtual hostname Local IRCops will get if iNAH option is enabled
|
||||
# on oper up
|
||||
|
||||
Set locop_host ....: Opers.NeverNET.Net
|
||||
|
||||
# This is the virtual hostname Services Operators/Admins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
|
||||
Set sadmin_host ...: Services.NeverNET.Net
|
||||
|
||||
# This is the virtual hostname NetAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
|
||||
Set netadmin_host .: Nevermore.NeverNET.Net
|
||||
|
||||
# This is the virtual hostname CoAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
Set coadmin_host ..: NetAdmins.NeverNET.Net
|
||||
|
||||
|
||||
# This is the virtual hostname TechAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
Set techadmin_host : Tech.NeverNET.Net
|
||||
|
||||
# This is the prefix of the hidden host (cloaking) hostname
|
||||
Set hidden_host ...: NN
|
||||
# This is the domain of the IRC network
|
||||
Set netdomain .....: NeverNET.Net
|
||||
#This is where people can go for help
|
||||
Set helpchan ......: #NeverNET
|
||||
# This is the name of the stats server
|
||||
Set STATS_SERVER ..: Stats.NeverNET.Net
|
||||
# -- Not in use--
|
||||
Set HUB ...........: 1
|
||||
# This enables the auto-setting of f.x @netadmin.network.net
|
||||
# on oper up
|
||||
Set iNAH ..........: 0
|
||||
# -- Not in use but still here --
|
||||
Set net_quit ......: ic
|
||||
@@ -1,26 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# newmilennium.net Network Configuration File
|
||||
# Made by: Dave Ellsworth (MasterJedi)
|
||||
# E-Mail: mj@planetz.net
|
||||
# ---------------------------------------
|
||||
|
||||
|
||||
Network >..........: NewMilennium
|
||||
Set ircnetwork ....: NewMilennium
|
||||
Set defserv .......: irc.NewMilennium.net
|
||||
Set SERVICES_NAME .: Services.NewMilennium.net
|
||||
Set oper_host .....: ircop.newmilennium.net
|
||||
Set admin_host ....: admin.newmilennium.net
|
||||
Set locop_host ....: locop.newmilennium.net
|
||||
Set sadmin_host ...: serviceop.newmilennium.net
|
||||
Set netadmin_host .: netadmin.newmilennium.net
|
||||
Set coadmin_host ..: coadmin.newmilennium.net
|
||||
Set techadmin_host : techadmin.newmilennium.net
|
||||
Set hidden_host ...: newmilennium
|
||||
Set netdomain .....: newmilennium.net
|
||||
Set helpchan ......: #newmilennium
|
||||
Set STATS_SERVER ..: stats.newmilennium.net
|
||||
Set HUB ...........: 1
|
||||
Set iNAH ..........: 1
|
||||
Set net_quit ......: SN
|
||||
@@ -1,73 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# Network Configuration File Template
|
||||
# -----------------------------------------
|
||||
# Added-at: <day> <month> <year> <hh:dd> GMT
|
||||
# Author: <nick> (<real name>)
|
||||
# E-Mail: <email>
|
||||
# $Id$
|
||||
# -----------------------------------------
|
||||
# This is a template so you can create your own network configuration files
|
||||
# Just follow the instructions and it will prolly work ;)
|
||||
# 0 = No 1 = Yes
|
||||
# -------------------------------------------------------
|
||||
#
|
||||
# These two specify the name of the IRC network, set the same in both fields
|
||||
Network >..........: QKAKA
|
||||
Set ircnetwork ....: QKAKA
|
||||
|
||||
# This is where your DNS pool is (like irc.dal.net)
|
||||
Set defserv .......: chat.qkaka.com
|
||||
|
||||
# This is the name of your Services Server
|
||||
Set SERVICES_NAME .: services.qkaka.com
|
||||
|
||||
# This is the virtual hostname IRCops will get if iNAH option is enabled
|
||||
# on oper up
|
||||
Set oper_host .....: ircop.qkaka.com
|
||||
|
||||
# This is the virtual hostname Server Admins will get if iNAH option is enabled
|
||||
# on oper up
|
||||
Set admin_host ....: admin.qkaka.com
|
||||
|
||||
# This is the virtual hostname Local IRCops will get if iNAH option is enabled
|
||||
# on oper up
|
||||
|
||||
Set locop_host ....: locop.qkaka.com
|
||||
|
||||
# This is the virtual hostname Services Operators/Admins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
|
||||
Set sadmin_host ...: serviceop.qkaka.com
|
||||
|
||||
# This is the virtual hostname NetAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
|
||||
Set netadmin_host .: netadmin.qkaka.com
|
||||
|
||||
# This is the virtual hostname CoAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
Set coadmin_host ..: coadmin.qkaka.com
|
||||
|
||||
|
||||
# This is the virtual hostname TechAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
Set techadmin_host : techadmin.qkaka.com
|
||||
|
||||
# This is the prefix of the hidden host (cloaking) hostname
|
||||
Set hidden_host ...: dn
|
||||
# This is the domain of the IRC network
|
||||
Set netdomain .....: qkaka.com
|
||||
# This is where people can go for help
|
||||
Set helpchan ......: #QKAKA�…¥æ™DDŽ
|
||||
# This is the name of the stats server
|
||||
Set STATS_SERVER ..: stats.ircnet.org
|
||||
# -- Not in use--
|
||||
Set HUB ...........: 1
|
||||
# This enables the auto-setting of f.x @netadmin.network.net
|
||||
# on oper up
|
||||
Set iNAH ..........: 0
|
||||
# -- Not in use but still here --
|
||||
Set net_quit ......: ic
|
||||
|
||||
|
||||
@@ -1,35 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# RaptaNet (irc.rapta.net) Network Configuration File
|
||||
# --------------------------------------------------
|
||||
# Added-at: 29 October 2000 11:03
|
||||
# Author: EquinoX
|
||||
# Email: jacob@conwaycorp.net
|
||||
# -----------------------------------------
|
||||
#
|
||||
|
||||
Network >..........: RaptaNet
|
||||
Set ircnetwork ....: RaptaNet
|
||||
Set defserv .......: irc.rapta.net
|
||||
Set SERVICES_NAME .: services.rapta.net
|
||||
Set oper_host .....: oper.rapta.net
|
||||
Set admin_host ....: admin.rapta.net
|
||||
Set locop_host ....: locop.rapta.net
|
||||
Set sadmin_host ...: csop.rapta.net
|
||||
Set netadmin_host .: netadmin.rapta.net
|
||||
Set coadmin_host ..: coadmin.rapta.net
|
||||
Set techadmin_host : techadmin.rapta.net
|
||||
Set hidden_host ...: rapta
|
||||
Set netdomain .....: rapta.net
|
||||
Set helpchan ......: #services
|
||||
Set STATS_SERVER ..: stats.rapta.net
|
||||
Set HUB ...........: not_in_use
|
||||
Set iNAH ..........: 0
|
||||
Set net_quit ......: not_in_use
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,70 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# Network Configuration File Template
|
||||
# -----------------------------------------
|
||||
# Added-at: 14 August 1999 16:34 GMT
|
||||
# Author: Sandman
|
||||
# $Id$
|
||||
# -----------------------------------------
|
||||
# This is a template so you can create your own network configuration files
|
||||
# Just follow the instructions and it will prolly work ;)
|
||||
# 0 = No 1 = Yes
|
||||
# -------------------------------------------------------
|
||||
#
|
||||
# These two specify the name of the IRC network, set the same in both fields
|
||||
Network >..........: RealChat.Org
|
||||
Set ircnetwork ....: RealChat.Org
|
||||
|
||||
# This is where your DNS pool is (like irc.dal.net)
|
||||
Set defserv .......: irc.RealChat.Org
|
||||
|
||||
# This is the name of your Services Server
|
||||
Set SERVICES_NAME .: Services.RealChat.Org
|
||||
|
||||
# This is the virtual hostname IRCops will get if iNAH option is enabled
|
||||
# on oper up
|
||||
Set oper_host .....: Oper.RealChat.Org
|
||||
|
||||
# This is the virtual hostname Server Admins will get if iNAH option is enabled
|
||||
# on oper up
|
||||
Set admin_host ....: Admins.RealChat.Org
|
||||
|
||||
# This is the virtual hostname Local IRCops will get if iNAH option is enabled
|
||||
# on oper up
|
||||
|
||||
Set locop_host ....: LocalOper.RealChat.Org
|
||||
|
||||
# This is the virtual hostname Services Operators/Admins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
|
||||
Set sadmin_host ...: servicesOper.RealChat.Org
|
||||
|
||||
# This is the virtual hostname NetAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
|
||||
Set netadmin_host .: NetAdmin.RealChat.Org
|
||||
|
||||
# This is the virtual hostname CoAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
Set coadmin_host ..: CoAdmin.RealChat.Org
|
||||
|
||||
|
||||
# This is the virtual hostname TechAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
Set techadmin_host : TechAdmin.RealChat.Org
|
||||
|
||||
# This is the prefix of the hidden host (cloaking) hostname
|
||||
Set hidden_host ...: realchat
|
||||
# This is the domain of the IRC network
|
||||
Set netdomain .....: RealChat.Org
|
||||
# This is where people can go for help
|
||||
Set helpchan ......: #services
|
||||
# This is the name of the stats server
|
||||
Set STATS_SERVER ..: stats.realchat.org
|
||||
# -- Not in use--
|
||||
Set HUB ...........: 1
|
||||
# This enables the auto-setting of f.x @netadmin.network.net
|
||||
# on oper up
|
||||
Set iNAH ..........: 0
|
||||
# -- Not in use but still here --
|
||||
Set net_quit ......: RC
|
||||
@@ -1,30 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# ROXnet (irc.rox.za.net) Network Configuration File
|
||||
# --------------------------------------------------
|
||||
# Added-at: 14 July 1999 00:00 GMT
|
||||
# Author: Stskeeps (Carsten Munk)
|
||||
# E-Mail: stskeeps@roxnet.org
|
||||
# $Id$
|
||||
# -----------------------------------------
|
||||
#
|
||||
|
||||
Network >..........: ROXnet
|
||||
Set ircnetwork ....: ROXnet
|
||||
Set defserv .......: irc.roxnet.org
|
||||
Set SERVICES_NAME .: services.roxnet.org
|
||||
Set oper_host .....: ircop.roxnet.org
|
||||
Set admin_host ....: admin.roxnet.org
|
||||
Set locop_host ....: locop.roxnet.org
|
||||
Set sadmin_host ...: csops.roxnet.org
|
||||
Set netadmin_host .: netadmin.roxnet.org
|
||||
Set coadmin_host ..: coadmin.roxnet.org
|
||||
Set techadmin_host : techadmin.roxnet.org
|
||||
Set hidden_host ...: rox
|
||||
Set netdomain .....: roxnet.org
|
||||
Set helpchan ......: #ROXnet
|
||||
Set STATS_SERVER ..: stats.roxnet.org
|
||||
Set HUB ...........: 1
|
||||
Set iNAH ..........: 0
|
||||
Set net_quit ......: Rox
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# Unreal-Team () Network Configuration File
|
||||
# --------------------------------------------------
|
||||
# Added-at: 14 July 1999 00:00 GMT
|
||||
# Author: Stskeeps (Carsten Munk)
|
||||
# E-Mail: stskeeps@tspre.org
|
||||
# $Id$
|
||||
# -----------------------------------------
|
||||
#
|
||||
|
||||
Network >..........: SevenEagle.Com
|
||||
Set ircnetwork ....: SevenEagle.Com
|
||||
Set defserv .......: irc.seveneagle.com
|
||||
Set SERVICES_NAME .: Services.SevenEagle.Com
|
||||
Set oper_host .....: IRCop.SevenEagle.Com
|
||||
Set admin_host ....: Admin.SevenEagle.Com
|
||||
Set locop_host ....: Locop.SevenEagle.Com
|
||||
Set sadmin_host ...: ServiceOp.SevenEagle.Com
|
||||
Set netadmin_host .: NetAdmin.SevenEagle.Com
|
||||
Set coadmin_host ..: CoAdmin.SevenEagle.Com
|
||||
Set techadmin_host : TechAdmin.SevenEagle.Com
|
||||
Set hidden_host ...: SevenEagle.Com
|
||||
Set netdomain .....: SevenEagle.Com
|
||||
Set helpchan ......: #Help
|
||||
Set STATS_SERVER ..: Stats.SevenEagle.Com
|
||||
Set HUB ...........: 1
|
||||
Set iNAH ..........: 1
|
||||
Set net_quit ......: SE
|
||||
@@ -1,42 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# Network Configuration File Template
|
||||
# -----------------------------------------
|
||||
# Added-at: <day> <month> <year> <hh:dd> GMT
|
||||
# Author: <nick> (<real name>)
|
||||
# E-Mail: <email>
|
||||
# $Id$
|
||||
# -----------------------------------------
|
||||
# This is a template so you can create your own network configuration files
|
||||
# Just follow the instructions and it will prolly work ;)
|
||||
ver^2.2
|
||||
#
|
||||
# SheyToyBox (irc.sheytoybox.net) Network Configuration File
|
||||
# --------------------------------------------------
|
||||
# Added-at: 26 August 2000 19:08
|
||||
# Author: Robertsog
|
||||
# Email: robertsog@netzero.com <mailto:robertsog@netzero.com>
|
||||
# -----------------------------------------
|
||||
#
|
||||
|
||||
Network >..........: SheyToyBox
|
||||
Set ircnetwork ....: SheyToyBox
|
||||
Set defserv .......: irc.sheytoybox.net
|
||||
Set SERVICES_NAME .: services.sheytoybox.net
|
||||
Set oper_host .....: ircop.sheytoybox.net
|
||||
Set admin_host ....: admin.sheytoybox.net
|
||||
Set locop_host ....: locop.sheytoybox.net
|
||||
Set sadmin_host ...: csops.sheytoybox.net
|
||||
Set netadmin_host .: netadmin.sheytoybox.net
|
||||
Set coadmin_host ..: coadmin.sheytoybox.net
|
||||
Set techadmin_host : techadmin.sheytoybox.net
|
||||
Set hidden_host ...: shey
|
||||
Set netdomain .....: sheytoybox.net
|
||||
Set helpchan ......: #Shey's_toybox
|
||||
Set STATS_SERVER ..: stats.sheytoybox.net
|
||||
Set HUB ...........: not_in_use
|
||||
Set iNAH ..........: 1
|
||||
Set net_quit ......: not_in_use
|
||||
|
||||
|
||||
|
||||
@@ -1,36 +0,0 @@
|
||||
ver^2.2
|
||||
Network >..........: SolarGalaxy
|
||||
|
||||
Set ircnetwork ....: SolarGalaxy
|
||||
|
||||
Set defserv .......: Irc.SolarGalaxy.Net
|
||||
|
||||
Set SERVICES_NAME .: Services.SolarGalaxy.Net
|
||||
|
||||
Set oper_host .....: IRCop.SolarGalaxy.Net
|
||||
|
||||
Set admin_host ....: Admin.SolarGalaxy.Net
|
||||
|
||||
Set locop_host ....: Locop.SolarGalaxy.Net
|
||||
|
||||
Set sadmin_host ...: ServiceOp.SolarGalaxy.Net
|
||||
|
||||
Set netadmin_host .: NetAdmin.SolarGalaxy.Net
|
||||
|
||||
Set coadmin_host ..: CoAdmin.SolarGalaxy.Net
|
||||
|
||||
Set techadmin_host : TechAdmin.SolarGalaxy.Net
|
||||
|
||||
Set hidden_host ...: solargalaxy
|
||||
|
||||
Set netdomain .....: SolarGalaxy.Net
|
||||
|
||||
Set helpchan ......: #SolarGalaxy
|
||||
|
||||
Set STATS_SERVER ..: Stats.SolarGalaxy.Net
|
||||
|
||||
Set HUB ...........: 1
|
||||
|
||||
Set iNAH ..........: 1
|
||||
|
||||
Set net_quit ......: sg
|
||||
@@ -1,69 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# Network Configuration File Template
|
||||
# -----------------------------------------
|
||||
# $Id$
|
||||
# -----------------------------------------
|
||||
# This is a template so you can create your own network configuration
|
||||
# files Just follow the instructions and it will prolly work ;) 0 = No 1
|
||||
# = Yes -------------------------------------------------------
|
||||
#
|
||||
# These two specify the name of the IRC network, set the same in both
|
||||
# fields
|
||||
Network >..........: SolarXTreme
|
||||
Set ircnetwork ....: SolarXTreme
|
||||
|
||||
# This is where your DNS pool is (like irc.dal.net)
|
||||
Set defserv .......: irc.solarxtreme.net
|
||||
|
||||
# This is the name of your Services Server
|
||||
Set SERVICES_NAME .: Services.SolarXTreme.Net
|
||||
|
||||
# This is the virtual hostname IRCops will get if iNAH option is enabled
|
||||
# on oper up
|
||||
Set oper_host .....: IRCop.SolarXTreme.Net
|
||||
|
||||
# This is the virtual hostname Server Admins will get if iNAH option is
|
||||
# enabled on oper up
|
||||
Set admin_host ....: Admin.SolarXTreme.Net
|
||||
|
||||
# This is the virtual hostname Local IRCops will get if iNAH option is
|
||||
# enabled on oper up
|
||||
|
||||
Set locop_host ....: LocOp.SolarXTreme.Net
|
||||
|
||||
# This is the virtual hostname Services Operators/Admins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
|
||||
Set sadmin_host ...: ServicesOp.SolarXTreme.Net
|
||||
|
||||
# This is the virtual hostname NetAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
|
||||
Set netadmin_host .: NetAdmin.SolarXTreme.Net
|
||||
|
||||
# This is the virtual hostname CoAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
Set coadmin_host ..: CoAdmin.SolarXTreme.Net
|
||||
|
||||
|
||||
# This is the virtual hostname TechAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
Set techadmin_host : TechAdmin.SolarXTreme.Net
|
||||
|
||||
# This is the prefix of the hidden host (cloaking) hostname
|
||||
Set hidden_host ...: solar
|
||||
# This is the domain of the IRC network
|
||||
Set netdomain .....: solarxtreme.net
|
||||
# This is where people can go for help
|
||||
Set helpchan ......: #SolarHelp
|
||||
# This is the name of the stats server
|
||||
Set STATS_SERVER ..: Stats.SolarXTreme.Net
|
||||
# -- Not in use--
|
||||
Set HUB ...........: 1
|
||||
# This enables the auto-setting of f.x @netadmin.network.net
|
||||
# on oper up
|
||||
Set iNAH ..........: 1
|
||||
# -- Not in use but still here --
|
||||
Set net_quit ......: ic
|
||||
|
||||
@@ -1,28 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# Sparkhaven (irc.sparkhaven.com) Network Configuration File
|
||||
# --------------------------------------------------
|
||||
# Added-at: 12 August 2000 15:22
|
||||
# Author: x3ro
|
||||
# Email: admin@x3ro.yi.org admin@x3ro.yi.org
|
||||
# -----------------------------------------
|
||||
#
|
||||
|
||||
Network >..........: Sparkhaven
|
||||
Set ircnetwork ....: Sparkhaven
|
||||
Set defserv .......: irc.sparkhaven.com
|
||||
Set SERVICES_NAME .: services.sparkhaven.com
|
||||
Set oper_host .....: oper.akersberga.se.sparkhaven.com
|
||||
Set admin_host ....: damin.akersberga.se.sparkhaven.com
|
||||
Set locop_host ....: locop.akersberga.se.sparkhaven.com
|
||||
Set sadmin_host ...: csop..akersberga.se.sparkhaven.com
|
||||
Set netadmin_host .: netadmin.sparkhaven.com
|
||||
Set coadmin_host ..: coadmin.akersberga.se.sparkhaven.com
|
||||
Set techadmin_host : techadmin.akersberga.se.sparkhaven.com
|
||||
Set hidden_host ...: user
|
||||
Set netdomain .....: sparkhaven.com
|
||||
Set helpchan ......: #services
|
||||
Set STATS_SERVER ..: stats.sparkhaven.com
|
||||
Set HUB ...........: not_in_use
|
||||
Set iNAH ..........: 1
|
||||
Set net_quit ......: not_in_use
|
||||
@@ -1,29 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# SpiN (irc.SpinEmpire.com) Network Configuration File
|
||||
# --------------------------------------------------
|
||||
# Added-at: 12 November 2000 04:26
|
||||
# Author: chris
|
||||
# Email: chris@netherrealm.org <mailto:chris@netherrealm.org>
|
||||
# -----------------------------------------
|
||||
#
|
||||
|
||||
Network >..........: SpiN
|
||||
Set ircnetwork ....: SpiN
|
||||
Set defserv .......: irc.SpinEmpire.com
|
||||
Set SERVICES_NAME .: Services.SpinEmpire.com
|
||||
Set oper_host .....: Oper.SpinEmpire.org
|
||||
Set admin_host ....: Admin.SpinEmpire.com
|
||||
Set locop_host ....: LocalOper.SpinEmpire.com
|
||||
Set sadmin_host ...: ServicesOper.SpinEmpire.com
|
||||
Set netadmin_host .: NetAdmin.SpinEmpire.com
|
||||
Set coadmin_host ..: CoAdmin.SpinEmpire.com
|
||||
Set techadmin_host : TechAdmin.SpinEmpire.com
|
||||
Set hidden_host ...: Spin
|
||||
Set netdomain .....: SpinEmpire.com
|
||||
Set helpchan ......: #Lobby
|
||||
Set STATS_SERVER ..: Stats.SpinEmpire.com
|
||||
Set HUB ...........: not_in_use
|
||||
Set iNAH ..........: 1
|
||||
Set net_quit ......: not_in_use
|
||||
|
||||
@@ -1,28 +0,0 @@
|
||||
ver^2.2
|
||||
# SpyNet Network Configuration File
|
||||
# -----------------------------------------
|
||||
# Added-at: 23 August 1999 18:00 GMT
|
||||
# Author: Son|c
|
||||
# E-Mail: stskeeps@global-irc.net
|
||||
# $Id$
|
||||
# -----------------------------------------
|
||||
#
|
||||
|
||||
Network >..........: SpyNet
|
||||
Set ircnetwork ....: SpyNet
|
||||
Set defserv .......: irc.SpyNet.Org
|
||||
Set SERVICES_NAME .: Services.SpyNet.Org
|
||||
Set oper_host .....: IRCops.SpyNet.Org
|
||||
Set admin_host ....: Admin.SpyNet.Org
|
||||
Set locop_host ....: LocalOper.SpyNet.Org
|
||||
Set sadmin_host ...: Sops.SpyNet.Org
|
||||
Set netadmin_host .: NetAdmin.SpyNet.Org
|
||||
Set coadmin_host ..: CoAdmin.SpyNet.Org
|
||||
Set techadmin_host : TechAdmin.SpyNet.Org
|
||||
Set hidden_host ...: Spy
|
||||
Set netdomain .....: SpyNet.Org
|
||||
Set helpchan ......: #SpyNet
|
||||
Set STATS_SERVER ..: stats.SpyNet.Org
|
||||
Set HUB ...........: 0
|
||||
Set iNAH ..........: 0
|
||||
Set net_quit ......: SN
|
||||
@@ -1,58 +0,0 @@
|
||||
ver^2.2
|
||||
# These two specify the name of the IRC network, set the same in both fields
|
||||
Network >..........: StarSpace
|
||||
Set ircnetwork ....: StarSpace
|
||||
|
||||
# This is where your DNS pool is (like irc.dal.net)
|
||||
Set defserv .......: IRC.StarSpace.Net
|
||||
|
||||
# This is the name of your Services Server
|
||||
Set SERVICES_NAME .: Services.StarSpace.Net
|
||||
|
||||
# This is the virtual hostname IRCops will get if iNAH option is enabled
|
||||
# on oper up
|
||||
Set oper_host .....: Global.StarSpace.Net
|
||||
|
||||
# This is the virtual hostname Server Admins will get if iNAH option is enabled
|
||||
# on oper up
|
||||
Set admin_host ....: Admin.StarSpace.Net
|
||||
|
||||
# This is the virtual hostname Local IRCops will get if iNAH option is enabled
|
||||
# on oper up
|
||||
|
||||
Set locop_host ....: Local.StarSpace.Net
|
||||
|
||||
# This is the virtual hostname Services Operators/Admins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
|
||||
Set sadmin_host ...: ServOp.StarSpace.Net
|
||||
|
||||
# This is the virtual hostname NetAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
|
||||
Set netadmin_host .: NetAdmin.StarSpace.Net
|
||||
|
||||
# This is the virtual hostname CoAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
Set coadmin_host ..: CoAdmin.StarSpace.Net
|
||||
|
||||
|
||||
# This is the virtual hostname TechAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
Set techadmin_host : TechAdmin.StarSpace.Net
|
||||
|
||||
# This is the prefix of the hidden host (cloaking) hostname
|
||||
Set hidden_host ...: starspace
|
||||
# This is the domain of the IRC network
|
||||
Set netdomain .....: StarSpace.Net
|
||||
# This is where people can go for help
|
||||
Set helpchan ......: #OperHelp
|
||||
# This is the name of the stats server
|
||||
Set STATS_SERVER ..: Stats.StarSpace.Net
|
||||
# -- Not in use--
|
||||
Set HUB ...........: 1
|
||||
# This enables the auto-setting of f.x @netadmin.network.net
|
||||
# on oper up
|
||||
Set iNAH ..........: 1
|
||||
# -- Not in use but still here --
|
||||
Set net_quit ......: SS
|
||||
@@ -1,30 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# StaticEdge (irc.staticedge.com) Network Configuration File
|
||||
# --------------------------------------------------
|
||||
# Added-at: 06 July 2000 00:00 GMT
|
||||
# Author: ^Scott^ (Scott Anderson)
|
||||
# E-Mail: admin@staticedge.com
|
||||
# $Id$
|
||||
# -----------------------------------------
|
||||
#
|
||||
|
||||
Network >..........: StaticEdge
|
||||
Set ircnetwork ....: StaticEdge
|
||||
Set defserv .......: irc.staticedge.com
|
||||
Set SERVICES_NAME .: Services.StaticEdge.Com
|
||||
Set oper_host .....: Opers.StaticEdge.Com
|
||||
Set admin_host ....: Admins.StaticEdge.Com
|
||||
Set locop_host ....: LocalOps.StaticEdge.Com
|
||||
Set sadmin_host ...: CSOps.StaticEdge.Com
|
||||
Set netadmin_host .: NetAdmin.StaticEdge.Com
|
||||
Set coadmin_host ..: CoAdmins.StaticEdge.Com
|
||||
Set techadmin_host : TechAdmins.StaticEdge.Com
|
||||
Set hidden_host ...: static
|
||||
Set netdomain .....: StaticEdge.Com
|
||||
Set helpchan ......: #StaticEdge
|
||||
Set STATS_SERVER ..: Stats.StaticEdge.Com
|
||||
Set HUB ...........: 1
|
||||
Set iNAH ..........: 1
|
||||
Set net_quit ......: SE
|
||||
|
||||
@@ -1,71 +0,0 @@
|
||||
ver2^2
|
||||
#
|
||||
# Network Configuration File Template
|
||||
# -----------------------------------------
|
||||
# Added-at: <day> <month> <year> <hh:dd> GMT
|
||||
# Author: <nick> (<real name>)
|
||||
# E-Mail: <email>
|
||||
# $Id$
|
||||
# -----------------------------------------
|
||||
# This is a template so you can create your own network configuration files
|
||||
# Just follow the instructions and it will prolly work ;)
|
||||
# 0 = No 1 = Yes
|
||||
# -------------------------------------------------------
|
||||
#
|
||||
# These two specify the name of the IRC network, set the same in both fields
|
||||
Network >..........: Stormdancing.Net
|
||||
Set ircnetwork ....: Stormdancing.Net
|
||||
|
||||
# This is where your DNS pool is (like irc.dal.net)
|
||||
Set defserv .......: irc.stormdancing.net
|
||||
|
||||
# This is the name of your Services Server
|
||||
Set SERVICES_NAME .: Services.Stormdancing.Net
|
||||
|
||||
# This is the virtual hostname IRCops will get if iNAH option is enabled
|
||||
# on oper up
|
||||
Set oper_host .....: IRCop.Stormdancing.Net
|
||||
|
||||
# This is the virtual hostname Server Admins will get if iNAH option is enabled
|
||||
# on oper up
|
||||
Set admin_host ....: Admin.Stormdancing.Net
|
||||
|
||||
# This is the virtual hostname Local IRCops will get if iNAH option is enabled
|
||||
# on oper up
|
||||
|
||||
Set locop_host ....: LocOp.Stormdancing.Net
|
||||
|
||||
# This is the virtual hostname Services Operators/Admins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
|
||||
Set sadmin_host ...: ServiceOp.Stormdancing.Net
|
||||
|
||||
# This is the virtual hostname NetAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
|
||||
Set netadmin_host .: NetAdmin.Stormdancing.Net
|
||||
|
||||
# This is the virtual hostname CoAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
Set coadmin_host ..: CoAdmin.Stormdancing.Net
|
||||
|
||||
|
||||
# This is the virtual hostname TechAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
Set techadmin_host : TechAdmin.Stormdancing.Net
|
||||
|
||||
# This is the prefix of the hidden host (cloaking) hostname
|
||||
Set hidden_host ...: Stormdancing
|
||||
# This is the domain of the IRC network
|
||||
Set netdomain .....: Stormdancing.Net
|
||||
# This is where people can go for help
|
||||
Set helpchan ......: #Help
|
||||
# This is the name of the stats server
|
||||
Set STATS_SERVER ..: stats.ircnet.org
|
||||
# -- Not in use--
|
||||
Set HUB ...........: 1
|
||||
# This enables the auto-setting of f.x @netadmin.network.net
|
||||
# on oper up
|
||||
Set iNAH ..........: 1
|
||||
# -- Not in use but still here --
|
||||
Set net_quit ......: SD
|
||||
@@ -1,29 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# Subtrex.Net (Irc.Subtrex.net) Network Configuration File
|
||||
# --------------------------------------------------
|
||||
# Added-at: 06 November 2000 21:50
|
||||
# Author: J-E-L-L-O
|
||||
# Email: rustyz82@hotmail.com
|
||||
# -----------------------------------------
|
||||
#
|
||||
|
||||
Network >..........: Subtrex.Net
|
||||
Set ircnetwork ....: Subtrex.Net
|
||||
Set defserv .......: Irc.Subtrex.net
|
||||
Set SERVICES_NAME .: Services.subtrex.net
|
||||
Set oper_host .....: Oper.Subtrex.Net
|
||||
Set admin_host ....: Admin.Subtrex.Net
|
||||
Set locop_host ....: Locop.Subtrex.Net
|
||||
Set sadmin_host ...: Csop.Subtrex.Net
|
||||
Set netadmin_host .: Netadmin.Subtrex.Net
|
||||
Set coadmin_host ..: Coadmin.Subtrex.Net
|
||||
Set techadmin_host : Techadmin.Subtrex.NEt
|
||||
Set hidden_host ...: Subtrex
|
||||
Set netdomain .....: Subtrex.Net
|
||||
Set helpchan ......: #subtrex
|
||||
Set STATS_SERVER ..: Services.Subtrex.Net
|
||||
Set HUB ...........: not_in_use
|
||||
Set iNAH ..........: 1
|
||||
Set net_quit ......: not_in_use
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
ver^2.2
|
||||
ver^2.3
|
||||
#
|
||||
# Network Configuration File Template
|
||||
# -----------------------------------------
|
||||
@@ -50,10 +50,6 @@ Set netadmin_host .: netadmin.ircnet.org
|
||||
Set coadmin_host ..: coadmin.ircnet.org
|
||||
|
||||
|
||||
# This is the virtual hostname TechAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
Set techadmin_host : techadmin.ircnet.org
|
||||
|
||||
# This is the prefix of the hidden host (cloaking) hostname
|
||||
Set hidden_host ...: mpx
|
||||
# This is the domain of the IRC network
|
||||
|
||||
@@ -1,34 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# Network Configuration File Template
|
||||
# -----------------------------------------
|
||||
# Added-at: <day> <month> <year> <hh:dd> GMT
|
||||
# Author: <nick> (<real name>)
|
||||
# E-Mail: <email>
|
||||
# $Id$
|
||||
# -----------------------------------------
|
||||
# This is a template so you can create your own network configuration files
|
||||
# Just follow the instructions and it will prolly work ;)
|
||||
# 0 = No 1 = Yes
|
||||
# -------------------------------------------------------
|
||||
#
|
||||
# These two specify the name of the IRC network, set the same in both fields
|
||||
|
||||
Network >..........: Thai IRC Network
|
||||
Set ircnetwork ....: Thai IRC Network
|
||||
Set defserv .......: irc.thai.com
|
||||
Set SERVICES_NAME .: services.thai.com
|
||||
Set oper_host .....: ircop.thai.com
|
||||
Set admin_host ....: admin.thai.com
|
||||
Set locop_host ....: locop.thai.com
|
||||
Set sadmin_host ...: serviceop.thai.com
|
||||
Set netadmin_host .: netadmin.thai.com
|
||||
Set coadmin_host ..: coadmin.thai.com
|
||||
Set techadmin_host : techadmin.thai.com
|
||||
Set hidden_host ...: ThaiNet
|
||||
Set netdomain .....: irc.thai.com
|
||||
Set helpchan ......: #Services
|
||||
Set STATS_SERVER ..: stats.thai.com
|
||||
Set HUB ...........: 1
|
||||
Set iNAH ..........: 1
|
||||
Set net_quit ......: ic
|
||||
@@ -1,29 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# TierraRed (irc.tierrared.com) Network Configuration File
|
||||
# --------------------------------------------------
|
||||
# Added-at: 19 noviembre 2000 20:22
|
||||
# Author: NeO
|
||||
# Email: neo@tierrared.com
|
||||
# -----------------------------------------
|
||||
#
|
||||
|
||||
Network >..........: TierraRed
|
||||
Set ircnetwork ....: TierraRed
|
||||
Set defserv .......: irc.tierrared.com
|
||||
Set SERVICES_NAME .: sol.tierrared.com
|
||||
Set oper_host .....: oper.tierrared.com
|
||||
Set admin_host ....: ADMIN.tierrared.com
|
||||
Set locop_host ....: LocalOP.tierrared.com
|
||||
Set sadmin_host ...: Cservice.tierrared.com
|
||||
Set netadmin_host .: NetADMIN.tierrared.com
|
||||
Set coadmin_host ..: CoADMIN.tierrared.com
|
||||
Set techadmin_host : TechAdm.tierrared.com
|
||||
Set hidden_host ...: hide
|
||||
Set netdomain .....: tierrared.com
|
||||
Set helpchan ......: #opers_help
|
||||
Set STATS_SERVER ..: stats.tierrared.com
|
||||
Set HUB ...........: not_in_use
|
||||
Set iNAH ..........: 1
|
||||
Set net_quit ......: not_in_use
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# DragonWings.org Network Configuration File
|
||||
# -----------------------------------------
|
||||
# Added-at: 14 July 1999 00:00 GMT
|
||||
# Author: Stskeeps (Carsten Munk)
|
||||
# E-Mail: stskeeps@global-irc.net
|
||||
# $Id$
|
||||
# -----------------------------------------
|
||||
#
|
||||
|
||||
Network >..........: Treklink
|
||||
Set ircnetwork ....: Treklink
|
||||
Set defserv .......: irc.treklink.net
|
||||
Set SERVICES_NAME .: services.uip.org
|
||||
Set oper_host .....: ircop.treklink.net
|
||||
Set admin_host ....: admin.treklink.net
|
||||
Set locop_host ....: locop.treklink.net
|
||||
Set sadmin_host ...: serviceop.treklink.net
|
||||
Set netadmin_host .: netadmin.treklink.net
|
||||
Set coadmin_host ..: coadmin.treklink.net
|
||||
Set techadmin_host : techadmin.treklink.net
|
||||
Set hidden_host ...: TL
|
||||
Set netdomain .....: treklink.net
|
||||
Set helpchan ......: #uip
|
||||
Set STATS_SERVER ..: stats.treklink.net
|
||||
Set HUB ...........: 1
|
||||
Set iNAH ..........: 1
|
||||
Set net_quit ......: TL
|
||||
@@ -1,71 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# Network Configuration File Template
|
||||
# -----------------------------------------
|
||||
# Added-at: <day> <month> <year> <hh:dd> GMT
|
||||
# Author: <nick> (<real name>)
|
||||
# E-Mail: <email>
|
||||
# $Id$
|
||||
# -----------------------------------------
|
||||
# This is a template so you can create your own network configuration files
|
||||
# Just follow the instructions and it will prolly work ;)
|
||||
# 0 = No 1 = Yes
|
||||
# -------------------------------------------------------
|
||||
#
|
||||
# These two specify the name of the IRC network, set the same in both fields
|
||||
Network >..........: TSpre
|
||||
Set ircnetwork ....: TSpre
|
||||
|
||||
# This is where your DNS pool is (like irc.dal.net)
|
||||
Set defserv .......: irc.tspre.org
|
||||
|
||||
# This is the name of your Services Server
|
||||
Set SERVICES_NAME .: services.tspre.org
|
||||
|
||||
# This is the virtual hostname IRCops will get if iNAH option is enabled
|
||||
# on oper up
|
||||
Set oper_host .....: ircop.tspre.org
|
||||
|
||||
# This is the virtual hostname Server Admins will get if iNAH option is enabled
|
||||
# on oper up
|
||||
Set admin_host ....: admin.tspre.org
|
||||
|
||||
# This is the virtual hostname Local IRCops will get if iNAH option is enabled
|
||||
# on oper up
|
||||
|
||||
Set locop_host ....: locop.tspre.org
|
||||
|
||||
# This is the virtual hostname Services Operators/Admins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
|
||||
Set sadmin_host ...: serviceop.tspre.org
|
||||
|
||||
# This is the virtual hostname NetAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
|
||||
Set netadmin_host .: netadmin.tspre.org
|
||||
|
||||
# This is the virtual hostname CoAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
Set coadmin_host ..: coadmin.tspre.org
|
||||
|
||||
|
||||
# This is the virtual hostname TechAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
Set techadmin_host : techadmin.tspre.org
|
||||
|
||||
# This is the prefix of the hidden host (cloaking) hostname
|
||||
Set hidden_host ...: ts
|
||||
# This is the domain of the IRC network
|
||||
Set netdomain .....: tspre.org
|
||||
# This is where people can go for help
|
||||
Set helpchan ......: #TSpre
|
||||
# This is the name of the stats server
|
||||
Set STATS_SERVER ..: stats.tspre.org
|
||||
# -- Not in use--
|
||||
Set HUB ...........: 1
|
||||
# This enables the auto-setting of f.x @netadmin.network.net
|
||||
# on oper up
|
||||
Set iNAH ..........: 0
|
||||
# -- Not in use but still here --
|
||||
Set net_quit ......: ic
|
||||
@@ -1,33 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# TuTKu.Net (irc.tutku.net) Network Configuration File
|
||||
# --------------------------------------------------
|
||||
# Added-at: 30 October 2000 15:29
|
||||
# Author: MurathaN
|
||||
# Email: Murat_haN@GmX.Net
|
||||
# -----------------------------------------
|
||||
#
|
||||
|
||||
Network >..........: TuTKu.Net
|
||||
Set ircnetwork ....: TuTKu.Net
|
||||
Set defserv .......: irc.tutku.net
|
||||
Set SERVICES_NAME .: services.tutku.net
|
||||
Set oper_host .....: IrCoP.TuTKu.NeT
|
||||
Set admin_host ....: AdmiN.TuTKu.NeT
|
||||
Set locop_host ....: LoCoP.TuTKu.NeT
|
||||
Set sadmin_host ...: Csop.TuTKu.Net
|
||||
Set netadmin_host .: NetAdmiN.TuTKu.NeT
|
||||
Set coadmin_host ..: CoAdmiN.TuTKu.NeT
|
||||
Set techadmin_host : TecHAdmiN.TuTKu.NeT
|
||||
Set hidden_host ...: TuTKu
|
||||
Set netdomain .....: TuTKu.Net
|
||||
Set helpchan ......: #HeLp
|
||||
Set STATS_SERVER ..: Stats.TuTKu.Net
|
||||
Set HUB ...........: not_in_use
|
||||
Set iNAH ..........: 1
|
||||
Set net_quit ......: not_in_use
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# Unreal-Team () Network Configuration File
|
||||
# --------------------------------------------------
|
||||
# Added-at: 14 July 1999 00:00 GMT
|
||||
# Author: Stskeeps (Carsten Munk)
|
||||
# E-Mail: stskeeps@tspre.org
|
||||
# $Id$
|
||||
# -----------------------------------------
|
||||
#
|
||||
|
||||
Network >..........: TESTnet
|
||||
Set ircnetwork ....: TESTnet
|
||||
Set defserv .......: irc.testnet.ircsystems.net
|
||||
Set SERVICES_NAME .: services.testnet.ircsystems.net
|
||||
Set oper_host .....: ircop.testnet.ircsystems.net
|
||||
Set admin_host ....: admin.testnet.ircsystems.net
|
||||
Set locop_host ....: locop.testnet.ircsystems.net
|
||||
Set sadmin_host ...: csops.testnet.ircsystems.net
|
||||
Set netadmin_host .: netadmin.testnet.ircsystems.net
|
||||
Set coadmin_host ..: coadmin.testnet.ircsystems.net
|
||||
Set techadmin_host : techadmin.testnet.ircsystems.net
|
||||
Set hidden_host ...: unreal
|
||||
Set netdomain .....: testnet.ircsystems.net
|
||||
Set helpchan ......: #testnet
|
||||
Set STATS_SERVER ..: stats.testnet.ircsystems.net
|
||||
Set HUB ...........: 1
|
||||
Set iNAH ..........: 1
|
||||
Set net_quit ......: test
|
||||
@@ -1,4 +1,4 @@
|
||||
ver^1.5
|
||||
ver^1.6
|
||||
#
|
||||
# UnrealIRCd Configuration file - unrealircd.conf
|
||||
# (C) Carsten Munk 1999 - Under the GNU license
|
||||
@@ -97,7 +97,7 @@ Set WEBTV_SUPPORT .......: 0
|
||||
#
|
||||
# Should usermode +I (Total Invisibility) be disabled?
|
||||
# 1 = Yes 0 = No
|
||||
Set NO_OPER_HIDING ......: 0
|
||||
Set NO_OPER_HIDING ......: 1
|
||||
|
||||
#
|
||||
# Should we make the user join a channel(s) on connect?
|
||||
@@ -127,3 +127,18 @@ Set HOST_TIMEOUT ........: 2
|
||||
# that should be send when no DNS response is received
|
||||
#
|
||||
Set HOST_RETRIES ........: 2
|
||||
|
||||
#
|
||||
# This allows exempt lines in ircd.conf to match glines
|
||||
# and akills instead of just local klines. [NEW]
|
||||
#
|
||||
Set EXEMPT_ALL ..........: 1
|
||||
|
||||
#
|
||||
# These three cloak keys SHOULD BE THE SAME ON ALL SERVERS.
|
||||
# They are part of the algorithm that cloaks hosts for users
|
||||
# that are +x.
|
||||
#
|
||||
Set CLOAK_KEY_1 .........: 0
|
||||
Set CLOAK_KEY_2 .........: 0
|
||||
Set CLOAK_KEY_3 .........: 0
|
||||
|
||||
@@ -1,72 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# Network Configuration File Template
|
||||
# -----------------------------------------
|
||||
# Added-at: <day> <month> <year> <hh:dd> GMT
|
||||
# Author: <nick> (<real name>)
|
||||
# E-Mail: <email>
|
||||
# $Id$
|
||||
# -----------------------------------------
|
||||
# This is a template so you can create your own network configuration files
|
||||
# Just follow the instructions and it will prolly work ;)
|
||||
# 0 = No 1 = Yes
|
||||
# -------------------------------------------------------
|
||||
#
|
||||
# These two specify the name of the IRC network, set the same in both fields
|
||||
Network >..........: UzayNet
|
||||
Set ircnetwork ....: UzayNet
|
||||
|
||||
# This is where your DNS pool is (like irc.dal.net)
|
||||
Set defserv .......: uzaynet.com
|
||||
|
||||
|
||||
# This is the name of your Services Server
|
||||
Set SERVICES_NAME .: service.uzaynet.com
|
||||
|
||||
# This is the virtual hostname IRCops will get if iNAH option is enabled
|
||||
# on oper up
|
||||
Set oper_host .....: ircop.uzaynet.com
|
||||
|
||||
# This is the virtual hostname Server Admins will get if iNAH option is enabled
|
||||
# on oper up
|
||||
Set admin_host ....: admin.uzaynet.com
|
||||
|
||||
# This is the virtual hostname Local IRCops will get if iNAH option is enabled
|
||||
# on oper up
|
||||
|
||||
Set locop_host ....: locop.uzaynet.com
|
||||
|
||||
# This is the virtual hostname Services Operators/Admins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
|
||||
Set sadmin_host ...: serviceop.uzaynet.com
|
||||
|
||||
# This is the virtual hostname NetAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
|
||||
Set netadmin_host .: netadmin.uzaynet.com
|
||||
|
||||
# This is the virtual hostname CoAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
Set coadmin_host ..: coadmin.uzaynet.com
|
||||
|
||||
|
||||
# This is the virtual hostname TechAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
Set techadmin_host : techadmin.uzaynet.com
|
||||
|
||||
# This is the prefix of the hidden host (cloaking) hostname
|
||||
Set hidden_host ...: UzayNet
|
||||
# This is the domain of the IRC network
|
||||
Set netdomain .....: uzaynet.com
|
||||
# This is where people can go for help
|
||||
Set helpchan ......: #Help
|
||||
# This is the name of the stats server
|
||||
Set STATS_SERVER ..: statserv.uzaynet.com
|
||||
# -- Not in use--
|
||||
Set HUB ...........: 1
|
||||
# This enables the auto-setting of f.x @netadmin.network.net
|
||||
# on oper up
|
||||
Set iNAH ..........: 1
|
||||
# -- Not in use but still here --
|
||||
Set net_quit ......: ic
|
||||
@@ -1,71 +0,0 @@
|
||||
ver^2.2
|
||||
#
|
||||
# Network Configuration File Template
|
||||
# -----------------------------------------
|
||||
# Added-at: 27 February 2000 05:46 CST
|
||||
# Author: Venusaur64 (Jahn Veach)
|
||||
# E-Mail: venusaur@flash.net
|
||||
# $Id$
|
||||
# -----------------------------------------
|
||||
# This is a template so you can create your own network configuration files
|
||||
# Just follow the instructions and it will prolly work ;)
|
||||
# 0 = No 1 = Yes
|
||||
# -------------------------------------------------------
|
||||
#
|
||||
# These two specify the name of the IRC network, set the same in both fields
|
||||
Network >..........: V64net
|
||||
Set ircnetwork ....: V64net
|
||||
|
||||
# This is where your DNS pool is (like irc.dal.net)
|
||||
Set defserv .......: irc.v64.net
|
||||
|
||||
# This is the name of your Services Server
|
||||
Set SERVICES_NAME .: services.v64.net
|
||||
|
||||
# This is the virtual hostname IRCops will get if iNAH option is enabled
|
||||
# on oper up
|
||||
Set oper_host .....: ircop.v64.net
|
||||
|
||||
# This is the virtual hostname Server Admins will get if iNAH option is enabled
|
||||
# on oper up
|
||||
Set admin_host ....: admin.v64.net
|
||||
|
||||
# This is the virtual hostname Local IRCops will get if iNAH option is enabled
|
||||
# on oper up
|
||||
|
||||
Set locop_host ....: locop.v64.net
|
||||
|
||||
# This is the virtual hostname Services Operators/Admins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
|
||||
Set sadmin_host ...: serviceop.v64.net
|
||||
|
||||
# This is the virtual hostname NetAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
|
||||
Set netadmin_host .: netadmin.v64.net
|
||||
|
||||
# This is the virtual hostname CoAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
Set coadmin_host ..: coadmin.v64.net
|
||||
|
||||
|
||||
# This is the virtual hostname TechAdmins will get
|
||||
# if iNAH option is enabled on oper up
|
||||
Set techadmin_host : techadmin.v64.net
|
||||
|
||||
# This is the prefix of the hidden host (cloaking) hostname
|
||||
Set hidden_host ...: V64net
|
||||
# This is the domain of the IRC network
|
||||
Set netdomain .....: v64.net
|
||||
# This is where people can go for help
|
||||
Set helpchan ......: #HELP
|
||||
# This is the name of the stats server
|
||||
Set STATS_SERVER ..: stats.v64.net
|
||||
# -- Not in use--
|
||||
Set HUB ...........: 1
|
||||
# This enables the auto-setting of f.x @netadmin.network.net
|
||||
# on oper up
|
||||
Set iNAH ..........: 0
|
||||
# -- Not in use but still here --
|
||||
Set net_quit ......: ic
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user