1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-07 02:53:13 +02:00

- Updated credits a bit (#3980).

This commit is contained in:
Bram Matthys
2010-12-29 17:10:48 +00:00
parent 2883eea6c7
commit 0414d09660
3 changed files with 22 additions and 14 deletions
+1
View File
@@ -2261,3 +2261,4 @@
- Windows installer: if an SSL certificate already exists, then don't check
the 'create SSL certificate' by default. Patch from goldenwolf (#3965).
- Update doc/compiling_win32.txt a bit (#3975).
- Updated credits a bit (#3980).
+1
View File
@@ -259,6 +259,7 @@ char *unrealinfo[] =
"",
"Head coder:",
"* Syzop <syzop@unrealircd.com>",
"",
"Coders:",
"* binki <binki@unrealircd.com>",
"",
+20 -14
View File
@@ -62,19 +62,10 @@ char *infotext[] =
char *unrealcredits[] =
{
"=-=--=-=-=-=-=-=-=-=-[" IRCDTOTALVERSION " Credits]-=-=-=-=-=-=-=-=-=-=-",
"=-=--=-=-=-=-=-=-=-=-=[" IRCDTOTALVERSION " Credits]=-=-=-=-=-=-=-=-=-=-=-",
"The people on this list are people who have helped us with the",
"development of UnrealIRCd and who have made remarkable",
"contributions to the project. People who have helped in previous",
"versions are listed on http://unrealircd.com/credits.html - and",
"not forgotten.",
"=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=",
"The UnrealIRCd Team would like to thank:",
" ",
"Nutcais - Phil Hawkins",
"- the original shell for Unreal development, useful comments,",
" and supporting the project all through its life. Thanks for",
" helping to get this project to take off.",
"contributions to the project.",
"=-=-=-=-=-=-=-=-=-=-=-=-=-=[Donations]=-=-=-=-=-=-=-=-=-=-=-=-=-=",
"BlueFlame^, [Real] - ChatFIRST.com, Jameno123 - ByteHosting,",
"Internet Services, Interlink Access Corp, Jan Knutar, ThePlayer,",
@@ -123,6 +114,15 @@ char *unrealcredits[] =
"Exoware - www.exoware.net, Bitmaster - irc.synIRC.net,",
"Angel IRC - irc.angelirc.net,",
"Grandview Landscape and Masonry - www.grandviewoutdoor.com",
"=-=-=-=-=-=-=-=-=-=-=-=-=-=-[Coders]=-=-=-=-=-=-=-=-=-=-=-=-=-=-=",
"For a list of coders & contributors, see /INFO (or: /QUOTE INFO)",
"=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=",
"The UnrealIRCd Team would like to thank:",
" ",
"Nutcais - Phil Hawkins",
"- the original shell for Unreal development, useful comments,",
" and supporting the project all through its life. Thanks for",
" helping to get this project to take off.",
"=-=-=-=-=-=-=-=-=-=-=-=-=-=-[Hosting]=-=-=-=-=-=-=-=-=-=-=-=-=-=-=",
"Current hosters:",
"http://www.vulnscan.org/ All WWW sites",
@@ -149,13 +149,19 @@ char *unrealcredits[] =
"Thanks to former supporters and anyone who has helped without",
"officially joining the staff.",
"=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-",
"Stskeeps would primarily like to thank Julie for her",
"support through the years. See the page for a more extensive",
"list of all the coders' credits. ",
"Stskeeps would primarily like to thank Julie for her support",
"through the years.",
"=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-",
"This IRCd is dedicated to those who have kept us rocking and",
"in good mood all through the years we've struggled with this",
"project. Unreal3.0 and up is dedicated to Morrigan.",
"=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-",
"Finally, we would like to thank everyone else who has helped",
"UnrealIRCd in any way: reporting bugs, testing releases, helping",
"others, recommending UnrealIRCd to friends, or simply just by",
"running UnrealIRCd to ensure that we are and will continue to be",
"the most used IRC daemon in the world.",
"=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-",
0
};