ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/NEWS
(Generate patch)

Comparing:
ircd-hybrid-7.2/RELNOTES (file contents), Revision 523 by michael, Sun Mar 12 14:03:12 2006 UTC vs.
ircd-hybrid/branches/8.2.x/NEWS (file contents), Revision 3514 by michael, Mon May 12 16:31:21 2014 UTC

# Line 1 | Line 1
1 < -- ircd-hybrid-7.2.1 RELNOTES
2 < o) Fixed build on SRV4
3 < o) Fixed problem where ircd would disconnect all SSL connections
4 < o) Added initial CAP support.  Additional documentation can be found
5 <   in doc/technical
6 < o) Speeded up command parsing
7 < o) Fixed occasional core dump on UN*LINE
8 < o) Fixed bug where particular clients would always receive
9 <   "Load is temporarily too heavy" message
10 < o) Improved memory consumption, i.e. memory consumption has
11 <   been reduced for remote clients
12 < o) Fixed possible core in case default_cipher_preference directive isn't set
13 < o) Fixed "CHANSERV INVITE" bug with anope services
14 < o) Updated example configuration files to reflect new topicburst flags
15 <   directive in connect{} blocks
16 < o) Fixed core if using the operator{} 'umodes' directive
17 < o) Don't allow shared k-lines to be set without a valid reason
18 < o) Improved channel ban match processing.  This also fixes CIDR bans
19 <
20 <
21 < -- ircd-hybrid-7.2.0 RELNOTES
22 < o) Fixed broken operwall = yes;
23 < o) Added 'umode' directive to oper{}.  List of modes to get on /OPER.
24 < o) Fixed a WHOIS bug
25 < o) Fixed bug where we would increase Count.invisi even
26 <   if invisible_on_connect is turned off
27 < o) Removed invite_ops_only, controlled by paranoid (+p) now
28 < o) Better DDoS protection
29 < o) Fixed va_list bug on amd64
30 < o) Fixed /dev/poll
31 <
32 <
33 < -- ircd-hybrid-7.2rc1 RELNOTES
34 < o) ircd can dynamically change all its client/fd limits at runtime
35 < o) Added epoll as the primary I/O engine under Linux
36 < o) Local channels will not show up in remote /WHOIS
37 < o) Added hidden_name which allows customized hidden server names
38 < o) Added restrict_channels to define a static channel set
39 < o) Added --disable-gline-voting to disable G-Line votes
40 <   for small networks or people who don't want it.
41 < o) Allow accumulating more ip= entries in an exempt{} block
42 < o) Various improvements and bugfixes
43 < o) Make win32 build usable
44 < o) Fixed ban caching bug
45 < o) Cosmetical fixes to TIME
46 < o) Get "KLINE nick" to work with clients that have a spoof
47 < o) Fixed RESV/XLINE bug in conjunction with names that include escaped
48 <   characters such as \*, \?, \#.
49 <
50 <
51 < -- ircd-hybrid-7.2beta1 RELNOTES
52 < o) Usermode +G, like +g, but allow messaging from people on common channels
53 < o) Usermode +D - "deaf", don't receive channel messages
54 < o) RXLINE and RKLINE - commands for setting regexp K/X lines
55 < o) Join flood is now detected and reported to +b opers
56 < o) Re-added REJECT_HOLD - lock clients for a while before throwing away
57 < o) ping_warning, a class{} option to notify opers before "Ping timeout"
58 < o) New hooking system, modularised: usermodes, iauth, message filtering etc.
59 < o) Network I/O speedups
60 < o) Various cleanups and bugfixes
61 < o) Support for client SSL
62 < o) Support for services (contrib/m_services.c)
63 < o) IP cloaking module (contrib/ip_cloaking.c)
64 < o) Native win32 build
1 > -- Noteworthy changes in version 8.2.0beta2 (????-??-??)
2 > ########################################################################
3 > o) IMPORTANT: renamed general::warn_no_nline configuration directive to
4 >   general::warn_no_connect_block
5 > ########################################################################
6 > o) Fixed bug with /whois not showing a list of channel names as expected
7 > o) Added usermode +q which hides idle and signon time in WHOIS
8 > o) Added usermode +p which hides channel list in WHOIS
9 >
10 >
11 > -- Noteworthy changes in version 8.2.0beta1 (2014-04-29)
12 > o) TS6 is now mandatory. ircd is no longer backwards compatible with TS5
13 >   and below.
14 > o) SVSJOIN and SVSPART has been added
15 > o) Major code cleanups and refactoring. Improved overall performance
16 > o) /info now also reports MPATH and SPATH
17 > o) Updated several help files
18 >
19 >
20 > -- Noteworthy changes in version 8.1.16 (2014-04-20)
21 > o) Fixed undefined behaviour with crypt() returning NULL
22 >   since glibc2.17 in certain cases
23 > o) Admins may now see all channel members via "WHO #channel"
24 >   regardless of channel mode +s
25 > o) Fixed corrupted "STATS U" output
26 >
27 >
28 > -- Noteworthy changes in version 8.1.15 (2014-03-29)
29 > ########################################################################
30 > o) IMPORTANT: ircd binary is now again placed into bin/ instead of sbin/
31 > ########################################################################
32 > o) mkpasswd in tools/ now defaults to MD5 instead of DES
33 > o) USERS command has been removed
34 > o) Fixed issue with SVSNICK where clients self-collided when changing
35 >   just the case of the nick name, i.e. somenick -> SomeNicK
36 > o) Minor code cleanups and cosmetical fixes
37 >
38 >
39 > -- Noteworthy changes in version 8.1.14 (2014-02-25)
40 > o) WHOWAS now honors serverhide::disable_remote_commands
41 > o) Improved TS6 inter-server communication
42 > o) Minor code cleanups and speed enhancements
43 > o) Added 'unxline' oper flag
44 > o) Added support for "userhost-in-names" client capability
45 > o) ircd now allows private rsa keys larger than 2048 bits
46 > o) Fixed bug where signals stopped from working after restarting
47 >   the ircd via SIGINT
48 > o) Fixed bug where certain irc clients could not reconnect via TLS/SSL
49 > o) Fixed long-standing bug where +p channels have been shown
50 >   in the /whois reply
51 >
52 >
53 > -- Noteworthy changes in version 8.1.13 (2014-01-07)
54 > o) Fixed EOB not working for remote servers (resulted in fake
55 >   direction notices)
56 > o) Fixed remote client connection notices for servers that are
57 >   more than one hop away
58 > o) Fixed bug where ircd didn't timeout SSL connections that
59 >   haven't finished the SSL handshake
60 > o) Fixed several bugs with server hiding
61 > o) Updated/fixed help files
62 > o) WHOIS no longer sends a notice to +y operators
63 >
64 >
65 > -- Noteworthy changes in version 8.1.12 (2013-12-22)
66 > o) RPL_WHOISMODES now uses the 379 numeric
67 > o) Serial number is now shown on start up
68 > o) Fixed possible channel mode desynch with services
69 > o) Fixed TS6 support with LOCOPS
70 > o) Minor code cleanups
71 > o) Fixed file descriptor leak with empty help files
72 > o) Fixed issue with WEBIRC where hostnames were
73 >   not validated
74 >
75 >
76 > -- Noteworthy changes in version 8.1.11 (2013-12-06)
77 > o) Administrators may now see channel modes in /LIST
78 > o) Fixed compile error on BSD systems when building with kqueue()
79 >
80 >
81 > -- Noteworthy changes in version 8.1.10 (2013-11-25)
82 > o) Fixed bug with kqueue() where it occasionally dropped updates
83 > o) Changed WHOIS to show a client's certificate fingerprint
84 >   to administrators only
85 > o) The WHO reply now shows whether or not a nickname has
86 >   been registered with NickServ. ('r' status flag)
87 > o) Fixed some flaws with server hiding
88 > o) Fixed bug where "STATS P" would leak ip addresses to remotely connected
89 >   administrators, even if serverhide::hide_server_ips was set to 'yes'
90 > o) Services coders: added SVSKILL
91 >
92 >
93 > -- Noteworthy changes in version 8.1.9 (2013-11-08)
94 > o) Added usermode +W. Users connected via a webirc gateway get this
95 >   mode set by servers.
96 > o) /WHOIS now shows if a client is connected via a webirc
97 >   gateway
98 > o) Administrators may now see +s channels a user is in with /WHOIS.
99 >   Secret channels are prepended with a tilde in the /WHOIS
100 >   reply.
101 > o) Administrators are now able to see all the user modes a user has
102 >   set via /whois
103 >
104 >
105 > -- Noteworthy changes in version 8.1.8 (2013-10-25)
106 > o) Fixed bug that would lead to a desynchronized nick database
107 >   throughout the entire network if using services enforced
108 >   nick names (SVSNICK)
109 > o) Cleaned up/modernized build system
110 > o) Add -fstack-protector to CFLAGS if available. Basically checks for
111 >   buffer overflows/stack-smashing attacks
112 > o) When using anope 1.9/2.0 services, /WHOIS now shows the account name
113 >   of a registered/identified client (numeric 330)
114 > o) Administrators can now see +s channels in /LIST
115 >
116 >
117 > -- Noteworthy changes in version 8.1.7 (2013-08-18)
118 > o) Fixed issue with channel mode +n having no functionality at all
119 > o) Fixed SSL certificate fingerprint validation for outgoing server connects
120 > o) Updated several documentation files
121 >
122 >
123 > -- Noteworthy changes in version 8.1.6 (2013-08-02)
124 > o) Fixed possible core with empty motd files
125 >
126 >
127 > -- Noteworthy changes in version 8.1.5 (2013-07-16)
128 > o) Fixed bug that would prevent servers from linking together
129 >   if connect::aftype isn't set
130 >
131 >
132 > -- Noteworthy changes in version 8.1.4 (2013-07-05)
133 > o) Added 'xline' and 'resv' logging types. See doc/reference.conf
134 >   for more information
135 > o) Fixed bug where remote /STATS requests were not rate limited
136 > o) Fixed core with empty auth::spoof entries
137 > o) Increased oper/auth/connect password length limit from 20 to 128
138 > o) Minor fixes to nickflood control code
139 >
140 >
141 > -- Noteworthy changes in version 8.1.3 (2013-06-23)
142 > o) Fixed possible core on "STATS z"
143 > o) Revised doc/reference.conf
144 > o) Fixed broken --disable-libgeoip switch
145 >
146 >
147 > -- Noteworthy changes in version 8.1.2 (2013-06-20)
148 > o) Added general::cycle_on_host_change configuration option
149 > o) Added general::stats_u_oper_only configuration option
150 > o) Added support for SHA-256 ssl certificate fingerprint based operator{}
151 >   and connect{} blocks.
152 >   In conjunction with Anope 1.9/2.0 IRC-services, clients are now also able
153 >   to automatically identify for their nick with ssl certificate
154 >   fingerprints
155 > o) Added operator::ssl_connection_required configuration option. See
156 >   doc/reference.conf for more information
157 > o) Added usermode +S (client is connected via SSL/TLS). Allows services
158 >   to keep track of what users are connected via SSL, and allows to see
159 >   ssl-status of remote clients in a /whois
160 > o) Fixed a server name leak with server hiding enabled. Reported by
161 >   Adam <adam@anope.org>
162 >
163 >
164 > -- Noteworthy changes in version 8.1.1 (2013-06-06)
165 > ########################################################################
166 > o) IMPORTANT: moved disable_remote_command configuration directive from
167 >   general{} block to serverhide{} block
168 > ########################################################################
169 > o) Minor code cleanups/performance improvements
170 > o) Fixed bug where opers could see LOCOPS messages even if they don't have
171 >   the +l mode set
172 > o) Fixed bug where non-SSL clients could join +S channels on non-SSL servers
173 > o) Implemented motd{} configuration blocks. See doc/reference.conf for more
174 >   information
175 > o) "STATS T" shows configured MOTD files
176 >
177 >
178 > -- Noteworthy changes in version 8.1.0 (2013-05-23)
179 > o) Minor code cleanups/performance improvements
180 >
181 >
182 > -- Noteworthy changes in version 8.1.0rc1 (2013-05-19)
183 > o) Fixed broken spoofs
184 >
185 >
186 > -- Noteworthy changes in version 8.1.0beta5 (2013-05-15)
187 > o) Removed 'remote', and 'global_kill' oper flags, and added 'connect',
188 >   'squit', and 'kill' flags for better fine-tuning instead. Whether or
189 >   not a specific action is allowed on a remote server can be controlled
190 >   by appending the ':remote' flag. For example: 'kill' allows only local
191 >   clients to be killed, whereas 'kill:remote' allows to issue a KILL for
192 >   remote clients
193 > o) Added 'locops' and 'wallops' to irc-operator flags
194 > o) Improve/cleanup HELP system
195 >
196 >
197 > -- Noteworthy changes in version 8.1.0beta4 (2013-05-09)
198 > o) Implemented channel mode +M. Clients that haven't identified their
199 >   name with NickServ may not speak in a channel that has this mode set
200 > o) Fixed weird idletimes shown in /trace
201 > o) Added 'nononreg' (+R) to general::oper_umodes
202 > o) Added user mode +F (can see remote client connect/exit notices)
203 >
204 >
205 > -- Noteworthy changes in version 8.1.0beta3 (2013-05-05)
206 > o) PCRE support has been dropped
207 > o) "STATS o" now shows how many times an oper{} block has been used.
208 >   Similar to STATS x|q"
209 > o) Implemented channel mode +c. Known from other ircds, this mode basically
210 >   prevents users from sending messages including control codes to a channel
211 >   that has this mode set
212 > o) Fixed bug where bans were not checked against non-channel members when
213 >   sending messages to a channel
214 > o) Removed channel::quiet_on_ban configuration option. This feature is
215 >   now enabled by default
216 >
217 >
218 > -- Noteworthy changes in version 8.1.0beta2 (2013-04-28)
219 > o) Fixed broken compile with libGeoIP disabled
220 > o) Code cleanups; working towards stabilization and improved performance
221 > o) Removed operflag 'nick_changes'. Operators can now set +n at will
222 > o) Fixed shared{} blocks not working as expected
223 > o) Fixed spoofs not working as expected
224 >
225 >
226 > -- Noteworthy changes in version 8.1.0beta1 (2013-04-25)
227 > ########################################################################
228 > o) IMPORTANT: name/channel entries can't be stacked any longer within
229 >   a single resv{} block. Each entry now requires its own resv{} block.
230 >   Read doc/reference.conf for more details
231 > #######################################################################
232 > o) Added resv::exempt configuration option. Exempt can be either a
233 >   ISO 3166 alpha-2 two letter country code, or a nick!user@host mask.
234 >   CIDR is supported
235 > o) Removed channel::restrict_channels configuration option
236 > o) Preliminary libGeoIP support. Currently only used for exempt entries
237 >   in resv{} blocks
238 > o) Improved WEBIRC authentication; added 'webirc' to auth::flags.
239 >   A "webirc." spoof is now no longer required
240 > o) Implemented new memory pool allocator which basically is based upon Tor's
241 >   mempool allocator for Tor cells
242 > o) Major code cleanups
243 > o) Implemented new binary database storage for X-,D-,K-,G-Lines and RESVs.
244 >   Temporary bans are now stored as well and will persist after a reboot
245 > o) Channel based resv{} blocks may now contain wildcards
246 > o) NICK/JOIN now shows the actual reason of reserved nick-/channelnames
247 > o) contrib/ and its content has been removed from the tree
248 > o) Added serverhide::hide_services configuration option
249 > o) Added 'nononreg' (+R) to oper::umodes and general::oper_only_modes
250 > o) Added support for "away-notify" client capability
251 >
252 >
253 > -- Noteworthy changes in version 8.0.9 (2013-05-16)
254 > o) Fixed bug where ircd would sometimes drop a services link because
255 >   of a missing argument to the SVSMODE command
256 > o) Fixed weird idletimes shown in /trace
257 >
258 >
259 > -- Noteworthy changes in version 8.0.8 (2013-04-28)
260 > o) "STATS s" now shows configured services{} blocks as well
261 > o) Fixed compile warnings, minor code cleanups and optimizations
262 > o) Increased nickname history length to 32768
263 > o) Unidentified/unregistered nicks may not speak in +R channels
264 >
265 >
266 > -- Noteworthy changes in version 8.0.7 (2013-04-12)
267 > o) Services may now set a channel topic without joining the channel first
268 > o) Fixed bug where /whois would send empty sockhost information on TS5
269 >   servers
270 > o) Remote server connection and split notices now go to new usermode +e.
271 >   These previously used usermode +x.
272 > o) Services may now change the host of a specific user
273 >   via "SVSMODE <timestamp> <target> +x <hostname>"
274 >
275 >
276 > -- Noteworthy changes in version 8.0.6 (2013-01-28)
277 > o) Fix bug where idle time sometimes is 0 even if the client didn't
278 >   send any private message
279 > o) Fixed possible core in try_parse_v4_netmask()
280 >
281 >
282 > -- Noteworthy changes in version 8.0.5 (2013-01-24)
283 > ########################################################################
284 > o) IMPORTANT: nick and topic lengths are now configurable via ircd.conf.
285 >   A max_nick_length, as well as a max_topic_length configuration option
286 >   can now be found in the serverinfo{} block
287 > ########################################################################
288 > o) Fixed build on GNU/Hurd as reported by Dominic Hargreaves
289 > o) Fixed log files not getting reopened after /rehash
290 > o) Improved logging of configuration file issues
291 > o) ircd.pid has been accidentally saved in /var instead of /var/run
292 > o) Linux RT signal support for notification of socket events has been dropped
293 > o) Fixed "STATS Y|y" sometimes sending weird sendq/recvq values
294 > o) INFO now also shows configured values of 'disable_fake_channels',
295 >   and 'stats_e_disabled'
296 > o) m_webirc.c is now officially supported, and has been moved from contrib/
297 >   to modules/
298 > o) /whois, /stats p, and /trace may now show fake idle times depending on
299 >   how the new class::min_idle and class::max_idle configuration directives
300 >   have been configured. This feature basically works in the same
301 >   way as it does in csircd
302 > o) The configuration parser now does support 'year' and 'month' units
303 >
304 >
305 > -- Noteworthy changes in version 8.0.4 (2013-01-02)
306 > o) Fixed possible core on USERHOST/ISON with optimization enabled
307 > o) Fixed bug where can_flood sometimes didn't work as expected
308 >
309 >
310 > -- Noteworthy changes in version 8.0.3 (2012-12-24)
311 > o) Fixed core on UNDLINE
312 > o) XLINE/KLINE/RESV/DLINE/SQUIT and KILL now have the same default reason
313 >   if a reason hasn't been specified
314 >
315 >
316 > -- Noteworthy changes in version 8.0.2 (2012-12-20)
317 > o) Minor updates to the build system
318 > o) Fixed broken --enable-assert configure switch
319 > o) Fixed bug where timed events stopped from working if the system's
320 >   clock is running backwards
321 > o) STATS q|Q now shows how many times a resv{} block has been matched
322 > o) Fixed contributed WEBIRC module
323 > o) IRC operators may now again see server generated nick rejection notices
324 >
325 >
326 > -- Noteworthy changes in version 8.0.1 (2012-11-04)
327 > o) Fixed broken CIDR support for CHALLENGE based irc operator logins
328 > o) Fixed class limits not properly applying to oper{} blocks
329 > o) Fixed possible TBURST desynchronization with services
330 > o) Fixed TBURST sending server's name to clients if it's a hidden server
331 >
332 >
333 > -- Noteworthy changes in version 8.0.0 (2012-10-18)
334 > o) Fixed an off-by-one with spoofs. Spoofs are now also checked for
335 >   invalid characters
336 > o) Removed general::use_whois_actually configuration directive. This is
337 >   now enabled by default
338 > o) Minor SQUIT handling fixes
339 > o) Fixed bancache not being updated on CHGHOST/CHGIDENT
340 >
341 >
342 > -- Noteworthy changes in version 8.0.0rc1 (2012-09-28)
343 > o) Removed general::client_flood configuration option and added the
344 >   new 'recvq' configuration directive to class{} blocks.
345 >   The max size of a receive queue can be seen in "STATS Y"
346 >   for each class
347 > o) Allow the '[' and ']' characters in server description
348 >
349 >
350 > -- Noteworthy changes in version 8.0.0beta3 (2012-08-24)
351 > o) Fixed wrong syntax in several language files
352 > o) Removed &localchannels
353 > o) PRIVMSG to opers@some.server is no longer supported
354 > o) Fixed bug that could lead to topic desynchronization
355 > o) Removed serverhide::disable_hidden configuration option
356 > o) Dropped ircd-hybrid-6 GLINE compatibility mode
357 > o) Removed use_invex, use_except and use_knock configuration options.
358 >   These features are now enabled by default
359 >
360 >
361 > -- Noteworthy changes in version 8.0.0beta2 (2012-07-21)
362 > o) channel::disable_fake_channels now also disables ascii 29 (mIRC italic)
363 >   when set to yes
364 > o) Added channel::max_chans_per_oper configuration directive. The old way
365 >   was to let operators join three times the amount of max_chans_per_user
366 > o) Replaced MODLOAD, MODUNLOAD, MODRELOAD, MODLIST and MODRESTART commands
367 >   with the new MODULE command which can be fed with the LOAD, UNLOAD, RELOAD
368 >   and LIST parameters.
369 >   MODRESTART has been entirely removed. Use "MODULE RELOAD *" to reload
370 >   all modules
371 > o) Added back server notice when a client tries to obtain a reserved nick name
372 > o) Removed OMOTD module
373 > o) Added 'set' to operator privilege flags. Gives access to the "SET" command
374 > o) Improved TS6 support
375 > o) Channel keys/passwords are now case sensitive
376 >
377 >
378 > -- Noteworthy changes in version 8.0.0beta1 (2012-05-28)
379 > o) Implemented full services support, including but not limited to the
380 >   following changes:
381 >   - Added SVSNICK, and SVSMODE command handlers
382 >   - Added service stamps to NICK/UID messages
383 >   - Added SVS to server capabilities (CAPAB). SVS capable servers can
384 >     deal with extended NICK/UID messages that contain service IDs/stamps.
385 >   - Changed rejected client notices to go to new usermode +j.  These
386 >     previously used usermode +r.
387 >   - Added usermode +r (registered nick) and channelmode +r (registered channel)
388 >   - Added usermode +R (only registered clients may send a private message)
389 >   - Added channelmode +R (only registered clients may join that channel)
390 >   - Various services shortcuts have been added (/NS, /CS, /NICKSERV, /CHANSERV, etc.)
391 >   - Added services{} block to ircd.conf
392 >   - Added services_name directive to general{} block
393 >   - Added GLOBOPS mainly for services compatibility, but can be used by operators, too
394 > o) Removed RKLINE and RXLINE commands. Regular expression based bans should
395 >   only be added via ircd.conf
396 > o) Added 'globops', 'restart', 'dline', 'undline' and 'module' operator
397 >   privilege flags. Read doc/reference.conf for further explanation of what
398 >   these flags control
399 > o) Removed Idle-time klines
400 > o) Cleaned up modules API. Old modules won't work anymore
401 > o) Removed general::burst_away configuration directive. AWAY bursts are now
402 >   controlled via connect::flags explicitly
403 > o) Introduced new logging subsystem including log rotation based on
404 >   file sizes. Log timestamp format is ISO8601 now
405 > o) Added support for remote D-lines
406 > o) Added usermode +H which is basically a replacement for the hidden_admin and
407 >   hidden_oper operator flags. With usermode +H, irc operator status can now
408 >   be hidden even on remote servers
409 > o) Added CIDR support for operator{} blocks
410 > o) Removed the servlink program. ircd-hybrid can now make use of
411 >   SSL/TLS for inter-server communication.
412 >   NOTE: compressed server links are of course still available, but a SSL/TLS
413 >   connection is required, as compression is now handled via OpenSSL
414 > o) Removed 'ssl_server_protocol' configuration directive and
415 >   added 'ssl_client_method' and 'ssl_server_method' instead.
416 >   Both of these options can now be changed at runtime
417 > o) Oper login IDs are no longer limited to NICKLEN*2
418 > o) Removed channel::burst_topicwho configuration option. Topicsetters are
419 >   now sent by default
420 > o) "STATS Y|y" now reports CIDR limits as well
421 > o) Added m_webirc.c to contrib/
422 > o) Overall code cleanup and speed improvements
423  
424   --------------------------------------------------------------------------------
425  
426 < BUGS: Major bugs in this release are listed in BUGS
426 > This is still BETA code. Run it at your own risk. By running this
427 > code you assume FULL responsibility for any problems it may cause.
428 > We do NOT recommend that you run BETA code on production IRC networks
429 > such as EFnet.
430  
431   BUG REPORTS: If you run this code and encounter problems, you must report
432 < the bug in one of the following ways:
433 <  a) By EMAIL to bugs@ircd-hybrid.org.
434 <  b) On http://forum.ircd-hybrid.org/
74 < Please include a gdb backtrace and a copy of your setup.h, defaults.h, and
75 < ircd.conf with any report  (with passwords and other sensitive
432 > the bug by EMAIL to bugs@ircd-hybrid.org
433 > Please include a gdb backtrace and a copy of your config.h and
434 > ircd.conf with any report (with passwords and other sensitive
435   information masked).
436  
437   DISCUSSION: There is a mailing list for discussion of hybrid issues,
438 < including betas.  To subscribe, use this link:
438 > including betas. To subscribe, use this link:
439      https://lists.ircd-hybrid.org/mailman/listinfo/hybrid
440 < This is the proper place to discuss new features, bugs, etc.  Posting here
82 < is much more likely to get something done than ranting on #TZ.
83 < You can also use Hybrid forums at http://forum.ircd-hybrid.org/
440 > This is the proper place to discuss new features, bugs, etc.
441  
442   Questions/comments directed to bugs@ircd-hybrid.org
443  
444 < Please read doc/whats-new.txt for information about what is in this release
88 <
89 < Other files recommended for reading: BUGS, README.FIRST, INSTALL
444 > Other files recommended for reading: README, INSTALL
445  
446   --------------------------------------------------------------------------------
447   $Id$

Diff Legend

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