- update maintainer email
- re-add patch-aa
Changes :
* add error message for missing file reception directory
* web page: add blurb for misconfigured browsers
* final translation updates
* .. or non-updates (english text copied to translated man pages)
* compile fixes (thanks, Andy)
* do not send CAP_IS_2002 (it means UTF-8, we can't do that yet)
* show failing connections only when verbose or for server connections
* display 0x46 meta result (just output the text)
For more see Changes
0.59.3 (09/14/2002):
Rob: This really has been made a little early. Of course, we figured
that some of you may like to connect to Yahoo. Sorry about that
little blunder. I blame it on George.
Sean: That was just a silly mistake--there's no need to make George
feel bad! There's also some nice i18n fixes in there by Matt Wilson
from RedHat.
George: Why doesn't anybody love me?
0.59.2 (09/09/2002):
Rob: This time Sean couldn't be with us. I finally got my linux box
some what back in order. Life has been extremely hectic for both Sean
and myself lately, I think. Sean will have his cable connection soon
and my linux box should be completely happy again soon. Thanks to
everyone that kept the patches coming in and organized while we
were busy (chip, luke, robot, etc.)
headers in ${BUILDLINK_DIR}, simply create BUILDLINK_CPPFLAGS.<pkg>
variables whose values are appended to CPPFLAGS, which are automatically
passed to the configure and build processes.
BUILDLINK_TRANSFORM.<pkg> has little use in buildlink2 since packages are
now told that the software may be found where it really is installed, not
in ${BUILDLINK_DIR} as was the case with buildlink1. Eventually, these
variables will be declared unsupported by buildlink2.
extension Makefile fragments, because they really don't have anything to
do with the buildlink[12] frameworks. Change all the Makefiles that use
application.buildlink.mk and extension.buildlink.mk to use application.mk
and extension.mk instead.
KYim is an instant messenger for Yahoo! networks. It supports basic
connection to the Yahoo! Networks system, and connection through HTTP
proxies, allowing you to:
* manage your buddy list (add/remove buddies)
* chat with your buddies by instant messages
* send messages to your buddies when they are off-line
* take part in conferences
* have information about your Yahoo! Mail (is there mail waiting?)
* receive incoming file transfers
KYim is the successor to KYahoo, which is no longer maintained.
buildlink->buildlink2
Main changes from 0.9.2 to 0.9.5
=================================
* Use the primary router as the origin of the locally connected server when
it is disconnecting from the backup router since that's where it really
is coming from. Now the clients from the disconnecting server are removed
correctly and "shadow" clients are not left to the backup router.
* If normal server is standalone and found existing but disabled channel, do
not re-create the channel since it creates duplicate same channels.
* Added anonymous client connections support to server. New "anonymous"
configuration option to ConnectionParams section added. If set to true,
the username and hostname information of the client will be scrambled and
anonymous user mode is set automatically to the user.
* In JOIN notify handling, mark that the cache entry of the client cannot be
expired. Can cause crashes on normal server (asserts client->channels).
* Added silcd configuration option Timestamp in the Logging section.
* Fixed fingerprint checking to check for entirely empty fingerprint instead
of two first bytes when determining if it is set.
* Remove server/router operator privileges in DETACH command, since it's
possible to resume to server where these privileges would not be allowed.
* Do not re-create channel keys and send them when removing clients in server
shutdown.
* Completed backup router support for standalone routers. Supports also
servers in the cell that do not use the backup at all. Server/router
operator now receives notify when network switches to backup router and
when it resumes the use of primary router.
* Added -D option to server. It can be used to give debug level. The levels
are from 0 - 99, and are predefined for smooth server debugging.
Patch submitted by Lubomir Sedlacik <salo@Xtrmntr.org> in PR 18278.