• src/sbbs3/js_global.c js_internal.c sbbs.h

    From Deuce@VERT to Git commit to Main/master on Mon Nov 23 09:11:46 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/f09622cdab8c36639a5cc4d1
    Modified Files:
    src/sbbs3/js_global.c js_internal.c sbbs.h
    Log Message:
    Add generic on_exit support.

    Store all on_exit() strings in the global scope, execute them
    one scope at a time with scopes ordered in reverse order of
    first call to js.on_exit(). Within a scope, they are ordered
    last string first.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuce@VERT to Git commit to Main/master on Mon Nov 23 09:11:46 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/f971a19bd92d70d694539999
    Modified Files:
    src/sbbs3/js_global.c js_internal.c sbbs.h
    Log Message:
    Merge branch 'on_exit-generic' into 'master'

    Add generic on_exit support.

    See merge request main/sbbs!34

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