Difference between revisions of "Anope"

From IRC Wiki
Jump to navigation Jump to search
m (actually fix what I meant to in the last "minor" edit, formatting the languages same way as others)
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
|logo=[[File:anope.png|200px]]
|logo=[[File:anope.png|200px]]
|homepage=http://www.anope.org
|homepage=http://www.anope.org
|programming_language={{Programming languages/C}}<ref name="legacy sourcecode">[http://sourceforge.net/projects/anope/files/anope-legacy/Anope%201.8.9/anope-1.8.9.tar.gz/download anope-1.8.9.tar.gz]</ref>/{{Programming languages/C++}}<ref name="stable sourcecode">[http://sourceforge.net/projects/anope/files/anope-stable/Anope%202.0.1/anope-2.0.1.tar.gz/download anope-2.0.1.tar.gz]</ref>
|programming_language={{Programming languages/C}}<ref name="legacy sourcecode">[https://github.com/anope/anope/releases/download/1.8.9/anope-1.8.9.tar.gz anope-1.8.9.tar.gz]</ref>/{{Programming languages/C++}}<ref name="stable sourcecode">[https://github.com/anope/anope/releases/download/2.0.3/anope-2.0.3-source.tar.gz anope-2.0.3.tar.gz]</ref>
|platform=Linux, BSD, Apple OS X, Windows
|platform=Linux, BSD, Apple OS X, Windows
|release=1.8.9 (Legacy)<ref name="legacy">http://anope.org/news.php?id=78</ref><br>2.0.1 (Stable)<ref name="latest stable">http://anope.org/news.php?id=80</ref>
|release=1.8.9 (Legacy)<ref name="legacy">http://anope.org/news.php?id=78</ref><br>2.0.3 (Stable)<ref name="latest stable">http://anope.org/news.php?id=82</ref>
|status=Active
|status=Active
|based_on=[[Epona]]<ref name="hpabout">http://www.anope.org/about.php</ref>
|based_on=[[Epona]]<ref name="hpabout">http://www.anope.org/about.php</ref>
Line 11: Line 11:


===Latest releases===
===Latest releases===
*Anope 2.0.1 was released in June 2014, this is now the current stable branch.<ref name="latest stable"></ref>
*Anope 2.0.3 was released in January 30th 2016, this is now the current stable branch.<ref name="latest stable"></ref>
*Anope 1.8.9 was released on March 4rd 2014.<ref name="legacy"></ref> This was the last planned release in the 1.x branch as Anope 2 becomes the current stable branch, and this becomes a legacy version
*Anope 1.8.9 was released on March 4rd 2014.<ref name="legacy"></ref> This was the last planned release in the 1.x branch as Anope 2 becomes the current stable branch, and this becomes a legacy version


Line 20: Line 20:
* [[Anope BotServ|BotServ]]
* [[Anope BotServ|BotServ]]
* [[Anope ChanServ|ChanServ]]
* [[Anope ChanServ|ChanServ]]
* [[Anope Global|Global]]
* [[Anope HelpServ|HelpServ]]
* [[Anope HostServ|HostServ]]
* [[Anope HostServ|HostServ]]
* [[Anope MemoServ|MemoServ]]
* [[Anope MemoServ|MemoServ]]
Line 28: Line 30:
Anope has a defcon system can be used to implement a pre-defined set of restrictions to services useful during an attempted attack on the network to secure the services which is explained [http://wiki.anope.org/index.php/Tutorials:1.8_Conf#Defcon here].
Anope has a defcon system can be used to implement a pre-defined set of restrictions to services useful during an attempted attack on the network to secure the services which is explained [http://wiki.anope.org/index.php/Tutorials:1.8_Conf#Defcon here].


===HelpServ===
===Additions to 2.0===
A skeleton service used to serve help files. (Removed in Anope 1.9.1+)
When the 1.9 development branch reached a stable status, it became Anope 2. Additions include, but are not limited to: account-based, fantasy support for all commands, a number of popular third-party modules from 1.8 included within the core, ability to authenticate against SQL or LDAP, DNSBL and Proxy Scanning, live SQL databases and redis support, a built in web server including a web panel, ipv6/ssl linking support, ssl-cert/sasl authentication support, encryption module switching and more. Check out the release post [http://anope.org/news.php?id=79 here]


== Supported IRCds ==
== Supported IRCds ==
Line 63: Line 65:
==External links==
==External links==
* [http://www.anope.org Official site]
* [http://www.anope.org Official site]
* [http://forum.anope.org Anope Forums]
* [http://modules.anope.org Anope modules directory]
* [http://modules.anope.org Anope modules directory]
* [http://wiki.anope.org Anope documentation wiki]
* [http://wiki.anope.org Anope documentation wiki]
* [http://bugs.anope.org Anope bug tracker]
* [http://github.com/anope Git Repository]


[[Category:Software]][[Category:IRC services]][[Category:C]][[Category:Active]][[Category:Anope]]
[[Category:Software]][[Category:IRC services]][[Category:C]][[Category:Active]][[Category:Anope]]

Latest revision as of 16:26, 1 February 2016

Anope
Anope.png
Programming language: C[1]/C++[2]
Platform: Linux, BSD, Apple OS X, Windows
Status: Active
Based on: Epona[3]
Latest release: 1.8.9 (Legacy)[4]
2.0.3 (Stable)[5]
Homepage: http://www.anope.org

Anope is a services package which was first released in 2003 and is based on Epona and contains common services bots such as OperServ, NickServ, ChanServ, HostServ, BotServ, MemoServ.[3] Anope is one of the most common and popular services for IRC, it is commonly used alongside UnrealIRCd[6] aswell as InspIRCd. It has the capability to load a variety of modules to enhance the services.

Latest releases

  • Anope 2.0.3 was released in January 30th 2016, this is now the current stable branch.[5]
  • Anope 1.8.9 was released on March 4rd 2014.[4] This was the last planned release in the 1.x branch as Anope 2 becomes the current stable branch, and this becomes a legacy version

Features

Anope's NickServ supports nickname grouping and also has an optional password retrieval feature. Nicknames may be protected from being taken by other users.

Services

Defcon system

Anope has a defcon system can be used to implement a pre-defined set of restrictions to services useful during an attempted attack on the network to secure the services which is explained here.

Additions to 2.0

When the 1.9 development branch reached a stable status, it became Anope 2. Additions include, but are not limited to: account-based, fantasy support for all commands, a number of popular third-party modules from 1.8 included within the core, ability to authenticate against SQL or LDAP, DNSBL and Proxy Scanning, live SQL databases and redis support, a built in web server including a web panel, ipv6/ssl linking support, ssl-cert/sasl authentication support, encryption module switching and more. Check out the release post here

Supported IRCds

Anope Tutorials

See also

References

External links