View Issue Details

IDProjectCategoryView StatusLast Update
0002276unrealircdpublic2007-04-27 05:22
Reporterfez Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionwont fix 
Product Version3.2.2 
Summary0002276: config directive parsing
DescriptionWell, here's another thought I had,
all over the documentation the notation block::subblock::directive is used to describe supported config options, however you actually have to type in block { subblock { directive; }; }; to use it, which can confuse a lot of people (esp. those who aren't familliar with the origin of this syntax, taken from c++ class definitions.

So, I was thinking, perhaps the config parser could actually allow the literal "::" notation so you could easily add a one-liner to your config like
set::options::special-option "whatever";

What do you think?

 -- fez / Eric
3rd party modules

Activities

Stealth

2005-01-12 03:36

reporter   ~0008786

Sounds good, I have talked to someone about this in the past on #Unreal-Support, but that didnt go too well...

Maybe a real feature request might be enough :)

codemastr

2005-01-15 13:34

reporter   ~0008817

I don't know about this. Yeah, for set it might be useful. But what about when the documentation mentions allow::ip? That *must* be contained within a block, so how do we interpret that? If allow::ip "*@*"; is found, there is no way to understand that. So this might lead to more confusion...

Issue History

Date Modified Username Field Change
2005-01-12 01:14 fez New Issue
2005-01-12 03:36 Stealth Note Added: 0008786
2005-01-15 13:34 codemastr Note Added: 0008817
2007-04-27 05:22 stskeeps Status new => closed
2007-04-27 05:22 stskeeps Resolution open => wont fix