summaryrefslogtreecommitdiff
path: root/include/config.h
AgeCommit message (Collapse)Author
2013-05-25Give an error message when the configuration file ends with an unterminated ↵Adam
block
2013-05-05The const char* specialization of this no longer worksAdam
2013-05-05That doesn't work either, just don't use references.Adam
find ./ -name '*.cpp' -exec sed -i 's/Get<const Anope::string\&>/Get<const Anope::string>/g' {} \;
2013-05-05Fix WindowsAdam
2013-05-05Cache timeoutcheck and fix a typo in example.confAdam
2013-05-05Rework the config file reader to be much more flexible and move many ↵Adam
configuration directives to the actual modules they are used in.
2013-04-11Pass new config and the new config reader to the OnReload event, aswell as ↵Adam
call it on module load on modules that hook to it
2013-03-31Add networkinfo:modelistsize config option to set the max size of b/e/I listsAdam
2013-01-30Remove sendpass from the configs and the config reader since it no longer existsAdam
2013-01-22Add hidenetsplitquit config option to not show splits in /ns info's last ↵Adam
quit field
2013-01-21Merge usefulness of Flags and Extensible classes into Extensible, made most ↵Adam
flags we have juse strings instead of defines/enums
2013-01-13Allow grouping commands to make help output easier to comprehendAdam
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-12-15Move DNS handling to a moduleAdam
2012-11-25Restrict the length of kick reasons in cs_kick, cs_ban, and cs_akickAdam
2012-11-25Merge ns_ghost, ns_recover, and ns_release. Fix svskilling users on Unreal.Adam
2012-11-22Pretty large coding style cleanup, in source docAdam
cleanup, and allow protocol mods to depend on each other
2012-11-09Add a config option to disable saslAdam
2012-10-31Fix ns_ghost and ns_recover, add nicksev:restoreonghostAdam
2012-10-26Add nickserv:modesonid config option to set what modes users get on identifyAdam
2012-10-24BIND's forward ability did not work as I expectedAdam
because it will not forward non recursive queries. So, added support for SOA, NS, and AXFR requests.
2012-10-22Cleanup of last few commits/warning fixAdam
2012-10-22Add os_dns, a way to control your DNS zone via servicesAdam
2012-10-08Fix fantasy !help & give it its own help header, not ChanServ'sAdam
2012-10-08Made fantasy commands configurableAdam
2012-10-07Add a config option for server side topic locksattilamolnar
2012-10-01Add networkinfo:chanlen config directiveAdam
2012-09-07Made session tracking ip based, not host based, and allow using CIDR to ↵Adam
group multiple ips from one subnet to one session
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 ↵Adam
side mlock usage configurable
2012-04-29Added options:casemap to chose how case insensitive strings are compared, ↵Adam
using ascii, rfc1459, or a locale installed on the system
2012-03-13Bug #1389 - readd RNG seed in the config and start DNS query ids off on a ↵Adam
random number
2012-03-13Add a nickserv:unregistered_notice config option to send a message to ↵Adam
unregistered users on connect. Suggested by Cronus.
2012-02-26Added chanserv:require config option to set which modes must be on all ↵Adam
registered channels. Prevents the core from always enforcing +r on every channel, even if chanserv is not loaded.
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-14Clean up and reorganize our header filesAdam
2012-02-13Removed our RNG and just use the systems, it's not very widely used. Also ↵Adam
made DNS query ids not random as they don't need to be.
2012-02-08Removed operserv:notifications in favor of log blocks, as well as some other ↵Adam
notifiications
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 ↵Adam
be set.
2011-08-04Added a command:permission settingAdam
2011-07-14Rewrote how commands are handled within Anope.Adam
This allows naming commands and having spaces within command names.
2011-05-21Made Anope able to process normally when disconnected from the uplink and ↵Adam
not sleep(), enable usage of non-blocking connect() and default all sockets to non blocking mode. Some cleanup to m_ssl and some cleanup to main.cpp.
2011-05-16Added os_forbidAdam