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 1139 by michael, Sun Jun 5 11:35:32 2011 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 kline time to 360 days
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

Diff Legend

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