]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/configparser.cpp
Refactor Channel::UserList() to use std::string
[user/henk/code/inspircd.git] / src / configparser.cpp
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-04-27 attilamolnarMerge insp20
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2013-04-06 Attila MolnarMerge pull request #475 from SaberUK/master+default...
2013-04-06 Peter PowellDefault to the XML config format.
2013-03-20 attilamolnarAdd support for mandatory tags in included config files
2012-08-13 Robin BurchellMerge pull request #251 from Shawn-Smith/insp20+extbanU
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-13 Attila MolnarMerge pull request #249 from Shawn-Smith/insp20+simplemode
2012-07-11 attilamolnarClose files opened with popen() with pclose() instead...
2012-06-27 Attila MolnarMerge pull request #235 from attilamolnar/insp20+invitefix
2012-06-15 Robin BurchellMerge pull request #193 from attilamolnar/insp20+newlinefix
2012-06-07 attilamolnarCut the ending \n from all lines in included (exec...
2012-06-01 Robin BurchellMerge pull request #179 from attilamolnar/insp20+desyncfix
2012-05-30 Robin BurchellMerge pull request #175 from attilamolnar/insp20+chopfix
2012-05-29 attilamolnarFix last character being chopped off in included (exec...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-03-23 danieldgFail config parse if duplicate keys are found
2010-02-10 danieldgBetter error messages for m_autoop
2010-02-09 danieldgClean up documentation of connect blocks a bit
2010-02-02 danieldgExecutable include for MOTD and more
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-25 danieldgAdd <config:format> to avoid breaking existing configur...
2009-10-24 danieldgFix semicolon being included in XML entity expansion
2009-10-22 danieldgMake ConfigTag::items private
2009-10-22 danieldgSplit up configreader.cpp, it's a bit large