aboutsummaryrefslogtreecommitdiff
path: root/irc/dancer-ircd
Commit message (Collapse)AuthorAgeFilesLines
* Remove ipv6 from CATEGORIES since IPv6 support is currently broken.Akinori MUSHA2004-08-092-2/+6
| | | | | | | Add rcorder keywords to the startup script and bump PORTREVISION. Notes: svn path=/head/; revision=115706
* Oops, remove unused lines.Akinori MUSHA2004-04-191-2/+0
| | | | Notes: svn path=/head/; revision=107600
* Update to 1.0.35, unbreak for 5.x and USE_RC_SUBR.Akinori MUSHA2004-04-199-66/+421
| | | | Notes: svn path=/head/; revision=107598
* Add SIZE data.Akinori MUSHA2004-03-221-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104943
* BROKEN on 5.x: Does not compileKris Kennaway2004-02-061-1/+7
| | | | Notes: svn path=/head/; revision=100187
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Fix stupid typos. D'oh!Akinori MUSHA2003-11-181-1/+1
| | | | | | | Submitted by: Eike Bernhardt <eike@unorganized.net> Notes: svn path=/head/; revision=94287
* Update to 1.0.32 (+6p4) and unbreak with gcc 3.3.1.Akinori MUSHA2003-11-137-163/+140
| | | | | | | Add ipv6 to CATEGORIES. Notes: svn path=/head/; revision=93917
* Add user & group in package building too.Akinori MUSHA2003-04-243-24/+84
| | | | | | | | | Submitted by: bento Remove user & group on deinstallation (only on bento). Notes: svn path=/head/; revision=79599
* Fix directory permissions.Akinori MUSHA2003-04-201-1/+5
| | | | Notes: svn path=/head/; revision=79349
* Add dancer-ircd, an irc daemon based on hybrid ircd.Akinori MUSHA2003-04-199-0/+392
This is the ircd designed for use on freenode.net, based on the hybrid ircd used by efnet. This port/package is configured for use on a small network or standalone, and the escape code filter is disabled. To use it on a large and/or Western language only network, please re-configure config.h and rebuild. Notes: svn path=/head/; revision=79271