summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
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.
2010-08-29Redo some of the sighandling code, and made anoperc rehash actually work.Adam
2010-08-28Clean up some of the old now unused IRCDVar struct vars, and made the ↵Adam
logchan bots join if the IRCd requires them to
2010-08-27Removed options:keeplogs because its no longer usedAdam
2010-08-27Added a new logging systemAdam
2010-08-21Removed Config.bat and install.js and replaced it with a small C# program ↵Adam
that tends to fail less.
2010-08-17Rewrote the config reader to better handle invalid configs.Adam
This prevents Anope from exploding when /os reload has errors.
2010-08-15Rewrote the MySQL API to use threads. This acts similar to before, but is ↵Adam
faster. Removed db_mysql_execute for now.
2010-08-14Fixed some chanserv help set/saset replieslethality
2010-08-05Update TODO, and minor change to enc_md5 (no, it doesn't fix encryption with ↵Naram Qashat
1.9 git yet, I'll get to that eventually)
2010-08-02Added Italics support to the BotSev kickerslethality
2010-07-27Added debug_cast which uses dynamic_cast on debug builds, and static_cast on ↵Adam
release builds
2010-07-15Moved some files and diretories around, made cmake skip files it knows it ↵Adam
can't compile because of missing dependices.
2010-07-10Added options:hideprivilegedcommands config option to hide privileged ↵Adam
commands from normal users
2010-07-10Added ns_set_misc and cs_set_misc.Adam
These modules allows users to configure settable options in /ns and /cs set that will be displayed in /ns and /cs info. Removed os_info, cs_set_url, ns_set_url, cs_set_email, ns_set_icq
2010-07-08Added an epoll socket engineAdam
2010-06-27Removed nickserv/chanserv info all, just have info show all informationAdam
2010-06-25docs/TOOlS -> docs/TOOLSAdam
2010-06-25Moved src/tools/README to docs/TOOLSAdam