aboutsummaryrefslogtreecommitdiffstats
path: root/irc/ircproxy
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.2.42.pre3pav2006-09-055-18/+20
| | | | | | | - Disable automatical crontab editing PR: ports/102826 Submitted by: Jonas Kvinge <jonas@emptyglass.night-light.net> (maintainer)
* - Update to 1.2.42d.pre2pav2006-08-296-92/+78
| | | | | PR: ports/102615 Submitted by: Jonas Kvinge <jonas@night-light.net> (maintainer)
* Un-FORBID: Subvert broken logic for disabling confirmation email.vs2006-02-092-12/+4
| | | | | | Cleanup a bit while here. Approved by: maintainer
* FORBIDDEN: Sends email to authors after compilationkris2006-01-301-0/+2
|
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* <jonas@jonas.night-light.net>: host emptyglass.night-light.net[81.191.68.120]edwin2004-10-251-1/+1
| | | | | | said: 553 5.3.0 <jonas@jonas.night-light.net>... ADDRESS BLOCKED,MAIL WILL NOT BE READ.RESEND YOUR MAIL TO JONASKI@NIGHT-LIGHT.NET. (in reply to RCPT TO command)
* Pacify portlint.linimon2004-05-181-9/+9
|
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* new port: irc/ircproxyedwin2003-09-086-0/+168
Night Light IRC Proxy is a multi-user IRC (Internet Relay Chat) proxy written in C. An IRC proxy (or bouncer) is a program that run on a machine between your IRC client and the IRC server. The ircproxy connect to the IRC server, then you connect to the ircproxy with your IRC client. The ircproxy program will forward data sent by the IRC server to one or more IRC clients connected to the ircproxy and will forward data sent from the IRC clients to the IRC server. PR: ports/56557 Submitted by: Jonas Kvinge <jonas@brokenarrow.night-light.net>