]> jfr.im git - irc/anope/website.git/blob - _posts/2014-03-23-anope-200-release.md
Add the news post for 2.0.15.
[irc/anope/website.git] / _posts / 2014-03-23-anope-200-release.md
1 ---
2 layout: post
3 title: Anope 2.0.0 - Release
4 author: Adam
5 category: 2014
6 # date: 2014-03-23T15:17:20+00:00
7 ---
8
9 We are proud to announce that after five years of development our latest stable release, Anope 2.0.0, is now available for download.
10
11 With this release we are deprecating the 1.8 branch and no longer recommend users use it.
12
13 <b>Overview of changes from 1.8 to 2.0:</b>
14
15 Use an account style system instead of the old NSNickTracking option, which allows you to stay logged in no matter what nick you are on.
16 <br/>
17 Fantasy support for all commands.
18 <br/>
19 Can assign core pseudo clients (such as ChanServ) to channels.
20 <br/>
21 A built in web panel.
22 <br/>
23 Persistent channels, which allows services bots to stay in empty channels.
24 <br/>
25 Channel passwords replaced with founder level access (QOP, or the FOUNDER access level).
26 <br/>
27 OWNER access levels added, defaults to access level 9999.
28 <br/>
29 The option to use a flags based channel access system.
30 <br/>
31 Ability to authenticate via SSL certificates
32 <br/>
33 Autojoin channels on authentication (ns_ajoin)
34 <br/>
35 Significantly more advanced logging system, choose what is logged and where it is logged.
36 <br/>
37 Support for other optional database backends, such as SQL and Redis.
38 <br/>
39 Granular command configuration. Configure which command is on what service, what it's called, and who can use it.
40 <br/>
41 Configurable opertypes, which allows defining new services operator levels (Root, Admin, Oper, etc.) and what permissions each has.
42 <br/>
43 Ability to authenticate users against external databases, such as by SQL or LDAP.
44 <br/>
45 Capability to switch between different encryption methods.
46 <br/>
47 DNSBL support.
48
49
50 <b>Installation instructions for Linux/UNIX:</b>
51
52 Anope 2 requires CMake to be built. On most systems you can simply install the package from your package manager, eg. sudo apt-get install cmake or sudo yum install cmake.
53
54 First, enable any extra modules you want by executing the 'extras' script. Extra modules generally depend on other libraries, such as MySQL, and are not enabled by default due to their dependencies. Then run:
55
56 ./Config
57 <br/>
58 cd build
59 <br/>
60 make
61 <br/>
62 make install
63
64 <b>Upgrading instructions:</b>
65
66 1) Install Anope 2 to a separate directory from your old install (such as ~/services2)
67
68 2) Copy 1.8's databases to the 'data' directory of your new install.
69
70 3) Configure services, the configuration files are located in the 'conf' directory.
71
72 Anope 2 uses a different configuration file format from 1.8, you will have to reconfigure them completely.
73 <br/>
74 Use your old configuration as a reference.
75
76 4) While configuring, be sure to load db_old, which loads the old 1.8.x databases, and db_flatfile, which writes out the new Anope 2 database.
77 <br/>
78 Ensure that the hash method in db_old's configuration block is the same encryption method that you are currently using on 1.8.
79 <br/>
80 Load the correct encryption module, which is the same one configured in db_old.
81
82 5) Start services. Once you confirm your database has been successfully imported, comment or remove db_old from the configuration file, so that the next time services restart, they will load the newer database.
83
84
85
86 Third party modules, such as most of the ones found on on the <a href="https://modules.anope.org">Modsite</a>, that are written for 1.7.x or 1.8.x
87 <br/>
88 will not work with Anope 2. However, many of the features of the most popular 1.8 modules have been included in the Anope 2 release, so you may find you no longer need your extra modules. If it is unclear to you whether or not a given feature is in Anope 2, come ask us.
89
90
91 Join our IRC channel at <a href="irc://irc.anope.org/anope">irc://irc.anope.org/anope</a> for questions or comments.
92
93
94
95 MD5 Sum: eee83117cf230c2b0da72dd703cda6d4 <a href="https://sourceforge.net/projects/anope/files/anope-stable/Anope%202.0.0/anope-2.0.0-source.tar.gz/download">anope-2.0.0-source.tar.gz</a><br/>
96 MD5 Sum: 8099dbe1c87637e5bd9c6f3c22816770 <a href="https://sourceforge.net/projects/anope/files/anope-stable/Anope%202.0.0/anope-2.0.0.exe/download">anope-2.0.0.exe</a><br/>