Anonymous IRC daemon
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trevor Slocum fab49694c6 Use pure-go SQLite driver
This allows AnonIRCd to be compiled without cgo.
2 months ago
.gitignore Update Travis-CI file and migrate to go modules 4 years ago
AUTHORS Remove dependency on testify 2 years ago
LICENSE Allow use of comma separated channels with some commands, fix PING and PONG 7 years ago
README.md Ignore commands sent before USER rather than disconnecting the client 2 months ago
channel.go Rename variables from ALL CAPS to camelCase 2 years ago
client.go Rename variables from ALL CAPS to camelCase 2 years ago
database.go Use pure-go SQLite driver 2 months ago
entity.go Rename variables from ALL CAPS to camelCase 2 years ago
entity_test.go Remove dependency on testify 2 years ago
go.mod Use pure-go SQLite driver 2 months ago
go.sum Use pure-go SQLite driver 2 months ago
main.go Ignore commands sent before USER rather than disconnecting the client 2 months ago
odyssey.go Compile ODYSSEY text into binary 4 years ago
server.go Use pure-go SQLite driver 2 months ago
utilities.go Add channel modes +i, +m and +r, MOTD config option and banned message when connecting 6 years ago

README.md

AnonIRCd

Donate via LiberaPay Donate via Patreon

Anonymous IRC daemon

All messages appear to be written by the user Anonymous.

Try AnonIRCd by joining AnonIRC

Connect to z.1chan.us:6667 or :6697 (SSL).

All new clients auto-join a channel named #. /list to see all non-secret channels. /join #anonirc if you'd like to discuss the daemon.

Modes

Mode Type Description
c User & Channel Hide user count (always set to 1)
D User & Channel Delay user count updates (joins/parts) until someone speaks
k key Channel Set channel key (password) required to join
l limit Channel Set user limit

Install

Execute the following command to install AnonIRCd to ~/go/bin/anonircd:

go install code.rocketnine.space/tslocum/anonircd

Configure

TODO

Support

Please share issues and suggestions here.