./chat/icbirc, Proxy IRC client and ICB server

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.1, Package name: icbirc-2.1, Maintainer: pkgsrc-users

icbirc is a proxy that allows users to connect an IRC client to an ICB server.
The proxy accepts client connections, connects to the server, and for-
wards data between those two connections.

Commands from the IRC client are translated to ICB commands and forwarded
to the ICB server. Messages from the ICB server are translated to IRC
messages and forwarded to the IRC client.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 10.993 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 12:05:29 by Nia Alarie | Files touched by this commit (146)
Log message:
chat: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-17 20:14:04 by Thomas Merkel | Files touched by this commit (2)
Log message:
chat/icbirc: Update to 2.1

2.1:
  Return *** as nick in IRC error messages (where missing), add
  pledge(2) call on OpenBSD, from semarie@.

2.0:
  Merge OpenBSD port patches, originally from ray@ in 2009:
  Fix corruption that occurs when connecting and reconnecting to icbirc
  repeatedly. After a while, icbirc starts reusing the command buffer
  from a previous connection, causing all further connections to
  incorrectly parse commands.
   2021-10-07 15:23:36 by Nia Alarie | Files touched by this commit (146)
Log message:
chat: Remove SHA1 hashes for distfiles
   2017-08-16 22:45:48 by Thomas Klausner | Files touched by this commit (209)
Log message:
Comment out dead sites.
   2017-03-23 18:07:02 by Joerg Sonnenberger | Files touched by this commit (219)
Log message:
Extend SHA512 checksums to various files I have on my local distfile
mirror.
   2015-08-21 01:39:44 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(pkgsrc)
  - Update MASTER_SITES
  - Add LICENSE as 2-clause-bsd
(upstream)
  - Update 1.8 to 1.9,  From: http://www.benzedrine.ch/icbirc.html
   -----------------
   1.9: Aug 20, 2015
   When receiving an IRC PING, additionally send an ICB NOOP, to detect a
   stalled server connection. Patch from Sebastien Marie <semarie@openbsd.org>.
   2015-01-01 10:24:22 by David A. Holland | Files touched by this commit (1)
Log message:
"uses strlcpy" -> BROKEN_ON_PLATFORM, not NOT_FOR_PLATFORM.
(do we have strlcpy support in MISSING_FEATURES?)
   2012-10-03 02:02:47 by Aleksej Saushev | Files touched by this commit (131)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.