diff --git a/.CHANGES.NEW b/.CHANGES.NEW index e28fd7d39..cbdf244dd 100644 --- a/.CHANGES.NEW +++ b/.CHANGES.NEW @@ -1,18 +1,19 @@ -Welcome to the UnrealIRCd configuration program. This program -will help you to compile your IRC server, and ask you questions + + _ _ _ ___________ _____ _ +| | | | | |_ _| ___ \/ __ \ | | +| | | |_ __ _ __ ___ __ _| | | | | |_/ /| / \/ __| | +| | | | '_ \| '__/ _ \/ _ | | | | | / | | / _ | +| |_| | | | | | | __/ (_| | |_| |_| |\ \ | \__/\ (_| | + \___/|_| |_|_| \___|\__,_|_|\___/\_| \_| \____/\__,_| + + Configuration Program + for Unreal3.2-Selene(beta1) + +This program will help you to compile your IRC server, and ask you +questions regarding the compile-time settings of it during the process. regarding the setup of it, during the process. -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 have problems regarding the setup & compile, read Unreal.nfo to get +more information on where to get help. Please, before running this setup, +read the documentation in the "doc" folder. -For any sake, read Unreal.nfo and read doc/faq before asking questions - -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. - --Stskeeps (Head coder of UnrealIRCd) diff --git a/.RELEASE.NOTES b/.RELEASE.NOTES index 632929da8..06254bafd 100644 --- a/.RELEASE.NOTES +++ b/.RELEASE.NOTES @@ -1,23 +1,3 @@ -Unreal3.1.1-Darkshades 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 - -* 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 - - Where 20 is the numeric. Numerics are 1-255, 0 means no numeric (bad), - and no server must have same numeric - -* 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 - -* 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 +Unreal3.2-Selene (BETA1) RELEASE NOTES +====================================== \ No newline at end of file diff --git a/Changes b/Changes index 59cfe1f9c..1a8cd9993 100644 --- a/Changes +++ b/Changes @@ -638,3 +638,5 @@ seen. gmtime warning still there - Added some thread debugging, and fixed a SVS2MODE bug - Fixed a major scan bug caused by stskeeps(TM) lazy-coding - Hmm .. minor s_bsd.c read_message fix +- Some /info stuff, updated docs, .CHANGES.NEW, .RELEASENOTES + diff --git a/Unreal.nfo b/Unreal.nfo index 83b068476..4595109a1 100644 --- a/Unreal.nfo +++ b/Unreal.nfo @@ -1,10 +1,24 @@ =============================================== -= UnrealIRCd v3.1.1 = += UnrealIRCd v3.2-Selene (beta1) = =============================================== Was brought to you by: + + The core team: + ============== * Stskeeps * codemastr + + Coders team: + ============ + * McSkaf + * Griever + * Zogg + * NiQuiL + * assyrian + + In former versions: * DrBin + * llthangel Precenses on the Internet: * http://www.unrealircd.com diff --git a/src/s_serv.c b/src/s_serv.c index 40b5f57ae..80a3f08b1 100644 --- a/src/s_serv.c +++ b/src/s_serv.c @@ -1955,12 +1955,33 @@ void m_info_send(sptr) sendto_one(sptr, ":%s %d %s :| Brought to you by the following people:", me.name, RPL_INFO, sptr->name); sendto_one(sptr, ":%s %d %s :|", me.name, RPL_INFO, sptr->name); + sendto_one(sptr, ":%s %d %s :| Head coders:", me.name, RPL_INFO, sptr->name); + sendto_one(sptr, ":%s %d %s :|", me.name, RPL_INFO, sptr->name); sendto_one(sptr, ":%s %d %s :| * Stskeeps ", me.name, RPL_INFO, sptr->name); sendto_one(sptr, ":%s %d %s :| * codemastr ", me.name, RPL_INFO, sptr->name); + sendto_one(sptr, ":%s %d %s :|", me.name, RPL_INFO, sptr->name); + sendto_one(sptr, ":%s %d %s :| Coder team:", me.name, RPL_INFO, sptr->name); + sendto_one(sptr, ":%s %d %s :|", me.name, RPL_INFO, sptr->name); + sendto_one(sptr, ":%s %d %s :| * McSkaf ", + me.name, RPL_INFO, sptr->name); + sendto_one(sptr, ":%s %d %s :| * Griever ", + me.name, RPL_INFO, sptr->name); + sendto_one(sptr, ":%s %d %s :| * Zogg ", + me.name, RPL_INFO, sptr->name); + sendto_one(sptr, ":%s %d %s :| * NiQuiL ", + me.name, RPL_INFO, sptr->name); + sendto_one(sptr, ":%s %d %s :| * assyrian ", + me.name, RPL_INFO, sptr->name); + sendto_one(sptr, ":%s %d %s :|", me.name, RPL_INFO, sptr->name); + sendto_one(sptr, ":%s %d %s :| Previous versions:", + me.name, RPL_INFO, sptr->name); + sendto_one(sptr, ":%s %d %s :|", me.name, RPL_INFO, sptr->name); sendto_one(sptr, ":%s %d %s :| * DrBin ", me.name, RPL_INFO, sptr->name); + sendto_one(sptr, ":%s %d %s :| * llthangel ", + me.name, RPL_INFO, sptr->name); sendto_one(sptr, ":%s %d %s :|", me.name, RPL_INFO, sptr->name); sendto_one(sptr, ":%s %d %s :| Credits - Type /Credits", me.name, RPL_INFO, sptr->name); @@ -3452,7 +3473,7 @@ int m_addline(aClient *cptr, aClient *sptr, int parc, char *parv[]) /* Display what they wrote too */ sendto_one(sptr, ":%s NOTICE %s :*** Wrote (%s) to ircd.conf", me.name, parv[0], text); - fprintf(conf, "# Added by %s\n", make_nick_user_host(sptr->name, + fprintf(conf, "// Added by %s\n", make_nick_user_host(sptr->name, sptr->user->username, sptr->user->realhost)); /* for (i=1 ; i