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

Comparing ircd-hybrid/trunk/NEWS (file contents):
Revision 1955 by michael, Mon May 6 18:55:12 2013 UTC vs.
Revision 2196 by michael, Tue Jun 4 18:30:12 2013 UTC

# Line 1 | Line 1
1 + -- ircd-hybrid-8.1.1 Release Notes
2 + ########################################################################
3 + o) IMPORTANT: moved disable_remote_command configuration directive from
4 +   general{} block to serverhide{] block
5 + ########################################################################
6 + o) Fixed bug where opers could see LOCOPS messages even if they don't have
7 +   the +l mode set
8 + o) Fixed bug where non-SSL clients could join +S channels on non-SSL servers
9 + o) "STATS T" shows configured MOTD files
10 + o) Implemented motd{} configuration blocks. See doc/reference.conf for more
11 +   information
12 +
13 +
14 + -- ircd-hybrid-8.1.0 Release Notes
15 + o) Minor code cleanups/performance improvements
16 +
17 +
18 + -- ircd-hybrid-8.1.0rc1 Release Notes
19 + o) Fixed broken spoofs
20 +
21 +
22 + -- ircd-hybrid-8.1.0beta5 Release Notes
23 + o) Removed 'remote', and 'global_kill' oper flags, and added 'connect',
24 +   'squit', and 'kill' flags for better fine-tuning instead. Whether or
25 +   not a specific action is allowed on a remote server can be controlled
26 +   by appending the ':remote' flag. For example: 'kill' allows only local
27 +   clients to be killed, whereas 'kill:remote' allows to issue a KILL for
28 +   remote clients
29 + o) Added 'locops' and 'wallops' to irc-operator flags
30 + o) Improve/cleanup HELP system
31 +
32 +
33   -- ircd-hybrid-8.1.0beta4 Release Notes
34   o) Implemented channel mode +M. Clients that haven't identified their
35     name with NickServ may not speak in a channel that has this mode set
36 + o) Fixed weird idletimes shown in /trace
37 + o) Added 'nononreg' (+R) to general::oper_umodes
38 + o) Added user mode +F (can see remote client connect/exit notices)
39  
40  
41   -- ircd-hybrid-8.1.0beta3 Release Notes
# Line 19 | Line 54 | o) Removed channel::quiet_on_ban configu
54   -- ircd-hybrid-8.1.0beta2 Release Notes
55   o) Fixed broken compile with libGeoIP disabled
56   o) Code cleanups; working towards stabilization and improved performance
22 o) Changed RPL_WELCOME to comply with rfc2812
57   o) Removed operflag 'nick_changes'. Operators can now set +n at will
58   o) Fixed shared{} blocks not working as expected
59   o) Fixed spoofs not working as expected
# Line 52 | Line 86 | o) Added 'nononreg' (+R) to oper::umodes
86   o) Added support for "away-notify" client capability
87  
88  
89 + -- ircd-hybrid-8.0.9 Release Notes
90 + o) Fixed bug where ircd would sometimes drop a services link because
91 +   of a missing argument to the SVSMODE command
92 + o) Fixed weird idletimes shown in /trace
93 +
94 +
95   -- ircd-hybrid-8.0.8 Release Notes
96   o) "STATS s" now shows configured services{} blocks as well
97   o) Fixed compile warnings, minor code cleanups and optimizations

Diff Legend

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