Difference between revisions of "Anope"

From IRC Wiki
Jump to navigation Jump to search
 
(43 intermediate revisions by 10 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="sourcecode">[http://sourceforge.net/projects/anope/files/anope-stable/Anope%201.8.4/anope-1.8.4.tar.gz/download anope-1.8.4.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.3 (Stable)<ref name="latest stable">http://anope.org/news.php?id=82</ref>
|status=Active
|status=Active
|based_on=[[Epona]]
|based_on=[[Epona]]<ref name="hpabout">http://www.anope.org/about.php</ref>
}}
}}
'''Anope''' is a [[IRC services|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. Anope is one of the most common and popular services for IRC, it is commonly used alongside [[UnrealIRCd]] aswell as [[InspIRCd]]. It has the capability to load a variety of modules to enhance the services.
'''Anope''' is a [[IRC services|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]].<ref name="hpabout"/> Anope is one of the most common and popular services for IRC, it is commonly used alongside [[UnrealIRCd]]<ref>http://searchirc.com/boards/irc-2836.html</ref> 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.<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


==Features==
==Features==
Anope's NickServ supports [[IRC_services#Nickname_groups|nickname grouping]] and also has an optional password retrieval feature. Nicknames may be protected from being taken by other users.
Anope's NickServ supports [[IRC_services#Nickname_groups|nickname grouping]] and also has an optional password retrieval feature. Nicknames may be protected from being taken by other users.
===Services===
* [[Anope BotServ|BotServ]]
* [[Anope ChanServ|ChanServ]]
* [[Anope Global|Global]]
* [[Anope HelpServ|HelpServ]]
* [[Anope HostServ|HostServ]]
* [[Anope MemoServ|MemoServ]]
* [[Anope NickServ|NickServ]]
* [[Anope OperServ|OperServ]]


===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===
===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 ==
* [[Bahamut]]  
* [[Bahamut]]
* [[Charybdis]]  
* [[Charybdis]]
* [[DreamForge]]
* [[DreamForge]]
* [[Hybrid]]  
* [[Hybrid]]
* [[InspIRCd]]  
* [[InspIRCd]]
* [[Plexus]]  
* [[Plexus]]
* [[PTLink]]
* [[PTLink]]
* [[RageIRCd]]  
* [[RageIRCd]]
* [[Ratbox]]  
* [[Ratbox]]
* [[ShadowIRCd]]
* [[ShadowIRCd]]
* [[Solid IRCd]]
* [[Solid IRCd]]
* [[Ultimate]]  
* [[UltimateIRCd]]
* [[UnrealIRCd]]  
* [[UnrealIRCd]]
* [[ViagraIRCd]]  
* [[ViagraIRCd]]


== References ==
==Anope Tutorials==
* [[Anope Tutorials#Modules|Module Tutorial]]
* [[Anope Tutorials#Defcon|Defcon Tutorial]]
* [[Anope Tutorials#Services_Conf|Config Tutorial]]
 
==See also==
* [[Atheme]]
* [[Epona]]
* [[InspIRCd]]
* [[UnrealIRCd]]
 
==References==
{{reflist}}
{{reflist}}


== 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://bugs.anope.org Anope bug tracker]
* [http://github.com/anope Git Repository]
[[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