summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
2001-10-22Enable panel support.mycroft1-1/+3
2001-10-21Add and enable ircd-hybridseb1-1/+2
2001-10-21Added ircd-hybrid version 6.2, an IRC daemon.seb16-0/+810
2001-10-21Make sure ncurses is found - this is intended to prevent irssi fromhubertf1-2/+4
crashing when ran on the console (It's said to be ok in xterm). Hinted at by Otto Hilska <mutru@nallukka.net> in private mail.
2001-10-20Note addition of chat/libyahoo.jlam1-1/+2
2001-10-20chat/libyahoo: Yahoo! Messenger client libraryjlam5-0/+75
Libyahoo is the Yahoo! Messenger client library used by gtkyahoo, kyahoo, everybuddy, jabber, etc. It encapsulates routines to speak the Yahoo! Instant Messenging protocol. Provided in pkg/14313 by ken@246gt.com.
2001-10-15Add and enable dircproxy.agc1-1/+2
2001-10-15Initial import of dircproxy-1.0.1 into the NetBSD Packages Collection.agc5-0/+37
dircproxy is an IRC proxy server ("bouncer") designed for people who use IRC from lots of different workstations or clients, but wish to remain connected and see what they missed while they were away. You connect to IRC through dircproxy, and it keeps you connected to the server, even after you detach your client from it. While you're detached, it logs channel and private messages as well as important events, and when you re-attach it'll let you know what you missed. This can be used to give you roughly the same functionality as using ircII and screen together, except you can use whatever IRC client you like, including X ones! Package provided in PR 14250 by Scott Barron (sb125499@ohiou.edu), cleaned up by myself.
2001-10-11Add and enable tikagc1-1/+2
2001-10-11Initial import of tik-0.90 into the NetBSD Packages Collection.agc4-0/+206
TiK is an open source AOL Instant Messenger client, written in Tcl. It was originally written as an alternative to the AIM Java client. Provided in PR 14129 by Grant Beattie (grant@grunta.com).
2001-10-02fix a "resize smaller" core dump; from ircii-current.mrg2-1/+97
2001-09-30Fixed improper tgetstr call that was causing bitchx to crash whenblymn3-6/+41
used with NetBSD curses.
2001-09-30Buildlinkify (strongly).wiz1-5/+9
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam7-14/+14
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-26Add optional IPv6 and OpenSSL support to the "xchat" package. Both aretron1-1/+17
turned on by default but can be turned of with "USE_INET6=NO" and "XCHAT_USE_SSL=NO".
2001-09-24Update "xchat" package to version 1.8.3. Changes since version 1.8.2:tron2-5/+5
- xtext: marked text goes to clipboard aswell as primary selection. - xtext: some speedup optimizations. - xtext: fixed a problem when rendering a fixed-width font with missing chars. - Fixed hints for "You're kicked" text event, which showed the $ vars incorrectly. - When a user is seen to quit or join a channel you're in, your notify list will be modified instantly. No notify textevent is shown if it happened in the front-most tab (Alexander Hvostov). - Fixed binding server connects to different interface/address (ipv4 only) (Claus Riemann). - Avoid negative ping timeout when system clock changes. - Updated Italian translation (Stefano Fava). - Updated Spanish translation (Antonio de la Torre). - Added text event "Channel Notice" so you can differentiate between private and channel notices (Fuentes Xavier). - Added ability to dcc send filenames with spaces. See "Fill Spaces" setting in Setup->File Transfer (Fuentes Xavier). - Included some makefiles for ms visual c.
2001-09-22Update gaim to 0.44. Relevant changes from version 0.11.0-pre11 include:jlam5-34/+71
* Bug fixes! * Update and additions to translations. * Improved look of GUI. * Wrote a plugin for all those people who miss having the chat rooms in their buddy lists (chatlist.so) * New plugin events: event_im_displayed_sent and event_im_displayed_rcvd. Use these to change messages after they're displayed (e.g. encrypt sent messages, or send auto-responses and have them display locally properly) * Can specify hosts/ports for Yahoo * Can view/set chat topic in Jabber * Can view/set chat topic in IRC * Improved Jabber chat support (it whispers now, too) * Zephyr can do Subscriptions now * MSN can now change your 'friendly name' * More IRC improvements [colors, etc] * Can turn on/off Yahoo! Mail announcements
2001-09-16add & enable irssihubertf1-1/+2
2001-09-16irssi 0.7.98.4 package: yet another IRC clienthubertf6-0/+220
Contributed by Otto Hilska <mutru@nallukka.net>, closes PR 11956.
2001-09-15Sync PATCH_SITES with realityzuntum1-3/+2
2001-09-14Patch for Solaris from Michael Santos (pkg/13685).wiz2-5/+16
2001-09-07Add and enable "tkirc2". Fixes PR pkg/13887 by Kevin Lo.tron1-1/+2
2001-09-07Import new "tkirc2" package:tron4-0/+61
GUI for the ircII Internet Relay Chat client This package is based on patches for the old "tkirc" package suppled by Kevin Lo in PR pkg/13887.
2001-08-27Use wildcard dependence on "autoconf" package.tron2-5/+4
2001-08-26Update automake to 1.4-p5 (1.5 is available)skrll1-2/+2
Include a bugfix for lisp_LISP independently discovered by me that has been pulled up to the automake-1-4 branch of automake cvs. Changes are: New in 1.4-p5: * Allow AM_PROG_LIBTOOL again. * Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER. * Display distributed file list correctly in usage message. * Allow numbers in macro names. * Bugfixes. New in 1.4-p4: * Deal with configure.ac as well as configure.in -- this time for real! * The version numbering system now allows three point version numbers, such as 1.4.4, without thinking they are alpha release numbers. New in 1.4-p3: * Deal with configure.ac as well as configure.in. * Don't complain if `version.texi' is included in multiple places. New in 1.4-p2: * Deal with AC_CONFIG_FILES from autoconf-2.50. * Improvements to f77 support. * DESTDIR now works for script targets. * distcheck-hook works correctly. New in 1.4-p1: * The version numbering system now allows fork identifiers (such as the p1 in this version of automake). * Cope gracefully with various versions of libtool which may or may not require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh. * Bugfixes.
2001-08-20Don't install the link for netscape, as the URL launcher may be setjlam2-4/+2
from within ymessenger.
2001-08-17* Force the issue of using -lintl and buildlink.fredb3-19/+4
* Don't run autoconf.
2001-08-14Add zenirc.thorpej1-1/+2
2001-08-14A package for ZenIRC, an IRC client for Emacs.thorpej5-0/+81
2001-08-14grep isn't used anymore, so don't substitute for @GREP@ in the INSTALLjlam2-5/+5
files. Substitute for @ID@ instead of directly using 'id', and use the value of ${ID} already set in defs.*.mk.
2001-08-12Fix same problems with the user check:veego1-5/+5
- use 'id' instead of 'finger'. this is not a real problem, but it is enough and fixing the next problem makes it possible to use it. - grep -q doesn't work on solaris, so use a different way to suppress the output from the user check. - the return code check for the user was reversed.
2001-08-12Add INTLLIBS to LIBS spec when building the text based version.martin4-38/+11
Remove some other patches trying to achieve the same in a different way. This fixes PR 13680 for me.
2001-08-12Fix another sporadic occuring build problem.tron2-1/+15
2001-08-12Try harder to stop this package from using "autoconf" itself.tron1-2/+2
2001-08-11Fix build problem reported by Martin Husemann in PR pkg/13680 by manuallytron2-1/+15
adding "-lintl" to another "Makefile.in".
2001-08-07Fix build problem exposed by "readline" package update.tron2-1/+15
2001-08-01Add and enable kyahooskrll1-1/+2
2001-08-01Kyahoo is a KDE based yahoo messenger client.skrll6-0/+72
From Scott Presnell <srp@tworoads.net> in pkg/13392 with some changes from me.
2001-07-31Update "xchat" package to version 1.8.2. Major changes compared to thetron6-315/+613
1.6.x release are: - A new banlist window. - Support for ircd numeric 005 and dynamic channel/nick modes. - Uses WATCH command for notify list when available (like on Dalnet). - Http proxy support. - Throttle meter. - Perl errors no longer stop xchat, just the script itself. - Perl scripts can now use modules successfully. - Efficiency improvements and bug fixes to xchat's text widget: xtext. - IPv6 support. - Lots of new foreign language translations. - Japanese code conversion (Kanji locale <=> JIS translation). - Compiles on win32.
2001-07-27Add and enable ymessenger.jlam1-1/+2
2001-07-27ymessenger - Yahoo! instant messaging clientjlam4-0/+47
Instant messaging allows you to quickly exchange messages with your online friends. Unlike email, instant messages appear as soon as they're sent.
2001-07-27Wildcard dependency on bzip2.wiz1-2/+2
2001-07-15Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam3-12/+29
2001-07-14Don't use find ... -print0 | xargs -0 ... as -0 isn't an acceptable optionjlam1-3/+3
on Solaris' xargs.
2001-07-07update to ircII 20010612. mostly a bug fix release, though with thesemrg4-24/+20
new features: - japanese support - ignored(), notify(), screens() & windows() functions - listidle script
2001-06-26Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-06-26o converted to use buildlink.mk for x11/tkzuntum1-5/+5
o removed NO_CONFIGURE as it has no effect
2001-06-23Generalize how the dependency pattern may be specified. Instead of justjlam1-3/+3
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib. Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-20Add a patch from Rafal Boni <rafal@mediaone.net> to fix build onjtb2-1/+17
mips platforms. PR pkg/13192.
2001-06-20Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Compilejlam1-11/+18
with SSL support and deal with fact that bzip2 programs must be installed at run-time. Also, minor cosmetic fix to use XARGS instead of find/-exec.