- Aug 24, 2006
-
-
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.
-
- Aug 18, 2006
-
-
deuce authored
Stick with .pla all the time. SYSOPS: Rename any data/user/*.plan to *.pla (Or don't, nobody knows about ;plan anyways)
-
deuce authored
.pla in case of DOS editor usage for creation.
-
deuce authored
When QUOTES.TXT exists, use it as the quoter data and use the passed filename ONLY as the file to save as. When QUOTES.TXT does NOT exist, there is no quoter data, the passed filename is both the input and output of the edited message.
-
deuce authored
-
deuce authored
-
deuce authored
If the filename parameter ents with (case-insensitive) "quotes.txt" or "input.msg", the test should be handled by the quoter. If not, the text should be loaded as the message text. This allows the ;edit function to work "perfectly" while not mucking up the quoting stuff. Fix bug when quoting last line of quote text.
-
- Aug 17, 2006