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 7366 by michael, Wed Feb 24 12:40:19 2016 UTC vs.
Revision 9052 by michael, Mon Jun 3 14:55:16 2019 UTC

# Line 1 | Line 1
1 + -- Noteworthy changes in version 8.2.26 (2019-05-31)
2 + o) The 'general::tkline_expire_notices' configuration directive has been
3 +   replaced with user mode 'X'. *LINE expiration notices are sent to IRC
4 +   operators with that mode set
5 + o) Fixed issue with '/rehash conf' creating duplicated class entries
6 +   instead of updating existing ones that are already in use
7 + o) For a full list of all changes in this release, see https://git.io/fjEbq
8 +
9 +
10 + -- Noteworthy changes in version 8.2.25 (2019-04-24)
11 + o) The 'class::number_per_ip', 'class::max_local' and 'class::max_global'
12 +   configuration directives have been replaced with just 'class::number_per_ip_local'
13 +   and 'class::number_per_ip_global'. The 'class::max_local' basically was
14 +   redundant as it had the same functionality as 'class::number_per_ip'
15 + o) Adding RESVs with wildcards no longer requires administrator privileges
16 + o) The 'general::ignore_bogus_ts' configuration option has been deprecated
17 + o) TLSv1.1 and TLSv1.0 are no longer supported and have been disabled in
18 +   the openssl and gnutls module
19 + o) Minimum supported OpenSSL version is 1.0.1f now
20 + o) Minimum supported GnuTLS version is 3.5.8 now
21 + o) The 'serverinfo::vhost' and 'serverinfo:vhost6' configuration directives have
22 +   been deprecated. If you need to bind() a specific address you can specify one
23 +   in the connect {} block
24 + o) The 'connect::vhost' configuration directive has been renamed to 'connect::bind'
25 + o) For a full list of all changes in this release, see https://git.io/fjRVk
26 +
27 +
28 + -- Noteworthy changes in version 8.2.24 (2018-04-05)
29 + o) Added "STATS s" to show configured pseudo {} blocks
30 + o) Implemented channel mode 'N' which prevents users from changing their
31 +   nick while in a channel with that mode set
32 + o) Services clients are now shown with 'is a Network Service' in "WHOIS"
33 + o) For a full list of all changes in this release, see https://git.io/fjRVt
34 +
35 +
36 + -- Noteworthy changes in version 8.2.23 (2018-03-26)
37 + o) irc-operators are now able to see a user's resolved hostname in /whowas,
38 +   and /whois even if the user has a fakehost/vhost
39 + o) RPL_WELCOME now does use the rfc2812 style nick!user@host format
40 + o) Removed rudimentary libgeoip support
41 + o) Added --enable-efence switch to allow easy linking with the
42 +   electric fence memory debugger library
43 + o) "JOIN 0" is no longer supported
44 + o) Fixed bug where ircd would not remove RPL_WHOISOPERATOR based svstags
45 +   when deoppering
46 + o) Fixed 'unknown closes' statistic in "STATS t" showing invalid values sometimes
47 + o) For a full list of all changes in this release, see https://git.io/fjRVq
48 +
49 +
50 + -- Noteworthy changes in version 8.2.22 (2017-03-26)
51 + o) Implemented channel mode 'L'. Channels with that mode set can make use of an
52 +   extended ban list size specified with the new 'channel::max_bans_large'
53 +   configuraton option. This mode can be set only by irc-operators or servers.
54 + o) Implemented channel mode 'u' which hides bmask (+b/+e/+I) lists and mode changes
55 +   to non-chanops everywhere
56 + o) Fixed an issue with "TRACE" where remote servers would reply with RPL_TRACEUSER
57 +   numerics containing UIDs
58 + o) "STATS z" now shows simple memory stats of servers linked to the network
59 + o) Added support for remote "ETRACE"
60 + o) For a full list of all changes in this release, see https://git.io/fjRVO
61 +
62 +
63 + -- Noteworthy changes in version 8.2.21 (2016-11-27)
64 + o) The 'general::default_floodtime' configuration option has been added
65 +   along with the "SET FLOODTIME" command. These allow to fine-tune the
66 +   message throttling better
67 + o) Fixed an issue with /invite not showing the list of channels the
68 +   sender is invited to
69 + o) For a full list of all changes in this release, see https://git.io/fjRVG
70 +
71 +
72 + -- Noteworthy changes in version 8.2.20 (2016-11-05)
73 + o) "INFO" now shows GnuTLS/OpenSSL library/header versions
74 + o) Added 'channel::max_invites' configuration option. See doc/reference.conf
75 +   for more information.
76 + o) INVITE expirations have been implemented. Expire time can be adjusted with
77 +   the 'channel::invite_expire_time' configuration directive
78 + o) /whois notices to operators have been re-added. User mode +y is required
79 +   to see them
80 + o) The maximum line length for motd files has been increased to 320 bytes
81 +   to support multibyte encodings better
82 + o) For a full list of all changes in this release, see https://git.io/fjRVZ
83 +
84 +
85 + -- Noteworthy changes in version 8.2.19 (2016-08-21)
86 + o) Fixed a possible server name leak in "WHO" with server hiding enabled
87 + o) "WHO" now allows opers to search by IP address
88 + o) Admins no longer can see IP addresses in "STATS P" with
89 +   'serverhide::hide_server_ips' enabled
90 + o) User mode 'n' now shows nick name changes from remote clients, too
91 + o) For a full list of all changes in this release, see https://git.io/fjRVC
92 +
93 +
94 + -- Noteworthy changes in version 8.2.18 (2016-06-22)
95 + o) Fixed an assert when a client sends invalid LIST options
96 + o) Fixed invalid memory stats of channel invites in "STATS z"
97 + o) For a full list of all changes in this release, see https://git.io/fjRSx
98 +
99 +
100 + -- Noteworthy changes in version 8.2.17 (2016-04-21)
101 + o) Fixed core on "REHASH CONF" with 'general::whowas_history_length'
102 +   set to 0
103 + o) Fixed possible core on "INVITE" with 'channel::max_channels' set to 0
104 + o) For a full list of all changes in this release, see https://git.io/fjRSp
105 +
106 +
107 + -- Noteworthy changes in version 8.2.16 (2016-03-20)
108 + o) Added 'general::whowas_history_length' configuration option which
109 +   allows to define the maximum length of the WHOWAS nickname history
110 + o) Services are now allowed to override 'general::min_nonwildcard',
111 +   and 'general::min_nonwildcard_simple' settings
112 + o) Minor updates to help files
113 + o) For a full list of all changes in this release, see https://git.io/fjRSj
114 +
115 +
116   -- Noteworthy changes in version 8.2.15 (2016-02-24)
117   o) Added proper support for Raspbian/ARM. Gracias to Beave/2600.net
118     for providing a box for testing purposes.
119   o) Fixed an assert with empty user = "" directives in auth {} blocks
120   o) "STATS z" now shows allocated listeners
121   o) Fixed bug where 'can_flood' auth {} flags did not work on channels
122 + o) For a full list of all changes in this release, see https://git.io/fjR9v
123  
124  
125   -- Noteworthy changes in version 8.2.14 (2016-02-09)
# Line 15 | Line 131 | o) Improvements to libGeoIP support:
131       and 'libgeoip_ipv6_database_file' configuration directives to the
132       serverinfo {} block
133   o) Further improvements to GnuTLS support
134 + o) For a full list of all changes in this release, see https://git.io/fjR9f
135  
136  
137   -- Noteworthy changes in version 8.2.13 (2016-02-02)
# Line 27 | Line 144 | o) Added support for remote REHASH: REHA
144   o) Added 'rehash:remote' irc-operator privilege flag
145   o) Added 'rehash' type to shared {} blocks
146   o) Fixed minor memory leak with shared {} and cluster {} blocks
147 + o) For a full list of all changes in this release, see https://git.io/fjR9J
148  
149  
150   -- Noteworthy changes in version 8.2.12 (2016-01-05)

Comparing ircd-hybrid/trunk/NEWS (property svn:keywords):
Revision 7366 by michael, Wed Feb 24 12:40:19 2016 UTC vs.
Revision 9052 by michael, Mon Jun 3 14:55:16 2019 UTC

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

Diff Legend

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