News Overview

Currently showing all news items posted in 2012. News items are available for these years:


Anope repository moved to GitHub

The Anope team moved the git repository to GitHub.

You can find it at https://github.com/anope/anope now.

To checkout from GitHub, type:
git clone https://github.com/anope/anope.git

To update your existing local repo, type:
git remote set-url origin https://github.com/anope/anope.git

Our official releases are still hosted on sourceforge.net

Posted on 30 Nov 2012 by Adam (Read More...)

Anope 1.9.7 - Release

The Anope Team are proud to announce the release of Anope 1.9.7. This release continues the development of our development branch in creating the next generation Anope 2.0 stable.

Some of the highlights include:

Added regex support for many commands, such as akill, sqline, snline, <br/>
and all of the */list commands.

Extended the ability of akill to match against a full nick!user@host and <br/>
real name of users.

Added nickserv:registration configuration option to configure how new accounts are verified. <br/>
Added nickserv:unregistered_notice configuration option to send a custom message to unregistered users on connect.

Added chanserv:require configuration option to set which modes must be on all registered channels. <br/>


Added options:casemap configuration option to choose how case insensitive strings are compared, using ASCII, rfc1459, or a locale installed on the system.

db_sql_live now makes <b>all</b> SQL tables "live", not just a select few.

Added modules m_httpd and webcpanel, which provides a web based control panel for users to register, control settings on their nicknames, channels, and memos. <br/>
This is still very much a work in progress. If you would like to contribute by improving or creating new templates, or by adding new features to the web panel, feel free to contact us at irc://irc.anope.org/anope. <br/>

MD5 Sum: 9242a522aedc98f74fd09d4e40d12bc6 anope-1.9.7-source.tar.gz
MD5 Sum: bcf37ede4be77f1fd843944e7887ce33 anope-1.9.7.exe

Posted on 03 Sep 2012 by Adam (Read More...)

Anope 1.9.6 - Release

The Anope Team are proud to announce the release of Anope 1.9.6. This release continues the development of our development branch in creating the next generation Anope 2.0 stable.

Some configuration changes have been made, we recommend users upgrading start with a fresh configuration file.

A new database format has been added, and the old db_plain has been deprecated. Users upgrading should read the example configuration for instructions on how to upgrade their databases.
As always, keep backups.

Users using MySQL with previous versions will need to export their databases to flatfile first before importing into 1.9.6.

Change log includes:

Anope Version 1.9.6
——————–
A Added ability to configure emails sent by services
A Added chanserv/up and chanserv/down
A Added m_proxyscan
A Added more configurability for what vhosts are valid
A Added chanserv/log
A Added ability to configure ChanServ privileges
A Added a new database format
A Added SQLite support
A Added more verbose messages on startup
A Added ability for chanserv/suspend and nickserv/suspend to take an expiry time
A Added no nickname ownership config option
A Added m_rewrite
A Added akill IDs
F Fixed crash in clearusers
F Fixed crash in /os oper info
F Fixed eventfd Config check to work properly on OpenVZ

MD5 Sum: cb2baa3f09da38a1f5064f1af09b6bf0 anope-1.9.6-source.tar.gz
MD5 Sum: a4799b5bf5f3aa7da376923d60fe9e6d anope-1.9.6.exe

Posted on 03 Feb 2012 by Adam (Read More...)