- Aug 24, 2006
-
-
deuce authored
-
deuce authored
Add a new -b## parameter... This parameter will specify the number of characters to attempt brute-force decoding of variable names to. Using the stored bruted array would be a way of loading a dictionary too.
-
deuce authored
-
deuce authored
when exiting from last edit line.
-
rswindell authored
-
rswindell authored
-
deuce authored
Remove useless scope_chain property.
-
deuce authored
-
deuce authored
DIE DIE DIE!
-
deuce authored
-
deuce authored
DigitalMan hath spoken.
-
deuce authored
-
deuce authored
Make removecase() handle dirs as well as files through the use of a new static delfiles_and_or_dirs() function which is basically delfiles() with an option to remove() dirs too. delfiles() simply calls this function now.
-
- Aug 23, 2006
-
-
deuce authored
-
deuce authored
- Don't allow ? or * in the path - Various bug-fixes
-
deuce authored
that exist. Fix to delfiles() to delete from cwd if inpath is a zero-length string.
-
rswindell authored
-
deuce authored
-
rswindell authored
-
deuce authored
use dest file as filename from editor.inf if subject is blank.
-
deuce authored
Sysops, rename all .pla files to .plan Dance little SysOps dance! BWA HA HA!
-
rswindell authored
single function. * editfile() now modifies a temporary copy of the file which solves 2 problems: A. editors restricted to the temp dir (e.g. PICO) can now be used to edit other files (e.g. sig files) B. DOS editors can now be used to edit files with long filenames (e.g. .plan files)
-
rswindell authored
(not user-modifyable) - used for "New User Validation" e-mail.
-
deuce authored
-
rswindell authored
- returns true/false if the user's terminal supports all the passed flags - returns the supported flags if no flags are passed for comparison - automatically uses the auto-terminal-type flags if no user is logged-on
-
rswindell authored
in the if() - no functional change.
-
rswindell authored
(sys_status&SS_USERON)
-
rswindell authored
-
- Aug 22, 2006
-
-
deuce authored
-
rswindell authored
- can now modify the message subject/title, anon/non-anon toggle not supported.
-
rswindell authored
-
deuce authored
-
deuce authored
This isn't actually usefull as of yet.
-
deuce authored
This doesn't currently actually accomplish anything, but a quick look shows that it *could* be done by having writemsg() re-read it and update the title as appropriate. Currently, writemsg is always passed a modifyable title parameter with a max length as follows: bulkmail.cpp: 70 email.cpp: 70 fido.cpp: 127 netmail.cpp: 255 (in ::inetmail()) netmail.cpp: 127 (in ::qnetmail()) postmsg.cpp: 70 So, if editor.inf was re-read and, if the subject has changed, truncate it to 70 chars and place the result in the title parameter, it should Just Work.
-
deuce authored
edited and just show the filename as the header.
-
deuce authored
-
deuce authored
-
- Aug 21, 2006
- Aug 19, 2006
-
-
rswindell authored
with the "maxdesclength" value in the ctrl/rss.ini file.
-