]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/configreader.cpp
Add RAWIO log level which is more verbose than DEBUG
[user/henk/code/inspircd.git] / src / configreader.cpp
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...
2009-09-02 danieldgRemove strnewdup(), it is a good source of possible...
2009-08-20 danieldgFix access-after-free on rehash
2009-08-12 danieldgMake rehash work more than once per run, and fix some...
2009-08-12 danieldgFixes for config reader
2009-08-05 w00tDon't catch and rethrow, as with the mutexing here...
2009-08-05 danieldgHow about we abort if there were errors, not if there...
2009-08-05 danieldgFix config errors being detected even if there were...
2009-08-04 w00tExit if there were errors reading configuration on...
2009-08-01 w00tShow config warnings/errors regardless of loglevel...
2009-08-01 w00tVarious rehash fixes that it seems were introduced...
2009-07-31 danieldgRehash message fixes from Ankit, thanks
2009-07-01 danieldgFix error reporting on rehash
2009-07-01 danieldgMake rehash generate a new ServerInstance->Config object
2009-05-25 danieldgRemove the ServerConfig::DirValid check that breaks...
2009-04-17 danieldgFix memory leak on rehash: opertype used char* instead...
2009-04-16 w00tConvert snomask 'A' into snomask 'a' for local announce...
2009-03-23 danieldgConfigReaderThread updates: add done flag, remove main...
2009-03-23 danieldgThreadEngine: remove excessive mutex use on thread...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-13 brainAdd security:genericoper as requested by Strawberry...
2009-02-11 peaveyRemove/Add cmode h according to <option:allowhalfop...
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-04 braininstall .gdbargs to $(BASE) in make install
2008-12-01 w00tRip flood/threshold out of config classes also.
2008-11-22 brainThread safety fixes to avoid crashes on rehash, dont...
2008-11-02 w00tThis was never supposed to be invoked on /rehash, only...
2008-11-01 w00tObsolete m_restrictbanned, add <security:restrictbanned...
2008-10-25 w00tFix another connect class bug on rehash
2008-10-25 w00t(sort of..) Revert commit 7736e920fe6ccaf9ad1984afc70db...
2008-10-24 w00tFix a plausible memory leak on rehash, thanks dz.
2008-10-23 w00tPatch from dz to fix bug 622 (config errors build up...
2008-10-22 w00tRemove debug logging, problem over..
2008-10-22 w00tFix MacGyver's rehash woes..
2008-10-22 w00tBit of debug in case this goes wrong again...
2008-10-20 w00tRemove an extremely noisy piece of debug on startup...
2008-10-20 w00tImplement <security:runasuser> and <security:runasgroup...
2008-10-18 w00tWorking privs implementation, and example usage in...
2008-10-17 w00tDon't neglect calling User::CheckClass after SetClass...
next