summaryrefslogtreecommitdiff
path: root/chat/miniircd
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26chat: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07chat: Remove SHA1 hashes for distfilesnia1-2/+1
2020-12-04Revbump packages with a runtime Python dep but no version prefix.nia1-2/+2
For the Python 3.8 default switch.
2020-08-21miniircd: Fix `--help' optionleot3-2/+31
Backported from upstream commit. PKGREVISION++
2020-07-16miniircd: Update to 2.0leot2-7/+9
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-02miniircd: Add miniircd-1.3 as chat/miniircdleot5-0/+77
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.