<!-- Automagically generated by the ToDo program on 20/05/05, 12:57 -->
<todo version="0.1.18">
    <note priority="medium" time="1031933086" done="1049945562">
        Add note about regular expression searching (^athomas$)
        <comment>
            Forced regular expressions to have ^ prepended and $ appended. Safer.
        </comment>
    </note>
    <note priority="veryhigh" time="1031936628" done="1049945547">
        Fix limitation on parentheses recursion - use system regex library instead of bundled one?
        <comment>
            Increased recursion limit and increased maximum buffer length to 4K
        </comment>
    </note>
    <note priority="medium" time="1050479786" done="1050562957">
        Add minimal 'ifdef' facility, ie. have the same command do different things on different hosts and/or for different users/groups, etc.
        <comment>
            Not really necessary with the ability to execute arbitrary shell scripts.
        </comment>
    </note>
    <note priority="medium" time="1050479815" done="1050484893">
        Have facility to execute complex commands like '/bin/sh -c "if test $1 = on; then ....' etc.
        <comment>
            Accomplished this by allowing quoted strings
        </comment>
    </note>
    <note priority="medium" time="1108077380" done="1112841219">
        Make a "nolog" option to prevent logging - for automated commands.
    </note>
    <note priority="medium" time="1113486219" done="1116557866">
        Fix bug where $VARS aren't being expanded correctly inside quotes. This is occurring in main.c.
    </note>
</todo>
