OpenIRCd is a NIO IRC server I've been working on for a few days, it's fairly incomplete and is in the early stages of development.
Click here to view the project source code
Click here to download the latest release
How To Use
Start by downloading the latest release, then you can launch the IRCd using the Java -jar flag.
This will create the default config under ./config.ini
Adjust the configuration as needed, then restart the server.
Click here to view the project source code
Click here to download the latest release
How To Use
Start by downloading the latest release, then you can launch the IRCd using the Java -jar flag.
Code:
java -jar OpenIRCd-v0.1.0.jar
This will create the default config under ./config.ini
Adjust the configuration as needed, then restart the server.