summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
2005-11-08Don't define tparm on DragonFly as well. This fixes PR 31891.joerg2-4/+4
2005-11-08Need flex and yacc in USE_TOOLS.tv1-2/+2
2005-11-06FreeBSD build fix from FreeBSD CVS treeadrianp3-3/+19
Minor pkglintification of Makefile
2005-11-04pkglint --autofixrillig1-1/+2
2005-11-04Imported iip from pkgsrc-wip.rillig4-0/+40
The Invisible IRC Project (IIP) was originally created so that people interested in facilitating privacy and free speech could work to these ends in an equally secure and anonymous environment. It has now become a haven for anyone seeking anonymous, encrypted Internet Relay Chat. The project's inspiration arose primarily from a shared interest in the Freenet Project and a desire to provide the real-time communications capabilities that Freenet could not.
2005-11-02Add and enable gaim-icb.jlam1-1/+2
2005-11-02Initial import of gaim-icb-20050918 as chat/gaim-icb. This is an ICBjlam5-0/+104
protocol plugin for GAIM (chat/gaim). Important changes that were made as part of porting this software to pkgsrc include the following: * Teach gaim-icb to display all status messages sent by the ICB server, which allows server-specific info messages to be received by the ICB plugin. * Add the "brick" shortcut command (of course).
2005-10-31Update to naim-0.11.8. Tested by Geert Hendrickx. And suggestedreed2-6/+6
by Kirk House. Thank you Geert and Kirk. Sorry, changelog not updated to include this version. And mailing list archives for naim are not found.
2005-10-31Include <sys/time.h> to get fd_set per POSIX. (SourceForge bug #1344209)tv2-1/+14
2005-10-31Provide a default value of the nonportable INET_ADDRSTRLENtv2-1/+17
(not defined on Interix).
2005-10-31Need <sys/time.h> to get fd_set (on Interix, and per POSIX).tv2-1/+14
2005-10-31.include "../../lang/perl5/packlist.mk". This fixes PR 31948. Bumpedrillig2-3/+4
PKGREVISION.
2005-10-22Comment out non-existing HOMEPAGE and remove MASTER_SITES entry thatwiz1-3/+3
does not contain the file. Closed PR 31632 by Zafer Aydogan.
2005-10-22Update MASTER_SITES. PR 31631 by Zafer Aydogan.wiz1-3/+2
2005-10-20under solaris, install does not support creating multiple directories at thetonio1-2/+4
same time.
2005-10-20Update to 2.0s10xtraeme2-6/+6
* fixed SASL anonymous * fixed edge cases with new dynamic jid code * fixed incorrect free order in c2s * corrected debug logging * fixed s2s bus error on 64-bit architectures * fixed c2s collisions due to long jids * fixed error response to iq result * fixed roster pushing packets without id * applied new dynamic jid patch * fixed double free of nad in c2s and s2s * major memory enhancement, made jid structure dynamically allocated * fixed glibc error with custom sql statements * fixed segfault with keepalives
2005-10-18We no longer need a dependency on zephyr at run-time. Bump thejlam1-2/+3
PKGREVISION. XXX This package is broken WRT kerberos handling, and the fact that it XXX directly installs into ${LOCALBASE} and not ${PREFIX}.
2005-10-18zephyr doesn't install any shared libraries, so it should default tojlam1-3/+2
BUILD_DEPENDS, not DEPENDS. Also, linking against libzephyr.a doesn't require also linking against any of the readline libraries, so remove readline/buildlink3.mk.
2005-10-16Update chat/centericq to 4.21.0tonio11-15/+222
Added patches from debian to handle wrong configure check The update should fix PR 31629
2005-10-16Update MASTER_SITES. From Zafer Aydogan in PR 31835.wiz1-2/+3
2005-10-16Update MASTER_SITES.tonio1-3/+3
Fix PR 31628 by Zafer Aydogan
2005-10-14Update to 4.71adrianp2-8/+7
From Changes: > 4.71 Thu Oct 13 19:04:01 BST 2005 > - Documentation bug in IRC.pm, spotted by cnelson. > - Fixed ::State.pm for channel admin/owner support, > spotted by Sebastien Wernerus. > > 4.70 Fri Sep 16 16:45:05 BST 2005 > - Fixed a bug where 'irc_raw' events were being switched off after > a connect() without parameters was called. > > 4.69 Mon Sep 05 12:30:01 BST 2005 > - 3_connect.t was causing problems on Cygwin. Skipped this test > on Cygwin for now. > > 4.68 Fri Sep 02 14:00:00 BST 2005 > - Altered Connector plugin so it starts the auto_ping on > 'irc_connected' rather than 'irc_001'. Thanks to British > Telecom for enabling me to spot that one. >:] > > 4.67 <Date> > - Documentation amendments to Plugin.pm. Well spotted, perigrin :D > - Added POD test. > - Filter-CTCP.pm fixed. All 'warn's only enabled when debug is set. > Thanks to ketas for spotting that one. > - Fixed a typo made doing the previous fix. >;) > - Added Projects.pm, hopefully a list of PoCo-IRC using projects. > - Added placeholder for State::Lite, a lightweight version of State. > - Tidied up main PoCo-IRC POD. Added a much better SYNOPSIS. > > 4.66 Thu Jul 28 17:55:01 BST 2005 > - Committed patches from Jeff 'japhy' Pinyan who has hacked > prioritisation into the plugin system. Check Plugin.pm and > Pipeline.pm for details. > > 4.65 Wed Jul 13 17:47:08 BST 2005 > - Fixed the anamoly where plugins weren't deleted if shutdown() > is called. This should fix plugins that based around POE::Session.
2005-10-11Use CONFIGURE_HAS_MANDIR=NOreed1-1/+2
because this old configure doesn't support it. Noticed in kristerw's bulk build.
2005-10-10Remove spurious USE_XEMACS leftovers (this pkg uses the generic ELPmartin1-14/+1
framework for some time now)
2005-10-09Add patch from "xchat" home page which fixes a crash in a configurationtron2-2/+11
dialog. I cannot reproduce that crash but better safe than sorry. Bump package revision.
2005-10-08Bump revision due to a new dependency on a default libao plugin.jmmv1-2/+2
Addresses PR pkg/30920 by Chuck Cranor.
2005-10-07Remove now unnecessary --mandir configure flag.wiz1-3/+1
2005-10-07Replaced deprecated USE_PERL5 with USE_TOOLS+=perl5:run.rillig1-2/+2
2005-10-06Sort PLIST and add a missing entry. Bump PKGREVISION.minskim2-6/+8
2005-10-06Do not declare a static variable as non-static in a header file. Thisminskim2-1/+14
makes the package build with gcc-3.4.
2005-10-05Remove some more *LEGACY* settings that are over a month old andwiz3-11/+3
thus were before 2005Q3.
2005-10-01Use devel/libidn rather than bundled version, since compilation of thejdolecek3-3/+23
latter bombs if devel/libidn is installed, and it's preferable to use the non-bundled, pkgsrc libidn rather than fix build of the bundled version Fixes PR pkg/30336 by Perry E. Metzger and PR pkg/31413 by Steven M. Bellovin
2005-10-01add missing entries, and sort the file listjdolecek1-162/+186
2005-09-28Bad Rafal, regenerate this using the proper tools so it's fully correct.rafal1-2/+2
2005-09-28Update to 0.91, updating MASTER_SITES, HOMEPAGE, etc. to boot. Patches haverafal5-11/+155
been sent upstream to the maintainer.
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig2-5/+5
NO_BUILD, USE_LIBTOOL.
2005-09-26Add docs to PLIST. Bump PKGREVISION.wiz2-2/+8
2005-09-26Add help files to PLIST. Bump PKGREVISION.wiz2-2/+505
2005-09-22Reset maintainer to tech-pkg@. Previous maintainer is not a developergdt1-2/+2
and no longer actively using the package.
2005-09-19Security fix for centericq via Debianadrianp8-3/+393
http://secunia.com/advisories/16240/
2005-09-17Add patch from Patrik Weiskircher <pat at silcnet dot org>:salo3-2/+141
- wait for user input after writing error messages on client start, irssi redraws the screen on exit. Bump PKGREVISION. Addresses PR pkg/31185
2005-09-14- add missing header filedmcmahill3-3/+20
- use CONFIGURE_ENV during the configure phase to make sure we pick up QMAKESPEC - set CONFIG_SHELL to ${SH} to help /bin/sh challenged platforms like solaris.
2005-09-13Security fix:salo3-2/+34
- fix insecure file creation in /tmp, patch from silc cvs the impact of this issue is very low. it allows an attacker to overwrite arbitrary files owned by the user running silcd ("silcd", in pkgsrc) IFF the owner of the process or root send SIGUSR1 signal to the process to dump stats. the only file owned by the "silcd" user is typically the log file which resides in a directory inaccessible by anyone except the user itself and root so the potential attacker would need to guess its name. http://www.zataz.net/adviso/silc-server-toolkit-06152005.txt please note that the advisory also incorrectly states that silc-toolkit is vulnerable too. the code in question is never compiled in the toolkit so it's not affected. Bump PKGREVISION.
2005-09-12Update "xchat" package to version 2.4.5. Changes since version 2.4.4:tron3-14/+7
- Updated translations (cs, el, fr, gl, it, nl, sl, sr, vi, zh_TW). - Fixed incorrect information displayed in Plugins & scripts window under unix (xc244-fixpluginns.diff). - Added "/set irc_whois_front 1" option to show WHOIS in front tab. - Lots of speed ups under the hood, mainly in handling of URL highlighting during mouse motion. Also now allows underlining .name and .info domains [1230265]. - Moved the "Insert color code" menu into the input box's right- click menu. - Fixed "Your Message" messing up when starting with a comma [1230269]. - Added /id command to identify yourself to nickserv. - Added /gui MSGBOX <text> for scripters. - Added /menu command which lets plugins/scripts add their own menu items. - Added support for passive DCC chat via /DCC PCHAT <nick>. - Added support for DCC sending and receiving very large files (above 4 GB). - Improved layout of "Info" button in the DCC windows. - Improved layout of the nick-name right-click menu. - Improved /help command's display of plugins/script commands. - Fixed two bugs in detaching tabs (or CTRL-I) [1228926]. - Added /uselect command for scripters to select nick names in the channel userlist (Daniel P. Stasinski). - Fixed possible crashes while using the SJIS (Japanese) charset. - Fixed various memory leaks in right-click menus.
2005-09-12Update to 2.38 (mainly bugfixes).gdt2-6/+6
Closes PR pkg/31291 from Jason White. Jason reports that 2.34 does not work with jabber, and 2.36 did. Change since 2.34: 2.38 Added #defines for older gtk to bypass gstdio Fixed flags on outgoing key messages to avoid un-idling Changed default auto-accept of unknown keys to false. Fixed debug output for version warning (Daniel Atallah) 2.37 Bugfix for possible double-free of buffer Bugfix for preference directories with unicode chars Relaxed checks on Gaim version to allow minor version bumps Same relaxed checks on the Win32 installer (Daniel Atallah) Change to intl code to compile on Solaris (Jonathan Wang) 2.36 Bugfix for users who use a non-default prefs directory Bugfix for Windows 2000 2.35 Workaround for Jabber bug in Gaim
2005-09-09PKGREVISION++ due to libotr bl3 fix: gaim-otr-2.0.2nb1 will include agdt1-1/+2
dependency on libotr.
2005-09-09remove "BUILDLINK_DEPMETHOD.libotr?= build", because dependinggdt1-2/+1
packages can dynamically link libotr and thus must depend on it. reviewed by wiz@
2005-09-08update to 0.8.14drochner7-122/+98
this is basically a maintainance release also fix doc location, closes PR pkg/31052 by Matthew Luckie
2005-09-07Changes 0.99f:adam7-56/+130
* gdomain now has a -K flag * gsend has the -b flag * the default gsubrc doesn't escape '+' characters * the time format of the default gsubrc is adjustable * sundry WQP bugfixes * bug fix to stop gsub from dropping messages * MacOSX compatibility fixes * gkinfo has a -y flag * much more verbose diagnostics when things go wrong with keys * partial fix to the galed spum problem (not a real fix though) * don't be as verbose about "replaced .. with __" messages * more mostly unrelated liboop fixes
2005-09-07Changes 2.2.8:adam5-24/+25
* Many updates, security fix.