Skip to content

Ethylix/child

Repository files navigation

Child

Child codecov IRC #cserv on geeknode

Child is an IRC Service for UnrealIRCD.

Dependencies

  • libmysqlclient (or libmariadbclient-dev-compat)
  • libssl
  • libc
  • cmake
  • check
  • libsodium
  • mysql 5.7
  • unrealircd 4.2

Build

apt install libmariadb-dev-compat libsodium-dev libmariadbclient-dev libc-dev libssl-dev cmake check
mkdir build
cd build
cmake ..
make

For development, you can use docker-compose to set an environment up: doc/docker.md.

Usage

./child

Configuration

Child expects a configuration file in the current working directory: child.conf. You can find an example in doc/example.conf.

About

Child is an IRC service written from scratch, running with UnrealIRCD.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages