Path to this page:
./
chat/miniircd,
Simple Internet Relay Chat (IRC) server written in Python
Branch: CURRENT,
Version: 2.0nb2,
Package name: miniircd-2.0nb2,
Maintainer: leotminiircd is a small and limited IRC server written in Python. Despite its
size, it is a functional alternative to a full-blown ircd for private or
internal use. Installation is simple; no configuration is required.
Required to run:[
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: e44fd1aca1760942304deccdf229a117df2943cc
RMD160: c200bdb13b7a190c0e6152e6c17a2df9f61f9c09
Filesize: 21.632 KB
Version history: (Expand)
- (2020-12-05) Updated to version: miniircd-2.0nb2
- (2020-08-21) Updated to version: miniircd-2.0nb1
- (2020-07-16) Updated to version: miniircd-2.0
- (2019-08-02) Package added to pkgsrc.se, version miniircd-1.3 (created)
CVS history: (Expand)
2020-12-04 21:45:51 by Nia Alarie | Files touched by this commit (456) |
Log message:
Revbump packages with a runtime Python dep but no version prefix.
For the Python 3.8 default switch.
|
2020-08-21 18:44:11 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
miniircd: Fix `--help' option
Backported from upstream commit.
PKGREVISION++
|
2020-07-16 17:32:11 by Leonardo Taccari | Files touched by this commit (2) |  |
Log message:
miniircd: Update to 2.0
Changes:
2.0
---
* Dropped Python 2 support.
* miniircd now requires Python 3.6+.
* Channel log files are now named after the lowercase version of the channel
name for consistency.
* Fixed creation of PID file when using Python 3.
* Made sure to remove the PID file on daemon exit.
* Fixed creation of PID file with a relative path.
* Fixed a bug when using non-ASCII characters in Python 3 mode.
|
2019-08-02 12:20:53 by Leonardo Taccari | Files touched by this commit (5) |
Log message:
miniircd: Add miniircd-1.3 as chat/miniircd
miniircd is a small and limited IRC server written in Python. Despite its
size, it is a functional alternative to a full-blown ircd for private or
internal use. Installation is simple; no configuration is required.
|