Subj : CVS commit src/sbbs3/ftpsrvr.c ftpsrvr.h mailsrvr.c mailsrvr.h main.cpp sbbs_ini.c sbbs_ini.h services.c services.h startup.h w To : All From : rswindell Date : Wed Apr 20 2005 11:44 pm src/sbbs3 ftpsrvr.c 1.291 1.292 ftpsrvr.h 1.41 1.42 mailsrvr.c 1.363 1.364 mailsrvr.h 1.57 1.58 main.cpp 1.378 1.379 sbbs_ini.c 1.106 1.107 sbbs_ini.h 1.9 1.10 services.c 1.178 1.179 services.h 1.33 1.34 startup.h 1.56 1.57 websrvr.c 1.311 1.312 websrvr.h 1.35 1.36 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs.synchro.net:/tmp/cvs-serv16535 Modified Files: ftpsrvr.c ftpsrvr.h mailsrvr.c mailsrvr.h main.cpp sbbs_ini.c sbbs_ini.h services.c services.h startup.h websrvr.c websrvr.h Log Message: Using js_startup_t for the JS startup parameters for all servers/services. Created sbbs_read_js_settings() and sbbs_set_js_settings() to read and write all settings to/from .ini files in a modular fashion. This is a precursor to implementing support for JavaScriptThreadStack (limit) support for all JS-enabled servers and services (working around the ircd bug). .