OpenIRCd - Java IRC Server - Printable Version +- The Bytecode Club - Reverse Engineering Forum (https://the.bytecode.club) +-- Forum: Software (https://the.bytecode.club/forumdisplay.php?fid=19) +--- Forum: Java Projects / Libraries (https://the.bytecode.club/forumdisplay.php?fid=136) +--- Thread: OpenIRCd - Java IRC Server (/showthread.php?tid=46016) |
OpenIRCd - Java IRC Server - Konloch - 03-06-2023 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. 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. |