You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
docker-ircd-catbox/README.md

45 lines
801 B

# Catbox IRCD
A dockerized version of catbox IRCD.
> **Warning:** despite being bare bones in terms of functionalities, some
> questionable design and code quality choices has been taken; the reason is
> because `Catbox` is born as a personal challenge and to fulfill the original
> dev's need.
> This makes this app quite unsuitable for use cases where it needs to be
> exposed to an uncontrolled newtork (the internet) and moderation is needed.
## Supported commands
An (incomplete) list of supported commands found [here](https://github.com/horgh/catbox/blob/07cbec85ee9f733b3eb74d2a5bf4120c66d701f2/local_server.go):
```txt
PING
PONG
ERROR
UID
NOTICE
SID
SJOIN
TB
JOIN
NICK
PART
WALLOPS
OPERWALL
QUIT
MODE
TOPIC
SQUIT
KILL
ENCAP
WHOIS
CLICONN
AWAY
INVITE
TMODE
KLINE
UNKLINE
GCAP
```