Skip to content

Svetlana-T/atheme

 
 

Repository files navigation

atheme

Atheme is a set of services for IRC networks designed for large IRC networks with high scalability requirements. It is relatively mature software, with some code and design derived from another package called Shrike.

Atheme's behavior is tunable using modules and a highly detailed configuration file. Almost all behavior can be changed at deployment time just by editing the configuration.

Obtaining atheme

You can either git clone https://github.com/atheme/atheme.git or download a package via our website at https://atheme.github.io/ -- Please do not click the Download buttons on GitHub as they lack needed submodules, etc.

If you are running this code from Git, you should read GIT-Access for instructions on how to fully check out the atheme tree, as it is spread across many repositories.

basic build instructions for the impatient

Whatever you do, make sure you do not install Atheme into the same location as the source. Atheme will default to installing in $HOME/atheme, so make sure you plan accordingly for this.

$ git submodule update --init
$ ./configure
$ make
$ make install

If you're still lost, read INSTALL or GIT-Access or check out our wiki (http://github.com/atheme/atheme/wiki) for hints.

links / contact

Packages

No packages published

Languages

  • C 78.9%
  • PHP 6.8%
  • Perl 6.0%
  • M4 3.5%
  • C++ 2.2%
  • Shell 1.0%
  • Other 1.6%