• src/xpdev/ini_file.c ini_

    From rswindell@VERT to CVS commit on Thu Mar 15 18:24:00 2018
    src/xpdev ini_file.c 1.159 1.160 ini_file.h 1.53 1.54
    Update of /cvsroot/sbbs/src/xpdev
    In directory cvs:/tmp/cvs-serv16320

    Modified Files:
    ini_file.c ini_file.h
    Log Message:
    Added iniSetValue() which, like iniGetValue(), does not support string
    literals (e.g. won't detect and escape them automatically). If you set
    a key value with carriage-returns and line-feeds, those will end up in the
    .ini file as-is, so use with caution.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thu Mar 29 21:35:00 2018
    src/xpdev ini_file.c 1.160 1.161 ini_file.h 1.54 1.55
    Update of /cvsroot/sbbs/src/xpdev
    In directory cvs:/tmp/cvs-serv2189

    Modified Files:
    ini_file.c ini_file.h
    Log Message:
    Added functions for reading/parsing/writing lists of integers in .ini files (e.g. "Zones=1,2,3,4,5,6").


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wed Jul 25 18:36:00 2018
    src/xpdev ini_file.c 1.163 1.164 ini_file.h 1.55 1.56
    Update of /cvsroot/sbbs/src/xpdev
    In directory cvs:/tmp/cvs-serv4364

    Modified Files:
    ini_file.c ini_file.h
    Log Message:
    iniGetSection() no longer includes blank lines (if there are any in the section) in the returned stringlist.
    Created iniAppendSectionWithKeys(): similar to iniAppendSection, but a list
    of list of "key=[value]" strings (like those returned from iniGetSection())
    can be added at the same time.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net