ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/NEWS
(Generate patch)

Comparing ircd-hybrid/trunk/NEWS (file contents):
Revision 6539 by michael, Sun Sep 13 16:07:44 2015 UTC vs.
Revision 6738 by michael, Fri Nov 6 20:56:00 2015 UTC

# Line 1 | Line 1
1 + -- Noteworthy changes in version 8.2.10 (2015-11-06)
2 + #######################################################################
3 + o) IMPORTANT: renamed 'serverhide::links_delay' configuration directive
4 +   to 'serverhide::flatten_links_delay'
5 + #######################################################################
6 + o) Added 'serverhide::flatten_links_file' configuration option
7 + o) Fixed bug where changing 'serverhide::flatten_links_delay' on runtime
8 +   would not have any effect
9 + o) mkpasswd (tools): fixed broken bcrypt support on *BSD in conjunction
10 +   with the -s and -l switches. Dropped MD5, DES and Extended DES support.
11 + o) Removed CHALLENGE in favour or ssl certificate fingerprint enabled
12 +   operator {} blocks
13 + o) RSA keys with less than 2048 bits are no longer supported; same applies
14 +   to the DH param file
15 + o) Added missing irc-operator privilege flags to /stats o. For a full list
16 +   of flags see doc/reference.conf
17 +
18 +
19   -- Noteworthy changes in version 8.2.9 (2015-09-13)
20   ########################################################################
21   o) IMPORTANT: database files and links.txt are now stored in /var/lib
# Line 10 | Line 28 | o) IMPORTANT: the splitmode logic has be
28     'no_create_on_split', 'no_join_on_split'
29   ########################################################################
30   o) Added 'xline_exempt' to auth {} block flags
31 < o) serverinfo::sid is now optional. A unique SID is now automatically
31 > o) 'serverinfo::sid' is now optional. A unique SID is now automatically
32     generated based on the server's name and description
33   o) Various fixes to the mkpasswd tool
34   o) If supported by the compiler, ircd-hybrid now compiles with
35     '-fstack-protector-strong' instead of '-fstack-protector'
36   o) Services can now add RESVs (SQLINEs) that have wildcards in it
37   o) Channel name RESVs are now sanity checked for too broad masks
38 < o) class::connectfreq now works properly with values lower than 300 seconds
38 > o) 'class::connectfreq' now works properly with values lower than 300 seconds
39   o) Implemented IRCv3.1 account-notify extension
40 < o) The general::oper_pass_resv configuration directive has been deprecated
40 > o) The 'general::oper_pass_resv' configuration directive has been deprecated
41     in favor of the new 'join:resv', and 'nick:resv' irc-operator flags.
42     See doc/reference.conf for more information.
43   o) Added 'resv', and 'unresv' irc-operator flags. Previously, all
# Line 31 | Line 49 | o) ircd is using ISO 8601 date and time
49  
50   -- Noteworthy changes in version 8.2.8 (2015-05-10)
51   o) ircd now rejects remote k-line requests for user@host mask that don't
52 <   have at least general::min_nonwildcard non-wildcard characters in it
52 >   have at least 'general::min_nonwildcard' non-wildcard characters in it
53   o) Configuration related server notices are now sent to admins only as
54     they potentially could leak passwords and other sensitive data to irc
55     operators that don't have administrator privileges
# Line 43 | Line 61 | o) Added dline_min_cidr, dline_min_cidr6
61   o) Fixed bug where a REHASH would clear all X-Lines and RESVs that have
62     been set with the XLINE/RESV commands
63   o) Fixed broken temporary remote XLINEs
64 < o) The general::havent_read_conf configuration directive has been removed
64 > o) The 'general::havent_read_conf' configuration directive has been removed
65   o) Various code cleanups
66  
67  
# Line 70 | Line 88 | o) Fixed core on Mac OSX 10.10 and possi
88   -- Noteworthy changes in version 8.2.4 (2015-02-17)
89   o) Added SVSTAG command which services may use to add tags to users which can
90     be seen in /whois
91 < o) Added oper::whois configuration option which allows to override the default
91 > o) Added 'oper::whois' configuration option which allows to override the default
92     RPL_WHOISOPERATOR numeric string shown in /whois.
93   o) IRC operators may now use +O on a channel even if they are only a half-op
94   o) Fixed bug where TOPIC messages were not n!u@h prefixed in case of TBURST
# Line 91 | Line 109 | o) Fixed bug where "/rehash" would alway
109   o) Added channel mode +C which prevents users from sending CTCPs to a channel
110   o) Fixes to the NOTICE/PRIVMSG anti-flood logic
111   o) Allow to disable the NOTICE/PRIVMSG anti-flood mechanism by setting the
112 <   general::default_floodcount configuration option to 0
112 >   'general::default_floodcount' configuration option to 0
113   o) Updated some help files
114   o) Minor code cleanups and improvements
115   o) Operators may now see certificate fingerprints, user modes and hidden
# Line 105 | Line 123 | o) Fixed broken 'make install -jX'
123   o) m_opme.c has been added to modules/extra. Can be used on opless channels only.
124   o) Added 'opme' to irc-operator flags
125   o) Updated several help files
126 < o) The general::hide_spoof_ips configuration option has been deprecated
127 < o) The general::true_no_oper_flood configuration option has been deprecated.
126 > o) The 'general::hide_spoof_ips' configuration option has been deprecated
127 > o) The 'general::true_no_oper_flood' configuration option has been deprecated.
128     Operators still can have higher 'flood' limits with no_oper_flood = yes;
129     hoewever, they are no longer allowed to bypass RecvQ limits.
130 < o) Added general::stats_m_oper_only configuration option
130 > o) Added 'general::stats_m_oper_only' configuration option
131   o) Remote client connection notices (user mode +F) now do show IP addresses, too
132  
133  
# Line 133 | Line 151 | o) Fixed bug where "NOTICE +#somechan" d
151     or channels that are set +c (no control codes)
152   o) pseudo {} blocks also known as service aliases have been implemented.
153     See doc/reference.conf for more information.
154 < o) Removed general::services_name configuration option. This is now no longer needed.
154 > o) Removed 'general::services_name' configuration option. This is now no
155 >   longer needed.
156  
157  
158   -- Noteworthy changes in version 8.2.0rc2 (2014-08-03)
# Line 151 | Line 170 | o) ./configure now requires OpenSSL 0.9.
170  
171  
172   -- Noteworthy changes in version 8.2.0beta4 (2014-07-06)
173 < o) Channel halfops are now an integral part of ircd-hybrid
173 > #####################################################################
174 > o) IMPORTANT: channel halfops are now an integral part of ircd-hybrid
175     and can't be disabled anymore
176 + #####################################################################
177   o) Many code cleanups and improvements
178   o) Added flood control for the INVITE command. See channel {} block in reference.conf
179   o) Changed flood control logic for the KNOCK command. See channel {} block in reference.conf
# Line 163 | Line 184 | o) Added 'throttle_count' configuration
184   o) Added 'ssl_message_digest_algorithm' configuration option to serverinfo {} block.
185     See doc/reference.conf for more information.
186   o) Added support for Elliptic Curve Diffie-Hellman (ECDH). Also an elliptic curve can be
187 <   specified via the serverinfo::ssl_dh_elliptic_curve configuration option.
187 >   specified via the 'serverinfo::ssl_dh_elliptic_curve' configuration option.
188   o) Removed 'ssl_server_method' and 'ssl_client_method' configuration options.
189     ircd now only allows TLSv1, TLSv1.1 and TLSv1.2 protocols depending
190     on the OpenSSL version. SSLv3 is no longer supported.
# Line 174 | Line 195 | o) Code cleanups/performance improvement
195  
196  
197   -- Noteworthy changes in version 8.2.0beta2 (2014-05-15)
198 < ########################################################################
199 < o) IMPORTANT: renamed general::warn_no_nline configuration directive to
200 <   general::warn_no_connect_block
201 < ########################################################################
198 > #########################################################################
199 > o) IMPORTANT: renamed 'general::warn_no_nline' configuration directive to
200 >   'general::warn_no_connect_block'
201 > #########################################################################
202   o) Fixed bug with WHOIS not showing a list of channel names as expected
203   o) Added usermode +q which hides idle and signon time in WHOIS
204   o) Added usermode +p which hides channel list in WHOIS
# Line 219 | Line 240 | o) Channel halfops (%) may now no longer
240   o) Channel halfops (%) may now no longer KICK other channel halfops
241   o) Fixed compile warnings; code cleanups
242   o) Fixed bug where the configuration parser wouldn't truncate the network name
243 <   if general::network_name contains spaces
243 >   if 'general::network_name' contains spaces
244  
245  
246   -- Noteworthy changes in version 8.1.17 (2014-05-01)
# Line 250 | Line 271 | o) Minor code cleanups and cosmetical fi
271  
272  
273   -- Noteworthy changes in version 8.1.14 (2014-02-25)
274 < o) WHOWAS now honors serverhide::disable_remote_commands
274 > o) WHOWAS now honors 'serverhide::disable_remote_commands'
275   o) Improved TS6 inter-server communication
276   o) Minor code cleanups and speed enhancements
277   o) Added 'unxline' oper flag
# Line 296 | Line 317 | o) The WHO reply now shows if a nickname
317     with NickServ. ('r' status flag)
318   o) Fixed some flaws with server hiding
319   o) Fixed bug where "STATS P" would leak ip addresses to remotely connected
320 <   administrators, even if serverhide::hide_server_ips was set to 'yes'
320 >   administrators, even if 'serverhide::hide_server_ips' was set to 'yes'
321   o) Added SVSKILL command
322  
323  
# Line 334 | Line 355 | o) Fixed possible core with empty motd f
355  
356   -- Noteworthy changes in version 8.1.5 (2013-07-16)
357   o) Fixed bug that would prevent servers from linking together
358 <   if connect::aftype isn't set
358 >   if 'connect::aftype' isn't set
359  
360  
361   -- Noteworthy changes in version 8.1.4 (2013-07-05)
362   o) Added 'xline' and 'resv' logging types. See doc/reference.conf
363     for more information
364   o) Fixed bug where remote STATS requests were not rate limited
365 < o) Fixed core with empty auth::spoof entries
365 > o) Fixed core with empty 'auth::spoof' entries
366   o) Increased oper/auth/connect password length limit from 20 to 128
367   o) Minor fixes to nickflood control code
368  
# Line 353 | Line 374 | o) Fixed broken --disable-libgeoip switc
374  
375  
376   -- Noteworthy changes in version 8.1.2 (2013-06-20)
377 < o) Added general::cycle_on_host_change configuration option
378 < o) Added general::stats_u_oper_only configuration option
377 > o) Added 'general::cycle_on_host_change' configuration option
378 > o) Added 'general::stats_u_oper_only' configuration option
379   o) Added support for SHA-256 ssl certificate fingerprint based operator {}
380     and connect {} blocks.
381     In conjunction with Anope 1.9/2.0 IRC-services, clients are now also able
382     to automatically identify for their nick with ssl certificate
383     fingerprints
384 < o) Added operator::ssl_connection_required configuration option. See
384 > o) Added 'operator::ssl_connection_required' configuration option. See
385     doc/reference.conf for more information
386   o) Added usermode +S (client is connected via SSL/TLS). Allows services
387     to keep track of what users are connected via SSL, and allows to see
# Line 405 | Line 426 | o) Improve/cleanup HELP system
426   o) Implemented channel mode +M. Clients that haven't identified their
427     name with NickServ may not speak in a channel that has this mode set
428   o) Fixed weird idletimes shown in /trace
429 < o) Added 'nononreg' (+R) to general::oper_umodes
429 > o) Added 'nononreg' (+R) to 'general::oper_umodes'
430   o) Added user mode +F (can see remote client connect/exit notices)
431  
432  
433   -- Noteworthy changes in version 8.1.0beta3 (2013-05-05)
434   o) PCRE support has been dropped
435   o) "STATS o" now shows how many times an operator {} block has been used.
436 <   Similar to STATS x|q"
436 >   Similar to "STATS x|q"
437   o) Implemented channel mode +c. Known from other ircds, this mode basically
438     prevents users from sending messages including control codes to a channel
439     that has this mode set
440   o) Fixed bug where bans were not checked against non-channel members when
441     sending messages to a channel
442 < o) Removed channel::quiet_on_ban configuration option. This feature is
442 > o) Removed 'channel::quiet_on_ban' configuration option. This feature is
443     now enabled by default
444  
445  
# Line 431 | Line 452 | o) Fixed spoofs not working as expected
452  
453  
454   -- Noteworthy changes in version 8.1.0beta1 (2013-04-25)
455 < ########################################################################
455 > #######################################################################
456   o) IMPORTANT: name/channel entries can't be stacked any longer within a
457     single resv {} block. Each entry now requires its own resv {} block.
458     Read doc/reference.conf for more details
459   #######################################################################
460 < o) Added resv::exempt configuration option. Exempt can be either a
460 > o) Added 'resv::exempt' configuration option. Exempt can be either a
461     ISO 3166 alpha-2 two letter country code, or a nick!user@host mask.
462     CIDR is supported
463 < o) Removed channel::restrict_channels configuration option
463 > o) Removed 'channel::restrict_channels' configuration option
464   o) Preliminary libGeoIP support. Currently only used for exempt entries
465     in resv {} blocks
466 < o) Improved WEBIRC authentication; added 'webirc' to auth::flags.
466 > o) Improved WEBIRC authentication; added 'webirc' to 'auth::flags'.
467     A "webirc." spoof is now no longer required
468   o) Implemented new memory pool allocator which basically is based upon Tor's
469     mempool allocator for Tor cells
# Line 452 | Line 473 | o) Implemented new binary database stora
473   o) Channel based resv {} blocks may now contain wildcards
474   o) NICK/JOIN now shows the actual reason of reserved nick-/channelnames
475   o) contrib/ and its content has been enirely removed from the tree
476 < o) Added serverhide::hide_services configuration option
477 < o) Added 'nononreg' (+R) to oper::umodes and general::oper_only_modes
476 > o) Added 'serverhide::hide_services' configuration option
477 > o) Added 'nononreg' (+R) to 'oper::umodes' and 'general::oper_only_modes'
478   o) Implemented IRCv3.1 away-notify extension
479  
480  
481   -- Noteworthy changes in version 8.0.9 (2013-05-16)
482   o) Fixed bug where ircd would sometimes drop a services link because
483 <   of a missing argument to the SVSMODE command
483 >   of a missing argument to the "SVSMODE" command
484   o) Fixed weird idletimes shown in /trace
485  
486  
# Line 501 | Line 522 | o) INFO now also shows configured values
522     and 'stats_e_disabled'
523   o) m_webirc.c is now officially supported, and has been moved from contrib/
524     to modules/
525 < o) /whois, /stats p, and /trace may now show fake idle times depending on
526 <   how the new class::min_idle and class::max_idle configuration directives
527 <   have been configured. This feature basically works in the same
528 <   way as it does in csircd
525 > o) /whois, /stats p, and /trace may now show fake idle times depending
526 >   on how the new 'class::min_idle' and class::max_idle configuration
527 >   directives have been configured. This feature basically works in the
528 >   same way as it does in csircd
529   o) The configuration parser now does support 'year' and 'month' units
530  
531  
# Line 539 | Line 560 | o) Fixed TBURST from leaking the server
560   -- Noteworthy changes in version 8.0.0 (2012-10-18)
561   o) Fixed an off-by-one with spoofs. Spoofs are now also checked for
562     invalid characters
563 < o) Removed general::use_whois_actually configuration directive. This is
564 <   now enabled by default
563 > o) Removed 'general::use_whois_actually' configuration directive.
564 >   This is now enabled by default
565   o) Minor SQUIT handling fixes
566   o) Fixed bancache not being updated on CHGHOST/CHGIDENT
567  
568  
569   -- Noteworthy changes in version 8.0.0rc1 (2012-09-28)
570 < o) Removed general::client_flood configuration option and added the
570 > o) Removed 'general::client_flood' configuration option and added the
571     new 'recvq' configuration directive to class {} blocks.
572     The max size of a receive queue can be seen in "STATS Y"
573     for each class
# Line 558 | Line 579 | o) Fixed wrong syntax in several languag
579   o) Removed &localchannels
580   o) PRIVMSG to opers@some.server is no longer supported
581   o) Fixed bug that could lead to topic desynchronization
582 < o) Removed serverhide::disable_hidden configuration option
582 > o) Removed 'serverhide::disable_hidden' configuration option
583   o) Dropped ircd-hybrid-6 GLINE compatibility mode
584   o) Removed use_invex, use_except and use_knock configuration options.
585     These features are now enabled by default
586  
587  
588   -- Noteworthy changes in version 8.0.0beta2 (2012-07-21)
589 < o) channel::disable_fake_channels now also disables ascii 29 (mIRC italic)
589 > o) 'channel::disable_fake_channels' now also disables ascii 29 (mIRC italic)
590     when set to yes
591 < o) Added channel::max_chans_per_oper configuration directive. The old way
591 > o) Added 'channel::max_chans_per_oper' configuration directive. The old way
592     was to let operators join three times the amount of max_chans_per_user
593   o) Replaced MODLOAD, MODUNLOAD, MODRELOAD, MODLIST and MODRESTART commands
594     with the new MODULE command which can be fed with the LOAD, UNLOAD, RELOAD
# Line 604 | Line 625 | o) Added 'globops', 'restart', 'dline',
625     these flags control
626   o) Removed Idle-time klines
627   o) Cleaned up modules API. Old modules won't work anymore
628 < o) Removed general::burst_away configuration directive. AWAY bursts are now
629 <   controlled via connect::flags explicitly
628 > o) Removed 'general::burst_away' configuration directive. AWAY bursts are now
629 >   controlled via 'connect::flags' explicitly
630   o) Introduced new logging subsystem including log rotation based on
631     file sizes. Log timestamp format is ISO8601 now
632   o) Added support for remote D-lines
# Line 621 | Line 642 | o) Removed 'ssl_server_protocol' configu
642     added 'ssl_client_method' and 'ssl_server_method' instead.
643     Both of these options can now be changed at runtime
644   o) Oper login IDs are no longer limited to NICKLEN*2
645 < o) Removed channel::burst_topicwho configuration option. Topicsetters are
646 <   now sent by default
645 > o) Removed 'channel::burst_topicwho' configuration option. This feature is now
646 >   enabled by default
647   o) "STATS Y|y" now reports CIDR limits as well
648   o) Added m_webirc.c to contrib/
649   o) Overall code cleanup and speed improvements

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)