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 1592 by michael, Sat Oct 27 21:02:32 2012 UTC vs.
Revision 2012 by michael, Sun May 12 14:47:26 2013 UTC

# Line 1 | Line 1
1 + -- ircd-hybrid-8.1.0beta5 Release Notes
2 + o) Removed 'remote', and 'global_kill' oper flags, and added 'connect',
3 +   'squit', and 'kill' flags for better fine-tuning instead. Whether or
4 +   not a specific action is allowed on a remote server can be controlled
5 +   by appeding the ':remote' flag. For example: 'kill' allows only local
6 +   clients to be killed, whereas 'kill:remote' allows to issue a KILL for
7 +   remote clients
8 +
9 + -- ircd-hybrid-8.1.0beta4 Release Notes
10 + o) Implemented channel mode +M. Clients that haven't identified their
11 +   name with NickServ may not speak in a channel that has this mode set
12 +
13 +
14 + -- ircd-hybrid-8.1.0beta3 Release Notes
15 + o) PCRE support has been dropped
16 + o) "STATS o" now shows how many times an oper{} block has been used.
17 +   Similar to STATS x|q"
18 + o) Implemented channel mode +c. Known from other ircds, this mode basically
19 +   prevents users from sending messages including control codes to a channel
20 +   that has this mode set
21 + o) Fixed bug where bans were not checked against non-channel members when
22 +   sending messages to a channel
23 + o) Removed channel::quiet_on_ban configuration option. This feature is
24 +   now enabled by default
25 +
26 +
27 + -- ircd-hybrid-8.1.0beta2 Release Notes
28 + o) Fixed broken compile with libGeoIP disabled
29 + o) Code cleanups; working towards stabilization and improved performance
30 + o) Changed RPL_WELCOME to comply with rfc2812
31 + o) Removed operflag 'nick_changes'. Operators can now set +n at will
32 + o) Fixed shared{} blocks not working as expected
33 + o) Fixed spoofs not working as expected
34 +
35 +
36 + -- ircd-hybrid-8.1.0beta1 Release Notes
37 + ########################################################################
38 + o) IMPORTANT: name/channel entries can't be stacked any longer within
39 +   a single resv{} block. Each entry now requires its own resv{} block.
40 +   Read doc/reference.conf for more details
41 + #######################################################################
42 + o) Added resv::exempt configuration option. Exempt can be either a
43 +   ISO 3166 alpha-2 two letter country code, or a nick!user@host mask.
44 +   CIDR is supported
45 + o) Removed channel::restrict_channels configuration option
46 + o) Preliminary libGeoIP support. Currently only used for exempt entries
47 +   in resv{} blocks
48 + o) Improved WEBIRC authentication; added 'webirc' to auth::flags.
49 +   A "webirc." spoof is now no longer required
50 + o) Implemented new memory pool allocator which basically is based upon Tor's
51 +   mempool allocator for Tor cells
52 + o) Major code cleanups
53 + o) Implemented new binary database storage for X-,D-,K-,G-Lines and RESVs.
54 +   Temporary bans are now stored as well and will persist after a reboot
55 + o) Channel based resv{} blocks may now contain wildcards
56 + o) NICK/JOIN now shows the actual reason of reserved nick-/channelnames
57 + o) contrib/ and its content has been removed from the tree
58 + o) Added serverhide::hide_services configuration option
59 + o) Added 'nononreg' (+R) to oper::umodes and general::oper_only_modes
60 + o) Added support for "away-notify" client capability
61 +
62 +
63 + -- ircd-hybrid-8.0.8 Release Notes
64 + o) "STATS s" now shows configured services{} blocks as well
65 + o) Fixed compile warnings, minor code cleanups and optimizations
66 + o) Increased nickname history length to 32768
67 + o) Unidentified/unregistered nicks may not speak in +R channels
68 +
69 +
70 + -- ircd-hybrid-8.0.7 Release Notes
71 + o) Services may now set a channel topic without joining the channel first
72 + o) Fixed bug where /whois would send empty sockhost information on TS5
73 +   servers
74 + o) Remote server connection and split notices now go to new usermode +e.
75 +   These previously used usermode +x.
76 + o) Services may now change the host of a specific user
77 +   via "SVSMODE <timestamp> <target> +x <hostname>"
78 +
79 +
80 + -- ircd-hybrid-8.0.6 Release Notes
81 + o) Fix bug where idle time sometimes is 0 even if the client didn't
82 +   send any private message
83 + o) Fixed possible core in try_parse_v4_netmask()
84 +
85 +
86 + -- ircd-hybrid-8.0.5 Release Notes
87 + ########################################################################
88 + o) IMPORTANT: nick and topic lengths are now configurable via ircd.conf.
89 +   A max_nick_length, as well as a max_topic_length configuration option
90 +   can now be found in the serverinfo{} block
91 + ########################################################################
92 + o) Fixed build on GNU/Hurd as reported by Dominic Hargreaves
93 + o) Fixed log files not getting reopened after /rehash
94 + o) Improved logging of configuration file issues
95 + o) ircd.pid has been accidentally saved in /var instead of /var/run
96 + o) Linux RT signal support for notification of socket events has been dropped
97 + o) Fixed "STATS Y|y" sometimes sending weird sendq/recvq values
98 + o) INFO now also shows configured values of 'disable_fake_channels',
99 +   and 'stats_e_disabled'
100 + o) m_webirc.c is now officially supported, and has been moved from contrib/
101 +   to modules/
102 + o) /whois, /stats p, and /trace may now show fake idle times depending on
103 +   how the new class::min_idle and class::max_idle configuration directives
104 +   have been configured. This feature basically works in the same
105 +   way as it does in csircd
106 + o) The configuration parser now does support 'year' and 'month' units
107 +
108 +
109 + -- ircd-hybrid-8.0.4 Release Notes
110 + o) Fixed possible core on USERHOST/ISON with optimization enabled
111 + o) Fixed bug where can_flood sometimes didn't work as expected
112 +
113 +
114 + -- ircd-hybrid-8.0.3 Release Notes
115 + o) Fixed core on UNDLINE
116 + o) XLINE/KLINE/RESV/DLINE/SQUIT and KILL now have the same default reason
117 +   if a reason hasn't been specified
118 +
119 +
120 + -- ircd-hybrid-8.0.2 Release Notes
121 + o) Minor updates to the build system
122 + o) Fixed broken --enable-assert configure switch
123 + o) Fixed bug where timed events stopped from working if the system's
124 +   clock is running backwards
125 + o) STATS q|Q now shows how many times a resv{} block has been matched
126 + o) Fixed contributed WEBIRC module
127 + o) IRC operators may now again see server generated nick rejection notices
128 +
129 +
130 + -- ircd-hybrid-8.0.1 Release Notes
131 + o) Fixed broken CIDR support for CHALLENGE based irc operator logins
132 + o) Fixed class limits not properly applying to oper{} blocks
133 + o) Fixed possible TBURST desynchronization with services
134 + o) Fixed TBURST sending server's name to clients if it's a hidden server
135 +
136 +
137 + -- ircd-hybrid-8.0.0 Release Notes
138 + o) Fixed possible TBURST desynchronization with services
139 + o) Fixed TBURST sending server's name to clients if it's a hidden server
140 +
141   -- ircd-hybrid-8.0.0 Release Notes
142   o) Fixed an off-by-one with spoofs. Spoofs are now also checked for
143     invalid characters
# Line 62 | Line 202 | o) Implemented full services support, in
202   o) Removed RKLINE and RXLINE commands. Regular expression based bans should
203     only be added via ircd.conf
204   o) Added 'globops', 'restart', 'dline', 'undline' and 'module' operator
205 <   privilege flags. Read doc/example.conf for further explanation of what
205 >   privilege flags. Read doc/reference.conf for further explanation of what
206     these flags control
207   o) Removed Idle-time klines
208   o) Cleaned up modules API. Old modules won't work anymore
# Line 91 | Line 231 | o) Overall code cleanup and speed improv
231  
232   --------------------------------------------------------------------------------
233  
234 < BUGS: Major bugs in this release are listed in BUGS
234 > This is still BETA code. Run it at your own risk. By running this
235 > code you assume FULL responsibility for any problems it may cause.
236 > We do NOT recommend that you run BETA code on production IRC networks
237 > such as EFnet.
238  
239   BUG REPORTS: If you run this code and encounter problems, you must report
240   the bug by EMAIL to bugs@ircd-hybrid.org
# Line 100 | Line 243 | BUG REPORTS: If you run this code and en
243   information masked).
244  
245   DISCUSSION: There is a mailing list for discussion of hybrid issues,
246 < including betas.  To subscribe, use this link:
246 > including betas. To subscribe, use this link:
247      https://lists.ircd-hybrid.org/mailman/listinfo/hybrid
248 < This is the proper place to discuss new features, bugs, etc.  Posting here
106 < is much more likely to get something done than ranting on #TZ.
248 > This is the proper place to discuss new features, bugs, etc.
249  
250   Questions/comments directed to bugs@ircd-hybrid.org
251  
252 < Other files recommended for reading: BUGS, README, INSTALL
252 > Other files recommended for reading: README, INSTALL
253  
254   --------------------------------------------------------------------------------
255   $Id$

Diff Legend

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