summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
2002-11-30USE_PKGLOCALEDIR, remove unnecessary patch, delint.salo9-69/+59
2002-11-29-remove an unnecessary hackdrochner1-2/+2
-actually enable python support, otherwise it is pointless to depend on it
2002-11-29Use same trick as in the "gmake" package to make this work withtron1-3/+3
NetBSD's "libintl" again. Bump package revision.
2002-11-29Don't set "PKGREVISION" here, it is set in "../xchat/Makefile.common".tron1-2/+1
2002-11-24Fetch patch for "/ME" for "xchat" site instead of duplication it intron3-40/+8
the package sources.
2002-11-24Prevent "/ME" from opening windows unnecessarily under certain conditions.tron3-2/+41
This patch was provided by Stefan Krueger in PR pkg/19096. Bump package revision to 1.
2002-11-23"r:-ltermcap" didn't remove -ltermcap. "s:-ltermcap:" does. Fixesschmonz1-2/+2
link error on Darwin.
2002-11-21update to version 0.9.8salo4-7/+44
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-21update to version 0.9.8salo4-26/+57
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- honour PKG_SYSCONFDIRgrant4-5/+26
- convert to bsd.pkg.install.mk example config installation - bump PKGREVISION from Julio Merino in PR pkg/18982.
2002-11-15update to ircii 20021103. changes include:mrg4-20/+9
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-15buildlink1 -> buildlink2.jlam1-6/+9
2002-11-14buildlink1 -> buildlink2jlam1-9/+7
2002-11-14Update to 0.59.6. Tested with AIM/Oscar, ICQ/Oscar, Yahoo, Jabber and IRC.mycroft3-28/+5
2002-11-14Remove old fileshubertf4-24/+0
2002-11-14add & enable i2cbdhubertf1-1/+2
2002-11-14Import i2cbd-2.0_BETA0: Next generation Internet Citicen's Band chat serverhubertf9-0/+146
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-14add & enable i2cb.workhubertf1-1/+2
2002-11-14Import i2cb-6.0_ALPHA: Next generation Internet Citicen's Band chat clienthubertf13-0/+188
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-11Trivially use buildlink2.seb1-2/+3
2002-11-06Control k already *has* a perfectly good meaning, so instead ofatatat3-2/+25
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-06fix /usr/local paths in man page.grant3-2/+45
2002-11-01Depend on latest gdbm and bump PKGREVISION (major bump in gdbm library).wiz1-2/+2
2002-10-31Mention fonts/monafonts is recommended to view 2ch ascii arts.toshii1-0/+11
2002-10-30Note new homepage.kleink1-2/+2
2002-10-29Tell configure script to look for iconv; move iconv dependency to common ↵wiz3-6/+6
Makefile.
2002-10-28Need libiconv for the non gnome applet build as welljmc2-6/+11
2002-10-28Fix a typo.uebayasi1-1/+1
2002-10-28Add & enable navi2ch.uebayasi1-1/+2
2002-10-28Initial import of Navi2ch 1.6.0.uebayasi4-0/+101
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-25Update to 0.11.4.9, and convert to buildlink2.wiz4-30/+31
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-25buildlink1 -> buildlink2.wiz1-2/+3
2002-10-22need libiconv for internationalized behavioritojun1-1/+2
2002-10-21buildlink1 -> buildlink2.wiz1-4/+4
2002-10-20Use buildlink2. Use perl5/module.mk.seb2-12/+7
2002-10-20Updated to micq-0.4.9.4shell4-13/+22
- 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-19Use PKGNAME_PREFIX.minoura1-2/+2
2002-10-17Minor man page fix.wiz2-1/+14
2002-10-13buildlink1 -> buildlink2.wiz1-4/+4
2002-10-13buildlink1 -> buildlink2.wiz1-2/+3
2002-10-13buildlink1 -> buildlink2.wiz1-3/+3
2002-10-12buildlink1 -> buildlink2.wiz1-5/+8
2002-10-10buildlink1 -> buildlink2.wiz1-3/+3
2002-10-10Fix path to Perl binary in "src/update.pl" and "src/contact-update.pl".tron1-1/+3
Problem noted by Matthias Hertel in private e-mail.
2002-10-09buildlink1 -> buildlink2jlam1-7/+13
2002-10-09buildlink1 -> buildlink2.wiz1-10/+10
2002-10-09Convert to buildlink2. Use perl5/module.mk.schmonz1-7/+4
2002-10-09Convert to buildlink2. Use perl5/module.mk. Move post-extract to pre-configure.schmonz1-11/+9
2002-10-05Convert to buildlink2.wiz2-7/+9
2002-10-05Convert gaim-gnome to buildlink2, and fix PLIST.wiz4-24/+23