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 8491 by michael, Wed Apr 4 22:02:58 2018 UTC vs.
Revision 9052 by michael, Mon Jun 3 14:55:16 2019 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 < #######################################################################
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)
# Line 9 | Line 30 | o) Added "STATS s" to show configured ps
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)
# Line 22 | Line 44 | 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)
# Line 34 | Line 57 | o) Fixed an issue with "TRACE" where rem
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)
# Line 42 | Line 66 | o) The 'general::default_floodtime' conf
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)
# Line 54 | Line 79 | o) /whois notices to operators have been
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)
# Line 62 | Line 88 | o) "WHO" now allows opers to search by I
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)
# Line 81 | Line 110 | o) Added 'general::whowas_history_length
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)
# Line 89 | Line 119 | o) Added proper support for Raspbian/ARM
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 100 | 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 112 | 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)

Diff Legend

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