Home | Networks | Community | Need Help? 

 
 Quick search

 
 
 RegisterRegister   Log inLog in 

Unreal IRCd 3.2 out of beta

 
Post new topic   Reply to topic    SearchIRC Forum Index -> IRCD & Network Services
Author Message
Wiggle
Newbie
Newbie


Joined: 01 Nov 2003
Posts: 81

PostPosted: Feb 14, 2004 3:41pm    Post subject: Unreal IRCd 3.2 out of beta Reply with quote

Quote:
Unreal3.2-RC1 Released


Now I know no one thought this day would come, but 3.2 is finally out of beta! We are proud to announce the release of Unreal3.2-RC1. RC stands for "Release Candidate" what that basically means is we've added all the features we intend to add to 3.2, we're just in bug hunting mode now. So that means report any bugs you find! In any case, this version provides significant improvements over beta19. Some new features include remote includes (requires libcurl), spam/exploit filtering, extended bans, channel mode +T (no notices), and much more. Additionally several bugs have been fixed. If you are running beta19, it is strongly recommended that you upgrade!


[codemastr] [2004/02/14]


Yay! Smile
Back to top
Michael
none
none


Joined: 18 May 2003
Posts: 48

PostPosted: Feb 14, 2004 5:25pm    Post subject: Reply with quote

About time. Most software programs call their feature adding period of time an alpha. I wonder how many RCs there'll be.
Back to top
SdgNem
none
none


Joined: 22 Oct 2003
Posts: 23

PostPosted: Feb 14, 2004 6:43pm    Post subject: Reply with quote

Taken from the .RELEASE.NOTES file in Unreal3.2-RC1.tar.gz

Unreal3.2-RC1 Release Notes
============================

==[ GENERAL INFORMATION ]==
* Unreal3.2 is now no longer beta, Unreal has proven itself to be stable, therefore this version is called RC1 (Release Candicate 1)... After this we will release RC2, and hopefully after that 3.2 final. As a consequence of this, the old 3.1 series are no longer supported.
* If you are upgrading, make sure you run ./Config and make clean before doing make
* The official UnrealIRCd documentation is doc/unreal32docs.html online version at: http://www.vulnscan.org/UnrealIrcd/unreal32docs.html FAQ: http://www.vulnscan.org/UnrealIrcd/faq/ Read them before asking for help.
* Report bugs at http://bugs.unrealircd.org/
* This is a recommended release due to security fixes.
Back to top
U
Eleet
Eleet


Joined: 18 Jun 2003
Posts: 521
Location: IRC

PostPosted: Feb 15, 2004 10:20am    Post subject: Reply with quote

Yeah, I'm going to give it a week before trying it-usually takes about that long after a major release before a big hole is discovered, why crash my network twice for 2 installs Smile
Back to top
SdgNem
none
none


Joined: 22 Oct 2003
Posts: 23

PostPosted: Feb 15, 2004 3:59pm    Post subject: Reply with quote

Only known issue so far is:



Quote:
known 3.2-RC1 compile/boot problems - 2004-02-15 10:28 - syzop
There are 2 problems which might affect you..
A. The configure script requires a C++ compiler so might have to install one (eg: g++)
B. On a few OSs Unreal will complain like "[error] Unable to create file 'tmp/5F641CC4.commands.so': No such file or directory", get a fixed version here: http://www.vulnscan.org/tmp/Unreal3.2-RC1fix.tar.gz

Back to top
U
Eleet
Eleet


Joined: 18 Jun 2003
Posts: 521
Location: IRC

PostPosted: Feb 15, 2004 7:50pm    Post subject: Reply with quote

...in under 24 hours. Glad I didn't upgrade yet.

Like I said, I'll wait a few days.
Back to top
Wiggle
Newbie
Newbie


Joined: 01 Nov 2003
Posts: 81

PostPosted: Feb 19, 2004 2:12pm    Post subject: Reply with quote

Almost EVERY IRCd has a bug that gets found within 24 hours, because then it is tested on a large scale.

UnrealIRCd is not the best IRCd, but the 3.2 versions are pretty good. They can in NO way be compared to the 3.1 ones.

I believe it is definately worth updating to this. Especially over "creatures" like UltimateIRCd.
Back to top
U
Eleet
Eleet


Joined: 18 Jun 2003
Posts: 521
Location: IRC

PostPosted: Feb 19, 2004 6:34pm    Post subject: Reply with quote

I'm waiting 7 days then I'll go with it. The plan is there, barring no major sudden major exploits being found, I'll deploy slowly commencing then Smile
Back to top
Jason
SearchIRC Developer
SearchIRC Developer


Joined: 03 May 2003
Posts: 1199
Location: Tampa, FL

PostPosted: Feb 19, 2004 7:04pm    Post subject: Reply with quote

It's interesting to watch servers upgrade from Beta19 to RC1, as it is reflected in the ircd graph:

Back to top
Guest






PostPosted: Feb 21, 2004 6:38am    Post subject: Reply with quote

Hi.. I Got The Configure Script Done All The Way Until The Error:
no suitable compiler found in $PATH

i would like to know how to remedy this... like which compiler should i download and where do i put it

please help
Back to top
U
Eleet
Eleet


Joined: 18 Jun 2003
Posts: 521
Location: IRC

PostPosted: Feb 21, 2004 11:14am    Post subject: Reply with quote

Rumor has it this morning there is a bug out on RC1, though I haven't logged into the support forums to see how bad it is.

Some kind of exploit is what this person told me, but like I said, I cannot confirm this.....if so, I'm glad I didn't upgrade yet Smile
Back to top
U
Eleet
Eleet


Joined: 18 Jun 2003
Posts: 521
Location: IRC

PostPosted: Feb 21, 2004 11:26am    Post subject: Reply with quote

Not an exploit, but an error in getting the server started is the actual issue:

Booting 3.2-RC1: - [error] Unable to create file 'tmp/5F641CC4.commands.so': No such file or directory

We had a report on Linux 2.2 and FreeBSD 4.8 of the following error during booting:
[error] Unable to create file 'tmp/5F641CC4.commands.so': No such file or directory
The strange thing is that Linux 2.4, Linux 2.6, FreeBSD 4.7 and FreeBSD 5.1 are unaffected by this bug so we missed it during testing

Looks like it won't affect everyone. A fix is out though for it Smile
Back to top
al5001
Lurker
Lurker


Joined: 17 Jul 2003
Posts: 181
Location: Canada

PostPosted: Feb 21, 2004 12:38pm    Post subject: Reply with quote

Try typing mkdir ~/Unreal3.2/tmp before booting the IRCd
Back to top
Guest






PostPosted: Apr 05, 2004 7:22am    Post subject: Reply with quote

SdgNem wrote:
Only known issue so far is:



Quote:
known 3.2-RC1 compile/boot problems - 2004-02-15 10:28 - syzop
There are 2 problems which might affect you..
A. The configure script requires a C++ compiler so might have to install one (eg: g++)
B. On a few OSs Unreal will complain like "[error] Unable to create file 'tmp/5F641CC4.commands.so': No such file or directory", get a fixed version here: http://www.vulnscan.org/tmp/Unreal3.2-RC1fix.tar.gz

Back to top
JulioBell+X
Guest





PostPosted: Apr 05, 2004 12:46pm    Post subject: Reply with quote

ty to all the people that help. And Im dreaming with Selene.

+XXXXXX muaksss

JulioBell
Back to top
Display posts from previous:   
Post new topic   Reply to topic    SearchIRC Forum Index -> IRCD & Network Services All times are GMT - 6 Hours
Page 1 of 1

 
 
Forum powered by phpBB
 
 © 2000 - 2008 EverythingIRC, Inc. All rights reserved. Please read our disclaimer