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 1274 by michael, Mon Jan 30 23:41:59 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 14 | Line 16 | o) Implemented full services support. Am
16     - Added services_name directive to general{} block
17   o) RKLINE and RXLINE commands have been removed. Regular expression based
18     bans should only be added via ircd.conf
19 < o) Added 'globops', 'restart' and 'module' operator privilege flags.
20 <   Read etc/example.conf for further explanation of what these flags
19 > o) Added 'globops', 'restart', 'dline', 'undline' and 'module' operator privilege flags.
20 >   Read doc/example.conf for further explanation of what these flags
21     are supposed to be doing
22   o) Idle-time klines have been removed
23   o) Cleaned up modules API. Old modules won't work anymore
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
28 <
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 > 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)