]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/configreader.cpp
Use iostream instead of C-style file operations.
[user/henk/code/inspircd.git] / src / configreader.cpp
2013-06-06 Peter PowellUse iostream instead of C-style file operations.
2013-06-05 Peter PowellStart to replace MAXBUF with <limits:maxline>.
2013-06-05 attilamolnarMerge insp20
2013-06-01 attilamolnarMove a few trivial functions into headers
2013-05-26 Peter PowellClean up the FileReader class and all of the modules...
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-05-15 attilamolnarAllow spaces (and more) in oper types
2013-05-15 AdamMerge pull request #531 from SaberUK/master+snprintf...
2013-05-15 Peter PowellReplace some C-isms with C++-isms.
2013-04-27 attilamolnarMerge insp20
2013-04-27 AdamMerge pull request #501 from SaberUK/master+nouserdns
2013-04-27 Peter PowellMove <performance:nouserdns> to <connect:nouserdns>.
2013-04-26 AdamModularize DNS
2013-04-23 attilamolnarAdd config option to disable somaxconn range() check
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-11 Attila MolnarMerge pull request #487 from SaberUK/master+better...
2013-04-11 Peter PowellConvert ISUPPORT to use a map instead of a string.
2013-04-08 attilamolnarMigrate u_listmode.h into the core, change +b to use it
2013-04-06 Attila MolnarMerge pull request #474 from SaberUK/master+better...
2013-04-06 Peter PowellAdd the ability to deprecate config values as well...
2013-04-06 Peter PowellPurge the 1.1 config deprecations.
2013-04-04 attilamolnarMove whowas settings into cmd_whowas from ConfigReader
2013-04-04 attilamolnarMake cmd_whowas act like a module, remove special handling
2013-04-03 attilamolnarConvert InspIRCd::Duration() to be static
2013-04-01 attilamolnarIgnore empty sid in ServerConfig::Fill()
2013-04-01 Attila MolnarMerge pull request #452 from SaberUK/master+nuke-hashmap
2013-04-01 attilamolnarChange IsNickHandler()/IsIdentHandler()/IsChannelHandle...
2013-04-01 attilamolnarConvert IsSID() to a static member function, modules...
2013-03-31 attilamolnarRemove legacy code, mostly related to 1.2 compatibility
2012-12-09 attilamolnarRemove ServerLimits::Finalise(), it's completely wrong
2012-11-18 Attila MolnarMerge pull request #365 from StevenVanAcker/unhook-uid
2012-11-18 Attila MolnarMerge pull request #366 from StevenVanAcker/autoconnect...
2012-11-15 Steven Van Ackeradded warning that autoconnect is now a separate tag
2012-10-29 attilamolnarFix typo in doc and remove some whitespace
2012-10-29 attilamolnarMove ServerConfig::ProcessColors() into class InspIRCd...
2012-10-28 attilamolnarFix warnings in configreader.cpp on FreeBSD
2012-10-14 Attila MolnarMerge pull request #274 from ChrisTX/insp20+gnutlsdepre...
2012-10-14 Attila MolnarMerge pull request #338 from ChrisTX/insp20+iostream
2012-10-14 ChrisTXReplace printf(_c) with iostream
2012-10-12 AdamMerge pull request #320 from ChrisTX/insp20+cleanupwin
2012-10-12 ChrisTXWindows: In-depth cleanup (see details)
2012-10-12 attilamolnarRemove superfluous std::string()s
2012-09-30 attilamolnarMake ConfigReader::GetSID() return a const reference...
2012-09-23 attilamolnarFix undefined behavior caused by referencing the return...
2012-09-23 Attila MolnarMerge pull request #308 from SaberUK/insp20-fingerprint
2012-09-13 Attila MolnarMerge pull request #301 from Adam-/insp20+bindrehash
2012-09-13 ChrisTXconfigreader: Replace ConfValue here with a ConfigTagLi...
2012-08-24 attilamolnarAdd a config option to enable/disable the welcome notic...
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-06 Attila MolnarMerge pull request #127 from Justasic/insp20+color
2012-07-06 Justin CrawfordAdded color codes to /rules, moved the parsing to Serve...
2012-07-05 Attila MolnarMerge pull request #242 from SaberUK/insp20-doxygen-fix
2012-07-05 Attila MolnarMerge pull request #244 from SaberUK/insp20-configure-fix
2012-07-05 Attila MolnarMerge pull request #243 from SaberUK/insp20-config...
2012-07-05 Peter PowellExplicitly deprecate some config changes.
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...
2012-04-19 Robin BurchellMerge pull request #88 from Robby-/insp20-helpop
2012-04-18 Robin BurchellNo need to check elines twice..
2012-04-18 Robin BurchellMerge pull request #70 from Shawn-Smith/insp20+chancrea...
2012-04-15 Robin BurchellMerge pull request #55 from Justasic/insp20
2012-04-15 Robin BurchellMerge pull request #59 from Robby-/insp20-nosnoticestack
2012-04-15 Robby-Backported Shawn's NoSnoticeStack code from insp21
2012-04-15 Robin BurchellMerge pull request #28 from DjSlash/classinconnectmsg
2012-04-14 Robin BurchellMerge pull request #35 from pcarrier/insp20ldap
2012-04-09 Robin BurchellMerge pull request #27 from DjSlash/maxconnwarn
2012-04-01 RutgerAdd <connect:maxconnwarn>
2011-07-17 Daniel De GraafOnly write pidfile if we have parsed a valid configuration
2011-04-20 AdamFix IPv6 test on Windows
2010-12-23 JackmcbarnFix bug #113
2010-08-03 Daniel De GraafFix rehash message sending for remote rehashes
2010-07-04 Daniel De GraafInclude location of duplicated oper blocks
2010-03-22 danieldgDon't repeat the Raw I/O log message on every rehash
2010-03-22 danieldgChange <security:operspywhois> to a tristate
2010-03-19 danieldgAdd RAWIO log level which is more verbose than DEBUG
2010-03-18 danieldgMake /etc/resolv.conf reader slightly less stupid
2010-03-14 danieldgAdd <options:cyclehostsfromuser> to configure source...
2010-03-11 danieldgFix empty SID when applying config-specified X:lines
2010-03-10 danieldgComplain when duplicate tags are found using ConfValue
2010-03-08 danieldgFix logic error in comparison
2010-03-08 danieldgWarn about duplicate <type> and <class> blocks
2010-02-23 danieldgReplace #define IPV6 with <config defaultbind="ipv6...
2010-02-16 danieldgRemove SYSTEM and related sensitive information from...
2010-02-10 danieldgWhy are we wasting space on DieValue?
2010-02-06 danieldgMove configuration examples to docs, remove automatic...
2010-02-02 danieldgExecutable include for MOTD and more
2010-02-02 danieldgAdd OnSetConnectClass hook for use in adding requiremen...
2010-02-02 danieldgSort items in the 005 line
2010-01-31 danieldgUpdate connect block matching on rehash to prefer names...
2010-01-31 danieldgAllow connect classes to be specified without an allow...
2010-01-29 danieldgRemove MaxWhoResults, replace with an increase of Penal...
2010-01-18 danieldgFix type-based oper blocks not storing their names
2010-01-18 danieldgRemove excessive gettimeofday system calls
2010-01-16 w00tManual port of don't error on failed port bind commit.
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-11 danieldgAdd fine-grained command flood controls
next