• src/sbbs3/ftpsrvr.c ftpsrvr.h mailsrvr.c mailsrvr.h main.cpp sbbs_ini.c services.c services.h startup.h websrvr.c websrvr.h

    From deuce@VERT to CVS commit on Fri Aug 21 17:58:31 2015
    src/sbbs3 ftpsrvr.c 1.415 1.416 ftpsrvr.h 1.52 1.53 mailsrvr.c 1.577 1.578 mailsrvr.h 1.73 1.74 main.cpp 1.615 1.616 sbbs_ini.c 1.147 1.148 services.c 1.280 1.281 services.h 1.40 1.41 startup.h 1.73 1.74 websrvr.c 1.591 1.592 websrvr.h 1.46 1.47
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv16969

    Modified Files:
    ftpsrvr.c ftpsrvr.h mailsrvr.c mailsrvr.h main.cpp sbbs_ini.c
    services.c services.h startup.h websrvr.c websrvr.h
    Log Message:
    Switch from a str_list_t for interfaces to a string and parse it using xpms_add_chararray_list instead. Prevents having to free string lists
    in the sbbs.ini parsing code.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Fri Aug 21 18:37:52 2015
    src/sbbs3 ftpsrvr.c 1.416 1.417 ftpsrvr.h 1.53 1.54 mailsrvr.c 1.578 1.579 mailsrvr.h 1.74 1.75 main.cpp 1.616 1.617 sbbs_ini.c 1.148 1.149 services.c 1.281 1.282 services.h 1.41 1.42 startup.h 1.74 1.75 websrvr.c 1.592 1.593 websrvr.h 1.47 1.48
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv18404

    Modified Files:
    ftpsrvr.c ftpsrvr.h mailsrvr.c mailsrvr.h main.cpp sbbs_ini.c
    services.c services.h startup.h websrvr.c websrvr.h
    Log Message:
    Back-out last change and simply be sure to free the str_list_t entries
    before re-reading them.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net