Nice to know. Thank you hybrid team.<br><br>King regards,<br><br>Thales <br><br><div class="gmail_quote">2011/8/8 Henri Salo <span dir="ltr"><<a href="mailto:henri@nerv.fi">henri@nerv.fi</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Indeed, excelent news. Thank you for great work hybrid-team :)<br>
<br>
Best regards,<br>
<font color="#888888">Henri Salo<br>
</font><div><div></div><div class="h5"><br>
On Mon, Aug 08, 2011 at 04:09:03PM -0500, Jonathan wrote:<br>
> Fantastico!! Congratulations!<br>
><br>
> El lun, 08-08-2011 a las 16:36 -0400, Jon Lusky escribió:<br>
> > <a href="http://downloads.sourceforge.net/project/ircd-hybrid/ircd-hybrid/ircd-hybrid" target="_blank">http://downloads.sourceforge.net/project/ircd-hybrid/ircd-hybrid/ircd-hybrid</a><br>
> > -7.3.0/ircd-hybrid-7.3.0.tgz<br>
> ><br>
> > -- ircd-hybrid-7.3.0 Release Notes<br>
> > o) Added Bulgarian language file provided by Borislav Borisov<br>
> > o) Server hostmasking has been removed due to TS6 requirements<br>
> > o) Fixed broken IPv6 detection<br>
> > o) Minor code optimizations. Reduced memory consumption<br>
> > o) User IDs are now shown in client connection notices<br>
> > o) Increased maximum temporary kline time to 360 days<br>
> > o) Added back STATS/TRACE/MOTD/ADMIN request notices. Removed<br>
> >    spy_*_notice modules accordingly.<br>
> > o) Channelmode +O; channel can be joined by ircops only.<br>
> > o) Channelmode +S; only clients with a secure connection (ssl/tls)<br>
> >    can join this channel.<br>
> ><br>
> ><br>
> > -- ircd-hybrid-7.3-rc1 Release Notes<br>
> > o) Major 64-bit cleanups and portability fixes.<br>
> > o) Fixed bug where unregistered clients were not able to complete<br>
> > registration<br>
> >    process with /quote PONG <ping_cookie> in case the client was assigned a<br>
> >    zero value ping-cookie. This may only happen with general::ping_cookie<br>
> >    being enabled.<br>
> > o) "STATS z" now shows the actual amount of memory consumption being<br>
> >    used by channel bans/excepts/invites.<br>
> > o) Fixed archaic bug where bursting servers with missconfigured NICKLEN were<br>
> >    able to desync the network's nickname database.<br>
> > o) The PCRE library has been removed from the ircd sources. ./configure will<br>
> >    now automatically detect an already installed version of the PCRE<br>
> > library.<br>
> > o) Various resolver improvements and fixes<br>
> > o) Implemented GUNGLINE (global ungline)<br>
> > o) Completely rewrote build system. We're now using automake and libtool<br>
> > o) Added support for SHA-256/512 encrypted passwords to mkpasswd. Whether<br>
> >    passwords hashed using these algorithms will work depends on the system's<br>
> >    crypt() implementation. For example, SHA-256/512 is available in glibc<br>
> > since<br>
> >    version 2.7.<br>
> > o) Added ssl_server_protocol configuration option to servinfo{}.<br>
> >    Valid flags are 'sslv3' and 'tlsv1'<br>
> > o) Added new 'server' option to listener::flags. Listener with that flag<br>
> >    set may only accept server connections.<br>
> > o) Fixed occasional core when placing RESVs on channel names<br>
> > o) Fixed topic desynchronization which sometimes may<br>
> >    happen during netbursts<br>
> > o) WATCH support implemented. Known from other irc-daemons, such<br>
> >    as Dreamforge and Bahamut. The general::max_watch configuration directive<br>
> >    has been added in order to allow run-time configuration of how many<br>
> >    watch entries a single client may have on its watchlist.<br>
> > o) Fixed bug which would cause invalid invisible counts on oper-up in case<br>
> >    operator::umodes and/or general::oper_umodes contains 'invisible'<br>
> > o) Removed broken LazyLinks<br>
> > o) Removed --disable-gline-voting configure option<br>
> > o) Minor code optimizations and cleanups<br>
> > o) ACCEPT now supports nick!user@host masks<br>
> > o) Unregistered clients are no longer allowed to request the server's motd<br>
> > o) general::dot_in_ip6_addr configuration option is obsolete and no longer<br>
> > exists<br>
> > o) Dropped support for old style 'operflag = yes|no;' format<br>
> ><br>
> ><br>
> > -- ircd-hybrid-7.2.3 Release Notes<br>
> > o) Added ircd-italian.lang language file<br>
> > o) Added -full to etrace<br>
> > o) Added +C for opers<br>
> > o) Fixed core in temp channel resv<br>
> > o) Fixed CHALLENGE to work with user=IP<br>
> > o) Misc fixes to TESTMASK and TESTLINE<br>
> > o) Added support for nick masks to TESTMASK<br>
> > o) Fixed /modlist to show up whether or not a module is resident<br>
> > o) Fixed command line arguments handling to allow more than one switch<br>
> > o) Fixed numeric delivery for mixed TS5 target on the other side of a TS6<br>
> > server.<br>
> ><br>
> ><br>
> > -- ircd-hybrid-7.2.2 Release Notes<br>
> > o) Added channel::disable_fake_channels config directive<br>
> > o) Fixed broken FORCEJOIN  (contrib)<br>
> > o) Added missing documentation for connect::vhost<br>
> > o) Fixed problem with G-Line voting<br>
> > o) Fixed "STATS ?" so it doesn't report negative traffic statistics<br>
> > o) Fixed core in m_mkpasswd.c  (contrib)<br>
> > o) Reduced memory usage for channel members<br>
> > o) Added general::stats_e_disabled which simply disables "STATS e"<br>
> >    for other operators and administrators<br>
> > o) Ignore signal SIGXFSZ to prevent the daemon from dying on missconfigured<br>
> >    file size limits<br>
> > o) Slight optimizations to the block allocator<br>
> > o) Fixed harmless bug that could result in incorrect bytes sent statistics<br>
> >    in "STATS t"<br>
> > o) "STATS y|Y" now shows whether a class is active or disabled<br>
> > o) Added ircd-brazilian_pt.lang language file<br>
> > o) Misc. ACCEPT fixes. E.g. don't remove an accept record if a client is<br>
> >    changing between equivalent nicknames like 'nick' and 'NiCk'.<br>
> > o) Minor resolv.conf parser fixes.  Added missing support for ';' comments<br>
> > o) Fixed core on MODRESTART<br>
> ><br>
> ><br>
> > -- ircd-hybrid-7.2.1 Release Notes<br>
> > o) Fixed build on SRV4<br>
> > o) Fixed problem where ircd would disconnect all SSL connections<br>
> > o) Added initial CAP support.  Additional documentation can be found<br>
> >    in doc/technical<br>
> > o) Speeded up command parsing<br>
> > o) Fixed occasional core dump on UN*LINE<br>
> > o) Fixed bug where particular clients would always receive<br>
> >    "Load is temporarily too heavy" message<br>
> > o) Improved memory consumption, i.e. memory consumption has<br>
> >    been reduced for remote clients<br>
> > o) Fixed possible core in case default_cipher_preference directive isn't set<br>
> > o) Fixed "CHANSERV INVITE" bug with anope services<br>
> > o) Updated example configuration files to reflect new topicburst flags<br>
> >    directive in connect{} blocks<br>
> > o) Fixed core if using the operator::umodes directive<br>
> > o) Don't allow shared k-lines to be set without a valid reason<br>
> > o) Improved channel ban match processing.  This also fixes CIDR bans<br>
> ><br>
> ><br>
> > -- ircd-hybrid-7.2.0 Release Notes<br>
> > o) Fixed broken operwall = yes;<br>
> > o) Added 'umode' directive to oper{}.  List of modes to get on /OPER.<br>
> >    This behaves exactly like H6's sixth O line field<br>
> > o) Fixed a WHOIS bug<br>
> > o) Fixed bug where we would increase Count.invisi even<br>
> >    if general::invisible_on_connect is turned off<br>
> > o) Removed invite_ops_only, controlled by paranoid (+p) now<br>
> > o) Better DDoS protection<br>
> > o) Fixed va_list bug on amd64<br>
> > o) Fixed /dev/poll<br>
> ><br>
> ><br>
> > -- ircd-hybrid-7.2rc1 Release Notes<br>
> > o) ircd can dynamically change all its client/fd limits at runtime<br>
> > o) Added epoll as the primary I/O engine under Linux<br>
> > o) Local channels will not show up in remote /WHOIS<br>
> > o) Added hidden_name which allows customized hidden server names<br>
> > o) Added restrict_channels to define a static channel set<br>
> > o) Added --disable-gline-voting to disable G-Line votes<br>
> >    for small networks or people who don't want it.<br>
> > o) Allow accumulating more ip= entries in an exempt{} block<br>
> > o) Various improvements and bugfixes<br>
> > o) Make win32 build usable<br>
> > o) Fixed ban caching bug<br>
> > o) Cosmetical fixes to TIME<br>
> > o) Get "KLINE nick" to work with clients that have a spoof<br>
> > o) Fixed RESV/XLINE bug in conjunction with names that include escaped<br>
> >    characters such as \*, \?, \#.<br>
> ><br>
> ><br>
> > -- ircd-hybrid-7.2beta1 Release Notes<br>
> > o) Usermode +G, like +g, but allow messaging from people on common channels<br>
> > o) Usermode +D - "deaf", don't receive channel messages<br>
> > o) RXLINE and RKLINE - commands for setting perl compatible regular<br>
> > expression<br>
> >    based K and X lines<br>
> > o) Join flood is now detected and reported to +b opers<br>
> > o) Re-added REJECT_HOLD - lock clients for a while before throwing away<br>
> > o) ping_warning, a class{} option to notify opers before "Ping timeout"<br>
> > o) New hooking system, modularized: usermodes, iauth, message filtering etc.<br>
> > o) Network I/O speedups<br>
> > o) Various cleanups and bugfixes<br>
> > o) Support for client SSL<br>
> > o) Support for services (contrib/m_services.c)<br>
> > o) IP cloaking module (contrib/ip_cloaking.c)<br>
> > o) Native win32 build<br>
> > o) The password set in auth::password can now be encrypted<br>
> > o) Introduced new listen::flags directive.  Currently available flags are<br>
> >    'ssl' and 'hidden'.  Please read example.conf for further details<br>
> ><br>
> > ----------------------------------------------------------------------------<br>
> > ----<br>
> ><br>
> > BUGS: Major bugs in this release are listed in BUGS<br>
> ><br>
> > BUG REPORTS: If you run this code and encounter problems, you must report<br>
> >  the bug by EMAIL to <a href="mailto:bugs@ircd-hybrid.org">bugs@ircd-hybrid.org</a><br>
> >  Please include a gdb backtrace and a copy of your config.h and<br>
> >  ircd.conf with any report (with passwords and other sensitive<br>
> >  information masked).<br>
> ><br>
> > DISCUSSION: There is a mailing list for discussion of hybrid issues,<br>
> >  including betas.  To subscribe, use this link:<br>
> >     <a href="https://lists.ircd-hybrid.org/mailman/listinfo/hybrid" target="_blank">https://lists.ircd-hybrid.org/mailman/listinfo/hybrid</a><br>
> >  This is the proper place to discuss new features, bugs, etc.  Posting here<br>
> >  is much more likely to get something done than ranting on #TZ.<br>
> ><br>
> > Questions/comments directed to <a href="mailto:bugs@ircd-hybrid.org">bugs@ircd-hybrid.org</a><br>
> ><br>
> > Other files recommended for reading: BUGS, README, INSTALL<br>
> ><br>
> > ----------------------------------------------------------------------------<br>
> > ----<br>
> > $Id: NEWS 1150 2011-08-03 01:09:49Z michael $<br>
> ><br>
><br>
><br>
</div></div></blockquote></div><br>