From 55c62f1921a734dc449335dfda7a95248cb96ca9 Mon Sep 17 00:00:00 2001 From: Test_User Date: Sat, 14 Sep 2024 16:06:36 -0400 Subject: hax@andrewyu.org -> hax@runxiyu.org --- LICENSE | 2 +- LICENSE.c | 2 +- LICENSE.h | 2 +- Makefile | 2 +- config.h | 2 +- general_network.c | 2 +- general_network.h | 2 +- main.c | 2 +- main.h | 2 +- mutex.c | 2 +- mutex.h | 2 +- networks/gnutls.c | 2 +- networks/gnutls.h | 2 +- networks/gnutls_buffered.c | 2 +- networks/gnutls_buffered.h | 2 +- networks/openssl.c | 2 +- networks/openssl.h | 2 +- networks/openssl_buffered.c | 2 +- networks/openssl_buffered.h | 2 +- networks/plaintext.c | 2 +- networks/plaintext.h | 2 +- networks/plaintext_buffered.c | 2 +- networks/plaintext_buffered.h | 2 +- protocol_numbers.h | 2 +- protocols.c | 2 +- protocols.h | 2 +- protocols/inspircd2.c | 2 +- protocols/inspircd2.h | 2 +- protocols/inspircd3.c | 2 +- protocols/inspircd3.h | 2 +- protocols/inspircd4.c | 2 +- protocols/inspircd4.h | 2 +- pseudoclients.c | 2 +- pseudoclients.h | 2 +- pseudoclients/haxserv.c | 2 +- pseudoclients/haxserv.h | 2 +- pseudoclients/services.c | 2 +- pseudoclients/services.h | 2 +- real_main.c | 2 +- server_network.c | 2 +- server_network.h | 2 +- 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 +Written by: Test_User 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 +// Written by: Test_User // // 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 +// Written by: Test_User // // 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 +# Written by: Test_User # # 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 +// Written by: Test_User // // 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 +// Written by: Test_User // // 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 +// Written by: Test_User // // 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 +// Written by: Test_User // // 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 +// Written by: Test_User // // 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 +// Written by: Test_User // // 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 +// Written by: Test_User // // 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 +// Written by: Test_User // // 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 +// Written by: Test_User // // 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 +// Written by: Test_User // // 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 +// Written by: Test_User // // 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 +// Written by: Test_User // // 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 +// Written by: Test_User // // 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 +// Written by: Test_User // // 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 +// Written by: Test_User // // 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 +// Written by: Test_User // // 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 +// Written by: Test_User // // 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 +// Written by: Test_User // // 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 +// Written by: Test_User // // 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 +// Written by: Test_User // // 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 +// Written by: Test_User // // 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 +// Written by: Test_User // // 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 +// Written by: Test_User // // 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 +// Written by: Test_User // // 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 +// Written by: Test_User // // 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 +// Written by: Test_User // // 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 +// Written by: Test_User // // 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 +// Written by: Test_User // // 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 +// Written by: Test_User // // 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 +// Written by: Test_User // // 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 +// Written by: Test_User // // 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 +// Written by: Test_User // // 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 +// Written by: Test_User // // 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 +// Written by: Test_User // // 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 +// Written by: Test_User // // 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 +// Written by: Test_User // // 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 +// Written by: Test_User // // This is free and unencumbered software released into the public // domain. -- cgit v1.2.3