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 6820 by michael, Thu Nov 19 19:29:03 2015 UTC vs.
Revision 8491 by michael, Wed Apr 4 22:02:58 2018 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.24 (2018-04-05)
8 + o) Added "STATS s" to show configured pseudo {} blocks
9 + o) Implemented channel mode 'N' which prevents users from changing their
10 +   nick while in a channel with that mode set
11 + o) Services clients are now shown with 'is a Network Service' in "WHOIS"
12 +
13 +
14 + -- Noteworthy changes in version 8.2.23 (2018-03-26)
15 + o) irc-operators are now able to see a user's resolved hostname in /whowas,
16 +   and /whois even if the user has a fakehost/vhost
17 + o) RPL_WELCOME now does use the rfc2812 style nick!user@host format
18 + o) Removed rudimentary libgeoip support
19 + o) Added --enable-efence switch to allow easy linking with the
20 +   electric fence memory debugger library
21 + o) "JOIN 0" is no longer supported
22 + o) Fixed bug where ircd would not remove RPL_WHOISOPERATOR based svstags
23 +   when deoppering
24 + o) Fixed 'unknown closes' statistic in "STATS t" showing invalid values sometimes
25 +
26 +
27 + -- Noteworthy changes in version 8.2.22 (2017-03-26)
28 + o) Implemented channel mode 'L'. Channels with that mode set can make use of an
29 +   extended ban list size specified with the new 'channel::max_bans_large'
30 +   configuraton option. This mode can be set only by irc-operators or servers.
31 + o) Implemented channel mode 'u' which hides bmask (+b/+e/+I) lists and mode changes
32 +   to non-chanops everywhere
33 + o) Fixed an issue with "TRACE" where remote servers would reply with RPL_TRACEUSER
34 +   numerics containing UIDs
35 + o) "STATS z" now shows simple memory stats of servers linked to the network
36 + o) Added support for remote "ETRACE"
37 +
38 +
39 + -- Noteworthy changes in version 8.2.21 (2016-11-27)
40 + o) The 'general::default_floodtime' configuration option has been added
41 +   along with the "SET FLOODTIME" command. These allow to fine-tune the
42 +   message throttling better
43 + o) Fixed an issue with /invite not showing the list of channels the
44 +   sender is invited to
45 +
46 +
47 + -- Noteworthy changes in version 8.2.20 (2016-11-05)
48 + o) "INFO" now shows GnuTLS/OpenSSL library/header versions
49 + o) Added 'channel::max_invites' configuration option. See doc/reference.conf
50 +   for more information.
51 + o) INVITE expirations have been implemented. Expire time can be adjusted with
52 +   the 'channel::invite_expire_time' configuration directive
53 + o) /whois notices to operators have been re-added. User mode +y is required
54 +   to see them
55 + o) The maximum line length for motd files has been increased to 320 bytes
56 +   to support multibyte encodings better
57 +
58 +
59 + -- Noteworthy changes in version 8.2.19 (2016-08-21)
60 + o) Fixed a possible server name leak in "WHO" with server hiding enabled
61 + o) "WHO" now allows opers to search by IP address
62 + o) Admins no longer can see IP addresses in "STATS P" with
63 +   'serverhide::hide_server_ips' enabled
64 + o) User mode 'n' now shows nick name changes from remote clients, too
65 +
66 +
67 + -- Noteworthy changes in version 8.2.18 (2016-06-22)
68 + o) Fixed an assert when a client sends invalid LIST options
69 + o) Fixed invalid memory stats of channel invites in "STATS z"
70 +
71 +
72 + -- Noteworthy changes in version 8.2.17 (2016-04-21)
73 + o) Fixed core on "REHASH CONF" with 'general::whowas_history_length'
74 +   set to 0
75 + o) Fixed possible core on "INVITE" with 'channel::max_channels' set to 0
76 +
77 +
78 + -- Noteworthy changes in version 8.2.16 (2016-03-20)
79 + o) Added 'general::whowas_history_length' configuration option which
80 +   allows to define the maximum length of the WHOWAS nickname history
81 + o) Services are now allowed to override 'general::min_nonwildcard',
82 +   and 'general::min_nonwildcard_simple' settings
83 + o) Minor updates to help files
84 +
85 +
86 + -- Noteworthy changes in version 8.2.15 (2016-02-24)
87 + o) Added proper support for Raspbian/ARM. Gracias to Beave/2600.net
88 +   for providing a box for testing purposes.
89 + o) Fixed an assert with empty user = "" directives in auth {} blocks
90 + o) "STATS z" now shows allocated listeners
91 + o) Fixed bug where 'can_flood' auth {} flags did not work on channels
92 +
93 +
94 + -- Noteworthy changes in version 8.2.14 (2016-02-09)
95 + o) Fixed server clustering
96 + o) Major cleanups to the configuration subsystem
97 + o) Improvements to libGeoIP support:
98 +   - Works now with IPv6 addresses
99 +   - Added 'libgeoip_database_options', 'libgeoip_ipv4_database_file',
100 +     and 'libgeoip_ipv6_database_file' configuration directives to the
101 +     serverinfo {} block
102 + o) Further improvements to GnuTLS support
103 +
104 +
105 + -- Noteworthy changes in version 8.2.13 (2016-02-02)
106 + o) Implemented support for GnuTLS. Currently ./configure's autodetection
107 +   intentionally prefers OpenSSL over GnuTLS, so OpenSSL detection needs
108 +   to be disabled explicitely by using the --disable-openssl switch.
109 + o) Minimum supported GnuTLS version is 3.3.8 now
110 + o) Minimum supported OpenSSL version is 1.0.1d now
111 + o) Added support for remote REHASH: REHASH <server> <option>
112 + o) Added 'rehash:remote' irc-operator privilege flag
113 + o) Added 'rehash' type to shared {} blocks
114 + o) Fixed minor memory leak with shared {} and cluster {} blocks
115 +
116 +
117 + -- Noteworthy changes in version 8.2.12 (2016-01-05)
118 + #######################################################################
119 + o) IMPORTANT: Character case mapping is 'ascii' now. It is recommended
120 +   to update all servers on the network to prevent possible channel
121 +   desynchronizations and nick name collision kills
122 + #######################################################################
123 + o) Added channel mode +T which forbids NOTICEs to be sent to a channel
124 + o) Fixed minor SVSTAG memory leak
125 + o) Fixed broken PART message blocking mechanism
126 + o) ircd now makes use of up to 8 name servers that are specified in
127 +   /etc/resolv.conf
128 + o) The -klinefile, -dlinefile, etc. switches didn't work at all
129 + o) Fixed possible core on ident lookups if ircd is out of file descriptors
130 + o) Far client exit notices (+F) now show IP addresses, too
131 + o) Made idle time look nicer in "STATS v|p" by using a formatted time string
132 + o) 'general::ts_warn_delta', and 'general::ts_max_delta' can be set to 0 now
133 + o) Several code cleanups and optimizations. Improved documentation
134 +
135 +
136   -- Noteworthy changes in version 8.2.11 (2015-11-19)
137   o) Implemented IRCv3.2 invite-notify extension
138   o) Implemented IRCv3.2 chghost extension
# Line 14 | Line 149 | o) Fixed bug where changing 'serverhide:
149     would not have any effect
150   o) mkpasswd (tools): fixed broken bcrypt support on *BSD in conjunction
151     with the -s and -l switches. Dropped MD5, DES and Extended DES support.
152 < o) Removed CHALLENGE in favour or ssl certificate fingerprint enabled
152 > o) Removed CHALLENGE in favor of ssl certificate fingerprint enabled
153     operator {} blocks
154   o) RSA keys with less than 2048 bits are no longer supported; same applies
155     to the DH param file

Comparing ircd-hybrid/trunk/NEWS (property svn:keywords):
Revision 6820 by michael, Thu Nov 19 19:29:03 2015 UTC vs.
Revision 8491 by michael, Wed Apr 4 22:02:58 2018 UTC

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

Diff Legend

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