Mercurial > pidgin
view plugins/ticker/Makefile.am @ 4293:79d871c11eb9
[gaim-migrate @ 4546]
This changes to authorization cookie from a fixed length of 0x0100 bytes
to a dynamic length. The cookie AOL sends is always 0x0100 bytes,
but there was a bug report saying,
"I found that Gaim doesn't work with iserverd because it
uses hardcoded authorization cookie length. Why don't
you use TLV length value as auth cookie length ?
ICQ2k+ and winaim works without problems with 64
byte cookies...
AOL can just change cookie len and gaim will became
useless..."
I don't know about useless... but he does have a point.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 11 Jan 2003 09:19:39 +0000 |
parents | 59751fe608c5 |
children | 283fb289c510 |
line wrap: on
line source
plugindir = $(libdir)/gaim ticker_la_LDFLAGS = -module -avoid-version if PLUGINS plugin_LTLIBRARIES = ticker.la ticker_la_SOURCES = \ gtkticker.c \ gtkticker.h \ ticker.c endif CFLAGS += $(DEBUG_CFLAGS) INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/src \ -DVERSION=\"$(VERSION)\"