Commit graph

443 commits

Author SHA1 Message Date
salo
0db5341a40 USE_PKGLOCALEDIR, remove unnecessary patch, delint. 2002-11-30 12:41:05 +00:00
drochner
1189b2d10f -remove an unnecessary hack
-actually enable python support, otherwise it is pointless to depend on it
2002-11-29 17:17:48 +00:00
tron
0d6902a99d Use same trick as in the "gmake" package to make this work with
NetBSD's "libintl" again. Bump package revision.
2002-11-29 09:02:58 +00:00
tron
37ce3beda2 Don't set "PKGREVISION" here, it is set in "../xchat/Makefile.common". 2002-11-29 09:01:19 +00:00
tron
ab57723dbd Fetch patch for "/ME" for "xchat" site instead of duplication it in
the package sources.
2002-11-24 13:40:47 +00:00
tron
5c5e332a76 Prevent "/ME" from opening windows unnecessarily under certain conditions.
This patch was provided by Stefan Krueger in PR pkg/19096. Bump package
revision to 1.
2002-11-24 13:20:45 +00:00
schmonz
1cb3115b45 "r:-ltermcap" didn't remove -ltermcap. "s:-ltermcap:" does. Fixes
link error on Darwin.
2002-11-23 06:25:41 +00:00
salo
7fa14c31b7 update to version 0.9.8
Changes from 0.9.5 to 0.9.8
===========================

* Added support for aborting automatically pending commands
  that never receives the reply (to avoid memory leaks).
* Added support for removing explicitly added client connections
  in rehash and closing the client connections if they were
  unconfigured in the rehash.
* Rewrote WHOIS, WHOWAS and IDENTIFY commands in the server.
* If packet processing fails (like integrity check fails)
  the connection is closed now.
* Normal server now reconnects to backup router automatically
  if connection is lost to it.
* Added support for replying on behalf of the user to the
  Requested Attributes in WHOIS command in the server.
* Failed OPER and SILCOPER authentications are now logged.
* Added sort-of "Quality of Service" (QoS) support. Data
  reception can be controlled with rate limit per second
  and/or read data length limit.
* Added support for encrypted private key files. Now passphrase
  must be provided when new key pair is created , and prompted
  when loading the private key.

* Resumed client packet handling from server put the resumed
  client on wrong list on router and caused the client not be
  present on the network anymore.
* Various cleanup in error message output in config parsing code
  and in server init code.  Fixed error log files containing too
  many newlines in some situations.
* Assure that channel key is set before sending it.  May crash
  server otherwise.
* Don't swtich to become primary router if we are backup if
  decryption error has occurred.
* Fixed a bug in backup router IP address comparison
* Fixed a crashbug in incoming server accepting.
* Fixed packet decryption problem when backup router encrypted
  channel message with wrong key during backup resuming protocol.
* Fixed memory leaks in server.
* Fixed channel key packet processing bug on backup router
  during backup resuming protocol.
2002-11-21 15:42:45 +00:00
salo
c41dd0cca9 update to version 0.9.8
Changes between 0.9.5.1 and 0.9.8
=================================

* Added STATS command.
* Added Requested Attributes support.
* Added -details option to WHOIS command to support the requested
  attributes. By default it requests all attributes.
* Added implementation of VCard (RFC 2426) which can be used as
  part of Requested Attributes in WHOIS command.
* Added ATTR command which is used to manage user's Requested
  Attributes sending and values for WHOIS command.
* Added support for saving the requested attributes in WHOIS to
  directory.
* Added support for auto-passphrase authentication from the config
  file during connecting which was not implemented yet.
* Added shared library complation support.
* Added support for encrypted private key files. Now passphrase
  must be provided when new key pair is created and prompted when
  loading the private key.
* Added -P option which can be used to change the passphrase of
  the private key.
* UTF-8 decode the topic in TOPIC command reply and LIST command
  reply.
* Added manpage for silc(1).

* Fixed string formatting crashbug in lib/silccore/silcattrs.c
* Fixed double free in RSA public key set function.
* Fixed a bug in authentication protocol failure handling which
  was processing wrong callback context.
* Merged DISCONNECT fix, and autoconn port fix from Irssi CVS.
* Merged c0ffee's /set heartbeat patch and fixed the heartbeat
  sending.
* Fixed connection closing in client library to not crash.
* Fixed the INVITE command to not crash client when given without
  nickname argument.
2002-11-21 15:40:14 +00:00
grant
891c55168e - honour PKG_SYSCONFDIR
- convert to bsd.pkg.install.mk example config installation
- bump PKGREVISION

from Julio Merino in PR pkg/18982.
2002-11-21 13:00:02 +00:00
mrg
ab577576ea update to ircii 20021103. changes include:
o  fix random bugs
  o  fix a problem with new ICB group name changes message format
  o  new /on icb_who and /on icb_motd
  o  all high control chars should be now properly filtered avoiding
     pretend output
  o  fix help page bugs
  o  fix meta5, meta6, meta7 and meta8, which behaved as if you had always
     hitten them once you had (ie sticky forever)
  o  avoid crashes in /help
2002-11-15 12:14:18 +00:00
jlam
941aea0791 buildlink1 -> buildlink2. 2002-11-15 01:16:43 +00:00
jlam
d613050341 buildlink1 -> buildlink2 2002-11-14 23:24:23 +00:00
mycroft
a07bbb4ba7 Update to 0.59.6. Tested with AIM/Oscar, ICQ/Oscar, Yahoo, Jabber and IRC. 2002-11-14 21:33:49 +00:00
hubertf
963ee43278 Remove old files 2002-11-14 01:03:49 +00:00
hubertf
2ffa43830c add & enable i2cbd 2002-11-14 00:59:59 +00:00
hubertf
c26ed8a311 Import i2cbd-2.0_BETA0: Next generation Internet Citicen's Band chat server
I2CB icbd -- the Improved ICB Server
                  ------------------------------------
ICBD is an online chat system which allows a large number of users
to participate in realtime online discussions.  Among the features
of the ICB chat system are:

  * Simple, fast protocol and efficient polling-based implementation
    minimize `lag' effects

  * Persistent user database allows authentication of nicknames,
    storage of various user information, and leaving messages for
    users who are not logged on at the moment.

  * Any user may create groups, and exercise control over those
    groups, allowing for a wide range of discussion styles.  This
    control includes making groups public or private, visible or
    invisible, and moderated or unmoderated

  * The fabulous, famous '/brick' command lends true interactivity
    to the chat experience :-)
2002-11-14 00:59:31 +00:00
hubertf
a2980dd98b add & enable i2cb.work 2002-11-14 00:56:20 +00:00
hubertf
0accd4ea74 Import i2cb-6.0_ALPHA: Next generation Internet Citicen's Band chat client
ICB (International CB) is a teleconferencing system that allows Internet users
to participate in realtime online discussions. This package builds a client
program (called, strangely enough, "icb") that is used to access ICB.

i2cb was enhanced to support IPv6 etc.
2002-11-14 00:55:44 +00:00
seb
9cc45ab8b2 Trivially use buildlink2. 2002-11-11 23:41:06 +00:00
atatat
3546711191 Control k already *has* a perfectly good meaning, so instead of
defeating that purpose, use control c to pop up the colour picker
instead.  I'm not sure exactly when the gaim people changed this
(somewhere between 0.59.1 and 0.59.3), but I think it's rather ill
advised.
2002-11-06 19:18:59 +00:00
grant
989355443c fix /usr/local paths in man page. 2002-11-06 00:59:30 +00:00
wiz
f7538fa45d Depend on latest gdbm and bump PKGREVISION (major bump in gdbm library). 2002-11-01 16:34:34 +00:00
toshii
08c4be67bc Mention fonts/monafonts is recommended to view 2ch ascii arts. 2002-10-31 12:32:37 +00:00
kleink
4151a1b1b8 Note new homepage. 2002-10-30 10:24:57 +00:00
wiz
e30fb75dbd Tell configure script to look for iconv; move iconv dependency to common Makefile. 2002-10-29 18:52:01 +00:00
jmc
b7de1f41c9 Need libiconv for the non gnome applet build as well 2002-10-28 19:39:28 +00:00
uebayasi
7e63108871 Fix a typo. 2002-10-28 18:50:46 +00:00
uebayasi
d1f7c6edf6 Add & enable navi2ch. 2002-10-28 18:41:55 +00:00
uebayasi
0c0dff62a7 Initial import of Navi2ch 1.6.0.
Navi2ch is a viewer program dedicated to chatting in 2ch.net - the biggest,
most famous, influencial BBS in Japan.

Although this software is really well-written, It's worth noting that most
opinions/informations found in 2ch.net are next to senseless.  Thus, Good
NetBSD users are really encouraged not to devote themselves to 2ch! :-)
2002-10-28 18:40:22 +00:00
wiz
918d0c1e62 Update to 0.11.4.9, and convert to buildlink2.
Some of the changes:
               o More small bugs quashed. New /clearall command.
               o Small bugs quashed in buddy offline acknowledgement and
                 queued message forwarding.
               o Speed-ups in the playback procedures.
               o General clean-ups for cross-platform compiles.
               o On Tuesday, October 1, AOL's TOC servers began
                 periodically sending packets with a previously unused
                 frame type. naim does not know how to decipher these
                 packets, but version 0.11.4 was released with code
                 changes to simply ignore unknown frame types.
2002-10-25 17:32:32 +00:00
wiz
5d74cd0ba4 buildlink1 -> buildlink2. 2002-10-25 17:17:29 +00:00
itojun
4ead37cef6 need libiconv for internationalized behavior 2002-10-22 05:59:40 +00:00
wiz
aedc63b5b8 buildlink1 -> buildlink2. 2002-10-21 14:45:44 +00:00
seb
0d75c1efb1 Use buildlink2. Use perl5/module.mk. 2002-10-20 17:45:59 +00:00
shell
9c77bc1424 Updated to micq-0.4.9.4
- 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
2002-10-20 03:09:07 +00:00
minoura
959c01bddf Use PKGNAME_PREFIX. 2002-10-19 06:55:07 +00:00
wiz
a7b0fa0595 Minor man page fix. 2002-10-17 12:56:10 +00:00
wiz
5bad129785 buildlink1 -> buildlink2. 2002-10-13 15:49:56 +00:00
wiz
98ccb817f3 buildlink1 -> buildlink2. 2002-10-13 14:52:20 +00:00
wiz
a42139d69d buildlink1 -> buildlink2. 2002-10-13 12:21:02 +00:00
wiz
65329c41ee buildlink1 -> buildlink2. 2002-10-12 11:21:25 +00:00
wiz
76d79f60d0 buildlink1 -> buildlink2. 2002-10-10 09:37:12 +00:00
tron
0ff252e1e7 Fix path to Perl binary in "src/update.pl" and "src/contact-update.pl".
Problem noted by Matthias Hertel in private e-mail.
2002-10-10 07:32:15 +00:00
jlam
4916f8a634 buildlink1 -> buildlink2 2002-10-09 21:59:00 +00:00
wiz
ef2e5bfbdf buildlink1 -> buildlink2. 2002-10-09 17:56:50 +00:00
schmonz
d430de5379 Convert to buildlink2. Use perl5/module.mk. 2002-10-09 00:51:47 +00:00
schmonz
62b121f312 Convert to buildlink2. Use perl5/module.mk. Move post-extract to pre-configure. 2002-10-09 00:51:05 +00:00
wiz
617baa4c0b Convert to buildlink2. 2002-10-05 17:29:19 +00:00
wiz
db5dbff509 Convert gaim-gnome to buildlink2, and fix PLIST. 2002-10-05 17:11:44 +00:00