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

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

Diff Legend

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