summaryrefslogtreecommitdiff
path: root/include/config.h
AgeCommit message (Expand)Author
2012-09-07Made session tracking ip based, not host based, and allow using CIDR to group...Adam
2012-09-07Allow configuring killquick and kill delaysAdam
2012-09-02Fix WindowsAdam
2012-05-23Add support for inspircd2.0+s mlock, improved on Unreal's, and made server si...Adam
2012-04-29Added options:casemap to chose how case insensitive strings are compared, usi...Adam
2012-03-13Bug #1389 - readd RNG seed in the config and start DNS query ids off on a ran...Adam
2012-03-13Add a nickserv:unregistered_notice config option to send a message to unregis...Adam
2012-02-26Added chanserv:require config option to set which modes must be on all regist...Adam
2012-02-22Added a configuration option to make all nick registrations require admin ver...Adam
2012-02-22Added regex support for many commands, such as akill, sqline, snline,Adam
2012-02-14Clean up and reorganize our header filesAdam
2012-02-13Removed our RNG and just use the systems, it's not very widely used. Also mad...Adam
2012-02-08Removed operserv:notifications in favor of log blocks, as well as some other ...Adam
2011-12-23Add DT_ALLOW_EMPTY config flag, allow fantasychars to be emptyAdam
2011-10-22Added akill idsAdam
2011-10-14Added options:nonicknameownership config optionAdam
2011-09-10Made the IsValidHost checks configurableAdam
2011-09-10Made email messages sent by services configurableAdam
2011-09-10Removed SZLine. Instead, have AKILL determine whether or not a ZLINE should b...Adam
2011-08-04Added a command:permission settingAdam
2011-07-14Rewrote how commands are handled within Anope.Adam
2011-05-21Made Anope able to process normally when disconnected from the uplink and not...Adam
2011-05-16Added os_forbidAdam
2011-05-16Use module type to determine what type each module is instead of its location...Adam
2011-05-16Fixed reading empty config values in the multiconfig code, caused by removal ...Adam
2011-05-16Removed DT_CHARPTR from the config reader, its unneededAdam
2011-05-16Moved the core pseudo clients out into their own modulesAdam
2011-03-29Fixed windows buildAdam
2011-03-26replaced all %R with %s in the language stringsDukePyrolator
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-05Removed nickrequests, instead have unconfirmed registrations. Also made ns_re...Adam
2011-02-25Fixed a lot of small problemsAdam
2011-02-12Removed the Wallop config options and replaced them with the new log systemAdam
2011-01-19Added options:nomlockAdam
2011-01-17Added ns_ajoinAdam
2010-12-12Added a default expiry time for suspended and forbidden nicks and channelsAdam
2010-12-12Removed and deprecated /cs set mlock, removed /cs clear, removed /os clearmod...Adam
2010-10-11Fixed Windows buildAdam
2010-10-11Fixed some warningsAdam
2010-09-26Changed the language system to use gettextAdam
2010-09-09Added an asynchronous DNS system and m_dnsbl, which checks clients against DN...Adam
2010-08-29Redo some of the sighandling code, and made anoperc rehash actually work.Adam
2010-08-27Removed options:keeplogs because its no longer usedAdam
2010-08-27Added a new logging systemAdam
2010-08-17Rewrote the config reader to better handle invalid configs.Adam
2010-07-26Trying to make things a little more const-safe, a work in progress but this i...Naram Qashat
2010-07-25Epic commit to replace most of the strings in Anope with a single Anope::stri...Naram Qashat
2010-07-10Added options:hideprivilegedcommands config option to hide privileged command...Adam
2010-07-08Added an epoll socket engineAdam