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 1731 by michael, Sun Jan 6 11:42:40 2013 UTC vs.
Revision 1855 by michael, Wed Apr 24 19:26:23 2013 UTC

# Line 1 | Line 1
1   -- ircd-hybrid-8.1.0beta1 Release Notes
2   o) Improved WEBIRC authentication; added 'webirc' to auth::flags.
3     A "webirc." spoof is now no longer required
4 < o) Implemented new memory pool allocator which basically is taken from Tor's
4 > o) Implemented new memory pool allocator which basically is based upon Tor's
5     mempool allocator for Tor cells
6   o) Major code cleanups
7 < o) Implemented new binary database storage for X-,D-,K-,G-Lines and RESVs
7 > o) Implemented new binary database storage for X-,D-,K-,G-Lines and RESVs.
8     Temporary bans are now stored as well and will persist after a reboot
9 + o) Channel based resv{} blocks may now contain wildcards
10 + o) Added support for "away-notify" client capability
11 + o) NICK/JOIN now shows the actual reason of reserved nick-/channelnames
12 + o) contrib/ and its content has been removed from the tree
13 + o) Added serverhide::hide_services configuration option
14 + o) Added 'nononreg' (+R) to oper::umodes and general::oper_only_modes
15 +
16 +
17 + -- ircd-hybrid-8.0.7 Release Notes
18 + o) Services may now set a channel topic without joining the channel first
19 + o) Fixed bug where /whois would send empty sockhost information on TS5
20 +   servers
21 + o) Remote server connection and split notices now go to new usermode +e.
22 +   These previously used usermode +x.
23 + o) Services may now change the host of a specific user
24 +   via "SVSMODE <timestamp> <target> +x <hostname>"
25 +
26 +
27 + -- ircd-hybrid-8.0.6 Release Notes
28 + o) Fix bug where idle time sometimes is 0 even if the client didn't
29 +   send any private message
30 + o) Fixed possible core in try_parse_v4_netmask()
31 +
32 +
33 + -- ircd-hybrid-8.0.5 Release Notes
34 + ########################################################################
35 + o) IMPORTANT: nick and topic lengths are now configurable via ircd.conf.
36 +   A max_nick_length, as well as a max_topic_length configuration option
37 +   can now be found in the serverinfo{} block
38 + ########################################################################
39 + o) Fixed build on GNU/Hurd as reported by Dominic Hargreaves
40 + o) Fixed log files not getting reopened after /rehash
41 + o) Improved logging of configuration file issues
42 + o) ircd.pid has been accidentally saved in /var instead of /var/run
43 + o) Linux RT signal support for notification of socket events has been dropped
44 + o) Fixed "STATS Y|y" sometimes sending weird sendq/recvq values
45 + o) INFO now also shows configured values of 'disable_fake_channels',
46 +   and 'stats_e_disabled'
47 + o) m_webirc.c is now officially supported, and has been moved from contrib/
48 +   to modules/
49 + o) /whois, /stats p, and /trace may now show fake idle times depending on
50 +   how the new class::min_idle and class::max_idle configuration directives
51 +   have been configured. This feature basically works in the same
52 +   way as it does in csircd
53 + o) The configuration parser now does support 'year' and 'month' units
54  
55  
56   -- ircd-hybrid-8.0.4 Release Notes
# Line 104 | Line 149 | o) Implemented full services support, in
149   o) Removed RKLINE and RXLINE commands. Regular expression based bans should
150     only be added via ircd.conf
151   o) Added 'globops', 'restart', 'dline', 'undline' and 'module' operator
152 <   privilege flags. Read doc/example.conf for further explanation of what
152 >   privilege flags. Read doc/reference.conf for further explanation of what
153     these flags control
154   o) Removed Idle-time klines
155   o) Cleaned up modules API. Old modules won't work anymore

Diff Legend

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