Kotlin/JVM IRC bouncer and multiplexer. Provides an HTTP API for reading and updating state. Uses websockets for pushing state change to clients.
Inspired by Possel.
This project is managed on Trello. It's in active development - probably not suitable for use before version 1.0!
You can support the development of this bouncer through Patreon 🎉.
The source code of this project is licensed under the terms of the ISC license, listed in the LICENSE file. A concise summary of the ISC license is available at choosealicense.org.
This project uses Gradle and IntelliJ IDEA for pretty easy setup and building:
- Building:
./gradlew clean build
- Running:
./gradlew clean run