ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.0.x/NEWS
Revision: 1800
Committed: Sun Mar 31 19:19:25 2013 UTC (13 years, 3 months ago) by michael
File size: 8010 byte(s)
Log Message:
- Update NEWS
- Remove TODO

File Contents

# Content
1 -- ircd-hybrid-8.0.7 Release Notes
2 o) Added SVSHOST command handler which allows services to change the
3 hostname of a specific user
4 o) Services may now set a channel topic without joining the channel first
5
6
7 -- ircd-hybrid-8.0.6 Release Notes
8 o) Fix bug where idle time sometimes is 0 even if the client didn't
9 send any private message
10 o) Fixed possible core in try_parse_v4_netmask()
11
12
13 -- ircd-hybrid-8.0.5 Release Notes
14 ########################################################################
15 o) IMPORTANT: nick and topic lengths are now configurable via ircd.conf.
16 A max_nick_length, as well as a max_topic_length configuration option
17 can now be found in the serverinfo{} block
18 ########################################################################
19 o) Fixed build on GNU/Hurd as reported by Dominic Hargreaves
20 o) Fixed log files not getting reopened after /rehash
21 o) Improved logging of configuration file issues
22 o) ircd.pid has been accidentally saved in /var instead of /var/run
23 o) Linux RT signal support for notification of socket events has been dropped
24 o) Fixed "STATS Y|y" sometimes sending weird sendq/recvq values
25 o) INFO now also shows configured values of 'disable_fake_channels',
26 and 'stats_e_disabled'
27 o) m_webirc.c is now officially supported, and has been moved from contrib/
28 to modules/
29 o) /whois, /stats p, and /trace may now show fake idle times depending on
30 how the new class::min_idle and class::max_idle configuration directives
31 have been configured. This feature basically works in the same
32 way as it does in csircd
33 o) The configuration parser now does support 'year' and 'month' units
34
35
36 -- ircd-hybrid-8.0.4 Release Notes
37 o) Fixed possible core on USERHOST/ISON with optimization enabled
38 o) Fixed bug where can_flood sometimes didn't work as expected
39
40
41 -- ircd-hybrid-8.0.3 Release Notes
42 o) Fixed core on UNDLINE
43 o) XLINE/KLINE/RESV/DLINE/SQUIT and KILL now have the same default reason
44 if a reason hasn't been specified
45
46
47 -- ircd-hybrid-8.0.2 Release Notes
48 o) Minor updates to the build system
49 o) Fixed broken --enable-assert configure switch
50 o) Fixed bug where timed events stopped from working if the system's
51 clock is running backwards
52 o) STATS q|Q now shows how many times a resv{} block has been matched
53 o) Fixed contributed WEBIRC module
54 o) IRC operators may now again see server generated nick rejection notices
55
56
57 -- ircd-hybrid-8.0.1 Release Notes
58 o) Fixed broken CIDR support for CHALLENGE based irc operator logins
59 o) Fixed class limits not properly applying to oper{} blocks
60 o) Fixed possible TBURST desynchronization with services
61 o) Fixed TBURST sending server's name to clients if it's a hidden server
62
63
64 -- ircd-hybrid-8.0.0 Release Notes
65 o) Fixed an off-by-one with spoofs. Spoofs are now also checked for
66 invalid characters
67 o) Removed general::use_whois_actually configuration directive. This is
68 now enabled by default
69 o) Minor SQUIT handling fixes
70 o) Fixed bancache not being updated on CHGHOST/CHGIDENT
71
72
73 -- ircd-hybrid-8rc1 Release Notes
74 o) Removed general::client_flood configuration option and added the
75 new 'recvq' configuration directive to class{} blocks.
76 The max size of a receive queue can be seen in "STATS Y"
77 for each class
78 o) Allow the '[' and ']' characters in server description
79
80
81 -- ircd-hybrid-8beta3 Release Notes
82 o) Fixed wrong syntax in several language files
83 o) Removed &localchannels
84 o) PRIVMSG to opers@some.server is no longer supported
85 o) Fixed bug that could lead to topic desynchronization
86 o) Removed serverhide::disable_hidden configuration option
87 o) Dropped ircd-hybrid-6 GLINE compatibility mode
88 o) Removed use_invex, use_except and use_knock configuration options.
89 These features are now enabled by default
90
91
92 -- ircd-hybrid-8beta2 Release Notes
93 o) channel::disable_fake_channels now also disables ascii 29 (mIRC italic)
94 when set to yes
95 o) Added channel::max_chans_per_oper configuration directive. The old way
96 was to let operators join three times the amount of max_chans_per_user
97 o) Replaced MODLOAD, MODUNLOAD, MODRELOAD, MODLIST and MODRESTART commands
98 with the new MODULE command which can be fed with the LOAD, UNLOAD, RELOAD
99 and LIST parameters.
100 MODRESTART has been entirely removed. Use "MODULE RELOAD *" to reload
101 all modules
102 o) Added back server notice when a client tries to obtain a reserved nick name
103 o) Removed OMOTD module
104 o) Added 'set' to operator privilege flags. Gives access to the "SET" command
105 o) Improved TS6 support
106 o) Channel keys/passwords are now case sensitive
107
108
109 -- ircd-hybrid-8beta1 Release Notes
110 o) Implemented full services support, including but not limited to the
111 following changes:
112 - Added SVSNICK, and SVSMODE command handlers
113 - Added service stamps to NICK/UID messages
114 - Added SVS to server capabilities (CAPAB). SVS capable servers can
115 deal with extended NICK/UID messages that contain service IDs/stamps.
116 - Changed rejected client notices to go to new usermode +j. These
117 previously used usermode +r.
118 - Added usermode +r (registered nick) and channelmode +r (registered channel)
119 - Added usermode +R (only registered clients may send a private message)
120 - Added channelmode +R (only registered clients may join that channel)
121 - Various services shortcuts have been added (/NS, /CS, /NICKSERV, /CHANSERV, etc.)
122 - Added services{} block to ircd.conf
123 - Added services_name directive to general{} block
124 - Added GLOBOPS mainly for services compatibility, but can be used by operators, too
125 o) Removed RKLINE and RXLINE commands. Regular expression based bans should
126 only be added via ircd.conf
127 o) Added 'globops', 'restart', 'dline', 'undline' and 'module' operator
128 privilege flags. Read doc/example.conf for further explanation of what
129 these flags control
130 o) Removed Idle-time klines
131 o) Cleaned up modules API. Old modules won't work anymore
132 o) Removed general::burst_away configuration directive. AWAY bursts are now
133 controlled via connect::flags explicitly
134 o) Introduced new logging subsystem including log rotation based on
135 file sizes. Log timestamp format is ISO8601 now
136 o) Added support for remote D-lines
137 o) Added usermode +H which is basically a replacement for the hidden_admin and
138 hidden_oper operator flags. With usermode +H, irc operator status can now
139 be hidden even on remote servers
140 o) Added CIDR support for operator{} blocks
141 o) Removed the servlink program. ircd-hybrid can now make use of
142 SSL/TLS for inter-server communication.
143 NOTE: compressed server links are of course still available, but a SSL/TLS
144 connection is required, as compression is now handled via OpenSSL
145 o) Removed 'ssl_server_protocol' configuration directive and
146 added 'ssl_client_method' and 'ssl_server_method' instead.
147 Both of these options can now be changed at runtime
148 o) Oper login IDs are no longer limited to NICKLEN*2
149 o) Removed channel::burst_topicwho configuration option. Topicsetters are
150 now sent by default
151 o) "STATS Y|y" now reports CIDR limits as well
152 o) Added m_webirc.c to contrib/
153 o) Overall code cleanup and speed improvements
154
155 --------------------------------------------------------------------------------
156
157 BUGS: Major bugs in this release are listed in BUGS
158
159 BUG REPORTS: If you run this code and encounter problems, you must report
160 the bug by EMAIL to bugs@ircd-hybrid.org
161 Please include a gdb backtrace and a copy of your config.h and
162 ircd.conf with any report (with passwords and other sensitive
163 information masked).
164
165 DISCUSSION: There is a mailing list for discussion of hybrid issues,
166 including betas. To subscribe, use this link:
167 https://lists.ircd-hybrid.org/mailman/listinfo/hybrid
168 This is the proper place to discuss new features, bugs, etc. Posting here
169 is much more likely to get something done than ranting on #TZ.
170
171 Questions/comments directed to bugs@ircd-hybrid.org
172
173 Other files recommended for reading: BUGS, README, INSTALL
174
175 --------------------------------------------------------------------------------
176 $Id$

Properties

Name Value
svn:eol-style native
svn:keywords Id Revision