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