| 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 |
+ |
|
| 11 |
+ |
|
| 12 |
+ |
-- ircd-hybrid-8.0.7 Release Notes |
| 13 |
+ |
o) Services may now set a channel topic without joining the channel first |
| 14 |
+ |
o) Fixed bug where /whois would send empty sockhost information on TS5 |
| 15 |
+ |
servers |
| 16 |
+ |
o) Remote server connection and split notices now go to new usermode +e. |
| 17 |
+ |
These previously used usermode +x. |
| 18 |
+ |
o) Services may now change the host of a specific user |
| 19 |
+ |
via "SVSMODE <timestamp> <target> +x <hostname>" |
| 20 |
+ |
|
| 21 |
+ |
|
| 22 |
+ |
-- ircd-hybrid-8.0.6 Release Notes |
| 23 |
+ |
o) Fix bug where idle time sometimes is 0 even if the client didn't |
| 24 |
+ |
send any private message |
| 25 |
+ |
o) Fixed possible core in try_parse_v4_netmask() |
| 26 |
+ |
|
| 27 |
+ |
|
| 28 |
+ |
-- ircd-hybrid-8.0.5 Release Notes |
| 29 |
+ |
######################################################################## |
| 30 |
+ |
o) IMPORTANT: nick and topic lengths are now configurable via ircd.conf. |
| 31 |
+ |
A max_nick_length, as well as a max_topic_length configuration option |
| 32 |
+ |
can now be found in the serverinfo{} block |
| 33 |
+ |
######################################################################## |
| 34 |
+ |
o) Fixed build on GNU/Hurd as reported by Dominic Hargreaves |
| 35 |
+ |
o) Fixed log files not getting reopened after /rehash |
| 36 |
+ |
o) Improved logging of configuration file issues |
| 37 |
+ |
o) ircd.pid has been accidentally saved in /var instead of /var/run |
| 38 |
+ |
o) Linux RT signal support for notification of socket events has been dropped |
| 39 |
+ |
o) Fixed "STATS Y|y" sometimes sending weird sendq/recvq values |
| 40 |
+ |
o) INFO now also shows configured values of 'disable_fake_channels', |
| 41 |
+ |
and 'stats_e_disabled' |
| 42 |
+ |
o) m_webirc.c is now officially supported, and has been moved from contrib/ |
| 43 |
+ |
to modules/ |
| 44 |
+ |
o) /whois, /stats p, and /trace may now show fake idle times depending on |
| 45 |
+ |
how the new class::min_idle and class::max_idle configuration directives |
| 46 |
+ |
have been configured. This feature basically works in the same |
| 47 |
+ |
way as it does in csircd |
| 48 |
+ |
o) The configuration parser now does support 'year' and 'month' units |
| 49 |
|
|
| 50 |
|
|
| 51 |
|
-- ircd-hybrid-8.0.4 Release Notes |
| 144 |
|
o) Removed RKLINE and RXLINE commands. Regular expression based bans should |
| 145 |
|
only be added via ircd.conf |
| 146 |
|
o) Added 'globops', 'restart', 'dline', 'undline' and 'module' operator |
| 147 |
< |
privilege flags. Read doc/example.conf for further explanation of what |
| 147 |
> |
privilege flags. Read doc/reference.conf for further explanation of what |
| 148 |
|
these flags control |
| 149 |
|
o) Removed Idle-time klines |
| 150 |
|
o) Cleaned up modules API. Old modules won't work anymore |