• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

autoconf/H12-Feb-2017-3,9143,376

contrib/H12-Feb-2017-12,3919,492

dist/H12-Feb-2017-2,3562,096

doc/H12-Feb-2017-2,5421,776

email/default/H12-Feb-2017-9871

help/H12-Feb-2017-21

include/H03-May-2022-5,2113,109

libathemecore/H03-May-2022-26,74418,035

libmowgli-2/H03-May-2022-37,24325,339

m4/H12-Feb-2017-2,6232,442

modules/H03-May-2022-83,45661,443

po/H03-May-2022-62,29649,558

scripts/H12-Feb-2017-14479

src/H03-May-2022-900590

tools/H03-May-2022-306192

.gitmodulesH A D12-Feb-2017209 76

.mailmapH A D12-Feb-20172.6 KiB4544

.travis.ymlH A D12-Feb-2017423 2821

ABOUT-NLSH A D12-Feb-201777.7 KiB1,1021,055

BSDmakefileH A D12-Feb-2017199 119

COPYINGH A D12-Feb-20171 KiB1714

GIT-AccessH A D12-Feb-2017633 1613

INSTALLH A D12-Feb-20177.9 KiB231161

MakefileH A D03-May-20221.6 KiB5042

NEWS.mdH A D12-Feb-201785.7 KiB2,0401,849

README.mdH A D12-Feb-20171.5 KiB3826

TODOH A D12-Feb-20171.4 KiB5237

aclocal.m4H A D12-Feb-20175.6 KiB141127

atheme-services.pc.inH A D12-Feb-2017369 1713

buildsys.mk.inH A D12-Feb-201717 KiB726630

buildsys.module.mkH A D12-Feb-2017455 1711

configureH A D12-Feb-2017315.5 KiB11,5329,589

configure.acH A D12-Feb-201713.5 KiB471404

extra.mk.inH A D12-Feb-20173.2 KiB133132

mingw-build.shH A D12-Feb-2017308 168

README.md

1## atheme
2
3Atheme is a set of services for IRC networks designed for large IRC networks with high
4scalability requirements.  It is relatively mature software, with some code and design
5derived from another package called Shrike.
6
7Atheme's behavior is tunable using modules and a highly detailed configuration file.
8Almost all behavior can be changed at deployment time just by editing the configuration.
9
10## Obtaining atheme
11You can either git clone https://github.com/atheme/atheme.git or download a package
12via our website at https://atheme.github.io/ -- Please do not click the Download buttons
13on GitHub as they lack needed submodules, etc.
14
15If you are running this code from Git, you should read GIT-Access for instructions on
16how to fully check out the atheme tree, as it is spread across many repositories.
17
18
19## basic build instructions for the impatient
20
21Whatever you do, make sure you do *not* install Atheme into the same location as the source.
22Atheme will default to installing in `$HOME/atheme`, so make sure you plan accordingly for this.
23
24    $ git submodule update --init
25    $ ./configure
26    $ make
27    $ make install
28
29If you're still lost, read [INSTALL](INSTALL) or [GIT-Access](GIT-Access) or check out our
30wiki (http://github.com/atheme/atheme/wiki) for hints.
31
32## links / contact
33
34 * [GitHub](https://github.com/atheme/atheme)
35 * [Website](http://atheme.github.io/)
36 * [Wiki](https://github.com/atheme/atheme/wiki)
37 * [IRC] irc://chat.freenode.net/ #atheme
38