./chat/psybnc, Easy-to-use, multi-user, IRC-Bouncer with many features

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


Branch: CURRENT, Version: 2.4.3, Package name: psybnc-2.4.3, Maintainer: pettai

psyBNC is an easy-to-use, multi-user, permanent IRC-Bouncer with many features.
Some of its features include symmetric ciphering of talk and connections
(Blowfish and IDEA), the possibility of linking multiple bouncers to an
internal network including a shared partyline, vhost- and relay support to
connected bouncers and an extensive online help system.


Required to run:
[net/libcares]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 1082.747 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-14 10:23:22 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
psybnc: update to 2.4.3.

Version 2.4.3:
-------------------------------------------------------------------
08-04-21   - minor fixes
   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-07 15:23:36 by Nia Alarie | Files touched by this commit (146)
Log message:
chat: Remove SHA1 hashes for distfiles
   2020-04-25 21:13:12 by Roland Illig | Files touched by this commit (3)
Log message:
chat/psybnc: fix accidentally hard-coded PREFIX
   2019-12-28 12:19:53 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
psybnc: update to 2.4b2nb1.

Honor CFLAGS and LDFLAGS. Fixes RELRO build.
   2019-11-02 23:18:26 by Roland Illig | Files touched by this commit (40)
Log message:
chat: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
   2019-05-23 21:23:24 by Roland Illig | Files touched by this commit (242)
Log message:
all: replace SUBST_SED with the simpler SUBST_VARS

pkglint -Wall -r --only "substitution command" -F

With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.
   2018-07-04 15:40:45 by Jonathan Perkin | Files touched by this commit (423)
Log message:
*: Move SUBST_STAGE from post-patch to pre-configure

Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.