summaryrefslogtreecommitdiff
path: root/chat/dircproxy-devel
AgeCommit message (Collapse)AuthorFilesLines
2007-10-13Remove obsolete patches for recent update. (from tron@)adrianp4-120/+0
2007-10-13Update to 1.2.0-beta2adrianp3-12/+21
Not much info other than: Version 1.2.0-beta - * Add Support for GET and SET * Lot of bugfixes and a fix for CVE-2007-5226
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-04-28Don't insert "[] " into every stored message if "log_timestamp" istron3-3/+55
set "no". Bump package revision because of this fix.
2006-04-27Add patch from "dircproxy" ticket #44 which stops "dircproxy" fromtron3-8/+19
crashing if it has to reconnect to the server. Bump package revision because of this bug fix.
2006-02-19Update to 1.2.0 development versionadrianp7-32/+59
* Nickserv support * Binding to a local IP * a new /dircproxy RELOAD to reload the config * Add DCC Resume * Add 005 Support * Can be build with SSL support (experimental) * Support for IPV6 (experimental) * a new /dircproxy NOTIFY command * Support for MD5 password
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-07-30Added a patch that avoids conditional lvalues. Needed for IRIX 6.5.rillig2-1/+17
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-05-02RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.reed1-1/+2
And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-03- Import of the 1.1.x dircproxy devel branchadrianp7-0/+107
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! * THIS IS AN UNSTABLE DEVELOPMENT RELEASE OF DIRCPROXY. IT HAS HIGHER * THEN USUAL RISK OF DESTROYING YOUR SYSTEM. * * FOR A STABLE RELEASE USE THE LATEST 1.0.x