| 1 |
< |
-- ircd-hybrid-7.2.4 RELNOTES |
| 1 |
> |
-- ircd-hybrid-7.3 RELNOTES |
| 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 desyncs during netbursts |
| 12 |
> |
o) Fixed topic desynchronization which sometimes may |
| 13 |
> |
happen during netbursts |
| 14 |
> |
o) WATCH support implemented. Known from other irc-daemons, such |
| 15 |
> |
as Dreamforge and Bahamut. |
| 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 |
| 22 |
|
|
| 23 |
|
|
| 24 |
|
-- ircd-hybrid-7.2.3 RELNOTES |
| 132 |
|
BUGS: Major bugs in this release are listed in BUGS |
| 133 |
|
|
| 134 |
|
BUG REPORTS: If you run this code and encounter problems, you must report |
| 135 |
< |
the bug in one of the following ways: |
| 136 |
< |
a) By EMAIL to bugs@ircd-hybrid.org |
| 137 |
< |
b) On http://forum.ircd-hybrid.org/ |
| 120 |
< |
Please include a gdb backtrace and a copy of your setup.h and |
| 121 |
< |
ircd.conf with any report (with passwords and other sensitive |
| 135 |
> |
the bug by EMAIL to bugs@ircd-hybrid.org |
| 136 |
> |
Please include a gdb backtrace and a copy of your config.h and |
| 137 |
> |
ircd.conf with any report (with passwords and other sensitive |
| 138 |
|
information masked). |
| 139 |
|
|
| 140 |
|
DISCUSSION: There is a mailing list for discussion of hybrid issues, |
| 142 |
|
https://lists.ircd-hybrid.org/mailman/listinfo/hybrid |
| 143 |
|
This is the proper place to discuss new features, bugs, etc. Posting here |
| 144 |
|
is much more likely to get something done than ranting on #TZ. |
| 129 |
– |
You can also use Hybrid forums at http://forum.ircd-hybrid.org/ |
| 145 |
|
|
| 146 |
|
Questions/comments directed to bugs@ircd-hybrid.org |
| 147 |
|
|
| 148 |
< |
Please read doc/whats-new.txt for information about what is in this release |
| 134 |
< |
|
| 135 |
< |
Other files recommended for reading: BUGS, README.FIRST, INSTALL |
| 148 |
> |
Other files recommended for reading: BUGS, README, INSTALL |
| 149 |
|
|
| 150 |
|
-------------------------------------------------------------------------------- |
| 151 |
|
$Id$ |