1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-29 16:26:38 +02:00

network file updates

This commit is contained in:
codemastr
2001-07-25 00:26:50 +00:00
parent 72512f54db
commit bd3d626cdb
22 changed files with 311 additions and 254 deletions
+5 -1
View File
@@ -723,4 +723,8 @@ seen. gmtime warning still there
- Made CR compatilbity actually work, it autojoins now :)
- Started updating network files (remove all the obsolete ones)
- Fixed SQLINE problem
- More SQLINE fixes.. does it work now?
- More SQLINE fixes.. does it work now?
- Readded header info to network files which was lost in the update
- Updated a few network files that managed to slip by the update process
- Updated networks/networks.ndx and alphabetized it and added all network files submitted in 3.2 format
(didn't feel like converting right now ;P)
+5
View File
@@ -1,3 +1,8 @@
/*
* AXEnet (irc.axenet.org) Network Configuration File
* --------------------------------------------------
*/
set {
network-name "Axenet";
default-server "irc.axenet.org";
+10
View File
@@ -1,3 +1,13 @@
/*
* Bunker7.net Network Configuration File
* -----------------------------------------
* Added-at: 17 August 1999 12:34 CT
* Author: Rogue
* E-Mail: rogue@bunker7.net
* $Id$
*-----------------------------------------
*/
set {
network-name "bunker7";
default-server "irc.bunker7.net";
+26
View File
@@ -0,0 +1,26 @@
/*
* Dark Core Networks (irc.dark-core.net) Network Configuration File
*
* Added-at: 15 July 2001 03:28
* Author: evilbunny
* Email: evilbunny@dark-core.net
*/
set {
network-name "Dark Core Networks";
default-server "irc.dark-core.net";
services-server "services.dark-core.net";
stats-server "stats.dark-core.net";
help-channel "#darkcore";
hiddenhost-prefix "DCN";
hosts {
local "locop.dark-core.net";
global "oper.dark-core.net";
coadmin "coadmin.dark-core.net";
admin "admin.dark-core.net";
servicesadmin "csop.dark-core.net";
techadmin "techadmin.dark-core.net";
netadmin "netadmin.dark-core.net";
host-on-oper yes;
};
};
+9
View File
@@ -1,3 +1,12 @@
/*
* Darkwar (irc.darkwar.net) Network Configuration File
* --------------------------------------------------
* Added-at: 22 October 2000 19:40
* Author: stryker
* Email: stryker@darkwar.net
* -----------------------------------------
*/
set {
network-name "Darkwar";
default-server "irc.darkwar.net";
-19
View File
@@ -1,19 +0,0 @@
set {
network-name "digital-irc.net";
default-server "irc.digital-irc.net";
services-server "services.digital-irc.net";
stats-server "stats.digital-irc.net";
help-channel "#Digital-IRC";
hiddenhost-prefix "digital-irc";
prefix-quit "Quit:";
hosts {
local "locop.digital-irc.net";
global "ircop.digital-irc.net";
coadmin "coadmin.digital-irc.net";
admin "admin.digital-irc.net";
servicesadmin "serviceop.digital-irc.net";
techadmin "techadmin.digital-irc.net";
netadmin "netadmin.digital-irc.net";
host-on-oper-up "off";
};
};
+19 -65
View File
@@ -1,65 +1,19 @@
#
# 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
set {
network-name "DigitalIRC.Net";
default-server "irc.digitalirc.net";
services-server "Services.DigitalIRC.Net";
stats-server "Statistics.DigitalIRC.com";
help-channel "#Digitalirc";
hiddenhost-prefix "NN";
prefix-quit "Quit:";
hosts {
local "LocOper.DigitalIRC.Net";
global "Oper.DigitalIRC.Net";
coadmin "NetAdmin.DigitalIRC.Net";
admin "Admin.DigitalIRC.Net";
servicesadmin "ServicesOp.DigitalIRC.Net";
techadmin "Tech.DigitalIRC.Net";
netadmin "NetAdmin.DigitalIRC.Net";
host-on-oper-up "off";
};
};
+19 -30
View File
@@ -1,30 +1,19 @@
#
# 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
set {
network-name "FireIRC";
default-server "irc.FireIRC.Net";
services-server "services.FireIRC.Net";
stats-server "stats.FireIRC.Net";
help-channel "#Services";
hiddenhost-prefix "FireIRC";
prefix-quit "Quit:";
hosts {
local "localOP.FireIRC.Net";
global "ircOP.FireIRC.Net";
coadmin "CoADMIN.FireIRC.Net";
admin "Admin.FireIRC.Net";
servicesadmin "serviceOP.FireIRC.Net";
techadmin "TechAdmin.FireIRC.Net";
netadmin "NetADMIN.FireIRC.Net";
host-on-oper-up "off";
};
};
+5
View File
@@ -1,3 +1,8 @@
/*
* German-Elite (irc.german-elite.net) Network Configuration File
* -----------------------------------------
*/
set {
network-name "German-Elite";
default-server "irc.german-elite.net";
+9
View File
@@ -1,3 +1,12 @@
/*
* Network Configuration File Template
* -----------------------------------------
* Added-at: August 2000
* Author: Anonymos
* E-Mail: Anonymos@Global-IRC.de
* $Id$
*/
set {
network-name "Global";
default-server "IRC.Global-IRC.de";
+10
View File
@@ -1,3 +1,13 @@
/*
* 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$
* -----------------------------------------
*/
set {
network-name "Global-IRC";
default-server "irc.global-irc.net";
+9
View File
@@ -1,3 +1,12 @@
/*
* IsraelNet (irc.israel.net) Network Configuration File
* --------------------------------------------------
* Added-at: 14 September 2000 14:39
* Author: Web
* Email: dors@Nonstop.net.il
* -----------------------------------------
*/
set {
network-name "IsraelNet";
default-server "irc.israel.net";
+27
View File
@@ -0,0 +1,27 @@
/*
* LCIrc (irc.lcirc.net) Network Configuration File
*
* Added-at: 16 June 2001 11:22
* Author: RaYmAn
* Email: rayman@skumler.net
*/
set {
network-name "LCIrc";
default-server "irc.lcirc.net";
services-server "services.lcirc.net";
stats-server "stats.lcirc.net";
help-channel "#lcirc";
hiddenhost-prefix "lcirc";
hosts {
local "locop.lcirc.net";
global "oper.lcirc.net";
coadmin "coadmin.lcirc.net";
admin "admin.lcirc.net";
servicesadmin "csop.lcirc.net";
techadmin "techadmin.lcirc.net";
netadmin "netadmin.lcirc.net";
host-on-oper no;
};
};
+31 -55
View File
@@ -1,59 +1,35 @@
# 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 index file - do not touch please
* Please report outdated entries to unreal-networks@lists.sourceforge.net
*
* NOTE: These networks are in no way affiliated with UnrealIRCd other than the fact
* that they use it. The UnrealIRCd Team takes no responsibility for the content
* of these networks.
*/
networks/axenet.network ..........: AXEnet (http://www.axenet.org)
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/dark-core.network .......: Dark Core Networks
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
networks/digitalirc.network ......: DigitalIRC (http://www.digitalirc.net)
networks/dragonwings.network .....: DragonWings (http://www.dragonwings.org)
networks/fireirc.network .........: FireIRC (http://www.fireirc.net)
networks/german-elite.network ....: German-Elite (http://www.german-elite.net)
networks/german-global-irc.network: German Global IRC (http://www.global-irc.de)
networks/global-irc.network ......: Global-IRC (http://www.global-irc.net)
networks/infinity.network ........: Infinity-IRC.org (http://www.infinity-irc.org)
networks/israelnet.network .......: IsraelNet (http://www.israel.net)
networks/lcirc.network ...........: LCIrc (http://www.lcirc.net)
networks/roxnet.network ..........: ROXnet (http://www.rox.za.net)
networks/solargalaxy.network .....: SolarGalaxy (http://www.solargalaxy.net)
netwrosk/spamnet.network .........: SpamNet (http://www.spamnet.org)
networks/spin.network ............: SpiN (http://www.spinempire.com)
networks/stormdancing.network ....: StormDancing (http://www.stormdancing.net)
networks/thainet.network .........: Thai IRC Network
networks/tspre.network ...........: TSpre (http://www.tspre.org)
networks/unitedirc.network .......: UnitedIRC (http://www.unitedirc.com)
networks/unitedirc-org.network ...: Unitedirc (http://www.unitedirc.org)
networks/uzaynet.network .........: UzayNet (http://www.uzaynet.nu)
networks/x-irc.network ...........: x-irc (http://www.x-irc.net)
networks/zirc.network ............: ZiRC (http://www.zirc.org)
+10
View File
@@ -1,3 +1,13 @@
/*
* 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$
* -----------------------------------------
*/
set {
network-name "ROXnet";
default-server "irc.roxnet.org";
+9
View File
@@ -1,3 +1,12 @@
/*
* SpamNet (irc.spamnet.org) Network Configuration File
* --------------------------------------------------
* Added-at: 29 July 2000 00:00 GMT
* Author: cij (Brian Rogers)
* E-Mail: n1uro@n1uro.com
* -----------------------------------------
*/
set {
network-name "SpamNet";
default-server "irc.spamnet.org";
+9
View File
@@ -1,3 +1,12 @@
/*
* SpiN (irc.SpinEmpire.com) Network Configuration File
* --------------------------------------------------
* Added-at: 12 November 2000 04:26
* Author: chris
* Email: chris@netherrealm.org <mailto:chris@netherrealm.org>
* -----------------------------------------
*/
set {
network-name "SpiN";
default-server "irc.SpinEmpire.com";
+19 -69
View File
@@ -1,71 +1,21 @@
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
set {
network-name "tormdancing.Net";
default-server "irc.stormdancing.net";
services-server "Services.Stormdancing.Net";
stats-server "stats.ircnet.org";
help-channel "#Help";
hiddenhost-prefix "Stormdancing";
prefix-quit "Quit:";
hosts {
local "LocOp.Stormdancing.Net";
global "IRCop.Stormdancing.Net";
coadmin "CoAdmin.Stormdancing.Net";
admin "Admin.Stormdancing.Net";
servicesadmin "ServiceOp.Stormdancing.Net";
techadmin "TechAdmin.Stormdancing.Net";
netadmin "NetAdmin.Stormdancing.Net";
host-on-oper-up "on";
};
};
# 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
+17 -15
View File
@@ -1,19 +1,21 @@
set {
network-name "IRC";
default-server "irc.ircnet.org";
services-server "services.ircnet.org";
stats-server "stats.ircnet.org";
help-channel "#IRC";
hiddenhost-prefix "mpx";
prefix-quit "Quit:";
network-name "IRC"; // sets the name of your network
default-server "irc.ircnet.org"; // sets the address of your default server (like irc.dal.net)
services-server "services.ircnet.org"; // sets the name of your services server
stats-server "stats.ircnet.org"; // sets the name of your stats server
help-channel "#IRC"; // sets the name of your help channel
hiddenhost-prefix "mpx"; // sets the prefix for the hidden hosts
prefix-quit "Quit:"; // sets the first word to be used in a quit message
hosts {
local "locop.ircnet.org";
global "ircop.ircnet.org";
coadmin "coadmin.ircnet.org";
admin "admin.ircnet.org";
servicesadmin "serviceop.ircnet.org";
techadmin "techadmin.ircnet.org";
netadmin "netadmin.ircnet.org";
host-on-oper-up "off";
local "locop.ircnet.org"; // sets the host to be given to locops
global "ircop.ircnet.org"; // sets the host to be given to global ops
coadmin "coadmin.ircnet.org"; // sets the host to be given to coadmins
admin "admin.ircnet.org"; // sets the host to be given to admins
servicesadmin "serviceop.ircnet.org"; // sets the host to be given to services admins
techadmin "techadmin.ircnet.org"; // sets the host to be given to techadmins
netadmin "netadmin.ircnet.org"; // sets the host to be given to netadmins
host-on-oper-up "off"; // sets whether to assign the hosts on oper up
};
};
+27
View File
@@ -0,0 +1,27 @@
/*
* Unitedirc (irc.unitedirc.org) Network Configuration File
*
* Added-at: 09 May 2001 12:25
* Author: sjowie
* Email: sjowie@unitedirc.org
*/
set {
network-name "Unitedirc";
default-server "irc.unitedirc.org";
services-server "cservices.unitedirc.org";
stats-server "stats.unitedirc.org";
help-channel "#help";
hiddenhost-prefix "unhide";
hosts {
local "locop.unitedirc.org";
global "oper.unitedirc.org";
coadmin "coadmin.unitedirc.prg";
admin "admin.unitedirc.org";
servicesadmin "csop.unitedirc.org";
techadmin "techadmin.unitedirc.org";
netadmin "netadmin.unitedirc.org";
host-on-oper yes;
};
};
+10
View File
@@ -1,3 +1,13 @@
/*
* Unreal-Team () Network Configuration File
* --------------------------------------------------
* Added-at: 14 July 1999 00:00 GMT
* Author: Stskeeps (Carsten Munk)
* E-Mail: stskeeps@tspre.org
* $Id$
* -----------------------------------------
*/
set {
network-name "TESTnet";
default-server "irc.testnet.ircsystems.net";
+26
View File
@@ -0,0 +1,26 @@
/*
* ZiRC (irc.zirc.org) Network Configuration File
*
* Added-at: 18 June 2001 11:29
* Author: BaTmAn
* Email: BaTmAn@UnrealIRCd.org
*/
set {
network-name "ZiRC";
default-server "irc.zirc.org";
services-server "services.zirc.org";
stats-server "stats.zirc.org";
help-channel "#ZiRC";
hiddenhost-prefix "ZiRC";
hosts {
local "staff.zirc.org";
global "staff.zirc.org";
coadmin "staff.zirc.org";
admin "staff.zirc.org";
servicesadmin "staff.zirc.org";
techadmin "staff.zirc.org";
netadmin "staff.zirc.org";
host-on-oper yes;
};
};