summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig19-56/+56
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig38-106/+93
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-03Patch via Debian for:adrianp3-2/+16
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3694
2005-12-03Add unrealircd-hub back to PKG_SUGGESTED_OPTIONSadrianp1-2/+2
2005-12-02Prefix all package-specific options with "unrealircd-".wiz1-19/+22
No legacy options handling, since the package is so fresh.
2005-12-01DragonFly is a BSD, but doesn't end in it. Add it to the cases.joerg2-5/+18
2005-12-01Remove PKG_OPTIONS_OPTIONAL_GROUPS as PKG_OPTIONS_REQUIRED_GROUPS doesadrianp1-2/+1
the job on it's own. Suggesed by wiz@ in private email.
2005-12-01Change remoteinc to depend on net/libcares as opposed to wip/c-aresadrianp4-20/+27
Fix patch-aa so libcares is properly detected Fix options.mk so that libcurl is properly detected Use PKG_OPTIONS_OPTIONAL_GROUPS as suggesed by wiz@ in private email Use PKG_OPTIONS_REQUIRED_GROUPS for hub/leaf choice Bump to nb1
2005-11-30Update to 5.0.56adrianp3-18/+8
Create the services group using PKG_GROUPS From the ChangeLog: > 2005/11/20 .56 Fixed a bug in StatServ that could cause a crash if > StatServ was unloaded with a rehash while Services > was running. > 2005/11/07 Changed NickServ and ChanServ SET PASSWORD to prevent the > use of spaces in passwords. > 2005/11/07 The NickServ commands DROP, RECOVER, RELEASE, and GHOST now > report a syntax error rather than "password incorrect" > when too many parameters are given. (As a result, > passwords containing spaces can no longer be used with > these commands. Use IDENTIFY followed by SET PASSWORD > to set a new password without spaces.) > 2005/10/26 Fixed incorrect end-of-/WHOIS responses for several > pseudoclients. Reported by Robin Burchell > <surreal.w00t@xxxxx.xxx> > 2005/09/26 .55 Added documentation on CSSetChannelTime configuration option. > 2005/08/25 Fixed rare bug allowing users to gain voice status > improperly. Reported by Anton Wolkov <phan70m@xxxxx.xxx> > 2005/08/23 Added "authed" callback for newly-authorized nicknames. > Suggested by Robin Burchell <surreal.w00t@xxxxx.xxx> > 2005/08/16 .54 The ChanServ check_kick callback now passes the channel > name as a string instead of the Channel structure, so > the channel name can be known even if the channel is > empty. Reported by Olly <olly@xxxxxxx.xx.xx> > 2005/08/13 The S-line commands (SGLINE, SQLINE, and SZLINE) now check > that "*" or similarly overbroad masks are not used. > Suggested by Dionisios K. <vonitsa_net@xxxxx.xx> > 2005/08/13 Fixed minor bugs in the code to check whether a new > autokill is too broad (such as "*"). > 2005/08/13 Fixed a compilation error (and many warnings) when > compiling with GCC 4. > 2005/08/13 Added UNSET callbacks for NickServ and ChanServ. Suggested > by Craig McLure <Craig@xxxxxxxxx.xxx> > 2005/05/12 .53 Fixed bug causing server connection to fail. > 2005/05/12 .52 Fixed occasional corruption of the NickServ REGISTER syntax > string upon reconfiguration (OperServ REHASH). > Reported by <alm@xxxxxxx.xx> > 2005/05/06 Fixed attempts to send PING messages before connecting to > the server. Reported by Craig McLure > <Craig@xxxxxxxxx.xxx> > 2005/04/02 .51 convert-db now checks for more potential problems with the > imported databases before writing out the XML data. > 2005/04/02 Fixed bugs when converting databases from old versions of > PTlink Services. > 2005/04/01 Fixed handling of links to forbidden nicks when converting > Auspice databases. > 2005/03/31 ChanServ KICK no longer allows Services opers to be kicked. > 2005/03/31 Ensured that usermode +r is cleared from nicks which lose > their identification status (e.g. from FORBID/SUSPEND). > 2005/03/31 NickServ SUSPEND now forces the user of the suspended > nick to change nicknames, as FORBID does. Reported by > Dionisios K. <vonitsa_net@xxxxx.xx> > 2005/03/31 ChanServ now stops non-identified users from joining > channels with mode +R locked on. Suggested by > Dionisios K. <vonitsa_net@xxxxx.xx> > 2005/03/29 .50 Fixed security hole in NickServ LISTLINKS allowing any user > to view a nick's links. Reported by > <katarn@xxxxxxxxxx.xxx>
2005-11-29Add advanced options available in the default ./Config scriptadrianp2-4/+61
Change default to hub, enable showlistmodes and remove prefixaq in line with ./Config defaults No PKGREVISION bump (riding the initial import)
2005-11-29Small update for FILES_SUBSTadrianp1-4/+4
2005-11-29Add unrealircdadrianp1-1/+2
2005-11-29UnrealIRCd is an IRC server based on the branch of IRCu called Dreamforge,adrianp10-0/+511
formerly used by the DALnet IRC Network. Since development started on it (around May 1999) many new features has been added, modified, and many bugs fixed. Unreal runs both on *nix platforms, Amiga & Windows 95/98/2k/NT. Some features to mention: Channel Halfops, No-color channel mode, Strip-colors channel mode, channelmode +q & +a - protect modes, Oper and Admin only channels, exception bans, Nokicks mode (channel and user), Flood limiter, Channel links, Host cloaking, Net* Tech and Co-Admin modes, Whois notifies, Foreign connects monitor, Oper suspend, G:Lines, T:Lines, channel restriction (people can only go to these channels if enabled), Trojan/DCC Deny, RPING/RPONG, Sethost family, Token in server<->server etc. FDlists/High Traffic Mode, SOCKS check on connect, Speeded up server synchs, limited WebTV Client support, /vhost, and many dreamforge optimations. UnrealIRCd is aimed to be an advanced, not an easy IRCd. Also includes SSL and IPv6 support.
2005-11-29Add a CONFLICTS for ircd-hybridadrianp1-2/+4
Minor pkglintification
2005-11-25Update to 0.5.0.4:wiz4-26/+53
2003-09-22: 0.4.10.4: buf fix release, fixes remote DoS, SSL support a la licq, TCL scripting, fixes a few file transfer glitches 2003-10-06: 0.4.10.5: fixes a bunch of annoying yet easy to fix bugs 2004-01-17: 0.4.11: history seach/dump, avoid deleted new registered UINs by initializing ICQ meta data, bug fixes 2004-11-14: 0.4.12: more history (by Sebastian Felis), OpenSSL support (by Roman Hoog Antink) 2004-12-05: 0.4.99.9: beta release 2005-02-11: 0.5: also OpenSSL support (by Roman Hoog Antink), contact list upload, more colors in messages, per-contact configurability of many options - including several new ones, again with peek/peek2 command, command line options to start commands in mICQ, reworked online help and man pages, UTF-8 input handling, lots of fixes (and probably new bugs ;) 2005-02-27: 0.5.0.1: bug fixes and translation updates, peek reliable again 2005-04-24: 0.5.0.2: bug fixes, contact list handling improvements, auto-expanding aliases "a" and "r" 2005-04-27: 0.5.0.3: fix two bugs introduced in last version 2005-06-05: 0.5.0.4: general auto-expanding aliases, peek fixed again
2005-11-16Fix PAX problems on 1.6.xadrianp1-3/+4
2005-11-13Fix commented description for ziplinksadrianp1-2/+2
2005-11-13Add a CONFLICTS for ircuadrianp1-1/+3
2005-11-13Update ircd-hybrid 6.2 => 7.1.3adrianp15-617/+605
In brief: - We now support a completely new platform, Tru64 UNIX - We have mostly revamped the Windows Cygwin port - The IRIX port has been brought up to date - The HPUX port has been retested and minor warnings have been fixed - The configure script has been massively revamped - Most noticeable is that we generate make dependencies on the fly now - We now use our own .lang files to provide translated numeric messages - IPv6 support is now automatically enabled/disabled - Cryptlinks now use Nagle's TCP_NODELAY algorithm - X-line (gecos ban) support has been added - Nick and channel RESVs are now stored in nresv.conf and cresv.conf
2005-11-12And remove the patch-aa, as same change was integrated upstreamtonio1-46/+0
2005-11-12update chat/bitlbee to 0.99tonio2-9/+10
as i did the two latest updates, take maintainership The changelog for 0.99: - Fixed memory initialization bug in OSCAR module that caused crashes on closing the connection. - Most likely fixed the bug that caused BitlBee to use 100% CPU time in some situations. - Outgoing MSN typing notifications are now understood correctly by the orignal MS Mac/Windows clients (again). - Added "account add $protocol" to the documentation, got rid of a lot of over-markup (i.e. overuse of bold-tags), reviewed some other parts. - Small changes to help.xsl to fix small flaws in the help.txt formatting. - Messaging yourself now doesn't make irssi or mIRC crash anymore.
2005-11-11add a --tag=CC to the libtool call that fails under darwintonio2-1/+15
This should fix PR 32041
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