]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/configreader.cpp
Fixified some more
[user/henk/code/inspircd.git] / src / configreader.cpp
2007-10-31 brainFixified some more
2007-10-31 w00tClean up XLine conf stuff a little bit, move most of...
2007-10-27 brainFix for bug in windows with backslash directory seperat...
2007-10-26 brainFix crashes and broken code in connect:parent stuff...
2007-10-25 brainMake install list list automatically generated from...
2007-10-24 w00tImplement <connect:limit> - limits how many clients...
2007-10-24 w00tRemove that goto, capt'n
2007-10-24 w00tDisable all connect classes, reenable them as we find...
2007-10-24 w00tFinish reference counting connect class stuff. Now...
2007-10-24 brainTry this w00t, compiles, test running now
2007-10-24 w00tStart of refcount-based rehash stuff for <connect>...
2007-10-23 brainVisual studio doesnt like throw definitions like this
2007-10-23 brainPedantic safe
2007-10-22 brainRemove the need for a bunch of the hard coded arrays...
2007-10-15 w00tMove oper classes and types stuff from users to configr...
2007-10-15 w00tInspSocket -> BufferedSocket. Paves the way for a Simpl...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-15 w00tclass command_t -> class Command. Whey :D
2007-08-28 omMove everything module-related out of InspIRCd and...
2007-08-28 brainFixes 1
2007-08-28 brainTidy up duplicate code, provide GetSID() method on...
2007-08-27 brainAdd <server:id> - this is optional, as stated in the...
2007-08-27 w00tRemove more unnecessary header traffic
2007-08-27 brainAdd options:maxtargets that was somehow omitted, fixes...
2007-08-26 brainAdded new announceinvite setting i discussed briefly...
2007-08-26 brainAdd option to set invite announcements to nobody, ops...
2007-08-26 brainRevised fix for bug #367 pointed out during qa by owine...
2007-08-20 brainWhoops, i left a value out of the array, and gcc didnt...
2007-08-20 brainWhoops! trunk-only fix to config reader so it doesnt...
2007-08-19 brainAdd <connect:maxchans> as per feature bug #338 - combin...
2007-08-19 brainAllow changing of an oper's host on oper up using ...
2007-08-19 brainAdd <connect:inherit> and <connect:name>
2007-08-19 brainAdd extra stuff to make it work (and compile)
2007-08-19 brainPick up a few error conditions we didnt before in the...
2007-08-11 brainAllow rehash to attempt to load missing (and new) lib...
2007-08-07 brainCheck for remote and sighup rehashes here, so that...
2007-07-27 brainNeeds testbuilding in windows. I will probably do this...
2007-07-25 peaveyUn-static InspIRCd::Exit and use SignalHandler instead.
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-12 brainImplement a way to disable options:maxwho, bug #348
2007-06-24 brainFix undocumented windows behaviour where multiple dns...
2007-06-09 brainChange some = "" to clear() and some == "" to .empty()
2007-06-04 brainAdd options:moronbanner. Yes really, thats what its...
2007-06-04 brainFix windows issue locating some files relative to the...
2007-06-03 peaveyMake nt the default channelmode if <options:defaultmode...
2007-06-02 brainThe code to work out the path seems to work fine now...
2007-06-02 brainDebug to troubleshoot why this writes the log to the...
2007-06-02 brainSpecific windows code for getting the full path to...
2007-05-31 brainDetect BRAINDEAD WINDOWS EDITORS THAT DEFAULT TO SAVING...
2007-05-27 brainAdd config example, and allow options:defaultmodes...
2007-05-27 brainConfig option for default channel modes -- more to...
2007-05-26 brainpah, bully to you, mister posix
2007-05-26 brainThis should do it
2007-05-26 brainWorks for me now, please test
2007-05-26 brainBrok.
2007-05-26 brainw00t please review, line 1603 configreader.cpp
2007-05-22 brainAdd comments as to what its doing
2007-05-22 brainCode to find nameservers in the windows registry -...
2007-05-21 brainIt seems that making inspircd.h the first include in...
2007-05-20 w00t- Modify ServerConfig::GetFullProgDir to just return...
2007-05-20 brainWindows path seperator is \, this was assuming /. Fixed.
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-13 w00tReplace strip/blockcolor tags with <options:exemptchano...
2007-05-11 brainRefactor port binding, warning not yet tested fully
2007-05-09 w00tImplement bug #282 from owine: kill sender hiding....
2007-05-07 brainwe typedeffed nspace::hash_map<std::string,command_t...
2007-04-30 brainFix one issue, add another feature: When sending MODE...
2007-04-27 brainAdd support for hiding listmode lists such as +beI...
2007-04-15 brainAdd tweaks to support feature request in bug #256,...
2007-04-15 brainFeature request outlined in bug #257, allow connect...
2007-04-06 brainFix the previous commit better - always copy the null...
2007-04-06 brainFix issue spotted by devious - if a value is defined...
2007-04-05 brainFix for bug #199 (Feature request) submitted by owine...
2007-04-01 brainAdd -config parameter to bin/inspircd which allows...
2007-04-01 brainAdd <options:fixedquit> and <options:suffixquit> to...
2007-03-08 brainoption to allow announce of invites to channel (similar...
2007-02-19 brainAddition of feature request outlined in bug #195, sugge...
2007-02-12 brainFix odd warnings from propolice.
2007-02-11 brainAllow for nick!user@host in TOPIC information.
2007-02-10 brainFix rehashing to display a success notice, tidy up...
2007-02-10 brainWhen opening a file to read, check its not a directory...
2007-02-05 peaveyFix crash in ReportConfigError when done via SIGHUP.
2007-02-04 peaveySet a few defaults for <connect> tag.
2007-01-25 brainCut out some code duplication by using the existing...
2007-01-20 brainNow wont even try to read an empty file
2007-01-17 brainIt says something about how excessive our debug output...
2007-01-09 specialMade the real name value for /admin optional (line...
2007-01-07 peaveyMove all /WHOWAS related out of core and into cmd_whowas.
2007-01-04 brainAnd fix this bit too
2007-01-02 brainAdd support for suffixes K, M, G (kilo, mega, gigabyte...
2006-12-29 brainFixed search and replace, code pilfered from m_alias...
2006-12-28 brainFix for empty 005 lines
2006-12-26 brainhave configure detect SOMAXCONN and store it in a strin...
2006-12-26 brainAdd defaults for a ton of config vars, fix indentation...
2006-12-26 peaveyAdd some defaults to serverconfig, removing need to...
2006-12-26 peaveyAlso add support for default values for ConfValueBool...
2006-12-26 peaveyTidyup a few var inits for whowas and ircu style prefix.
2006-12-26 peaveyAdd possibility to define default value for ConfValue...
2006-12-23 brainFix bug in m_dnsbl, a condition is always matched becau...
next