summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2011-03-22Bug #1203Adam
2011-03-14Rewrote some of the opertype system, added os_loginAdam
2011-03-11Added os_config and support for including additional configuration files.Adam
2011-03-07Added support for extbansAdam
2011-03-05Removed nickrequests, instead have unconfirmed registrations. Also made ↵Adam
ns_resetpass allow remote-id to get past things such as kill immed.
2011-03-04Updated TODOAdam
2011-02-12Removed the Wallop config options and replaced them with the new log systemAdam
2011-02-11Merged os_umode into os_modeAdam
2011-02-09Removed a lot of the old capab flags we dont/have never usedAdam
2011-01-29Fixing leftover spaces and other rubbish I missed on the first pass.Charles Kingsley
2011-01-29Updated some docs/ & removed TROUBLESHOOTING as it is redundant.Charles Kingsley
2011-01-19Added options:nomlockAdam
2011-01-17Added ns_ajoinAdam
2011-01-14Fix CODINGs formatting and a missed typolethality
2011-01-08updated the README fileDukePyrolator
2011-01-05update copyrights for 2011lethality
2010-12-25updated crontab instructions in INSTALLlethality
2010-12-15Bug #1211 - Fixed loading and saving anope_os_sxlinesAdam
2010-12-15Bug #1212 - Fixed some bad logic in /os exception preventing valid ↵Adam
exceptions from being added
2010-12-12Allow getting users opertype from XMLRPC requestsAdam
2010-12-12Bug #1177 - Readded in support for cs_mode to act on every channelAdam
2010-12-12Send replies from fantasy commands back to the channel, this will be ↵Adam
expanded on later
2010-12-12Added cs_entrymsgAdam
2010-12-12Added a plexus3 protocol moduleAdam
2010-12-12Added a default expiry time for suspended and forbidden nicks and channelsAdam
2010-12-12Added cs_mode, rewrote the old list mode code, and added CIDR supportAdam
2010-12-12Allow users to drop their own nickrequestsAdam
2010-12-12Allow users to remove their own access in channelsAdam
2010-12-12Added /chanserv clone commandAdam
2010-12-12Added /ms ignoreAdam
2010-12-12If a channel drops because a nick drops, set the channel founder to the user ↵Adam
with the highest access if there is no successor
2010-12-12Document XMLRPC calls and added a .php class wrapper for themAdam
2010-12-12Bump for 1.9.4-gitAdam
2010-12-12Updated docs/WIN32.txt with instructions on how to get the libraries to ↵Adam
build with gettext, ssl, and mysql
2010-12-09Fixed build on cmake 2.4.xAdam
2010-11-01Fixed make install because Changes.lang is deadAdam
2010-10-31Fixed replacing %R's in email messages and fixed anopesmtp to really workAdam
2010-10-31Updated ChangesAdam
2010-10-30Updated TODOAdam
2010-10-30Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows.Adam
Added a search path option to the Config script for cmake to use when finding libraries for modules or for gettext. Fixed m_mysql and m_ssl to work under Windows, made the Windows Config program remember the last used options, and fixed Windows release builds.
2010-10-28Made gettext work on Debian and updated some documentationAdam
2010-10-05Updated docs and TODOAdam
2010-10-02Added os_modreload. Also allow unloading database and encryption modules ↵Adam
since there isn't a reason we cant allow reloading them. Soon os_modreload will allow reloading the protocol modules.
2010-10-02Made ChanServ optionalAdam
2010-10-02Made OperServ and Global optionalAdam
2010-10-02Made MemoServ optionalAdam
2010-09-26Added a short docs/LANGUAGES file explaining how to add translations for the ↵Adam
core and modules, updated TODO, and fixed a few small bugs
2010-09-12Updated a bit of the README that was out of dateAdam
2010-09-11Updated TODOAdam
2010-09-09Added an asynchronous DNS system and m_dnsbl, which checks clients against ↵Adam
DNS blacklists. Rewrote internal handling of IPs, we now properly support users using IPv6. Fixed a few problems with the UnrealIRCd protocol module.