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
/
src
/
configreader.cpp
Age
Commit message (
Expand
)
Author
2013-05-05
Rework the config file reader to be much more flexible and move many configur...
Adam
2013-04-11
Pass new config and the new config reader to the OnReload event, aswell as ca...
Adam
2013-01-09
Update copyright to 2013. This was done with:
Adam
2012-11-22
Pretty large coding style cleanup, in source doc
Adam
2012-02-14
Clean up and reorganize our header files
Adam
2012-01-02
Updated Copyright to 2012
Adam
2011-01-05
update copyrights for 2011
lethality
2010-08-17
Rewrote the config reader to better handle invalid configs.
Adam
2010-07-26
Trying to make things a little more const-safe, a work in progress but this i...
Naram Qashat
2010-07-25
Epic commit to replace most of the strings in Anope with a single Anope::stri...
Naram Qashat
2010-06-20
The first of a few "CBX OCDing over code style" commits, focusing on include/...
Naram Qashat
2010-01-11
updated copyright info for 2010
pimpmylinux
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-01-02
Update copyrights for 2009.
rburchell
2008-11-18
Added ConfigReader class from InspIRCd to be used in modules to read config f...
cyberbotx