• exec/load/json-client.js json-db.js

    From mcmlxxix@VERT to CVS commit on Sun Aug 12 16:58:10 2012
    exec/load json-client.js 1.17 1.18 json-db.js 1.33 1.34
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv29462

    Modified Files:
    json-client.js json-db.js
    Log Message:
    fix subscription checking bug, increase client wait() timeout to 30 seconds

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From mcmlxxix@VERT to CVS commit on Mon Jan 28 17:47:15 2013
    exec/load json-client.js 1.21 1.22 json-db.js 1.34 1.35
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv17429

    Modified Files:
    json-client.js json-db.js
    Log Message:
    flatten queries to single-level object (to maintain scope property in updates from multiple databases)

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From mcmlxxix@VERT to CVS commit on Fri May 10 08:15:58 2013
    exec/load json-client.js 1.22 1.23 json-db.js 1.35 1.36
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv16176

    Modified Files:
    json-client.js json-db.js
    Log Message:
    added splice() method to json-client (currently only accepts one "data" argument, unlike the standard JS Array.splice() method).
    TODO: unlocking a write-locked record does not imply that data was written, yet updates are being sent anyway. not a big deal, but probably should be fixed.

    ---
    þ Synchronet þ Vertrau
  • From mcmlxxix@VERT to CVS commit on Fri May 10 11:56:32 2013
    exec/load json-client.js 1.23 1.24 json-db.js 1.36 1.37
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv28823

    Modified Files:
    json-client.js json-db.js
    Log Message:
    use JSONdb.remove() method instead of writing undefined when deleting a record (removes records completely instead of leaving an empty property behind)

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From mcmlxxix@VERT to CVS commit on Fri May 10 12:21:19 2013
    exec/load json-client.js 1.24 1.25 json-db.js 1.37 1.38
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv30271

    Modified Files:
    json-client.js json-db.js
    Log Message:
    fixed client splice() method, removed broken db shadow object stuff (may result in fragments of shadow objects being left behind in the case of a splice)

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