summaryrefslogtreecommitdiff
path: root/include/configreader.h
AgeCommit message (Expand)Author
2010-06-18Removed old config.h and moved configreader.h to config.hAdam
2010-06-16Minor edits to fix compile errors/warnings with clang and a small compile war...cyberbotx
2010-04-08Rewrote sockets. This adds support for IPv6 and makes Anope capable of reconn...Adam-
2010-03-21Added options:passlenAdam-
2010-03-21Made usermax and hostmax configurableAdam-
2010-02-02Added options:botmodes to configure what modes BotServ bots should use in cha...Adam-
2009-12-31Added in new plaintext databases. Note: This currently has no automatic backu...Adam-
2009-12-05Added options:mlock in the config so you can set what modes should be locked ...Adam-
2009-11-28Massive move of all of the Config variables out of global scope to the Config...Adam-
2009-10-13Code style cleanup, replace static_cast<std::string>() with std::string(), sl...cyberbotx
2009-02-16Replaced time_t with long in the ValueItem class, this was preventing buildin...cyberbotx
2009-02-16Add 'w' and 'y' support to dotime(), also prevent a possible overflow - than...rburchell
2009-01-12Fix bug 993, Anope was crashing on /os reload, no longer crashes.cyberbotx
2008-12-17A few GCC 3.4.x and MSVC++ warning fixes.cyberbotx
2008-11-26Various fixes for compiling under Windows.cyberbotx
2008-11-18Added ConfigReader class from InspIRCd to be used in modules to read config f...cyberbotx
2008-11-15Added userkey[123] directives to options block in new config.cyberbotx
2008-10-23Modified the Set() function in the character array version of ValueContainer ...Naram Qashat cyberbotx@cyberbotx.com
2008-10-05Fix problems with using ValueContainerChar by creating a specialized template...Naram Qashat cyberbotx@cyberbotx.com
2008-10-05Correct use of ValueContainerChar to work properly instead of crashing at run...Naram Qashat cyberbotx@cyberbotx.com
2008-10-03Started framework for new config reader, based on hottpd by w00t, copied over...Naram Qashat cyberbotx@cyberbotx.com