From rswindell@1:103/705 to CVS commit on Sat Jul 28 18:10:40 2018
src/sbbs3/scfg scfgmsg.c 1.55 1.56 scfgsub.c 1.47 1.48
Update of /cvsroot/sbbs/src/sbbs3/scfg
In directory cvs:/tmp/cvs-serv16327
Modified Files:
scfgmsg.c scfgsub.c
Log Message:
Improvements to importing message areas:
- If an FTN Echo Tag is more than 25 chars, copy it to the newly created
sub's "newsgroup" name
(when exporting areas to echolists, use the newsgroup name for the FTN
Area/Echo Tag field, if it's not blank)
- Copied the duplicate internal code logic from the importing file areas
code - it works a lot better
With these changes I was able to successfully import 10247 areas from the usenet group listing he sent me (with 10258 areas listed). The areas that
were over-written during import were due to the first 63 characters of the newsgroup names being duplicated - sorry, that's the best I can do.
From rswindell@1:103/705 to CVS commit on Sat Jul 28 19:10:02 2018
src/sbbs3/scfg scfgmsg.c 1.56 1.57 scfgsub.c 1.48 1.49
Update of /cvsroot/sbbs/src/sbbs3/scfg
In directory cvs:/tmp/cvs-serv24282
Modified Files:
scfgmsg.c scfgsub.c
Log Message:
Fixed bug introduced in rev 1.52 of scfgmsg.c: We're not displaying
the data dir here, we're using it to delete the data files! This explains
why sub data wasn't getting deleted when deleting a message group and
answering "Yes" to the "Delete All Data in Group" dialog.
Eliminated the "clearing ptrs" thing - not needed any more since the move
from ptrs/*.ixb to user/*.subs files.