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 1798 by michael, Sun Mar 31 17:09:50 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
42 + o) PCRE support has been dropped
43 + o) "STATS o" now shows how many times an oper{} block has been used.
44 +   Similar to STATS x|q"
45 + o) Implemented channel mode +c. Known from other ircds, this mode basically
46 +   prevents users from sending messages including control codes to a channel
47 +   that has this mode set
48 + o) Fixed bug where bans were not checked against non-channel members when
49 +   sending messages to a channel
50 + o) Removed channel::quiet_on_ban configuration option. This feature is
51 +   now enabled by default
52 +
53 +
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
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
60 +
61 +
62   -- ircd-hybrid-8.1.0beta1 Release Notes
63 + ########################################################################
64 + o) IMPORTANT: name/channel entries can't be stacked any longer within
65 +   a single resv{} block. Each entry now requires its own resv{} block.
66 +   Read doc/reference.conf for more details
67 + #######################################################################
68 + o) Added resv::exempt configuration option. Exempt can be either a
69 +   ISO 3166 alpha-2 two letter country code, or a nick!user@host mask.
70 +   CIDR is supported
71 + o) Removed channel::restrict_channels configuration option
72 + o) Preliminary libGeoIP support. Currently only used for exempt entries
73 +   in resv{} blocks
74   o) Improved WEBIRC authentication; added 'webirc' to auth::flags.
75     A "webirc." spoof is now no longer required
76   o) Implemented new memory pool allocator which basically is based upon Tor's
# Line 6 | Line 78 | o) Implemented new memory pool allocator
78   o) Major code cleanups
79   o) Implemented new binary database storage for X-,D-,K-,G-Lines and RESVs.
80     Temporary bans are now stored as well and will persist after a reboot
81 + o) Channel based resv{} blocks may now contain wildcards
82 + o) NICK/JOIN now shows the actual reason of reserved nick-/channelnames
83 + o) contrib/ and its content has been removed from the tree
84 + o) Added serverhide::hide_services configuration option
85 + o) Added 'nononreg' (+R) to oper::umodes and general::oper_only_modes
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
98 + o) Increased nickname history length to 32768
99 + o) Unidentified/unregistered nicks may not speak in +R channels
100  
101  
102   -- ircd-hybrid-8.0.7 Release Notes
103 < o) Added SVSHOST command handler which allows services to change the
104 <   hostname of a specific user
103 > o) Services may now set a channel topic without joining the channel first
104 > o) Fixed bug where /whois would send empty sockhost information on TS5
105 >   servers
106 > o) Remote server connection and split notices now go to new usermode +e.
107 >   These previously used usermode +x.
108 > o) Services may now change the host of a specific user
109 >   via "SVSMODE <timestamp> <target> +x <hostname>"
110  
111  
112   -- ircd-hybrid-8.0.6 Release Notes
# Line 138 | Line 234 | o) Implemented full services support, in
234   o) Removed RKLINE and RXLINE commands. Regular expression based bans should
235     only be added via ircd.conf
236   o) Added 'globops', 'restart', 'dline', 'undline' and 'module' operator
237 <   privilege flags. Read doc/example.conf for further explanation of what
237 >   privilege flags. Read doc/reference.conf for further explanation of what
238     these flags control
239   o) Removed Idle-time klines
240   o) Cleaned up modules API. Old modules won't work anymore
# Line 167 | Line 263 | o) Overall code cleanup and speed improv
263  
264   --------------------------------------------------------------------------------
265  
266 < BUGS: Major bugs in this release are listed in BUGS
266 > This is still BETA code. Run it at your own risk. By running this
267 > code you assume FULL responsibility for any problems it may cause.
268 > We do NOT recommend that you run BETA code on production IRC networks
269 > such as EFnet.
270  
271   BUG REPORTS: If you run this code and encounter problems, you must report
272   the bug by EMAIL to bugs@ircd-hybrid.org
# Line 176 | Line 275 | BUG REPORTS: If you run this code and en
275   information masked).
276  
277   DISCUSSION: There is a mailing list for discussion of hybrid issues,
278 < including betas.  To subscribe, use this link:
278 > including betas. To subscribe, use this link:
279      https://lists.ircd-hybrid.org/mailman/listinfo/hybrid
280 < This is the proper place to discuss new features, bugs, etc.  Posting here
182 < is much more likely to get something done than ranting on #TZ.
280 > This is the proper place to discuss new features, bugs, etc.
281  
282   Questions/comments directed to bugs@ircd-hybrid.org
283  
284 < Other files recommended for reading: BUGS, README, INSTALL
284 > Other files recommended for reading: README, INSTALL
285  
286   --------------------------------------------------------------------------------
287   $Id$

Diff Legend

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