| 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 |
|
|
| 10 |
+ |
-- ircd-hybrid-8.0.7 Release Notes |
| 11 |
+ |
o) Added SVSHOST command handler which allows services to change the |
| 12 |
+ |
hostname of a specific user |
| 13 |
+ |
|
| 14 |
+ |
|
| 15 |
+ |
-- ircd-hybrid-8.0.6 Release Notes |
| 16 |
+ |
o) Fix bug where idle time sometimes is 0 even if the client didn't |
| 17 |
+ |
send any private message |
| 18 |
+ |
o) Fixed possible core in try_parse_v4_netmask() |
| 19 |
+ |
|
| 20 |
+ |
|
| 21 |
+ |
-- ircd-hybrid-8.0.5 Release Notes |
| 22 |
+ |
######################################################################## |
| 23 |
+ |
o) IMPORTANT: nick and topic lengths are now configurable via ircd.conf. |
| 24 |
+ |
A max_nick_length, as well as a max_topic_length configuration option |
| 25 |
+ |
can now be found in the serverinfo{} block |
| 26 |
+ |
######################################################################## |
| 27 |
+ |
o) Fixed build on GNU/Hurd as reported by Dominic Hargreaves |
| 28 |
+ |
o) Fixed log files not getting reopened after /rehash |
| 29 |
+ |
o) Improved logging of configuration file issues |
| 30 |
+ |
o) ircd.pid has been accidentally saved in /var instead of /var/run |
| 31 |
+ |
o) Linux RT signal support for notification of socket events has been dropped |
| 32 |
+ |
o) Fixed "STATS Y|y" sometimes sending weird sendq/recvq values |
| 33 |
+ |
o) INFO now also shows configured values of 'disable_fake_channels', |
| 34 |
+ |
and 'stats_e_disabled' |
| 35 |
+ |
o) m_webirc.c is now officially supported, and has been moved from contrib/ |
| 36 |
+ |
to modules/ |
| 37 |
+ |
o) /whois, /stats p, and /trace may now show fake idle times depending on |
| 38 |
+ |
how the new class::min_idle and class::max_idle configuration directives |
| 39 |
+ |
have been configured. This feature basically works in the same |
| 40 |
+ |
way as it does in csircd |
| 41 |
+ |
o) The configuration parser now does support 'year' and 'month' units |
| 42 |
+ |
|
| 43 |
|
|
| 44 |
|
-- ircd-hybrid-8.0.4 Release Notes |
| 45 |
|
o) Fixed possible core on USERHOST/ISON with optimization enabled |