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

Comparing:
ircd-hybrid-7.3/NEWS (file contents), Revision 1076 by michael, Thu Feb 18 09:23:47 2010 UTC vs.
ircd-hybrid-8/NEWS (file contents), Revision 1244 by michael, Fri Sep 30 11:39:22 2011 UTC

# Line 1 | Line 1
1 + -- ircd-hybrid-8.0 Release Notes
2 + o) Implemented full services support. Among other things, the following changes
3 +   have been done for this:
4 +   - Added SVSNICK, and SVSMODE command handlers
5 +   - Added service stamps to NICK/UID messages
6 +   - Usermode +r (registered nick) has been added, as well as
7 +     channelmode +r (registered channel).
8 +   - Various services shortcuts have been added (/NS, /CS, /NICKSERV, /CHANSERV, etc.)
9 +   - Added channelmode +R (only registered clients may join that channel)
10 +   - Added usermode +R (only registered clients may send a private message)
11 +   - Added services{} block to ircd.conf
12 +   - Added services_name directive to general{} block
13 + o) RKLINE and RXLINE commands have been removed. Regular expression based
14 +   bans should only be added via ircd.conf
15 + o) Added 'globops', 'restart' and 'module' operator privilege flags.
16 +   Read etc/example.conf for further explanation of what these flags
17 +   are supposed to be doing.
18 + o) Idle-time klines have been removed
19 + o) Cleaned up modules API. Old modules won't work anymore
20 +
21 +
22 + -- ircd-hybrid-7.3.0 Release Notes
23 + o) Added Bulgarian language file provided by Borislav Borisov
24 + o) Server hostmasking has been removed due to TS6 requirements
25 + o) Fixed broken IPv6 detection
26 + o) Minor code optimizations. Reduced memory consumption
27 + o) User IDs are now shown in client connection notices
28 + o) Increased maximum temporary kline time to 360 days
29 + o) Added back STATS/TRACE/MOTD/ADMIN request notices. Removed
30 +   spy_*_notice modules accordingly.
31 + o) Channelmode +O; channel can be joined by ircops only.
32 + o) Channelmode +S; only clients with a secure connection (ssl/tls)
33 +   can join this channel.
34 +
35 +
36   -- ircd-hybrid-7.3-rc1 Release Notes
37   o) Major 64-bit cleanups and portability fixes.
38   o) Fixed bug where unregistered clients were not able to complete registration

Diff Legend

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