All Projects → anope → Anope

anope / Anope

Anope IRC Services

Labels

Projects that are alternatives of or similar to Anope

Xchataqua
An IRC client, OS X native front-end for XChat ( http://itunes.apple.com/app/id447521961 )
Stars: ✭ 157 (-34.85%)
Mutual labels:  irc
Srain
Modern IRC client written in GTK
Stars: ✭ 197 (-18.26%)
Mutual labels:  irc
Hexchat
GTK+ IRC client
Stars: ✭ 2,608 (+982.16%)
Mutual labels:  irc
Ircdotnet
IRC.NET is a complete IRC (Internet Relay Chat) client library for .NET.
Stars: ✭ 166 (-31.12%)
Mutual labels:  irc
Weechat
The extensible chat client.
Stars: ✭ 2,349 (+874.69%)
Mutual labels:  irc
Bitlbee Discord
Bitlbee plugin for Discord (http://discordapp.com)
Stars: ✭ 204 (-15.35%)
Mutual labels:  irc
Znc
Official repository for the ZNC IRC bouncer
Stars: ✭ 1,851 (+668.05%)
Mutual labels:  irc
Jenni
jenni was a python IRC bot. Project is closed. Try Sopel instead, https://sopel.chat/
Stars: ✭ 232 (-3.73%)
Mutual labels:  irc
Irc3
plugable irc client library based on python's asyncio with DCC and SASL support
Stars: ✭ 189 (-21.58%)
Mutual labels:  irc
Irccloud Desktop
IRCCloud Desktop App
Stars: ✭ 215 (-10.79%)
Mutual labels:  irc
Tenyks
The Tenyks IRC bot.
Stars: ✭ 171 (-29.05%)
Mutual labels:  irc
Tc
A desktop chat client for Twitch
Stars: ✭ 182 (-24.48%)
Mutual labels:  irc
Whapp Irc
whatsapp web <-> irc gateway
Stars: ✭ 208 (-13.69%)
Mutual labels:  irc
Lisp Chat
An experimental minimal chat written in Common Lisp
Stars: ✭ 160 (-33.61%)
Mutual labels:  irc
Archivebot
ArchiveBot, an IRC bot for archiving websites
Stars: ✭ 218 (-9.54%)
Mutual labels:  irc
Go Twitch Irc
go irc client for twitch.tv
Stars: ✭ 155 (-35.68%)
Mutual labels:  irc
Irssi
The client of the future
Stars: ✭ 2,431 (+908.71%)
Mutual labels:  irc
Matterircd
Connect to your mattermost or slack using your IRC-client of choice.
Stars: ✭ 241 (+0%)
Mutual labels:  irc
Phabulous
A Phabricator bot for Slack
Stars: ✭ 222 (-7.88%)
Mutual labels:  irc
Twitch4j
Modular Async/Sync/Reactive Twitch API Client / IRC Client
Stars: ✭ 209 (-13.28%)
Mutual labels:  irc

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].