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
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