]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/configreader.cpp
Hold reference to the associated ConfigTag inside ConnectClass
[user/henk/code/inspircd.git] / src / configreader.cpp
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...
2008-10-17 w00tRemove the duplicate checking/disabled setting of ...
2008-10-15 brainModify $copy macros in comments, fixes bug #617
2008-09-20 brainRemove the old TODO comment
2008-09-20 brainFix a rather nasty race condition revealed by my readin...
2008-09-14 peaveyBe more verbose in ValidateNotEmpty on failure. Patch...
2008-09-07 w00tStart moving IO hooking from being bufferedsocket based...
2008-09-06 brainMake ThreadEngine::Mutex() protected too, make the...
2008-08-27 w00tAdd <disabled:fakenonexistant> - ircd will pretend...
2008-08-07 w00tImplement <options:invitebypassmodes>, optionally circu...
2008-08-06 brainfix compile errors under debug profile in windows.
2008-07-29 w00tRemove last vestige of libircdfoo, by changing tag...
2008-07-20 w00tFix potential off-by-one on large reads (thanks psychon)
2008-07-20 w00tFixes to some stuff that writes on memory it shouldn...
2008-07-18 aquanightImplement <disabled:usermodes> and <disabled:chanmodes>.
2008-07-17 w00tCombine IP+port in a failed port list, show (the more...
2008-07-14 w00tLots, lots more numerics.h conversion
2008-07-13 w00tMore conversion, and a note to client coders.
2008-07-12 w00tAdd <cidr> block, and documentation in example config.
2008-07-12 w00tAdd .example suffix to name
2008-07-12 w00tCopy new conf location and seperate modules.conf on...
2008-06-18 brainAdd the rest of the stuff for named pipe comms, includi...
2008-06-15 brainDefine PATH_MAX if its not already defined
2008-06-12 brainRemove PATH_MAX because some retard removed it
2008-06-12 brainNow builds ok on gcc 4.3, not tested fully. Also UGLY...
2008-06-08 brainDont announce successful rehash if bail is set to true...
2008-06-08 brainMore useful error reporting that give closer line numbe...
2008-06-08 brainConfig reader strictness: check for escape sequences...
2008-06-08 brainMake checks more strict
2008-06-08 brainBitch when we find stray characters outside of a tag...
2008-06-08 brainAllow 0-9 in tag/key names, and special check for ...
2008-06-08 brainCheck in tag names too
2008-06-08 brainCheck for invalid characters in keys, will catch config...
2008-06-06 brainm_abbreviation completed. :)
2008-05-25 brainAll the limits were one less than specified in the...
2008-05-25 brainAdd parsing of <limits> tag and finish documenting...
2008-05-25 brainFirst phase of conversion to dynamic limits on all...
2008-05-20 brainA few minor fixes, some copy constructor stuff, misname...
2008-05-18 aquanightMake User:: nick/ident/dhost/fullname and some other...
2008-05-18 w00tJason, try this..
2008-05-18 w00tFix for Jason's bug.. this needs more thought, though...
next