CrIRCd - IRCD (deamon) in Crystal

This is an crystal IRC server made to follow the spec over time. Right now it is not 100% supporting the spec and is not recommended for production.

What you can do now:

Plan to have:

How to run

Would need crystal >= 1.4 to build this server.

  1. clone this repo
  2. build the program with: crystal build --release ./src/circed.cr
  3. run the program with ./circed

Config

The config is in config.yml and is pretty self explanatory. You can change the port, hostname, stats and other things.

Known issues

Contributions

Everyone is welcome to contribute. Fork this repo, make your changes and make a Pull Request explaining what you did and why. And I and others will review it and merge it if it make sense. :)

Maintainers: