summaryrefslogtreecommitdiff
path: root/src/configreader.cpp
AgeCommit message (Expand)Author
2010-02-10Why are we wasting space on DieValue?danieldg
2010-02-06Move configuration examples to docs, remove automatic overwrite on make installdanieldg
2010-02-02Executable include for MOTD and moredanieldg
2010-02-02Add OnSetConnectClass hook for use in adding requirements to connect classes ...danieldg
2010-02-02Sort items in the 005 linedanieldg
2010-01-31Update connect block matching on rehash to prefer names, show more useful inf...danieldg
2010-01-31Allow connect classes to be specified without an allow or deny maskdanieldg
2010-01-29Remove MaxWhoResults, replace with an increase of Penalty based on result lis...danieldg
2010-01-18Fix type-based oper blocks not storing their namesdanieldg
2010-01-18Remove excessive gettimeofday system callsdanieldg
2010-01-16Manual port of don't error on failed port bind commit.w00t
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-11-11Add fine-grained command flood controlsdanieldg
2009-11-11Get rid of DieDelay, it just freezes the ircd prior to exitdanieldg
2009-11-09Allow near-empty configuration to work by adding sensible defaultsdanieldg
2009-11-09Set a name on all connect blocksdanieldg
2009-11-03Create m_halfopdanieldg
2009-11-03Remove AllowHalfop item from server configdanieldg
2009-10-23Change to <type:vhost> and <oper:vhost> because <oper:host> is taken.danieldg
2009-10-22Split up configreader.cpp, it's a bit largedanieldg
2009-10-21Move command-line items to CommandLineConfdanieldg
2009-10-21Use ConfigTagList as a faster access method for access to configurationdanieldg
2009-10-21Change User::oper to an OperInfo referencedanieldg
2009-10-20Move ugly .*.inc files into make/template/ where they can be more easily founddanieldg
2009-10-19Add a setting to <connect> allowing the threshold for activation of the penal...peavey
2009-10-19Close files opened by configreaderdanieldg
2009-10-19Prevent path names from being specified in modules, and move moduledir to a <...danieldg
2009-10-18Add <define> configuration tagdanieldg
2009-10-17Add filename/line information to all ConfigTag objectsdanieldg
2009-10-17Fix DNSServer not being read on initial config readdanieldg
2009-10-17Add some default values that I missed (thanks for pointing it out, jdhore); m...danieldg
2009-10-17Hold reference to the associated ConfigTag inside ConnectClassdanieldg
2009-10-17Rewrite ConfigReader againdanieldg
2009-10-16Clean up static allocationsdanieldg
2009-10-14Fix module unmapping with culled Module objectsdanieldg
2009-10-13Change to new execution directory structuredanieldg
2009-10-13Remove needless chdir() from inspircd executabledanieldg
2009-10-13Allow confpath to be a file name in the current directorydanieldg
2009-10-12m_exemptchanops by jackmcbarn - channel mode +X to allow per-channel settingdanieldg
2009-10-12More WriteGlobalSno conversions in rehash, patch by dKingstondanieldg
2009-10-12Fix empty SID validation and generationdanieldg
2009-10-12Fix automatic SID generation when generated value is less than 100danieldg
2009-10-03Fix crash due to null address in DNSdanieldg
2009-10-03Get rid of a bunch of memory-wasting C-style stringsdanieldg
2009-09-30Add explicit reference-counting base classdanieldg
2009-09-26Flexible SendQdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-24Move configuration filename specification to start script, to reduce hardcode...danieldg
2009-09-13Clarify <include:executable> error messagedanieldg
2009-09-13Prevent <include:executable> from running <include:executable> itself [jackmc...danieldg