summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam9-9/+18
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-07LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... justjlam7-15/+16
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC tree unless they're named something other than "libtool". SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just define it to the empty list and shlibtool-override will look for libtool scripts.
2006-07-06Do not define variables in headers; define them in .c files instead.minskim16-6/+447
Otherwise, they cause link errors on Darwin.
2006-07-06Libtoolize to build on more platforms. Bump PKGREVISION.minskim4-15/+64
2006-07-05Sweep pkgsrc and convert packages that included intltool/buildlink3.mkjlam3-9/+6
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
2006-06-30Remove extra qualifier to fix build with gcc4.wiz2-1/+15
2006-06-30Don't use ternary operator as lvalue in an assignment because GCC 4.xtron4-5/+51
doesn't tolerate such questionable programming pratice.
2006-06-30Convert dependency to use -[0-9]* style instead of just -*.joerg1-2/+3
Bump revision.
2006-06-27Set REPLACE_PERL for a perl script. Bump PKGREVISION.minskim1-3/+4
2006-06-21Specify PREFIX explicitly so that the configure script can find the rightminskim1-1/+2
directory when PREFIX!=/usr/pkg (it has hardcoded '/usr/pkg').
2006-06-20Needs pkg-config to find gaim. Stupid configure.joerg1-1/+2
2006-06-20Needs pkg-config.joerg1-2/+2
2006-06-18Fix label at end of compound statement. Force krb4 dependency, sincejoerg3-3/+17
it explicitly links against it. Bump revision.
2006-06-18Fixed pkglint warnings.rillig1-4/+6
2006-06-14Manage compression of the help files using the doc-compress scriptjlam2-519/+520
and be more precise about which files are handled instead of touching all the files in share/irc/help. Also, use PLIST_SUBST instead of manually replacing @GZ@ in the PLIST.
2006-06-11Needs msgfmt.joerg1-2/+2
2006-06-110.5.9adrianp2-7/+7
Bump date (By dgl) Use the resolved IP for the encoded IP too, rather than $ENV{REMOTE_ADDR}. (By dgl) Send real host and IP in USER command (suggested by OUTsider) (By dgl) Near total rewrite, the old version sucked. (By dgl) Fix ticket #145 (Mozilla suite seems to have different behaviour with permissions on XMLHTTP than Firefox) (By dgl) Another oops, /help didn't work.. (By dgl)
2006-06-11Update to 2.0s11:xtraeme2-7/+6
* Sending a stanza before a stanza during a SASL negotiation can cause a c2s segfault. Leading to a remote DoS.
2006-06-10Update chat/weechat to 0.1.9tonio7-81/+24
News since last version are: - nick aligment, makes channels more readable - new commands: /cycle, /setp - new option to customize IP/hostname (when using multipe IP) - new option to customize input prompt - added keyboard handler for plugins - german translations (messages and documentation) - many bugs fixed for: UTF-8, DCC chat, Ruby, mutiple queries with same name, some commands, long IRC messages (> 512 bytes), terminal refresh, nicklist Plus all changes since 0.0.5, see http://weechat.flashtux.org/ for details Among them: - improved alias completion (now uses target command for completion) ... - added completion system for plugins/scripts commands ... - new window maganement: custom size for windows, auto resize when terminal is resized ... - full UTF-8 support ... - new keyboard management, fully customizable
2006-06-09Make this package build with gcc-4.minskim2-1/+14
2006-06-06configure wants C++.joerg1-1/+2
2006-06-06Bump to 7.2.1adrianp3-22/+23
-- ircd-hybrid-7.2.1 RELNOTES o) Fixed build on SRV4 o) Fixed problem where ircd would disconnect all SSL connections o) Added initial CAP support. Additional documentation can be found in doc/technical o) Speeded up command parsing o) Fixed occasional core dump on UN*LINE o) Fixed bug where particular clients would always receive "Load is temporarily too heavy" message o) Improved memory consumption, i.e. memory consumption has been reduced for remote clients o) Fixed possible core in case default_cipher_preference directive isn't set o) Fixed "CHANSERV INVITE" bug with anope services o) Updated example configuration files to reflect new topicburst flags directive in connect{} blocks o) Fixed core if using the operator{} 'umodes' directive o) Don't allow shared k-lines to be set without a valid reason o) Improved channel ban match processing. This also fixes CIDR bans
2006-06-06Update to .57adrianp2-20/+19
2006/01/20 .57 Fixed conversion of Anope 1.7 OperServ databases. Reported by Matt Smith <ratman6@xxxxxxx.xxx> 2006/01/20 ChanServ SET SECUREOPS now prevents unprivileged users from gaining channel protect (+a) status as well. Reported by A.S. <loverboy@xxx.xxxxx.xxx.xx> 2006/01/20 Fixed a bug in the Cygnus database converter causing autokills with invalid expiration data to expire immediately rather than remain with no expiration time. 2006/01/07 Fixed a cosmetic bug in ChanServ LIST causing the no-expire flag "!" to not be shown for suspended channels.
2006-06-04Use kth-krb4 as dependency. It should work with the system krb4 onjoerg5-19/+47
NetBSD, when someone adds a builtin.mk for security/kth-krb4. Fix errno. Bump revision.
2006-06-01Add forgotten patchsum.joerg1-1/+2
2006-05-31The databases/openldap package has been split in -client and -server componentghen1-2/+2
packages. Convert LDAP-based applications to depend on openldap-client, and bump PKGREVISION for those that depend on it by default.
2006-05-30Update riece to 3.0.0.uebayasi3-8/+9
* Major changes in 3.0.0 ** Changed the meaning of riece-username. If you set this option, you will need to set riece-realname instead. (ueno) ** Cause an error if a user requests to close already closed server. (yoichi) ** New add-on riece-epg.el, which enables secure conversation using GnuPG. (ueno) ** Fixed a couple of bugs in inviting users. (Steve Youngs) ** Fixed a redisplay bug when a user leaves a channel. (ueno) ** Reverted the default value of riece-alias-alternate-separator to "@". (ueno)
2006-05-29Fix build on DragonFly and pthread linkage.joerg3-1/+27
2006-05-25USE_LANGUAGES=c c++wiz1-1/+2
2006-05-25Update kmess to version 1.4.3markd8-107/+69
3+ years worth of changes from the version 1.1 that was here
2006-05-23Added USE_LANGUAGESadam1-1/+2
2006-05-22Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk wherejlam2-5/+2
it will live with other "check" targets run after package installation. Get rid of SHLIB_HANDLING, whose meaning had mutated over the years from one thing to another. Currently, it is used to basically note whether the system's "ldd" command can be usefully run on the package's binaries and libraries. Rename this variable to CHECK_SHLIBS_SUPPORTED for more clarity. CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf to note whether the check for missing run-time search paths is performed after a package is installed. It defaults to "no" unless PKG_DEVELOPER is set.
2006-05-21Fixed pkglint warnings. Proper handling of rc.d script. Bumped PKGREVISION.rillig2-7/+8
2006-05-21Removed trailing white-space.rillig1-1/+1
2006-05-18+konversationadrianp1-1/+2
2006-05-18Konversation is a graphical Internet Relay Chat client (IRC).adrianp5-0/+409
Features * Standard IRC features * SSL server support * Bookmarking support * Easy to use graphical user interface * Multiple servers and channels in one single window * DCC file transfer * Multiple identities for different servers * Text decorations and colors * OnScreen Display for notifications * Automatic UTF-8 detection * Per channel encoding support * Theme support for nick icons * Highly configurable
2006-05-15Make this work with 64 bit hosts.christos14-26/+359
2006-05-14Uses C++.joerg1-1/+2
2006-05-11Update to i2cbd-2.0_BETA5: fold in patch-aj, from Thor Lancelot Simon:jwise3-161/+6
Don't set O_NDELAY (and leave it set!) on all sockets, all the time. This was making select always return immediately and was causing the daemon to spin on CPU. Instead, set O_NONBLOCK (= O_NDELAY) on sockets only when reading/writing them, and clear it afterwards, so select is always safe.
2006-05-11whoops. resuscitate patch-ajtls1-0/+154
2006-05-11Resuscitate patch-aj, which is fixed now.tls1-2/+2
2006-05-11Update to i2cbd-2.0_BETA4.jwise8-302/+7
This release folds in pkgsrc patches patch-ad through patch-ai. For the moment, remove patch-aj as well, since it doesn't apply (file paths are wrong). I'll try to fold this into the next beta, however.
2006-05-11Don't set O_NDELAY (and leave it set!) on all sockets, all the time. Thistls2-2/+156
was making select always return immediately and was causing the daemon to spin on CPU. Instead, set O_NONBLOCK (= O_NDELAY) on sockets only when reading/writing them, and clear it afterwards, so select is always safe.
2006-05-10setting a 1 second alarm and a 10 second select timeout is silly. #ifdefchristos2-1/+53
out the alarm code, and just deal with select.
2006-05-10Fixed reversed test in db->get. strlen never returns negative.christos3-2/+25
2006-05-03LICENSE=generic-nonlicensegdt1-1/+2
ok jwise@
2006-05-02Update to 0.5.8adrianp3-9/+13
> 0.5.8 > - Translations into German, Dutch, Romanian and Norwegian (thanks > OUTsider/scarynet) > - Russian translation of help > - Some more UTF-8 fixes (including joining channels with non-ASCII chars, > thanks to Jonas Liljegren) > - Server balancing support > - Identd supports multiple installs > - Fix buffer overflow in client.cgi > - Other misc fixes (see http://cvs.cgiirc.org/timeline?d=300&e=2006-Apr-30&c=2) > > 0.5.7 > - Fixed to work on Perl <5.8 > - Perform config option
2006-05-02Add LICENSE=generic-nonlicense.gdt1-2/+3
2006-04-30Update for i2cbd-2.0_BETA3. Changes since i2cbd-2.0_BETA1 (last pkgsrcjwise4-45/+8
version): * command parsing and buffer handling fixes from SODA Noriyuki
2006-04-28Don't insert "[] " into every stored message if "log_timestamp" istron3-3/+55
set "no". Bump package revision because of this fix.