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 7204 by michael, Tue Feb 2 17:15:26 2016 UTC vs.
Revision 8086 by michael, Sun Mar 26 10:55:11 2017 UTC

# Line 1 | Line 1
1 + #######################################################################
2 + Reminder for package maintainers of ircd-hybrid: ircd-hybrid now has
3 + GnuTLS support as of version 8.2.13
4 + #######################################################################
5 +
6 +
7 + -- Noteworthy changes in version 8.2.22 (2017-03-26)
8 + o) Implemented channel mode 'L'. Channels with that mode set can make use of an
9 +   extended ban list size specified with the new 'channel::max_bans_large'
10 +   configuraton option. This mode can be set only by irc-operators or servers.
11 + o) Implemented channel mode 'u' which hides bmask (+b/+e/+I) lists and mode changes
12 +   to non-chanops everywhere
13 + o) Fixed an issue with "TRACE" where remote servers would reply with RPL_TRACEUSER
14 +   numerics containing UIDs
15 + o) "STATS z" now shows simple memory stats of servers linked to the network
16 + o) Added support for remote "ETRACE"
17 +
18 +
19 + -- Noteworthy changes in version 8.2.21 (2016-11-27)
20 + o) The 'general::default_floodtime' configuration option has been added
21 +   along with the "SET FLOODTIME" command. These allow to fine-tune the
22 +   message throttling better
23 + o) Fixed an issue with /invite not showing the list of channels the
24 +   sender is invited to
25 +
26 +
27 + -- Noteworthy changes in version 8.2.20 (2016-11-05)
28 + o) "INFO" now shows GnuTLS/OpenSSL library/header versions
29 + o) Added 'channel::max_invites' configuration option. See doc/reference.conf
30 +   for more information.
31 + o) INVITE expirations have been implemented. Expire time can be adjusted with
32 +   the 'channel::invite_expire_time' configuration directive
33 + o) /whois notices to operators have been re-added. User mode +y is required
34 +   to see them
35 + o) The maximum line length for motd files has been increased to 320 bytes
36 +   to support multibyte encodings better
37 +
38 +
39 + -- Noteworthy changes in version 8.2.19 (2016-08-21)
40 + o) Fixed a possible server name leak in "WHO" with server hiding enabled
41 + o) "WHO" now allows opers to search by IP address
42 + o) Admins no longer can see IP addresses in "STATS P" with
43 +   'serverhide::hide_server_ips' enabled
44 + o) User mode 'n' now shows nick name changes from remote clients, too
45 +
46 +
47 + -- Noteworthy changes in version 8.2.18 (2016-06-22)
48 + o) Fixed an assert when a client sends invalid LIST options
49 + o) Fixed invalid memory stats of channel invites in "STATS z"
50 +
51 +
52 + -- Noteworthy changes in version 8.2.17 (2016-04-21)
53 + o) Fixed core on "REHASH CONF" with 'general::whowas_history_length'
54 +   set to 0
55 + o) Fixed possible core on "INVITE" with 'channel::max_channels' set to 0
56 +
57 +
58 + -- Noteworthy changes in version 8.2.16 (2016-03-20)
59 + o) Added 'general::whowas_history_length' configuration option which
60 +   allows to define the maximum length of the WHOWAS nickname history
61 + o) Services are now allowed to override 'general::min_nonwildcard',
62 +   and 'general::min_nonwildcard_simple' settings
63 + o) Minor updates to help files
64 +
65 +
66 + -- Noteworthy changes in version 8.2.15 (2016-02-24)
67 + o) Added proper support for Raspbian/ARM. Gracias to Beave/2600.net
68 +   for providing a box for testing purposes.
69 + o) Fixed an assert with empty user = "" directives in auth {} blocks
70 + o) "STATS z" now shows allocated listeners
71 + o) Fixed bug where 'can_flood' auth {} flags did not work on channels
72 +
73 +
74 + -- Noteworthy changes in version 8.2.14 (2016-02-09)
75 + o) Fixed server clustering
76 + o) Major cleanups to the configuration subsystem
77 + o) Improvements to libGeoIP support:
78 +   - Works now with IPv6 addresses
79 +   - Added 'libgeoip_database_options', 'libgeoip_ipv4_database_file',
80 +     and 'libgeoip_ipv6_database_file' configuration directives to the
81 +     serverinfo {} block
82 + o) Further improvements to GnuTLS support
83 +
84 +
85   -- Noteworthy changes in version 8.2.13 (2016-02-02)
86   o) Implemented support for GnuTLS. Currently ./configure's autodetection
87     intentionally prefers OpenSSL over GnuTLS, so OpenSSL detection needs
88     to be disabled explicitely by using the --disable-openssl switch.
89 + o) Minimum supported GnuTLS version is 3.3.8 now
90 + o) Minimum supported OpenSSL version is 1.0.1d now
91   o) Added support for remote REHASH: REHASH <server> <option>
92   o) Added 'rehash:remote' irc-operator privilege flag
93   o) Added 'rehash' type to shared {} blocks

Comparing ircd-hybrid/trunk/NEWS (property svn:keywords):
Revision 7204 by michael, Tue Feb 2 17:15:26 2016 UTC vs.
Revision 8086 by michael, Sun Mar 26 10:55:11 2017 UTC

# Line 1 | Line 1
1 < Id Revision
1 > Id

Diff Legend

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