summaryrefslogtreecommitdiff
path: root/src/configreader.cpp
AgeCommit message (Expand)Author
2008-05-18Fix for Jason's bug.. this needs more thought, though. I'll probably whip up ...w00t
2008-05-13Check for windows drive letters on the start of paths and treat them the same...brain
2008-05-12Patch ReadFile() not to bork on one line files, and ensure it works ok with w...brain
2008-05-10Fix LoadConf always reading 1 extra byte of random garbage.peavey
2008-04-21Merge in large patchset from GreenReaper, useful fixes for freeing a ton of d...brain
2008-04-19fix text in validate methods where option was moved to either performance or ...peavey
2008-04-15Fixes for ValidateHostnamepeavey
2008-04-15Chain ValidateServerName onto ValidateHostname so that the servername gets ho...brain
2008-04-15Deprecate a few more config options.peavey
2008-04-15Nuke the ability to define <options:loglevel> from orbit :pbrain
2008-04-15See configreader.cpp line 764 to see how to declare deprecated items. This is...brain
2008-04-14Move options vlaues netbuffersize, maxwho, maxconn, softlimit, quietbursts, n...brain
2008-04-14TRUNK CONFIG BREAKAGE WARNING: Move a bunch of options tag values into a new ...brain
2008-04-13trunk doesnt seem to like < and > in a quoted section, because someone REMOVE...brain
2008-04-12Fixes for bug #515, update existing in-use connect tags on the fly in rehashbrain
2008-04-11(untested) don't move newconfig to ServerConfig::config_data until its been v...brain
2008-04-11Remove 'default log' and <options:loglevel> (wtf?)brain
2008-04-10Fix for bug #503 reported by Stealth (at last)brain
2008-04-02Depreciated ServerInstance->Log() seems to crash configreader on rehash? We s...brain
2008-04-02Remove MAXCLIENTS, this is supported at runtime by the softlimit anyway.brain
2008-03-30Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi...aquanight
2008-03-24This module uses io hooking too, fix it upbrain
2008-03-23Add ability to control what opertypes can set what operonly user/chan modes. ...aquanight
2008-03-22Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...brain
2008-03-14Add fixes to stop people changing the SID of a live server - certain configur...brain
2008-02-26EXECUTABLE INCLUDES works! :Dbrain
2008-02-26Fixes to make it run right :)brain
2008-02-26Revert configure so that we can uh, actually compile.brain
2008-02-24Yay, local /rehash is now fixed :)brain
2008-02-24Add mutexes to this to make it a bit more threadsafebrain
2008-02-24I apologise for the 712 space-indented lines i put in here :< *runs*brain
2008-02-24Put log-switching back into configreaderaquanight
2008-02-24Allow for 'bail' and 'user' parameters to rehash threadbrain
2008-02-24Rollback complete! Everyone please go through the code and check i havent for...brain
2008-02-24No longer crashes.brain
2008-02-24This segfaults atm. i'm working on it.brain
2008-02-24Probably doesnt runbrain
2008-02-24First part of my evil empire! BWAHAHAHAHAHAHAH...HAHAHAHA...AHAHAH *cough* er...brain
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-14More <log> stuffaquanight
2008-02-13Commit patch from danieldg that makes a ton of stuff const-safe for latest wa...brain
2008-02-11Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ...w00t
2008-02-03Clear up header insanityw00t
2008-02-02Back out the AllowDevoiceSelf stuff, it wasn't going to work anyway. Accident...w00t
2008-02-02Cache User::GetIPString()w00t
2008-02-02Move some stuff to usermanager, remove a little header insanity, remove trace...w00t
2008-01-27Change API OnOperCompare to OnPassCompare, password hashing is now available ...aquanight
2008-01-17Fix.. snomask O is already taken (ffs) so use A insteadw00t
2008-01-17Remove InspIRCd::WriteOpers in favour of snomask Ow00t
2008-01-16Make the sid exception message more descriptive so a user knows what a valid ...brain