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 9175 by michael, Sun Jan 19 12:39:07 2020 UTC vs.
Revision 9232 by michael, Sun Jan 26 18:39:53 2020 UTC

# Line 1 | Line 1
1 < -- Noteworthy changes in version 8.2.27 (2019-??-??)
1 > -- Noteworthy changes in version 8.2.28 (2020-01-26)
2 > o) Fixed issue with topics set by TBURST not being propagated properly to clients
3 > o) Allow IRC operators to search for real hosts in "WHO"
4 > o) Ban/exempt/invex masks are now also tested against realhosts to prevent clients
5 >   from bypassing channel bans by activating a fakehost
6 > o) For a full list of all changes in this release, see https://git.io/JvqpT
7 >
8 >
9 > -- Noteworthy changes in version 8.2.27 (2020-01-22)
10 > o) Experimental support for wolfSSL has been implemented. Minimum supported version is 4.3.0
11 > o) The --enable-openssl, --enable-gnutls switches, and their disabling counterparts
12 >   --disable-openssl and --disable-gnutls, have been replaced with the --with-tls switch
13 >   which takes one of the following options: 'openssl', 'wolfssl', 'gnutls', and 'none'.
14 >   If nothing has been specified, configure tries to autodetect in the following order:
15 >   openssl/libressl -> gnutls -> wolfssl.
16   o) Fixed segfault with GnuTLS/libgmp in case there's no DH parameters file
17     defined in 'serverinfo::ssl_dh_param_file' or if that file is missing
18   o) The connection timeout for connect{} blocks can now be configured via
# Line 19 | Line 33 | o) In the operator {} block, the followi
33   o) In the connect {} block, the following configuration directives have been renamed:
34       ssl_cipher_list -> tls_cipher_list
35       ssl_certificate_fingerprint -> tls_certificate_fingerprint
36 < o) Experimental support for wolfSSL has been implemented. Minimum supported version is 4.3.0
23 < o) The --enable-openssl, --enable-gnutls switches, and their disabling counterparts
24 <   --disable-openssl and --disable-gnutls, have been replaced with the --with-tls switch
25 <   which takes one of the following options: 'openssl', 'wolfssl', 'gnutls', and 'none'.
26 <   If nothing has been specified, configure tries to autodetect in the following order:
27 <   openssl/libressl -> gnutls -> wolfssl.
36 > o) For a full list of all changes in this release, see https://git.io/Jvq9g
37  
38  
39   -- Noteworthy changes in version 8.2.26 (2019-05-31)
# Line 193 | Line 202 | o) Far client exit notices (+F) now show
202   o) Made idle time look nicer in "STATS v|p" by using a formatted time string
203   o) 'general::ts_warn_delta', and 'general::ts_max_delta' can be set to 0 now
204   o) Several code cleanups and optimizations. Improved documentation
205 + o) For a full list of all changes in this release, see https://git.io/JvLtj
206  
207  
208   -- Noteworthy changes in version 8.2.11 (2015-11-19)
209   o) Implemented IRCv3.2 invite-notify extension
210   o) Implemented IRCv3.2 chghost extension
211   o) Added channel::invite_delay_channel configuration option
212 + o) For a full list of all changes in this release, see https://git.io/JvLqe
213  
214  
215   -- Noteworthy changes in version 8.2.10 (2015-11-06)
# Line 217 | Line 228 | o) RSA keys with less than 2048 bits are
228     to the DH param file
229   o) Added missing irc-operator privilege flags to /stats o. For a full list
230     of flags see doc/reference.conf
231 + o) For a full list of all changes in this release, see https://git.io/JvLqJ
232  
233  
234   -- Noteworthy changes in version 8.2.9 (2015-09-13)
# Line 248 | Line 260 | o) Added 'resv', and 'unresv' irc-operat
260     privileges.
261   o) Added 'close' to irc-operator flags
262   o) ircd is using ISO 8601 date and time notation in most places now
263 + o) For a full list of all changes in this release, see https://git.io/JvLqI
264  
265  
266   -- Noteworthy changes in version 8.2.8 (2015-05-10)
# Line 266 | Line 279 | o) Fixed bug where a REHASH would clear
279   o) Fixed broken temporary remote XLINEs
280   o) The 'general::havent_read_conf' configuration directive has been removed
281   o) Various code cleanups
282 + o) For a full list of all changes in this release, see https://git.io/JvLqq
283  
284  
285   -- Noteworthy changes in version 8.2.7 (2015-04-05)

Diff Legend

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