diff --git a/.SICI b/.SICI deleted file mode 100644 index 3ac257416..000000000 --- a/.SICI +++ /dev/null @@ -1,15 +0,0 @@ -|-------------------------------------------------------------------------| -| Congratulations on your new SSL self-signed certificate for your IRCd. | -| However, wouldn't it be better that you get your certifcate signed by | -| some kind of Certification Authority (CA), so your users can check that | -| they are really connected to the real server, so they feel secure? | -| | -| There is an initiative at CACert.org - They offer SSL Certificates | -| for use with your IRCd for free, so your users can be sure that they | -| can trust you and your server. | -| | -| To get a free signed certificate please visit http://www.CACert.org | -| _________________________| -| | Press enter to continue | ---------------------------------------------------------------------------- - diff --git a/Config b/Config index 4012f7f80..ac89ef3c5 100755 --- a/Config +++ b/Config @@ -83,7 +83,7 @@ echo $CONF $CONF || exit 1 cd "$UNREALCWD" if [ "$CRYPTOIRCD" = "1" ] ; then -if [ ! -f server.req.pem ]; then +if [ ! -f $CONFDIR/ssl/server.cert.pem ]; then export OPENSSLPATH TEST="" while [ -z "$TEST" ] ; do @@ -116,14 +116,14 @@ while [ -z "$TEST" ] ; do done if [ "$GENCERTIFICATE" = 1 ]; then make pem - cat .SICI - read cc + echo Certificate created succesfully. + sleep 1 else -echo "Ok, not generating SSL certificate. Make sure that the certificate and key" -echo "are installed as server.crt.pem and server.key.pem prior to starting the IRCd." + echo "Ok, not generating SSL certificate. Make sure that the certificate and key" + echo "are installed in conf/ssl/server.crt.pem and conf/ssl/server.key.pem prior to starting the IRCd." fi else -echo "SSL certificate already existing, no need to regenerate" +echo "SSL certificate exists in $CONFDIR/ssl/server.cert.pem, no need to regenerate." fi fi } diff --git a/README b/README deleted file mode 100644 index d8edfebc5..000000000 --- a/README +++ /dev/null @@ -1,24 +0,0 @@ -==[ COMPILING ]== -To build the ircd, run: -./Config -make - -If you specified an alternative location during ./Config you also need -to run "make install". - -==[ MAKING A CONFIG FILE ]== -If you are new, then you need to create your own configfile: - -copy doc/example.conf to your main UnrealIRCd directory and call -it unrealircd.conf . -Then open it in an editor and carefully modify it, consult the docs -(doc/unreal32docs.html, or online: www.unrealircd.com/unreal32docs.html) -for more information about every block/setting. -Common problems are explained in the FAQ, which is located at: -http://www.vulnscan.org/UnrealIrcd/faq/ . - -==[ BOOTING YOUR IRCD ]== -Just type: ./unreal start -Note that after booting the errors are usually logged to ircd.log, -so check that file if you have any problems. -Again, check the FAQ (and docs) if you have any boot problems. diff --git a/Unreal.nfo b/Unreal.nfo deleted file mode 100644 index d1b9ed71d..000000000 --- a/Unreal.nfo +++ /dev/null @@ -1,62 +0,0 @@ -=============================================== -= UnrealIRCd v3.4-alpha3 = -=============================================== - This release was brought to you by: - - Coders: - ======== - * Syzop (Bram Matthys) - * Heero (Travis McArthur) - - Previous coders: - ================ - * Stskeeps - * codemastr - * nenolod - * binki - * Many more.. - - Internet Presence: - * http://www.unrealircd.com/ - - UnrealIRCd Bugtracker (Where to report bugs, make suggestions, and submit patches) - =================================================================================== - http://bugs.unrealircd.org/ - - To get support - ================ - Before asking others for help you MUST: - * read the docs (doc/unreal32docs.html or online: http://unrealircd.com/unreal32docs.html) - * check the FAQ (http://vulnscan.org/UnrealIrcd/faq/) - - Means of support: - * IRC: /server irc.unrealircd.com 6667 - /join #unreal-support - [Note: Follow the bot's instructions in order to get voice. - Please be patient after asking questions, we may be busy - or we're away. Don't repeat questions, we will have heard - you first time. - READ THE TOPIC before you ask anything. We give support - on a free basis. We are volunteering to help you, but we - are humans like you. We sometimes just need some peace.] - * Forum: http://forums.unrealircd.com/ - - Development version - ==================== - To access the latest development version of UnrealIRCd you need to use mercurial (hg). - Note that because you are accessing a development version it may not compile, the - server may crash, or other problems can occur since the code is likely to be only - lightly tested (or not at all). On the other hand, using the development version may - help you to get rid of that single nasty bug that is haunting you, plus if you test - it and give us feedback (report bugs) then you actually help us with developing Unreal. - - The command to grab the development version is: - hg clone http://hg.unrealircd.org/unreal - - If you get something like 'hg: command not found' then you need to install mercurial. - Most *NIX systems have such a 'mercurial' package, but if you don't, or you are on - Windows or Mac OS X, then see http://mercurial.selenic.com/ - - Want to discuss, chat, etc? - ============================= - * IRC: /server irc.unrealircd.com 6667 - /join #chat - (NOT for support! If you want support then use #unreal-support instead!) diff --git a/configure.ac b/configure.ac index a326a4ad4..2784e55b2 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,6 @@ dnl dnl include/win32/setup.h dnl src/win32/unrealinst.iss dnl docs/unreal32docs*.html -dnl Unreal.nfo dnl .CHANGES.NEW dnl src/version.c.SH