/usr/share/doc/oftc-hybrid/whats-new.txt is in oftc-hybrid-doc 1.6.9.dfsg-1fakesync2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 | ------------------------
What's new in Hybrid 7.2
------------------------
===================
supported platforms
===================
- We now support a completely new platform, Tru64 UNIX. It now configures and
builds right out of the box. Thanks to HP's TestDrive program for their
public access Tru64 boxen.
- We have mostly revamped the Windows Cygwin port, mostly thanks to some awesome
sleuth and compile work from James LaPlant.
- The IRIX port has been brought up to date. Thanks to Mark Laws for access to a
fine Indigo2.
- The HPUX port has been retested and minor warnings have been fixed. Thanks
Yusuf for testing.
- Other than those, the platforms we 'support' in README.FIRST are all still
actively supported.
- Basic support for building ircd-hybrid through Microsoft Visual C has been
added as well. Please review the files in contrib/ and the README.
===================
configure and build
===================
- The configure script has been massively revamped, and all of the Makefiles
have undergone serious spring cleaning.
- Most noticeable is that we generate make dependencies on the fly now. This
requires you to have some sort of program that does this, which we detect;
currently supported are X11 makedepend, mkdep, cc -xM if using Sun Workshop
and falling back to cc -MM if none work. If your C compiler has options to
generate make-style dependency info and you have none of the other programs,
send a note to joshk@triplehelix.org.
- We now support an --enable-clobber option so that binaries are not moved to
$NAME.old when making install if they already exist. This does not apply to
modules as a running ircd could core if the loaded modules are moved and then
unloaded. If you forget this when configuring, use make CLOBBER=yes install;
depending on your variety of make, this may or may not work.
- It is now possible to build the contrib modules into your statically linked
ircd.
====================
internationalization
====================
- We now use our own .lang files to provide translated numeric messages. See
doc/messages.txt for information on how to use it and how to write your own.
==================
networking support
==================
- IPv6 support is now automatically enabled/disabled depending on whether your
kernel supports it or not and can co-exist peacefully with IPv4.
- Cryptlinks now use Nagle's TCP_NODELAY algorithm to save overhead and is
hence, more stable. (Previously only used with ziplinks).
- Client SSL has now been added for users who wish to connect to ircd-hybrid
with their SSL enabled client. Please review etc/example.conf for instructions
on how to configure ircd-hybrid to listen for client SSL connections.
=============
ircd features
=============
- X-Line (gecos ban) support has been added. X-Lines are stored xline.conf
just like K-Lines and D-Lines are stored in kline.conf and dline.conf,
respectively.
- RX-Lines have been added for people who wish to use Regular Expressions to
issue gecos bans (RXLINE command).
- RK-Lines have been added for people who wish to use Regular Expressions to
issue K-Lines (RKLINE command).
- Nick and channel RESVs are now stored in nresv.conf and cresv.conf, respectively.
- Bill Bierman has written clustering support for IRC networks that wish to share
a common list of resvs, klines, xlines, and locops.
- New ACL G-lines can now be 'rejected' from being placed on the local server as
well as 'blocked' from being propagated through the local server onto another
server. Failures can also be logged for rejected and/or blocked glines.
- Testmask feature allows you to count number of local and remote clients for
a given hostmask.
$Id: whats-new.txt 585 2006-05-29 16:38:17Z stu $
|