Home | Networks | Community | Need Help? 

 
 Quick search

 
 
 RegisterRegister   Log inLog in 

InspIRCd 1.0.0 stable FINALLY released!

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


Joined: 22 Sep 2003
Posts: 443
Location: IRC

PostPosted: Feb 01, 2006 6:05am    Post subject: InspIRCd 1.0.0 stable FINALLY released! Reply with quote

Hi everyone!

We have finally released InspIRCd 1.0.0 stable, which means its finally ready for production use on production networks! For more information please see our wiki page: http://www.inspircd.org/wiki/1.0

If youre too lazy to click, heres a summary:

Quote:

What's New In 1.0.0?

* SSL Support

InspIRCd now has SSL support - SSL in InspIRCd is modular, and can be loaded at runtime, unloaded at runtime and upgraded on the fly. Choose between the high performance GnuTLS library, or the more standard OpenSSL library.

* SSL-Only Channels

InspIRCd now has SSL-Only channels (channel mode +z) allowing for secure communities.

* Message/Notice Flood Protection

InspIRCd now has channel mode +f, which can prevent message or notice floods server side, and without needing a bot or services.

* Join Flood/Cycle Flood Protection

InspIRCd has join-flood protection (channel mode +j), which can prevent join flooding, for example through clone attacks or repeatedly cycling the channel.

* Server-Side Autorejoin Prevention

Do auto-rejoins annoy you? InspIRCd can now prevent them using channel mode +J, which forbids joins for a specified number of seconds after a kick!

* Optional SHA-256 Oper Password Hashing

You can now optionally hash your oper passwords using the industry standard SHA-256 hashing algorithm.

* Ban Exceptions and Invite Exceptions As Standard

The +e and +I channel modes, which were previously third-party modules are now included as standard with InspIRCd.

* Optional IP-Hiding For Servers

Using IP Hiding, you can hide the IP addresses of your hubs from opers, keeping information on your network in the hands of only those who need to know it.

* Now With Optional Authenticated Vhosts

Authenticated vhosts allow you to set virtual hosts on users in a similar way to UnrealIRCd's /VHOST command, using a username and password.

* Can now Change The /VERSION Response!

InspIRCd now allows you to change the second portion of the VERSION text, so you can for example name and version your server configs.
Back to top
Ib3N
Lurker
Lurker


Joined: 10 Mar 2004
Posts: 157
Location: ChatSpike

PostPosted: Feb 01, 2006 6:08am    Post subject: Reply with quote

Huzzah! Wink
Back to top
Om
none
none


Joined: 30 Oct 2004
Posts: 24

PostPosted: Feb 01, 2006 6:10am    Post subject: Reply with quote

Yay, etc! Very Happy
It's been a long time coming, but now we're here with a stable release then I think Insp is going to become one of the major IRCds in use Smile

*opens crates of booze*

Quote:

(+Ib3N) the last part of the topic kinda gets me turned on
(+Ib3N) "NOW! !@#$ YES NOW! RELEASE!!!!"
Back to top
Ib3N
Lurker
Lurker


Joined: 10 Mar 2004
Posts: 157
Location: ChatSpike

PostPosted: Feb 01, 2006 6:13am    Post subject: Reply with quote

Hahaha, nice quote Om
Back to top
Om
none
none


Joined: 30 Oct 2004
Posts: 24

PostPosted: Feb 01, 2006 7:11am    Post subject: Reply with quote

Release posted on IRC-Junkie
Back to top
braindigitalis
Idler
Idler


Joined: 22 Sep 2003
Posts: 443
Location: IRC

PostPosted: Mar 01, 2006 2:58pm    Post subject: Reply with quote

Just a quick note to let everyone know 1.0.2 is out now, with extra spangly bits (and quite a few bugfixes) Smile

Get it while its hot Smile
Back to top
Alpha
Lurker
Lurker


Joined: 29 Dec 2005
Posts: 206

PostPosted: Mar 16, 2006 7:09pm    Post subject: Reply with quote

braindigitalis wrote:
Just a quick note to let everyone know 1.0.2 is out now, with extra spangly bits (and quite a few bugfixes) Smile

Get it while its hot Smile


Not muh job; 1.0.3 ish out.
Back to top
UltimateGameZone
none
none


Joined: 14 Mar 2006
Posts: 16

PostPosted: Mar 17, 2006 2:30pm    Post subject: Reply with quote

Alpha wrote:

Not muh job; 1.0.3 ish out.


ooo good to know. ty
Back to top
braindigitalis
Idler
Idler


Joined: 22 Sep 2003
Posts: 443
Location: IRC

PostPosted: Jun 18, 2006 6:21pm    Post subject: Reply with quote

Version 1.0.4 has been out for about 3 weeks now... I havent had time to post here but now i'm letting everyone know Smile

As well as fixing the longstanding 1.0.3 bug, which would sometimes crash the ircd when a netsplit occured, this also fixes many more bugs, and more and more networks are migrating from other ircds to InspIRCd.

To quote our website:

Quote:
We have finally fixed the last of the niggling bugs in 1.0.3, and are proud to present the 1.0.4 release of InspIRCd. The 1.0.4 release fixes many bugs, which will improve the stability of any network running InspIRCd. It is recommended that any network running InspIRCd upgrade to 1.0.4 as soon as possible, to take advantage of these fixes.

A changelog of these fixes is listed below.

Please note that as of 1.0.4, there will be two parallel release 'branches' of InspIRCd. The 1.0.x release branch will concentrate only on fixes, there will be no more feature changes to 1.0.x, and the module API and server to server protocol will be feature-frozen. The 1.1.x branch however, will contain new features, and is likely to undergo change. Those of you wishing to see the latest and greatest innovations (which is admittedly where most of our changes in the past two months have been) should check out the 1.1 branch of InspIRCd in our ViewSVN Repository under 'trunk'.

Changes for version 1.0.4:

  • Random-Crash-On-Netsplit bug is finally fixed!
  • Backport of epoll/kqueue failure checking
  • Fixed broken kline matching when a new user connects (reported by LeaChim)
  • Fixed crashbug with knock on non-existent channel
  • Fixed output corruption when host is exactly 64 chars long
  • Fixed crash when attempting "/OS RAW PUSH non-existent-nick :::nick!ident@host KICK #chan nick :any reason" (yes, REALLY.)
  • Let ulines do NOTICE/PRIVMSG $* without oper again, so that OS GLOBAL on services packages is fixed Smile
  • Add validation for channel name in m_operjoin, throws an exception aborting the module loading if the name is invalid
  • Fixed EAGAIN missing check when writing to a socket
  • Fixed m_sql and sqlauth etc to automatically cope with the server going down
  • Fixes for cygwin compilation
  • Added signal/raise in the sigsegv handler to re-raise the signal, so we get coredumps
  • Changed instances of MAXBUF to MAXQUIT to prevent some output corruption
Back to top
Om
none
none


Joined: 30 Oct 2004
Posts: 24

PostPosted: Jun 19, 2006 1:45am    Post subject: Reply with quote

*and there was much rejoicing*
Back to top
FBI
Guru
Guru


Joined: 19 Aug 2005
Posts: 1494
Location: Federation Of Bored IRC'ers

PostPosted: Jun 19, 2006 12:22pm    Post subject: Reply with quote

Lol.....
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