• src/sbbs3/sbbs.h upload.cpp

    From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Thu Nov 11 18:43:46 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/7fd781cd92d3cbd4b06e72b3
    Modified Files:
    src/sbbs3/sbbs.h upload.cpp
    Log Message:
    Don't write uploaded filename and description to env variablesEnvironment variables are shared among all threads of a process (e.g. all nodes of a instance of sbbs), so this scheme of passing the uploaded filename and description to an external file tester (upload processor) via environment variables has always been fraught with the possibility of failure or flakiness in Synchronet v3. Since I very much doubt that any upload processor is actually
    using this scheme, just remove it. Upload processors can and should)use the sbbsfile.nam and sbbsfile.des text files created in the node directory instead. --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)