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 2258 by michael, Mon Jun 17 14:00:40 2013 UTC

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

Diff Legend

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