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.
This allows AnonIRCd to be compiled without cgo. |
2 months ago | |
---|---|---|
.gitignore | 4 years ago | |
AUTHORS | 2 years ago | |
LICENSE | 7 years ago | |
README.md | 2 months ago | |
channel.go | 2 years ago | |
client.go | 2 years ago | |
database.go | 2 months ago | |
entity.go | 2 years ago | |
entity_test.go | 2 years ago | |
go.mod | 2 months ago | |
go.sum | 2 months ago | |
main.go | 2 months ago | |
odyssey.go | 4 years ago | |
server.go | 2 months ago | |
utilities.go | 6 years ago |
README.md
AnonIRCd
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.