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

Comparing ircd-hybrid-8/NEWS (file contents):
Revision 1401 by michael, Tue May 8 18:58:13 2012 UTC vs.
Revision 1418 by michael, Sun May 27 08:49:18 2012 UTC

# Line 3 | Line 3 | o) Implemented full services support. Am
3     have been done for this:
4     - Added SVSNICK, and SVSMODE command handlers
5     - Added service stamps to NICK/UID messages
6 +   - Added SVS to server capabilities (CAPAB). SVS capable servers can
7 +     deal with NICK/UID messages that contain service IDs/stamps.
8     - Usermode +r (registered nick) has been added, as well as
9       channelmode +r (registered channel)
10     - Now that usermode +r has a different function than before, rejected
# Line 22 | Line 24 | o) Cleaned up modules API. Old modules w
24   o) Remove general::burst_away configuration directive. AWAY bursts are now
25     controlled via connect::flags explicitly
26   o) Introduced new logging subsystem including log rotation based on
27 <   file sizes
27 >   file sizes. Log timestamp format is ISO8601 now
28   o) Added support for remote D-lines
29   o) Added usermode +H which is basically a replacement for the hidden_admin and
30     hidden_oper operator flags. With usermode +H, irc operator status can now
31     be hidden even on remote servers
32 + o) Added CIDR support for operator{} blocks
33   o) The servlink program has been removed. ircd-hybrid can now make use of SSL/TLS
34     for inter-server communication.
35     NOTE: compressed server links are of course still available, but a SSL/TLS
36     connection is required, as compression is now handled via the OpenSSL library
37 + o) Removed 'ssl_server_protocol' configuration directive and
38 +   added 'ssl_client_method' and 'ssl_server_method' instead.
39 +   Both of these options can now be changed at runtime
40   o) Oper login IDs are no longer limited to NICKLEN*2
41   o) Removed channel::burst_topicwho configuration option. Topicsetters are
42     now sent by default
43 <
43 > o) "STATS Y|y" now reports CIDR limits as well
44 > o) Added m_webirc.c to contrib/
45 > o) Overall code cleanup and speed improvements
46  
47   --------------------------------------------------------------------------------
48  

Diff Legend

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