pkgsrc/chat
wiz 14d79f45a6 Update to 0.11.8.2:
Summary of changes from 0.11.8.1 to 0.11.8.2
============================================
[FT  fea] CTCP requests and replies will now be stacked onto outgoing
messages and autoreplies, respectively. This feature applies to
both IRC and AIM.
[TOC fea] Preliminary support for having multiple clients connected
to the same screen name on AIM. naim is now able to keep buddy
lists synchronized between all clients. Eliminates warnings about
unknown INSERTED2 and DELETED2 messages.
[FT  fea] Misc. code cleanups and simplifications backported from
ngnaim.
[TOC bug] Apparently, some users can sign on to AIM in such a way
as to mask their signon time. FireTalk used a signon time of 0 to
designate "offline", which led to some confusion when users signed
on with an actual reported signon time of 0. This led to assertion
failures in toc2.c. Fixed.
[IRC fea] A user's user@host is now displayed when the user joins
a channel on IRC.
[FT  bug] In some cases, CTCP requests were compared to the list
of known types case insensitively, sometimes case sensitively. The
spec. requires sensitivity to case. Fixed.
[IRC fea] All messages sent without a source are treated as coming
from a pseudo-target of ":SERVER".
[IRC fea] All messages sent before client signon is completed that
are not handled by the signon parser are passed to the normal
parser. This allows forced joins, CTCP handling from bots during
signon, etc.
[FT  fea] Some IRC servers send CTCP VERSION requests during signon,
before 001 (IRC's "you are now signed on and can send messages"
protocol message), and demand a reply. naim was naively replying,
but FireTalk was suppressing the reply (since it hadn't been told
it could send messages yet). A hack has been put in place to allow
CTCP replies to go through before signon has completed.
[IRC bug] The /SETPRIV command did not have a handler in irc.c.
This causes a reliable crash. Fixed.
[UI  bug] In some situations, naim could report a negative number
of lines left to play back during scrollback. Workaround implemented.
[UI  fea] /open WINDOW now jumps you to WINDOW if WINDOW already
exists.
[UI  fea] Overusing nickname completion now only complains to you
a few times, then stops. Previously it complained forever unless
an obscure setting was toggled.
[UI  fea] New $ctcpverbose. If set, unknown CTCP requests are
displayed in the UI.
[pkg bug] Most tail utilities accept either "tail +3 file" or "tail
-n +3 file" the same. Some only accept "tail -n +3 file". Others
only accept "tail +3 file". naim's packaging no longer uses the
tail utility, at all.
[UI  fea] The /sync command has been removed.
[pkg fea] The --firetalk-lily-binary-link configure option has been
removed, along with all code paths that depended on it.
[UI  fea] Improved error condition reporting backported from ngnaim.
[UI  bug] In some situations, file transfers could report incorrect
completion statistics due to integer overflow. All calculations
are performed using floating point now, though the UI still only
displays whole numbers.
[UI  bug] A change in how windows were looked up made in 0.11.8.1
caused all messages to both users and chats to be sent using the
send-to-user API. This did not cause problems on IRC or Lily, but
did cause chat room messages to be silently eaten on AIM. Fixed.
[UI  fea] At some point since the 0.11.8.1 release, AOL's servers
began changing bare \n characters in profiles to the string <br/>\n,
which naim did not understand. naim now treats <br/> as a synonym
for <br>.
[UI  fea] The dynamic library subsystem is initialized before
.naimrc is parsed, allowing your .naimrc to use the modload command.
2006-07-19 22:28:18 +00:00
..
aim Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk where 2006-05-22 22:22:02 +00:00
amsn Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
bitchbot Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
bitchx Use SUBST instead of FILES_SUBST_SED. 2006-01-05 19:56:38 +00:00
bitlbee Modify packages that set PKG_USERS and PKG_GROUPS to follow the new 2006-04-23 00:12:35 +00:00
blackened Fix errno. 2005-12-13 16:02:11 +00:00
bnc Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
bsflite Update to 0.81p2, provided by Evan Hall in PR 32957. 2006-03-08 05:57:58 +00:00
centericq Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey 2006-04-17 07:07:11 +00:00
cgiirc Convert dependency to use -[0-9]* style instead of just -*. 2006-06-30 10:06:36 +00:00
dccserver Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
dircproxy Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
dircproxy-devel Don't use ternary operator as lvalue in an assignment because GCC 4.x 2006-06-30 15:53:18 +00:00
eggdrop Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ekg Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
emech Provide the configure script with an empty input file instead of feeding 2006-01-07 21:39:49 +00:00
epic4 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
epic4-doc Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
fisg Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
fugu Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
gaim Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
gaim-encryption LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just 2006-07-07 15:49:30 +00:00
gaim-icb Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
gaim-otr Needs pkg-config to find gaim. Stupid configure. 2006-06-20 22:28:01 +00:00
gale Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc 2006-07-19 19:14:37 +00:00
gg2 Sweep pkgsrc and convert packages that included intltool/buildlink3.mk 2006-07-05 05:37:39 +00:00
gnomeicu Sweep pkgsrc and convert packages that included intltool/buildlink3.mk 2006-07-05 05:37:39 +00:00
goofey Fix errno. 2005-12-19 20:12:19 +00:00
gossip Sweep pkgsrc and convert packages that included intltool/buildlink3.mk 2006-07-05 05:37:39 +00:00
gtmess Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
i2cb Always include sys/types.h, it is needed on !NetBSD as well. 2005-12-13 21:30:11 +00:00
i2cbd Fixed pkglint warnings. Proper handling of rc.d script. Bumped PKGREVISION. 2006-05-21 16:08:32 +00:00
icb Removed trailing white-space. 2006-05-21 10:52:08 +00:00
icbirc Use "tv@NetBSD.org" as my MAINTAINER address; makes identifying me as a 2006-03-22 22:50:31 +00:00
icqlib Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc 2006-07-19 19:14:37 +00:00
iip Fixed pkglint warnings. 2006-06-18 07:55:42 +00:00
ircd-hybrid Bump to 7.2.1 2006-06-06 13:04:55 +00:00
irchat-pj Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
ircII Manage compression of the help files using the doc-compress script 2006-06-14 14:23:32 +00:00
ircservices Update to .57 2006-06-06 12:35:04 +00:00
ircu Modify packages that set PKG_USERS and PKG_GROUPS to follow the new 2006-04-23 00:12:35 +00:00
iroffer Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
irssi Update to 0.8.10a: 2006-03-04 06:34:13 +00:00
irssi-icb LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just 2006-07-07 15:49:30 +00:00
jabberd Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
jabberd2 Update to 2.0s11: 2006-06-11 01:57:27 +00:00
kadu Added USE_LANGUAGES 2006-05-23 09:36:30 +00:00
kmess Add forgotten patchsum. 2006-06-01 11:42:42 +00:00
konversation Fix some errors with non-existent directories pointed out by recent 2006-07-14 22:48:45 +00:00
libirc Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libotr Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libtlen Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
licq-core Make this build on Darwin. 2006-03-11 16:44:44 +00:00
licq-gui-console LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just 2006-07-07 15:49:30 +00:00
licq-gui-qt LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just 2006-07-07 15:49:30 +00:00
loudmouth Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
micq Do not try removing man/ru/*, they are now in mk/platforms/*dist. 2006-02-22 22:13:42 +00:00
msnre Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
mu-conference Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
naim Update to 0.11.8.2: 2006-07-19 22:28:18 +00:00
navi2ch * Install info files into ${EMACS_INFOPREFIX}, which is the correct 2006-03-30 03:31:13 +00:00
ninja Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Net-AIM Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Net-AOLIM Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Net-Goofey Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Net-ICQ2000 Consistently use NetBSD.org address for shell, shellhung.org does not exist. 2006-03-16 22:48:42 +00:00
p5-Net-Jabber Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-POE-Component-IRC Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
p5-POE-Filter-IRCD Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
pircbot Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
psi Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
quirc Uses C++. 2006-05-14 15:37:45 +00:00
riece Update riece to 3.0.0. 2006-05-30 00:26:15 +00:00
roxirc Removed the superfluous "quotes" and 'quotes' from variables that don't 2006-04-22 09:22:05 +00:00
scrollz Update scrollz to 1.9.5. 2006-03-06 10:03:39 +00:00
ser Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
silc-client LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just 2006-07-07 15:49:30 +00:00
silc-client-icb Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
silc-server LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just 2006-07-07 15:49:30 +00:00
sirc Set REPLACE_PERL for a perl script. Bump PKGREVISION. 2006-06-27 14:47:15 +00:00
tik Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
tirc Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
tkicb LICENSE=generic-nonlicense 2006-05-03 15:12:24 +00:00
tkirc Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
tkirc2 Removed the superfluous "quotes" and 'quotes' from variables that don't 2006-04-22 09:22:05 +00:00
tzc Fix label at end of compound statement. Force krb4 dependency, since 2006-06-18 19:36:53 +00:00
unrealircd Update to 3.2.5 2006-07-18 22:43:36 +00:00
vicq Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
weechat Update chat/weechat to 0.1.9 2006-06-10 16:17:32 +00:00
xaric Make this package build with gcc-4. 2006-06-09 15:31:29 +00:00
xchat Update "xchat" and "xchat-python" packages to version 2.6.2. 2006-04-23 17:19:41 +00:00
xchat-python Fix pthread detection / use of xchat-python. 2006-03-28 17:38:31 +00:00
xchat-systray-integration Do not define variables in headers; define them in .c files instead. 2006-07-06 22:04:03 +00:00
ymessenger Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk where 2006-05-22 22:22:02 +00:00
ysm Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
zenicb Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
zenirc Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
zephyr Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
zephyr-mode Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
zircon Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
Makefile +konversation 2006-05-18 21:50:35 +00:00