Skip to content

cre-ne-jp/atheme

This branch is 129 commits ahead of, 3093 commits behind atheme/atheme:master.

Folders and files

NameName
Last commit message
Last commit date
Mar 5, 2007
Feb 28, 2016
Jun 8, 2019
Feb 28, 2016
Jun 15, 2017
Jun 8, 2019
Jun 8, 2019
Jun 8, 2019
Mar 6, 2016
Dec 7, 2017
Jun 8, 2019
Jun 8, 2019
Apr 19, 2012
Jan 16, 2014
Jul 8, 2014
Nov 30, 2017
Oct 14, 2013
Mar 7, 2016
Jan 16, 2015
Jan 21, 2018
Mar 13, 2007
Jan 30, 2013
Jan 3, 2015
Mar 7, 2016
Jun 14, 2016
Oct 14, 2012
Oct 13, 2017
Jun 14, 2016
Nov 10, 2014
Jun 6, 2012
Jun 23, 2011
Mar 23, 2013
Mar 23, 2013
Jun 8, 2019
Dec 16, 2018
Dec 16, 2018
Feb 25, 2012

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 84.0%
  • PHP 5.7%
  • Perl 5.0%
  • M4 2.6%
  • Shell 1.3%
  • Makefile 0.8%
  • Other 0.6%