aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 9ebef00d1b8a98251b67413777c67f099eb04fde (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# HaxServ, a public domain chaotic pseudoserver for InspIRCd

## Features
* Links with a 1205 (InspIRCd v3) uplink server with GnuTLS
* Accepts one local client connection (not a bouncer yet)
* Lets network operators wreck havoc (e.g. inject raw S2S commands)

## Goal
* Allows the operator to study the behavior of the S2S protocol
* Annoy users

## Commands
"Standard" bot commands like `echo`, `tell`, and `help` not shown.

|Command|Description|
|-------|-----------|
|`:`|Sends a raw S2S message to the uplink server|
|`sus`|Randomly kills the user issuing the command, Among Us-style|
|`cr`|Randomly kills the user issuing the command, Mindustry-style|
|`spam`|Repeats #2, #1 times|
|`sh`|Executes a command locally and sends the output (message must be from the local connection)|
|`kill_old`|Kills connections older than #1, and OperServ because OperServ is wrong|
|`clear`|Clears a channel|

## Instances on public networks
* [rx](https://irc.runxiyu.org) (2 instances, `HaxServ` (this) and `VdoServ` (fork))