summaryrefslogtreecommitdiff
path: root/lib/libalias/alias_irc.c
Commit message (Collapse)AuthorAgeFilesLines
* Add $FreeBSD$ and spell Eklund properly.Bill Fumerola1999-08-291-0/+2
| | | | | | | Approved by: brian (well, he approved adding $Id$) Notes: svn path=/head/; revision=50597
* Don't call PunchFWHole() ifdef NO_FW_PUNCHBrian Somers1998-06-061-0/+2
| | | | | | | Pointed out by: "Steve Sims" <SimsS@IBM.Net> Notes: svn path=/head/; revision=36711
* o Support a compile-time -DNO_FW_PUNCH for portabilityBrian Somers1998-04-191-1/+1
| | | | | | | | | (and those of us that don't want the functionality). o Don't assume sizeof(long) == 4. Ok'd by: Charles Mott <cmott@srv.net> Notes: svn path=/head/; revision=35314
* Teach libalias to work with IPFW firewalls (controlled by a flag).Eivind Eklund1998-01-091-0/+3
| | | | | | | | Obtained from: Yes development tree (+ 10 lines of patches from Charles Mott, original libalias author) Notes: svn path=/head/; revision=32377
* Create the alias library. This is currently only used byBrian Somers1997-05-231-0/+311
ppp (or will be shortly). Natd can now be updated to use this library rather than carrying its own version of the code. Submitted by: Charles Mott <cmott@srv.net> Notes: svn path=/cvs2svn/branches/CMOTT/; revision=26026