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)
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 27: Line 29:
===Defcon system===
===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 [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===
A skeleton service used to serve help files. (Removed in Anope 1.9.1+)


== Supported IRCds ==
== Supported IRCds ==
Line 63: Line 62:
==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]]

Revision as of 21:30, 6 June 2014

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.1 (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.1 was released in June 2014, 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.

Supported IRCds

Anope Tutorials

See also

References

External links