| 1 |
|
-- ircd-hybrid-7.3 RELNOTES |
| 2 |
< |
o) implemented GUNGLINE (global ungline) |
| 3 |
< |
o) updated PCRE lib to latest 7.9 release |
| 4 |
< |
o) completely rewrote build system. we're now using automake and libtool |
| 5 |
< |
o) added support for sha256/sha512 encrypted passwords to mkpasswd |
| 6 |
< |
o) added ssl_server_protocol configuration option to servinfo{}. |
| 7 |
< |
valid flags are 'sslv3' and 'tlsv1' |
| 2 |
> |
o) Various resolver improvements and fixes |
| 3 |
> |
o) Implemented GUNGLINE (global ungline) |
| 4 |
> |
o) Updated PCRE lib to latest 7.9 release |
| 5 |
> |
o) Completely rewrote build system. we're now using automake and libtool |
| 6 |
> |
o) Added support for sha256/sha512 encrypted passwords to mkpasswd |
| 7 |
> |
o) Added ssl_server_protocol configuration option to servinfo{}. |
| 8 |
> |
Valid flags are 'sslv3' and 'tlsv1' |
| 9 |
> |
o) Added new 'server' option to listener::flags. Listener with that flag |
| 10 |
> |
set may only accept server connections. |
| 11 |
|
o) Fixed occasional core when placing RESVs on channel names |
| 12 |
|
o) Fixed topic desynchronization which sometimes may |
| 13 |
|
happen during netbursts |
| 16 |
|
o) Fixed bug which would cause invalid invisible counts on oper-up in case |
| 17 |
|
operator::umodes and/or general::oper_umodes contains 'invisible' |
| 18 |
|
o) Removed broken LazyLinks |
| 19 |
+ |
o) Removed --disable-gline-voting configure option |
| 20 |
|
o) Minor code optimizations and cleanups |
| 21 |
|
o) ACCEPT now supports nick!user@host masks |
| 18 |
– |
o) Added new 'server' option to listener::flags. Listener with that flag |
| 19 |
– |
set may only have server connections. |
| 22 |
|
|
| 23 |
|
|
| 24 |
|
-- ircd-hybrid-7.2.3 RELNOTES |
| 145 |
|
|
| 146 |
|
Questions/comments directed to bugs@ircd-hybrid.org |
| 147 |
|
|
| 148 |
< |
Other files recommended for reading: BUGS, README.FIRST, INSTALL |
| 148 |
> |
Other files recommended for reading: BUGS, README, INSTALL |
| 149 |
|
|
| 150 |
|
-------------------------------------------------------------------------------- |
| 151 |
|
$Id$ |