Skip to content

miwob/anope

This branch is 154 commits behind anope/anope:2.0.

Folders and files

NameName
Last commit message
Last commit date
Oct 2, 2020
Dec 28, 2021
Jan 29, 2022
Apr 22, 2022
Jan 10, 2022
Aug 10, 2022
Sep 22, 2022
Sep 12, 2022
Nov 10, 2018
Jan 10, 2022
Jan 24, 2020
Nov 10, 2018
Jan 6, 2022
Mar 12, 2015
Nov 19, 2017
Nov 10, 2018

Repository files navigation

About

Anope is an open source set of IRC Services. It is highly modular, with a vast number of configurable parameters, and is the most used IRC services package. There are also many modules on the modsite to add additional features. It runs on Linux, BSD, and Windows, and supports many modern IRCds, including InspIRCd, UnrealIRCd, and ircd-hybrid. For more details, credits, command line options, and contact information see docs/README.

Installation

Linux/BSD

Download the latest release off of the releases page.

$ ./Config
$ cd build
$ make
$ make install

Now change to the directory where you installed Anope to, e.g. $ cd ~/services/

Windows

Download the latest release off of the releases page and run the installer.

Configuration

Copy conf/example.conf to conf/services.conf

$ cp conf/example.conf conf/services.conf

Edit services.conf, configuring the uplink, serverinfo, and protocol module configurations. Example link blocks for popular IRCds are included in the the example.conf documentation. The Anope wiki is also a good source of information. Our support channel is located at #anope on irc.anope.org.

Note that the example configuration file includes other example configuration files. If you want to modify the other example configuration files, copy them (e.g. modules.example.conf to modules.conf) and modify the include directive in services.conf to include the new file.

Running

Run $ ./bin/services to start Anope. If asked to provide logs for support, use the --support flag, e.g.: $ ./bin/services --support

Installing extra modules

Extra modules, which are usually modules which require extra libraries to use, such as m_mysql, can be enabled with the ./extras command from the source directory. Then re-run Config, make and make install again. Third party modules can be installed by placing them into the modules/third directory.

About

Anope IRC Services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.9%
  • CMake 3.1%
  • C 1.3%
  • HTML 1.2%
  • Shell 0.7%
  • C# 0.5%
  • Other 0.3%