]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/configreader.cpp
Replace printf(_c) with iostream
[user/henk/code/inspircd.git] / src / configreader.cpp
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
2009-11-11 danieldgGet rid of DieDelay, it just freezes the ircd prior...
2009-11-09 danieldgAllow near-empty configuration to work by adding sensib...
2009-11-09 danieldgSet a name on all connect blocks
2009-11-03 danieldgCreate m_halfop
2009-11-03 danieldgRemove AllowHalfop item from server config
2009-10-23 danieldgChange to <type:vhost> and <oper:vhost> because <oper...
2009-10-22 danieldgSplit up configreader.cpp, it's a bit large
2009-10-21 danieldgMove command-line items to CommandLineConf
2009-10-21 danieldgUse ConfigTagList as a faster access method for access...
2009-10-21 danieldgChange User::oper to an OperInfo reference
2009-10-20 danieldgMove ugly .*.inc files into make/template/ where they...
2009-10-19 peaveyAdd a setting to <connect> allowing the threshold for...
2009-10-19 danieldgClose files opened by configreader
2009-10-19 danieldgPrevent path names from being specified in modules...
2009-10-18 danieldgAdd <define> configuration tag
2009-10-17 danieldgAdd filename/line information to all ConfigTag objects
2009-10-17 danieldgFix DNSServer not being read on initial config read
2009-10-17 danieldgAdd some default values that I missed (thanks for point...
2009-10-17 danieldgHold reference to the associated ConfigTag inside Conne...
2009-10-17 danieldgRewrite ConfigReader again
2009-10-16 danieldgClean up static allocations
2009-10-14 danieldgFix module unmapping with culled Module objects
2009-10-13 danieldgChange to new execution directory structure
2009-10-13 danieldgRemove needless chdir() from inspircd executable
2009-10-13 danieldgAllow confpath to be a file name in the current directory
2009-10-12 danieldgm_exemptchanops by jackmcbarn - channel mode +X to...
2009-10-12 danieldgMore WriteGlobalSno conversions in rehash, patch by...
2009-10-12 danieldgFix empty SID validation and generation
2009-10-12 danieldgFix automatic SID generation when generated value is...
2009-10-03 danieldgFix crash due to null address in DNS
2009-10-03 danieldgGet rid of a bunch of memory-wasting C-style strings
2009-09-30 danieldgAdd explicit reference-counting base class
2009-09-26 danieldgFlexible SendQ
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-24 danieldgMove configuration filename specification to start...
2009-09-13 danieldgClarify <include:executable> error message
2009-09-13 danieldgPrevent <include:executable> from running <include...
2009-09-06 danieldgCompile fix
2009-09-06 danieldgFix rehash unloading core commands
2009-09-03 danieldgRemove HandleInternal and HandleServer, they are duplic...
next