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 1861 by michael, Thu Apr 25 15:33:56 2013 UTC vs.
Revision 2286 by michael, Tue Jun 18 19:23:54 2013 UTC

# Line 1 | Line 1
1 + -- ircd-hybrid-8.1.2 Release Notes
2 + o) Added general::cycle_on_host_change configuration option
3 + o) Added general::stats_u_oper_only configuration option
4 + o) Added support for SHA-256 ssl certificate fingerprint based operator{}
5 +   and connect{} blocks.
6 +   In conjunction with Anope 1.9.x IRC-services, clients are now also able
7 +   to automatically identify for their nick with ssl certificate
8 +   fingerprints
9 + o) Added operator::ssl_connection_required configuration option. See
10 +   doc/reference.conf for more information
11 + o) Added usermode +S (client is connected via SSL/TLS). Allows services
12 +   to keep track of what users are connected via SSL, and allows to see
13 +   ssl-status of remote clients in a /whois
14 + o) Fixed a server name leak with server hiding enabled. Reported by
15 +   Adam <adam@anope.org>
16 +
17 +
18 + -- ircd-hybrid-8.1.1 Release Notes
19 + ########################################################################
20 + o) IMPORTANT: moved disable_remote_command configuration directive from
21 +   general{} block to serverhide{} block
22 + ########################################################################
23 + o) Minor code cleanups/performance improvements
24 + o) Fixed bug where opers could see LOCOPS messages even if they don't have
25 +   the +l mode set
26 + o) Fixed bug where non-SSL clients could join +S channels on non-SSL servers
27 + o) Implemented motd{} configuration blocks. See doc/reference.conf for more
28 +   information
29 + o) "STATS T" shows configured MOTD files
30 +
31 +
32 + -- ircd-hybrid-8.1.0 Release Notes
33 + o) Minor code cleanups/performance improvements
34 +
35 +
36 + -- ircd-hybrid-8.1.0rc1 Release Notes
37 + o) Fixed broken spoofs
38 +
39 +
40 + -- ircd-hybrid-8.1.0beta5 Release Notes
41 + o) Removed 'remote', and 'global_kill' oper flags, and added 'connect',
42 +   'squit', and 'kill' flags for better fine-tuning instead. Whether or
43 +   not a specific action is allowed on a remote server can be controlled
44 +   by appending the ':remote' flag. For example: 'kill' allows only local
45 +   clients to be killed, whereas 'kill:remote' allows to issue a KILL for
46 +   remote clients
47 + o) Added 'locops' and 'wallops' to irc-operator flags
48 + o) Improve/cleanup HELP system
49 +
50 +
51 + -- ircd-hybrid-8.1.0beta4 Release Notes
52 + o) Implemented channel mode +M. Clients that haven't identified their
53 +   name with NickServ may not speak in a channel that has this mode set
54 + o) Fixed weird idletimes shown in /trace
55 + o) Added 'nononreg' (+R) to general::oper_umodes
56 + o) Added user mode +F (can see remote client connect/exit notices)
57 +
58 +
59 + -- ircd-hybrid-8.1.0beta3 Release Notes
60 + o) PCRE support has been dropped
61 + o) "STATS o" now shows how many times an oper{} block has been used.
62 +   Similar to STATS x|q"
63 + o) Implemented channel mode +c. Known from other ircds, this mode basically
64 +   prevents users from sending messages including control codes to a channel
65 +   that has this mode set
66 + o) Fixed bug where bans were not checked against non-channel members when
67 +   sending messages to a channel
68 + o) Removed channel::quiet_on_ban configuration option. This feature is
69 +   now enabled by default
70 +
71 +
72 + -- ircd-hybrid-8.1.0beta2 Release Notes
73 + o) Fixed broken compile with libGeoIP disabled
74 + o) Code cleanups; working towards stabilization and improved performance
75 + o) Removed operflag 'nick_changes'. Operators can now set +n at will
76 + o) Fixed shared{} blocks not working as expected
77 + o) Fixed spoofs not working as expected
78 +
79 +
80   -- ircd-hybrid-8.1.0beta1 Release Notes
81   ########################################################################
82 < o) IMPORTANT: names/channels entries can't be stacked any longer within
82 > o) IMPORTANT: name/channel entries can't be stacked any longer within
83     a single resv{} block. Each entry now requires its own resv{} block.
84     Read doc/reference.conf for more details
85   #######################################################################
86   o) Added resv::exempt configuration option. Exempt can be either a
87     ISO 3166 alpha-2 two letter country code, or a nick!user@host mask.
88     CIDR is supported
89 + o) Removed channel::restrict_channels configuration option
90   o) Preliminary libGeoIP support. Currently only used for exempt entries
91     in resv{} blocks
92   o) Improved WEBIRC authentication; added 'webirc' to auth::flags.
# Line 17 | Line 97 | o) Major code cleanups
97   o) Implemented new binary database storage for X-,D-,K-,G-Lines and RESVs.
98     Temporary bans are now stored as well and will persist after a reboot
99   o) Channel based resv{} blocks may now contain wildcards
20 o) Added support for "away-notify" client capability
100   o) NICK/JOIN now shows the actual reason of reserved nick-/channelnames
101   o) contrib/ and its content has been removed from the tree
102   o) Added serverhide::hide_services configuration option
103   o) Added 'nononreg' (+R) to oper::umodes and general::oper_only_modes
104 + o) Added support for "away-notify" client capability
105 +
106 +
107 + -- ircd-hybrid-8.0.9 Release Notes
108 + o) Fixed bug where ircd would sometimes drop a services link because
109 +   of a missing argument to the SVSMODE command
110 + o) Fixed weird idletimes shown in /trace
111 +
112 +
113 + -- ircd-hybrid-8.0.8 Release Notes
114 + o) "STATS s" now shows configured services{} blocks as well
115 + o) Fixed compile warnings, minor code cleanups and optimizations
116 + o) Increased nickname history length to 32768
117 + o) Unidentified/unregistered nicks may not speak in +R channels
118  
119  
120   -- ircd-hybrid-8.0.7 Release Notes
# Line 92 | Line 185 | o) Fixed TBURST sending server's name to
185  
186  
187   -- ircd-hybrid-8.0.0 Release Notes
95 o) Fixed possible TBURST desynchronization with services
96 o) Fixed TBURST sending server's name to clients if it's a hidden server
97
98 -- ircd-hybrid-8.0.0 Release Notes
188   o) Fixed an off-by-one with spoofs. Spoofs are now also checked for
189     invalid characters
190   o) Removed general::use_whois_actually configuration directive. This is
191     now enabled by default
192   o) Minor SQUIT handling fixes
193   o) Fixed bancache not being updated on CHGHOST/CHGIDENT
194 + o) Fixed possible TBURST desynchronization with services
195 + o) Fixed TBURST sending server's name to clients if it's a hidden server
196  
197  
198   -- ircd-hybrid-8rc1 Release Notes
# Line 188 | Line 279 | o) Overall code cleanup and speed improv
279  
280   --------------------------------------------------------------------------------
281  
282 < BUGS: Major bugs in this release are listed in BUGS
282 > This is still BETA code. Run it at your own risk. By running this
283 > code you assume FULL responsibility for any problems it may cause.
284 > We do NOT recommend that you run BETA code on production IRC networks
285 > such as EFnet.
286  
287   BUG REPORTS: If you run this code and encounter problems, you must report
288   the bug by EMAIL to bugs@ircd-hybrid.org
# Line 197 | Line 291 | BUG REPORTS: If you run this code and en
291   information masked).
292  
293   DISCUSSION: There is a mailing list for discussion of hybrid issues,
294 < including betas.  To subscribe, use this link:
294 > including betas. To subscribe, use this link:
295      https://lists.ircd-hybrid.org/mailman/listinfo/hybrid
296 < This is the proper place to discuss new features, bugs, etc.  Posting here
203 < is much more likely to get something done than ranting on #TZ.
296 > This is the proper place to discuss new features, bugs, etc.
297  
298   Questions/comments directed to bugs@ircd-hybrid.org
299  
300 < Other files recommended for reading: BUGS, README, INSTALL
300 > Other files recommended for reading: README, INSTALL
301  
302   --------------------------------------------------------------------------------
303   $Id$

Diff Legend

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