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 5741 by michael, Sun Mar 29 16:34:05 2015 UTC vs.
Revision 6820 by michael, Thu Nov 19 19:29:03 2015 UTC

# Line 1 | Line 1
1 + -- Noteworthy changes in version 8.2.11 (2015-11-19)
2 + o) Implemented IRCv3.2 invite-notify extension
3 + o) Implemented IRCv3.2 chghost extension
4 + o) Added channel::invite_delay_channel configuration option
5 +
6 +
7 + -- Noteworthy changes in version 8.2.10 (2015-11-06)
8 + #######################################################################
9 + o) IMPORTANT: renamed 'serverhide::links_delay' configuration directive
10 +   to 'serverhide::flatten_links_delay'
11 + #######################################################################
12 + o) Added 'serverhide::flatten_links_file' configuration option
13 + o) Fixed bug where changing 'serverhide::flatten_links_delay' on runtime
14 +   would not have any effect
15 + o) mkpasswd (tools): fixed broken bcrypt support on *BSD in conjunction
16 +   with the -s and -l switches. Dropped MD5, DES and Extended DES support.
17 + o) Removed CHALLENGE in favour or ssl certificate fingerprint enabled
18 +   operator {} blocks
19 + o) RSA keys with less than 2048 bits are no longer supported; same applies
20 +   to the DH param file
21 + o) Added missing irc-operator privilege flags to /stats o. For a full list
22 +   of flags see doc/reference.conf
23 +
24 +
25 + -- Noteworthy changes in version 8.2.9 (2015-09-13)
26 + ########################################################################
27 + o) IMPORTANT: database files and links.txt are now stored in /var/lib
28 +   instead of /etc, so make sure to move your k/d/x-line database files
29 +   to the new path before (re)starting the ircd
30 + ########################################################################
31 + o) IMPORTANT: the splitmode logic has been removed along with the
32 +   following channel {} block configuration directives:
33 +   'default_split_user_count', 'default_split_server_count',
34 +   'no_create_on_split', 'no_join_on_split'
35 + ########################################################################
36 + o) Added 'xline_exempt' to auth {} block flags
37 + o) 'serverinfo::sid' is now optional. A unique SID is now automatically
38 +   generated based on the server's name and description
39 + o) Various fixes to the mkpasswd tool
40 + o) If supported by the compiler, ircd-hybrid now compiles with
41 +   '-fstack-protector-strong' instead of '-fstack-protector'
42 + o) Services can now add RESVs (SQLINEs) that have wildcards in it
43 + o) Channel name RESVs are now sanity checked for too broad masks
44 + o) 'class::connectfreq' now works properly with values lower than 300 seconds
45 + o) Implemented IRCv3.1 account-notify extension
46 + o) The 'general::oper_pass_resv' configuration directive has been deprecated
47 +   in favor of the new 'join:resv', and 'nick:resv' irc-operator flags.
48 +   See doc/reference.conf for more information.
49 + o) Added 'resv', and 'unresv' irc-operator flags. Previously, all
50 +   irc-operators were allowed to RESV and UNRESV, regardless of configured
51 +   privileges.
52 + o) Added 'close' to irc-operator flags
53 + o) ircd is using ISO 8601 date and time notation in most places now
54 +
55 +
56 + -- Noteworthy changes in version 8.2.8 (2015-05-10)
57 + o) ircd now rejects remote k-line requests for user@host mask that don't
58 +   have at least 'general::min_nonwildcard' non-wildcard characters in it
59 + o) Configuration related server notices are now sent to admins only as
60 +   they potentially could leak passwords and other sensitive data to irc
61 +   operators that don't have administrator privileges
62 + o) The GLINE/GUNGLINE commands have been removed. KLINE in conjunction
63 +   with cluster {} and/or shared {} blocks is now the recommended
64 +   way to add global user@host mask based server bans
65 + o) Added dline_min_cidr, dline_min_cidr6, kline_min_cidr, and kline_min_cidr6
66 +   configuration options to the general {} block
67 + o) Fixed bug where a REHASH would clear all X-Lines and RESVs that have
68 +   been set with the XLINE/RESV commands
69 + o) Fixed broken temporary remote XLINEs
70 + o) The 'general::havent_read_conf' configuration directive has been removed
71 + o) Various code cleanups
72 +
73 +
74 + -- Noteworthy changes in version 8.2.7 (2015-04-05)
75 + o) Fixed a potential buffer overflow with the BMASK inter-server command
76 + o) Fixed undefined behavior in the HELP command module which could
77 +   lead to stack corruption
78 + o) Removed useless help files for inter-server commands
79 +
80 +
81   -- Noteworthy changes in version 8.2.6 (2015-03-29)
82   o) INFO now shows configured values of 'max_watch' and 'stats_m_oper_only'
83   o) WHOWAS now shows IP addresses to irc operators
# Line 14 | Line 94 | o) Fixed core on Mac OSX 10.10 and possi
94   -- Noteworthy changes in version 8.2.4 (2015-02-17)
95   o) Added SVSTAG command which services may use to add tags to users which can
96     be seen in /whois
97 < o) Added oper::whois configuration option which allows to override the default
97 > o) Added 'oper::whois' configuration option which allows to override the default
98     RPL_WHOISOPERATOR numeric string shown in /whois.
99   o) IRC operators may now use +O on a channel even if they are only a half-op
100   o) Fixed bug where TOPIC messages were not n!u@h prefixed in case of TBURST
# Line 35 | Line 115 | o) Fixed bug where "/rehash" would alway
115   o) Added channel mode +C which prevents users from sending CTCPs to a channel
116   o) Fixes to the NOTICE/PRIVMSG anti-flood logic
117   o) Allow to disable the NOTICE/PRIVMSG anti-flood mechanism by setting the
118 <   general::default_floodcount configuration option to 0
118 >   'general::default_floodcount' configuration option to 0
119   o) Updated some help files
120   o) Minor code cleanups and improvements
121   o) Operators may now see certificate fingerprints, user modes and hidden
# Line 43 | Line 123 | o) Operators may now see certificate fin
123  
124  
125   -- Noteworthy changes in version 8.2.2 (2015-01-20)
126 < o) Added support for the "extended-join" client capability
126 > o) Implemented IRCv3.1 extended-join extension
127   o) Channel half-ops can now use INVITE as well
128   o) Fixed broken 'make install -jX'
129   o) m_opme.c has been added to modules/extra. Can be used on opless channels only.
130   o) Added 'opme' to irc-operator flags
131   o) Updated several help files
132 < o) The general::hide_spoof_ips configuration option has been deprecated
133 < o) The general::true_no_oper_flood configuration option has been deprecated.
132 > o) The 'general::hide_spoof_ips' configuration option has been deprecated
133 > o) The 'general::true_no_oper_flood' configuration option has been deprecated.
134     Operators still can have higher 'flood' limits with no_oper_flood = yes;
135     hoewever, they are no longer allowed to bypass RecvQ limits.
136 < o) Added general::stats_m_oper_only configuration option
136 > o) Added 'general::stats_m_oper_only' configuration option
137   o) Remote client connection notices (user mode +F) now do show IP addresses, too
138  
139  
140   -- Noteworthy changes in version 8.2.1 (2014-10-21)
141 < o) Fixed bug where "/undline remote.server IP" did not work as expected
141 > o) Fixed bug where "UNDLINE remote.server IP" did not work as expected
142   o) Servers are now allowed to add/remove K-/D-/X-lines and RESVs
143   o) Usermode +G now no longer allows to override +g
144   o) Due to potential weakness, TLS session caching and session tickets
# Line 77 | Line 157 | o) Fixed bug where "NOTICE +#somechan" d
157     or channels that are set +c (no control codes)
158   o) pseudo {} blocks also known as service aliases have been implemented.
159     See doc/reference.conf for more information.
160 < o) Removed general::services_name configuration option. This is now no longer needed.
160 > o) Removed 'general::services_name' configuration option. This is now no
161 >   longer needed.
162  
163  
164   -- Noteworthy changes in version 8.2.0rc2 (2014-08-03)
# Line 95 | Line 176 | o) ./configure now requires OpenSSL 0.9.
176  
177  
178   -- Noteworthy changes in version 8.2.0beta4 (2014-07-06)
179 < o) Channel halfops are now an integral part of ircd-hybrid
179 > #####################################################################
180 > o) IMPORTANT: channel halfops are now an integral part of ircd-hybrid
181     and can't be disabled anymore
182 + #####################################################################
183   o) Many code cleanups and improvements
184   o) Added flood control for the INVITE command. See channel {} block in reference.conf
185   o) Changed flood control logic for the KNOCK command. See channel {} block in reference.conf
# Line 107 | Line 190 | o) Added 'throttle_count' configuration
190   o) Added 'ssl_message_digest_algorithm' configuration option to serverinfo {} block.
191     See doc/reference.conf for more information.
192   o) Added support for Elliptic Curve Diffie-Hellman (ECDH). Also an elliptic curve can be
193 <   specified via the serverinfo::ssl_dh_elliptic_curve configuration option.
193 >   specified via the 'serverinfo::ssl_dh_elliptic_curve' configuration option.
194   o) Removed 'ssl_server_method' and 'ssl_client_method' configuration options.
195     ircd now only allows TLSv1, TLSv1.1 and TLSv1.2 protocols depending
196     on the OpenSSL version. SSLv3 is no longer supported.
# Line 118 | Line 201 | o) Code cleanups/performance improvement
201  
202  
203   -- Noteworthy changes in version 8.2.0beta2 (2014-05-15)
204 < ########################################################################
205 < o) IMPORTANT: renamed general::warn_no_nline configuration directive to
206 <   general::warn_no_connect_block
207 < ########################################################################
204 > #########################################################################
205 > o) IMPORTANT: renamed 'general::warn_no_nline' configuration directive to
206 >   'general::warn_no_connect_block'
207 > #########################################################################
208   o) Fixed bug with WHOIS not showing a list of channel names as expected
209   o) Added usermode +q which hides idle and signon time in WHOIS
210   o) Added usermode +p which hides channel list in WHOIS
# Line 163 | Line 246 | o) Channel halfops (%) may now no longer
246   o) Channel halfops (%) may now no longer KICK other channel halfops
247   o) Fixed compile warnings; code cleanups
248   o) Fixed bug where the configuration parser wouldn't truncate the network name
249 <   if general::network_name contains spaces
249 >   if 'general::network_name' contains spaces
250  
251  
252   -- Noteworthy changes in version 8.1.17 (2014-05-01)
# Line 194 | Line 277 | o) Minor code cleanups and cosmetical fi
277  
278  
279   -- Noteworthy changes in version 8.1.14 (2014-02-25)
280 < o) WHOWAS now honors serverhide::disable_remote_commands
280 > o) WHOWAS now honors 'serverhide::disable_remote_commands'
281   o) Improved TS6 inter-server communication
282   o) Minor code cleanups and speed enhancements
283   o) Added 'unxline' oper flag
284 < o) Added support for "userhost-in-names" client capability
284 > o) Implemented IRCv3.2 userhost-in-names extension
285   o) ircd now allows private RSA keys larger than 2048 bits
286   o) Fixed bug where signals stopped from working after restarting
287     the ircd via SIGINT
# Line 240 | Line 323 | o) The WHO reply now shows if a nickname
323     with NickServ. ('r' status flag)
324   o) Fixed some flaws with server hiding
325   o) Fixed bug where "STATS P" would leak ip addresses to remotely connected
326 <   administrators, even if serverhide::hide_server_ips was set to 'yes'
326 >   administrators, even if 'serverhide::hide_server_ips' was set to 'yes'
327   o) Added SVSKILL command
328  
329  
# Line 278 | Line 361 | o) Fixed possible core with empty motd f
361  
362   -- Noteworthy changes in version 8.1.5 (2013-07-16)
363   o) Fixed bug that would prevent servers from linking together
364 <   if connect::aftype isn't set
364 >   if 'connect::aftype' isn't set
365  
366  
367   -- Noteworthy changes in version 8.1.4 (2013-07-05)
368   o) Added 'xline' and 'resv' logging types. See doc/reference.conf
369     for more information
370   o) Fixed bug where remote STATS requests were not rate limited
371 < o) Fixed core with empty auth::spoof entries
371 > o) Fixed core with empty 'auth::spoof' entries
372   o) Increased oper/auth/connect password length limit from 20 to 128
373   o) Minor fixes to nickflood control code
374  
# Line 297 | Line 380 | o) Fixed broken --disable-libgeoip switc
380  
381  
382   -- Noteworthy changes in version 8.1.2 (2013-06-20)
383 < o) Added general::cycle_on_host_change configuration option
384 < o) Added general::stats_u_oper_only configuration option
383 > o) Added 'general::cycle_on_host_change' configuration option
384 > o) Added 'general::stats_u_oper_only' configuration option
385   o) Added support for SHA-256 ssl certificate fingerprint based operator {}
386     and connect {} blocks.
387     In conjunction with Anope 1.9/2.0 IRC-services, clients are now also able
388     to automatically identify for their nick with ssl certificate
389     fingerprints
390 < o) Added operator::ssl_connection_required configuration option. See
390 > o) Added 'operator::ssl_connection_required' configuration option. See
391     doc/reference.conf for more information
392   o) Added usermode +S (client is connected via SSL/TLS). Allows services
393     to keep track of what users are connected via SSL, and allows to see
# Line 349 | Line 432 | o) Improve/cleanup HELP system
432   o) Implemented channel mode +M. Clients that haven't identified their
433     name with NickServ may not speak in a channel that has this mode set
434   o) Fixed weird idletimes shown in /trace
435 < o) Added 'nononreg' (+R) to general::oper_umodes
435 > o) Added 'nononreg' (+R) to 'general::oper_umodes'
436   o) Added user mode +F (can see remote client connect/exit notices)
437  
438  
439   -- Noteworthy changes in version 8.1.0beta3 (2013-05-05)
440   o) PCRE support has been dropped
441   o) "STATS o" now shows how many times an operator {} block has been used.
442 <   Similar to STATS x|q"
442 >   Similar to "STATS x|q"
443   o) Implemented channel mode +c. Known from other ircds, this mode basically
444     prevents users from sending messages including control codes to a channel
445     that has this mode set
446   o) Fixed bug where bans were not checked against non-channel members when
447     sending messages to a channel
448 < o) Removed channel::quiet_on_ban configuration option. This feature is
448 > o) Removed 'channel::quiet_on_ban' configuration option. This feature is
449     now enabled by default
450  
451  
# Line 375 | Line 458 | o) Fixed spoofs not working as expected
458  
459  
460   -- Noteworthy changes in version 8.1.0beta1 (2013-04-25)
461 < ########################################################################
461 > #######################################################################
462   o) IMPORTANT: name/channel entries can't be stacked any longer within a
463     single resv {} block. Each entry now requires its own resv {} block.
464     Read doc/reference.conf for more details
465   #######################################################################
466 < o) Added resv::exempt configuration option. Exempt can be either a
466 > o) Added 'resv::exempt' configuration option. Exempt can be either a
467     ISO 3166 alpha-2 two letter country code, or a nick!user@host mask.
468     CIDR is supported
469 < o) Removed channel::restrict_channels configuration option
469 > o) Removed 'channel::restrict_channels' configuration option
470   o) Preliminary libGeoIP support. Currently only used for exempt entries
471     in resv {} blocks
472 < o) Improved WEBIRC authentication; added 'webirc' to auth::flags.
472 > o) Improved WEBIRC authentication; added 'webirc' to 'auth::flags'.
473     A "webirc." spoof is now no longer required
474   o) Implemented new memory pool allocator which basically is based upon Tor's
475     mempool allocator for Tor cells
# Line 396 | Line 479 | o) Implemented new binary database stora
479   o) Channel based resv {} blocks may now contain wildcards
480   o) NICK/JOIN now shows the actual reason of reserved nick-/channelnames
481   o) contrib/ and its content has been enirely removed from the tree
482 < o) Added serverhide::hide_services configuration option
483 < o) Added 'nononreg' (+R) to oper::umodes and general::oper_only_modes
484 < o) Added support for "away-notify" client capability
482 > o) Added 'serverhide::hide_services' configuration option
483 > o) Added 'nononreg' (+R) to 'oper::umodes' and 'general::oper_only_modes'
484 > o) Implemented IRCv3.1 away-notify extension
485  
486  
487   -- Noteworthy changes in version 8.0.9 (2013-05-16)
488   o) Fixed bug where ircd would sometimes drop a services link because
489 <   of a missing argument to the SVSMODE command
489 >   of a missing argument to the "SVSMODE" command
490   o) Fixed weird idletimes shown in /trace
491  
492  
# Line 445 | Line 528 | o) INFO now also shows configured values
528     and 'stats_e_disabled'
529   o) m_webirc.c is now officially supported, and has been moved from contrib/
530     to modules/
531 < o) /whois, /stats p, and /trace may now show fake idle times depending on
532 <   how the new class::min_idle and class::max_idle configuration directives
533 <   have been configured. This feature basically works in the same
534 <   way as it does in csircd
531 > o) /whois, /stats p, and /trace may now show fake idle times depending
532 >   on how the new 'class::min_idle' and class::max_idle configuration
533 >   directives have been configured. This feature basically works in the
534 >   same way as it does in csircd
535   o) The configuration parser now does support 'year' and 'month' units
536  
537  
# Line 483 | Line 566 | o) Fixed TBURST from leaking the server
566   -- Noteworthy changes in version 8.0.0 (2012-10-18)
567   o) Fixed an off-by-one with spoofs. Spoofs are now also checked for
568     invalid characters
569 < o) Removed general::use_whois_actually configuration directive. This is
570 <   now enabled by default
569 > o) Removed 'general::use_whois_actually' configuration directive.
570 >   This is now enabled by default
571   o) Minor SQUIT handling fixes
572   o) Fixed bancache not being updated on CHGHOST/CHGIDENT
573  
574  
575   -- Noteworthy changes in version 8.0.0rc1 (2012-09-28)
576 < o) Removed general::client_flood configuration option and added the
576 > o) Removed 'general::client_flood' configuration option and added the
577     new 'recvq' configuration directive to class {} blocks.
578     The max size of a receive queue can be seen in "STATS Y"
579     for each class
# Line 502 | Line 585 | o) Fixed wrong syntax in several languag
585   o) Removed &localchannels
586   o) PRIVMSG to opers@some.server is no longer supported
587   o) Fixed bug that could lead to topic desynchronization
588 < o) Removed serverhide::disable_hidden configuration option
588 > o) Removed 'serverhide::disable_hidden' configuration option
589   o) Dropped ircd-hybrid-6 GLINE compatibility mode
590   o) Removed use_invex, use_except and use_knock configuration options.
591     These features are now enabled by default
592  
593  
594   -- Noteworthy changes in version 8.0.0beta2 (2012-07-21)
595 < o) channel::disable_fake_channels now also disables ascii 29 (mIRC italic)
595 > o) 'channel::disable_fake_channels' now also disables ascii 29 (mIRC italic)
596     when set to yes
597 < o) Added channel::max_chans_per_oper configuration directive. The old way
597 > o) Added 'channel::max_chans_per_oper' configuration directive. The old way
598     was to let operators join three times the amount of max_chans_per_user
599   o) Replaced MODLOAD, MODUNLOAD, MODRELOAD, MODLIST and MODRESTART commands
600     with the new MODULE command which can be fed with the LOAD, UNLOAD, RELOAD
# Line 548 | Line 631 | o) Added 'globops', 'restart', 'dline',
631     these flags control
632   o) Removed Idle-time klines
633   o) Cleaned up modules API. Old modules won't work anymore
634 < o) Removed general::burst_away configuration directive. AWAY bursts are now
635 <   controlled via connect::flags explicitly
634 > o) Removed 'general::burst_away' configuration directive. AWAY bursts are now
635 >   controlled via 'connect::flags' explicitly
636   o) Introduced new logging subsystem including log rotation based on
637     file sizes. Log timestamp format is ISO8601 now
638   o) Added support for remote D-lines
# Line 565 | Line 648 | o) Removed 'ssl_server_protocol' configu
648     added 'ssl_client_method' and 'ssl_server_method' instead.
649     Both of these options can now be changed at runtime
650   o) Oper login IDs are no longer limited to NICKLEN*2
651 < o) Removed channel::burst_topicwho configuration option. Topicsetters are
652 <   now sent by default
651 > o) Removed 'channel::burst_topicwho' configuration option. This feature is now
652 >   enabled by default
653   o) "STATS Y|y" now reports CIDR limits as well
654   o) Added m_webirc.c to contrib/
655   o) Overall code cleanup and speed improvements

Diff Legend

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