aboutsummaryrefslogtreecommitdiff
path: root/irc/ii
Commit message (Collapse)AuthorAgeFilesLines
* Respect CC (fixes build with clang)Julien Laffaye2011-06-201-0/+1
| | | | | | | Approved by: bapt (mentor) Notes: svn path=/head/; revision=275926
* Update my e-mail to my FreeBSD one.Julien Laffaye2011-06-081-1/+1
| | | | | | | | | While I am here, use GOOGLE_CODE instead of ${MASTER_SITE_GOOGLE_CODE} Approved by: bapt (mentor) Notes: svn path=/head/; revision=275235
* - Update to 1.6Dennis Herrmann2011-03-112-4/+3
| | | | | | | | | | | - Remove MD5 checksum PR: ports/155473 Submitted by: dhn (myself) Approved by: maintainer Notes: svn path=/head/; revision=270706
* - Update MASTER_SITESSunpoet Po-Chuan Hsieh2010-10-081-2/+2
| | | | | | | | | PR: ports/151204 Submitted by: Julien Laffaye <kimelto@gmail.com> (maintainer) Approved by: pgollucci (mentor) Notes: svn path=/head/; revision=262599
* Actually really remove files/patch-Makefile files/patch-config.mkBaptiste Daroussin2010-08-312-0/+0
| | | | | | | Approved by: jadawin (co-mentor) Notes: svn path=/head/; revision=260258
* - cleanupBaptiste Daroussin2010-08-314-47/+11
| | | | | | | | | | | | | | | - add license remove: - files/patch-Makefile - files/patch-config.mk PR: ports/150125 Submitted by: Julien Laffaye <kimelto _at_ gmail.com> (maintainer) Approved by: jadawin (co-mentor) Notes: svn path=/head/; revision=260257
* - Update to 1.4Beech Rintoul2008-08-172-4/+4
| | | | | | | | PR: ports/126567 Submitted by: Julien Laffaye <kimelto@gmail.com> (maintainer) Notes: svn path=/head/; revision=218697
* - Fix a other typoMartin Wilke2008-07-181-1/+1
| | | | | | | Reported by: maintainer via irc Notes: svn path=/head/; revision=217061
* - Fix wwwMartin Wilke2008-07-181-1/+1
| | | | | | | Reported by: lme Notes: svn path=/head/; revision=217057
* ii is a minimalist FIFO and filesystem-based IRC client. It createsanMartin Wilke2008-07-185-0/+88
irc directory tree with server, channel and nick name directories. In every directory a FIFO in file and a normal out file is created. The in file is used to communicate with the servers and the out files contain the server messages. For every channel and every nick name there are related in and out files created. This allows IRC communication from command line and adheres to the Unix philosophy. WWW: http://www.suckless.org/wiki/tools/irc/irc_it/ PR: ports/125567 Submitted by: Julien Laffaye <kimelto at gmail.com> Notes: svn path=/head/; revision=217048