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 8429 by michael, Mon Mar 26 10:28:04 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.23 (2018-03-26)
8 + o) irc-operators are now able to see a user's resolved hostname in /whowas,
9 +   and /whois even if the user has a fakehost/vhost
10 + o) RPL_WELCOME now does use the rfc2812 style nick!user@host format
11 + o) Removed rudimentary libgeoip support
12 + o) Added --enable-efence switch to allow easy linking with the
13 +   electric fence memory debugger library
14 + o) "JOIN 0" is no longer supported
15 + o) Fixed bug where ircd would not remove RPL_WHOISOPERATOR based svstags
16 +   when deoppering
17 + o) Fixed 'unknown closes' statistic in "STATS t" showing invalid values sometimes
18 +
19 +
20 + -- Noteworthy changes in version 8.2.22 (2017-03-26)
21 + o) Implemented channel mode 'L'. Channels with that mode set can make use of an
22 +   extended ban list size specified with the new 'channel::max_bans_large'
23 +   configuraton option. This mode can be set only by irc-operators or servers.
24 + o) Implemented channel mode 'u' which hides bmask (+b/+e/+I) lists and mode changes
25 +   to non-chanops everywhere
26 + o) Fixed an issue with "TRACE" where remote servers would reply with RPL_TRACEUSER
27 +   numerics containing UIDs
28 + o) "STATS z" now shows simple memory stats of servers linked to the network
29 + o) Added support for remote "ETRACE"
30 +
31 +
32 + -- Noteworthy changes in version 8.2.21 (2016-11-27)
33 + o) The 'general::default_floodtime' configuration option has been added
34 +   along with the "SET FLOODTIME" command. These allow to fine-tune the
35 +   message throttling better
36 + o) Fixed an issue with /invite not showing the list of channels the
37 +   sender is invited to
38 +
39 +
40 + -- Noteworthy changes in version 8.2.20 (2016-11-05)
41 + o) "INFO" now shows GnuTLS/OpenSSL library/header versions
42 + o) Added 'channel::max_invites' configuration option. See doc/reference.conf
43 +   for more information.
44 + o) INVITE expirations have been implemented. Expire time can be adjusted with
45 +   the 'channel::invite_expire_time' configuration directive
46 + o) /whois notices to operators have been re-added. User mode +y is required
47 +   to see them
48 + o) The maximum line length for motd files has been increased to 320 bytes
49 +   to support multibyte encodings better
50 +
51 +
52 + -- Noteworthy changes in version 8.2.19 (2016-08-21)
53 + o) Fixed a possible server name leak in "WHO" with server hiding enabled
54 + o) "WHO" now allows opers to search by IP address
55 + o) Admins no longer can see IP addresses in "STATS P" with
56 +   'serverhide::hide_server_ips' enabled
57 + o) User mode 'n' now shows nick name changes from remote clients, too
58 +
59 +
60 + -- Noteworthy changes in version 8.2.18 (2016-06-22)
61 + o) Fixed an assert when a client sends invalid LIST options
62 + o) Fixed invalid memory stats of channel invites in "STATS z"
63 +
64 +
65 + -- Noteworthy changes in version 8.2.17 (2016-04-21)
66 + o) Fixed core on "REHASH CONF" with 'general::whowas_history_length'
67 +   set to 0
68 + o) Fixed possible core on "INVITE" with 'channel::max_channels' set to 0
69 +
70 +
71 + -- Noteworthy changes in version 8.2.16 (2016-03-20)
72 + o) Added 'general::whowas_history_length' configuration option which
73 +   allows to define the maximum length of the WHOWAS nickname history
74 + o) Services are now allowed to override 'general::min_nonwildcard',
75 +   and 'general::min_nonwildcard_simple' settings
76 + o) Minor updates to help files
77 +
78 +
79   -- Noteworthy changes in version 8.2.15 (2016-02-24)
80   o) Added proper support for Raspbian/ARM. Gracias to Beave/2600.net
81     for providing a box for testing purposes.

Comparing ircd-hybrid/trunk/NEWS (property svn:keywords):
Revision 7366 by michael, Wed Feb 24 12:40:19 2016 UTC vs.
Revision 8429 by michael, Mon Mar 26 10:28:04 2018 UTC

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

Diff Legend

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