root/op/1.27/.todo

Revision 220, 1.4 kB (checked in by athomas, 4 years ago)

Added nolog

Line 
1 <!-- Automagically generated by the ToDo program on 07/04/05, 12:33 -->
2 <todo version="0.1.18">
3     <note priority="veryhigh" time="1031936628" done="1049945547">
4         Fix limitation on parentheses recursion - use system regex library instead of bundled one?
5         <comment>
6             Increased recursion limit and increased maximum buffer length to 4K
7         </comment>
8     </note>
9     <note priority="medium" time="1031933086" done="1049945562">
10         Add note about regular expression searching (^athomas$)
11         <comment>
12             Forced regular expressions to have ^ prepended and $ appended. Safer.
13         </comment>
14     </note>
15     <note priority="medium" time="1050479786" done="1050562957">
16         Add minimal 'ifdef' facility, ie. have the same command do different things on different hosts and/or for different users/groups, etc.
17         <comment>
18             Not really necessary with the ability to execute arbitrary shell scripts.
19         </comment>
20     </note>
21     <note priority="medium" time="1050479815" done="1050484893">
22         Have facility to execute complex commands like '/bin/sh -c "if test $1 = on; then ....' etc.
23         <comment>
24             Accomplished this by allowing quoted strings
25         </comment>
26     </note>
27     <note priority="medium" time="1108077380" done="1112841219">
28         Make a "nolog" option to prevent logging - for automated commands.
29     </note>
30 </todo>
Note: See TracBrowser for help on using the browser.