Skip to content
/ child Public
forked from Ethylix/child

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

License

Notifications You must be signed in to change notification settings

lord-re/child

 
 

Repository files navigation

Child

Child IRC #cserv on geeknode

Child is an IRC Service for UnrealIRCD.

Dependencies

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

Build

apt install libmariadb-dev-compat 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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.3%
  • CMake 1.3%
  • Other 0.4%