Subj : CVS commit src/sbbs3/websrvr.c To : All From : rswindell Date : Fri Apr 15 2005 06:26 pm src/sbbs3 websrvr.c 1.309 1.310 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs.synchro.net:/tmp/cvs-serv8748 Modified Files: websrvr.c Log Message: iniFileOpen() now takes a BOOL argument to specify whether or not to create the file if it doesn't exist (previously, it would always create it). External JavaScript (XJS) and CGI handler lists are now stored in memory (using "named string lists") rather than reading/parsing the .ini files for each request. Using command read_ini_list() function for reading both handler and mime_types .ini files. .