summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
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.
2001-06-12LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk ifjlam1-2/+2
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam7-15/+12
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-09Sort.wiz1-2/+2
2001-06-07Change maintainer's mail address, requested on IRChubertf1-2/+2
2001-06-05Add USE_LIBINTL; locale dirs under NetBSD are now under share/locale.wiz2-21/+10
Fix PLIST: Remove unnecessary dirrms and whitespace.
2001-05-22Updated gaim to 0.11.0-pre11perry3-13/+14
GAIM: The Pimpin' Penguin IM Clone thats good for the soul! version 0.11.0-pre11 (04/30/2001): * Zephyr updates and additions, thanks Neil Sanchala (nsanch) * Jabber can send/accept chat invites (due to mid) * MSN has the option to notify you of new hotmail messages * Fixed a problem with ADD requests in MSN * Fixed a small memory leak with MSN * Moved MSN's spammy debug output into debug_printf's * Zephyr updates and additions, thanks Neil Sanchala (nsanch) * Jabber can send/accept chat invites (due to mid) * Can rename groups/buddies in the Edit Buddies pane (thanks Neil Sanchala) * Some perl updates (thanks to Sean Egan) * IRC got the following slash commands: op, deop, voice, devoice, mode, raw, quote, and kick (thanks to Sean Egan) * MSN Properly handles URL decoding of 'friendly' names * Redesigned Preferences pages (design by DennisR) * Can select where tabs are for tabbed IM/Chat windows * Option to queue away messages while away * Jabber got good updates (from faceprint) * Oh yes, and Oscar works, yet again. (gee... that's what, 4 releases that have "fixed" it now?) version 0.11.0-pre10 (04/13/2001): * Many, many bug fixes * Can choose to not send away auto-response (thanks phzzzt) * Uh... Oscar works? For now? * IRC Plugin can do whois (right click and info) * IRC Plugin got away message support * Gaim blist to WinAIM blt perl script (courtesy Andy Harrison) * Sound on buddy pounce (Thanks Andrew Echols) * Can view all group chats in one tabbed window (same keybindings as for tabbed normal conversations) * More Protocol plugins: Zephyr (plugins/zephyr) (DON'T USE THIS unless you know what it is and why you'd want to use it) version 0.11.0-pre9 (03/26/2001): * Can register Jabber accounts (load the Jabber plugin and click Register on the login window) * GtkIMHtml handles themes (no background pixmaps though) (thanks decklin, mishan) * URLS Linkify properly in Buddy chats * Jabber compiles better on Solaris? * Gaim works with Oscar Again (Huge thanks to Adam Fritzler of libfaim) version 0.11.0-pre8 (03/23/2001): * Fixed a problem with MSN not detecting signoffs and buddy updates. * Implemented away options in MSN * Alt-[1-9] to go to [1-9]th pane in tabbed convo window * Jabber fixes, Oscar fixes (!), Yahoo fixes, TOC fixes * Can use Alt to access menu, and Ctl-char for certain actions (thanks baldnik) * Oscar blocking works (?) * MSN can see status of other users version 0.11.0-pre7 (03/16/2001): * Can build RPMs as non-root * New yahoo library (can use HTTP proxy) * Command-line arg to specify config file (thanks Jason Boerner) * Can view all conversations in one tabbed window (Control-[ and Control-] move left and right respectively; Control-Tab moves to the next unread, or the next tab if there are no unread tabs) * Tooltips on links work again * Can log system notices: signons/signoffs, awayness and idleness (thanks Andrew Echols) * MSN fixes * Applet fixes version 0.11.0-pre6 (03/06/2001): * Fixed bug with NAS support * Napster plugin is included again (Thanks for pointing out that it was missing, (Yan V. Bulgak) * Oscar can: search by email, request confirmation, change password * TOC fixes * ICQ fixes * Faster HTML parsing/rendering version 0.11.0-pre5 (02/26/2001): * Minor GUI changes * ICQ Alias problem fixed * Negative times fixed * Cannot create blank away messages/messages with blank titles * Can right-click Edit Buddies list to alias/add pounce/etc. * Ability to independently set accounts as away * Can use all away states for ICQ, Yahoo (N/A, Be Right Back, etc.) * Fixed hanging trees * Can close windows by hitting 'Esc' (optional) * Better HTML Widget * Can toggle timestamps by hitting F2 (optional) * Rewritten file transfer for TOC * Jabber got chat * Log Viewer (courtesy BMiller) * Can save conversation history * Napster can kinda sorta download files sometimes :) * You can activate IDs in Yahoo * ICQ upgraded to use icqlib 1.1.5
2001-05-19Use ${XARGS} instead of invoking xargs directly.jlam1-2/+2
2001-05-11regen (no patch-aa here)wiz1-2/+1
2001-05-05Mechanical changes of tk DEPENDS:jlam2-4/+4
tk-8.3.2 -> tk>=8.3.2 tk-[0-9]* -> tk>=8.0 tk-8.* -> tk>=8.0
2001-04-27add & enable tirczuntum1-1/+2
2001-04-27Initial import of tirc-1.2zuntum4-0/+41
tirc is another IRC client. It has support for vi-like editor line and general usage, nickname completion, ANSI-colors, flood protection and many more. Fixes pkg/12527 by majkel@cvd.pl
2001-04-22Use MASTER_SITE_LOCAL, because original MASTER_SITE doesn't resolvezuntum1-3/+2
2001-04-22Update epic4 to 1.0.1:zuntum3-16/+20
o no changelog supplied, but diff makes me believe the changes are minor bugfixes and addition of function destroy_waiting_channels(), whatever it's used for o rework PATCH_SITES and MASTER_SITES o use the same IPv6 patch, but renamed for new version