summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2013-05-26Update INSTALL and place some example link configurations in example.confAdam
2013-05-25Update Hybrid protocol module for Hybrid 8.1Michael Wobst
2013-05-18Give botserv bots assigned by persist the same botmodes as normal bots, fix ↵Adam
some typos, remove unused variable
2013-05-18Fix Windows buildAdam
2013-05-17Add Redis database supportAdam
2013-04-12Update Win32 build instructions slightlyAdam
2013-04-02mentioned the charybdis protocol support in the readme and example configDukePyrolator
2013-03-02Update Changes and Changes.confAdam
2013-02-21Update COPYINGCharles Kingsley
2013-02-20Add Matthew to webpanel credits, fix alignment of akill listAdam
2013-01-09Update copyright to 2013. This was done with:Adam
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-2012 Anope Team/-2013 Anope Team/i' {} \;
2012-11-03Made m_xmlrpc use m_httpdAdam
2012-10-29Update Config.cs for VS 2012 and fix it failing if the source directory path ↵Adam
has spaces in it
2012-10-29Made anopesmtp less hard to debugAdam
2012-10-29readded ngircd protocol supportDukePyrolator
2012-10-13Add a hybrid 8 protocol module courtesy of Michael <michael@wobst.at>Adam
2012-10-07updated docs/LANGUAGE to point to the right directory where users should put ↵DukePyrolator
module language files
2012-09-30Add webpanel contributors to readme and remove todo since its way out of ↵Adam
date and has nothing more in it we want
2012-09-02Update ChangesAdam
2012-06-17Updated MODULES somewhatlethality
2012-05-06Split up db/conf/lib/locale install directories, and allow alternate ones to ↵Adam
be specified at runtime
2012-03-13Add a nickserv:unregistered_notice config option to send a message to ↵Adam
unregistered users on connect. Suggested by Cronus.
2012-02-22Added a configuration option to make all nick registrations require admin ↵Adam
verification
2012-02-22Added regex support for many commands, such as akill, sqline, snline,Adam
all of the */list commands, etc. Also extended the ability of akill to match a full nick!user@host and real name of users.
2012-02-08Removed operserv:notifications in favor of log blocks, as well as some other ↵Adam
notifiications
2012-02-04Bump for 1.9.7-gitAdam
2012-01-22added a french INSTALL file, thanks to MacLeod for translatingDukePyrolator
2012-01-20Updated DEFCON and fixed Defcons disabling of the removed mlock commandlethality
2012-01-02Updated Copyright to 2012Adam
2011-12-12Added oper:require_oper configuration optionAdam
2011-11-20Allow services operators to modify other users access listAdam
2011-11-08WindowsAdam
2011-11-04Updated ChangesAdam
2011-09-10Bump for 1.9.6 gitAdam
2011-08-27Added missing ` in docs/LANGUAGEAdam
2011-08-27Fixed some cmake warningsAdam
2011-08-12Allow bot usermodes to be configurableAdam
2011-08-11Added a separate field for last seen realhost to ns_info, shown to services ↵DukePyrolator
admins only
2011-08-09Updated ChangesAdam
2011-08-05Rewrote the example configurations and split themAdam
up into seperate files for each pseudo client. Also reorganized how the modules are stored, and made most of the old "extra" modules "core"
2011-08-04Updated a bit of the TODOAdam
2011-07-14Rewrote how commands are handled within Anope.Adam
This allows naming commands and having spaces within command names.
2011-05-16Added os_operAdam
2011-05-16Added os_forbidAdam
2011-05-16Use module type to determine what type each module is instead of its ↵Adam
location in the configuration file.
2011-05-16Unmodularized the socket engine because its causing problems and really is ↵Adam
unnecessary
2011-05-16Moved the core pseudo clients out into their own modulesAdam
2011-05-16Branch for 1.9.5Adam
2011-05-16Removed ngircd as we've decided not to support it at this timeAdam
2011-05-15Fixed Windows buildAdam