diff --git a/.RELEASE.NOTES b/.RELEASE.NOTES index 02dfd15bb..c4bc462b7 100644 --- a/.RELEASE.NOTES +++ b/.RELEASE.NOTES @@ -31,11 +31,12 @@ Unreal3.2-Selene (BETA2) RELEASE NOTES loadmodule "src/modules/commands.so"; loadmodule "src/modules/scan.so"; loadmodule "src/modules/scan_socks.so"; + loadmodule "src/modules/scan_http.so"; If you would like to code a module, doc/ will contain a module guide, and we got an example module in src/modules/m_dummy.c. -* We have limited IPv6 support, and there are some minor bugs in it. +* We have some IPv6 support, and there are some minor bugs in it. * The documentation is NOT yet 100% complete @@ -60,10 +61,26 @@ Unreal3.2-Selene (BETA2) RELEASE NOTES v - vhost notices G - gline/shun notices - It shouldn't be too ahrd to figure out, just play around with it a bit :) + It shouldn't be too hard to figure out, just play around with it a bit :) * /who needs testing it was recoded and may contain bugs +* We have added alias {} which allows you to dynamically create commands such as /nickserv + Read example.conf for more information on how to create your own. To use standard ones include + one of the following files + + aliases/ircservices.conf (IRCServices, Daylight) + aliases/epona.conf (Epona) + aliases/generic.conf (Magick, Sirius, Wrecked) + aliases/operstats.conf (OperStats) + aliases/genericstats.conf (GeoStats, NeoStats) + +* You can now use an IP in the oper::from and vhost::from fields even if the host resolves + +* Added an http proxy scanner (scan_http.so) + +* MAKE SURE YOU RERUN ./Config AND RUN make clean BEFORE USING THIS VERSION!!! + * THIS IS A BETA VERSION. THINGS MAY NOT WORK. REPORT ANY BUGS TO THESE ADDRESSES: * coders@lists.unrealircd.org and bugs@lists.unrealircd.org diff --git a/Changes b/Changes index e55046aa4..0d68d4529 100644 --- a/Changes +++ b/Changes @@ -867,3 +867,4 @@ seen. gmtime warning still there - Made changes so the new modules compile on win32 - Added headers to all the new modules - Fixed a typo in config.h +- Final changes to prepare for beta3 diff --git a/include/version.h b/include/version.h index 51a73cb87..9cc91be58 100644 --- a/include/version.h +++ b/include/version.h @@ -31,7 +31,7 @@ #define PATCH1 "3" #define PATCH2 ".2" #define PATCH3 "-Selene" -#define PATCH4 "[beta2]" +#define PATCH4 "[beta3]" #define PATCH5 "" #define PATCH6 "" #define PATCH7 "" diff --git a/src/version.c.SH b/src/version.c.SH index 68e48e57a..c60587c2a 100644 --- a/src/version.c.SH +++ b/src/version.c.SH @@ -91,9 +91,14 @@ char *unrealcredits[] = "{X} (Laurie) x@tspre.org", "- Making the main code/design of UnrealIRCd/32 gui", " bugfounds, etc", - "Premiumshells.com", - "- Hosting development shells and unrealircd.com, .org - thanks for", - " supporting the UnrealIRCd project", + "TheDarkOne & x-irc.net", + "- Donating DNS and development shells", + "storm-services.net", + "- Donating webhosting and backup DNS", + "flexishell.com", + "- Donating development shells", + "irc4ever.net", + "- Donating backup DNS", "RaYmAn (Jens Andersen)", "- Supporting with hardware, software, movies, etc, and for", " a great friendship, and spending a lot of time with sts", @@ -188,8 +193,8 @@ char *unrealcredits[] = "[FBI] Corey Lang fbi@dal.net", " - Being a good IRC friend and getting me started with", " IRC through our old little wIRCd net :)", - "ice-fox.net", - " - For donating a shell for me to be able to develop Unreal on", + "Fish", + " - For converting a bunch of commands to modules", "The +x 2.0 team: RaYmAn, NiQuiL, narf, Griever (great thinking)", " eternal, bball, JK. Thanks for makin a", " drop dead gorgeous algoritm.",