aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-09-14 16:06:36 -0400
committerTest_User <hax@andrewyu.org>2024-09-14 16:06:36 -0400
commit55c62f1921a734dc449335dfda7a95248cb96ca9 (patch)
treedbb6d6c356c502007e24d8f84e09ccbc6ef67b00
parentdfdf267e4fc3f439cc4644294d09cb7c302dfa33 (diff)
downloadhaxircd-master.tar.gz
haxircd-master.zip
hax@andrewyu.org -> hax@runxiyu.orgHEADmaster
-rw-r--r--LICENSE2
-rw-r--r--LICENSE.c2
-rw-r--r--LICENSE.h2
-rw-r--r--Makefile2
-rw-r--r--config.h2
-rw-r--r--general_network.c2
-rw-r--r--general_network.h2
-rw-r--r--main.c2
-rw-r--r--main.h2
-rw-r--r--mutex.c2
-rw-r--r--mutex.h2
-rw-r--r--networks/gnutls.c2
-rw-r--r--networks/gnutls.h2
-rw-r--r--networks/gnutls_buffered.c2
-rw-r--r--networks/gnutls_buffered.h2
-rw-r--r--networks/openssl.c2
-rw-r--r--networks/openssl.h2
-rw-r--r--networks/openssl_buffered.c2
-rw-r--r--networks/openssl_buffered.h2
-rw-r--r--networks/plaintext.c2
-rw-r--r--networks/plaintext.h2
-rw-r--r--networks/plaintext_buffered.c2
-rw-r--r--networks/plaintext_buffered.h2
-rw-r--r--protocol_numbers.h2
-rw-r--r--protocols.c2
-rw-r--r--protocols.h2
-rw-r--r--protocols/inspircd2.c2
-rw-r--r--protocols/inspircd2.h2
-rw-r--r--protocols/inspircd3.c2
-rw-r--r--protocols/inspircd3.h2
-rw-r--r--protocols/inspircd4.c2
-rw-r--r--protocols/inspircd4.h2
-rw-r--r--pseudoclients.c2
-rw-r--r--pseudoclients.h2
-rw-r--r--pseudoclients/haxserv.c2
-rw-r--r--pseudoclients/haxserv.h2
-rw-r--r--pseudoclients/services.c2
-rw-r--r--pseudoclients/services.h2
-rw-r--r--real_main.c2
-rw-r--r--server_network.c2
-rw-r--r--server_network.h2
41 files changed, 41 insertions, 41 deletions
diff --git a/LICENSE b/LICENSE
index 9460832..e559236 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Written by: Test_User <hax@andrewyu.org>
+Written by: Test_User <hax@runxiyu.org>
This is free and unencumbered software released into the public
domain.
diff --git a/LICENSE.c b/LICENSE.c
index a22e0d3..27973e7 100644
--- a/LICENSE.c
+++ b/LICENSE.c
@@ -1,6 +1,6 @@
// TODO: Give a description after you copy this
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/LICENSE.h b/LICENSE.h
index 74f475a..aeaa503 100644
--- a/LICENSE.h
+++ b/LICENSE.h
@@ -1,6 +1,6 @@
// TODO: Give a description after you copy this
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/Makefile b/Makefile
index aae7fae..8523cf6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# Makefile for HaxIRCd
#
-# Written by: Test_User <hax@andrewyu.org>
+# Written by: Test_User <hax@runxiyu.org>
#
# This is free and unencumbered software released into the public
# domain.
diff --git a/config.h b/config.h
index 90c029e..2bf8007 100644
--- a/config.h
+++ b/config.h
@@ -1,7 +1,7 @@
// HaxIRCd's config definitions
// You will need to supply a config.c that matches all the fields below (if included by your choice of options)
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/general_network.c b/general_network.c
index 50eda8e..c7bf350 100644
--- a/general_network.c
+++ b/general_network.c
@@ -1,6 +1,6 @@
// Functions for implementing generic IRC behavior, and some general networking stuff
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/general_network.h b/general_network.h
index 2bb3771..dd332bb 100644
--- a/general_network.h
+++ b/general_network.h
@@ -1,6 +1,6 @@
// Header for generic IRC behavior and general networking usage
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/main.c b/main.c
index 65bfc47..81be54a 100644
--- a/main.c
+++ b/main.c
@@ -1,6 +1,6 @@
// This just loads the actual HaxIRCd, so its symbols and such are available to its modules
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/main.h b/main.h
index cb4fac5..e348fb5 100644
--- a/main.h
+++ b/main.h
@@ -1,6 +1,6 @@
// Definitions for a few global things that don't fit anywhere more specific
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/mutex.c b/mutex.c
index 7536556..81bc538 100644
--- a/mutex.c
+++ b/mutex.c
@@ -1,6 +1,6 @@
// Just ensures the mutex functions get compiled in somewhere, and only once, for if it's not inlined somewhere
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/mutex.h b/mutex.h
index 7eb89cf..4bb23df 100644
--- a/mutex.h
+++ b/mutex.h
@@ -1,6 +1,6 @@
// Selection of mutexes (semaphores, futexes (may get rid of), or some miserable spinlocks (for use if all else fails))
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/networks/gnutls.c b/networks/gnutls.c
index 0bab0a9..d274ab7 100644
--- a/networks/gnutls.c
+++ b/networks/gnutls.c
@@ -1,6 +1,6 @@
// Direct GnuTLS networking
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/networks/gnutls.h b/networks/gnutls.h
index 192f75b..d4efbbf 100644
--- a/networks/gnutls.h
+++ b/networks/gnutls.h
@@ -1,6 +1,6 @@
// Direct GnuTLS networking
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/networks/gnutls_buffered.c b/networks/gnutls_buffered.c
index 07fc956..0b1b99a 100644
--- a/networks/gnutls_buffered.c
+++ b/networks/gnutls_buffered.c
@@ -1,6 +1,6 @@
// GnuTLS networking, with a buffer and a separate sending thread
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/networks/gnutls_buffered.h b/networks/gnutls_buffered.h
index a60cc17..eba86ce 100644
--- a/networks/gnutls_buffered.h
+++ b/networks/gnutls_buffered.h
@@ -1,6 +1,6 @@
// GnuTLS networking, with a buffer and a separate sending thread
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/networks/openssl.c b/networks/openssl.c
index 9287ace..301f1bf 100644
--- a/networks/openssl.c
+++ b/networks/openssl.c
@@ -1,6 +1,6 @@
// Direct OpenSSL networking
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/networks/openssl.h b/networks/openssl.h
index bcfc42c..861df01 100644
--- a/networks/openssl.h
+++ b/networks/openssl.h
@@ -1,6 +1,6 @@
// Direct OpenSSL networking
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/networks/openssl_buffered.c b/networks/openssl_buffered.c
index b47f92a..6745158 100644
--- a/networks/openssl_buffered.c
+++ b/networks/openssl_buffered.c
@@ -1,6 +1,6 @@
// OpenSSL networking, with a buffer and a separate sending thread
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/networks/openssl_buffered.h b/networks/openssl_buffered.h
index d71d723..d693047 100644
--- a/networks/openssl_buffered.h
+++ b/networks/openssl_buffered.h
@@ -1,6 +1,6 @@
// OpenSSL networking, with a buffer and a separate sending thread
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/networks/plaintext.c b/networks/plaintext.c
index 38f8cdc..9fcb679 100644
--- a/networks/plaintext.c
+++ b/networks/plaintext.c
@@ -1,6 +1,6 @@
// Raw socket networking
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/networks/plaintext.h b/networks/plaintext.h
index a499825..9ecf680 100644
--- a/networks/plaintext.h
+++ b/networks/plaintext.h
@@ -1,6 +1,6 @@
// Raw socket networking
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/networks/plaintext_buffered.c b/networks/plaintext_buffered.c
index 975e022..cebcbd8 100644
--- a/networks/plaintext_buffered.c
+++ b/networks/plaintext_buffered.c
@@ -1,6 +1,6 @@
// Plaintext TCP networking, with a buffer and a separate sending thread
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/networks/plaintext_buffered.h b/networks/plaintext_buffered.h
index 025b442..3510c2c 100644
--- a/networks/plaintext_buffered.h
+++ b/networks/plaintext_buffered.h
@@ -1,6 +1,6 @@
// Plaintext TCP networking, with a buffer and a separate sending thread
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/protocol_numbers.h b/protocol_numbers.h
index de7d8a8..d4ecb10 100644
--- a/protocol_numbers.h
+++ b/protocol_numbers.h
@@ -1,6 +1,6 @@
// Protocol-related constants
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/protocols.c b/protocols.c
index 3ed647d..78a02c5 100644
--- a/protocols.c
+++ b/protocols.c
@@ -1,6 +1,6 @@
// s2s protocol interface
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/protocols.h b/protocols.h
index 5017271..4a26e78 100644
--- a/protocols.h
+++ b/protocols.h
@@ -1,6 +1,6 @@
// s2s protocol interface
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/protocols/inspircd2.c b/protocols/inspircd2.c
index 99cbd2c..263f475 100644
--- a/protocols/inspircd2.c
+++ b/protocols/inspircd2.c
@@ -1,6 +1,6 @@
// InspIRCd v2 / InspIRCd 1202 protocol support
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/protocols/inspircd2.h b/protocols/inspircd2.h
index dbd06a0..ae2eea1 100644
--- a/protocols/inspircd2.h
+++ b/protocols/inspircd2.h
@@ -1,6 +1,6 @@
// InspIRCd v2 / InspIRCd 1202 protocol support
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/protocols/inspircd3.c b/protocols/inspircd3.c
index aace3db..258767e 100644
--- a/protocols/inspircd3.c
+++ b/protocols/inspircd3.c
@@ -1,6 +1,6 @@
// InspIRCd v3 / InspIRCd 1205 protocol support
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/protocols/inspircd3.h b/protocols/inspircd3.h
index 31c7802..299690c 100644
--- a/protocols/inspircd3.h
+++ b/protocols/inspircd3.h
@@ -1,6 +1,6 @@
// InspIRCd v3 / InspIRCd 1205 protocol support
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/protocols/inspircd4.c b/protocols/inspircd4.c
index 0849d4a..8835b38 100644
--- a/protocols/inspircd4.c
+++ b/protocols/inspircd4.c
@@ -1,6 +1,6 @@
// InspIRCd v4 / InspIRCd 1206 protocol support
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/protocols/inspircd4.h b/protocols/inspircd4.h
index 14755fd..c7e66ce 100644
--- a/protocols/inspircd4.h
+++ b/protocols/inspircd4.h
@@ -1,6 +1,6 @@
// InspIRCd v4 / InspIRCd 1206 protocol support
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/pseudoclients.c b/pseudoclients.c
index 206aae2..3578543 100644
--- a/pseudoclients.c
+++ b/pseudoclients.c
@@ -1,6 +1,6 @@
// Pseudoclient interface
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/pseudoclients.h b/pseudoclients.h
index b3c9a21..2cbb418 100644
--- a/pseudoclients.h
+++ b/pseudoclients.h
@@ -1,6 +1,6 @@
// Pseudoclient interface
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/pseudoclients/haxserv.c b/pseudoclients/haxserv.c
index 38717da..0ed20ca 100644
--- a/pseudoclients/haxserv.c
+++ b/pseudoclients/haxserv.c
@@ -1,6 +1,6 @@
// The HaxServ pseudoclient
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/pseudoclients/haxserv.h b/pseudoclients/haxserv.h
index d249169..2d36ceb 100644
--- a/pseudoclients/haxserv.h
+++ b/pseudoclients/haxserv.h
@@ -1,6 +1,6 @@
// The HaxServ pseudoclient
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/pseudoclients/services.c b/pseudoclients/services.c
index c9243f6..968b515 100644
--- a/pseudoclients/services.c
+++ b/pseudoclients/services.c
@@ -1,6 +1,6 @@
// Services pseudoclients
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/pseudoclients/services.h b/pseudoclients/services.h
index fd1610e..9d61c88 100644
--- a/pseudoclients/services.h
+++ b/pseudoclients/services.h
@@ -1,6 +1,6 @@
// Services pseudoclients
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/real_main.c b/real_main.c
index a167958..45fe08a 100644
--- a/real_main.c
+++ b/real_main.c
@@ -1,6 +1,6 @@
// Actual "Main" file for HaxIRCd, just does the required setup
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/server_network.c b/server_network.c
index 264ad8c..4752010 100644
--- a/server_network.c
+++ b/server_network.c
@@ -1,6 +1,6 @@
// Server networking setup and connection accepting
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/server_network.h b/server_network.h
index 3906ff3..4e51710 100644
--- a/server_network.h
+++ b/server_network.h
@@ -1,6 +1,6 @@
// Server networking setup and connection accepting
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.