• xtrn/lord2/lord2.js

    From Deuc¨@VERT to Git commit to main/sbbs/master on Monday, March 08, 2021 22:48:45
    https://gitlab.synchro.net/main/sbbs/-/commit/64edca8bed546bfdc793ea0e
    Modified Files:
    xtrn/lord2/lord2.js
    Log Message:
    Fix @NUMRETURN

    It appears this was written for RTWall to detect BBS numbers with.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¨@VERT to Git commit to main/sbbs/master on Tuesday, March 09, 2021 02:05:38
    https://gitlab.synchro.net/main/sbbs/-/commit/deb14008b6cb84cc71145e55
    Modified Files:
    xtrn/lord2/lord2.js
    Log Message:
    More CNW related fixes...

    - Convert second argument to @readspecial to upper-case
    - Convert both sides to strings for equality comparisons
    - Implement @display label in file.name
    - Fix @do XXX is getname ### where ### is the current player

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¨@VERT to Git commit to main/sbbs/master on Tuesday, March 09, 2021 02:23:57
    https://gitlab.synchro.net/main/sbbs/-/commit/02d0bd8f16f7aeb46b0a2e71
    Modified Files:
    xtrn/lord2/lord2.js
    Log Message:
    Allow comments at end of @if ... then do lines

    This likely breaks things nobody does.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¨@VERT to Git commit to main/sbbs/master on Tuesday, March 09, 2021 09:20:00
    https://gitlab.synchro.net/main/sbbs/-/commit/7441b003401284b40483b743
    Modified Files:
    xtrn/lord2/lord2.js
    Log Message:
    Remove 'y'

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¨@VERT to Git commit to main/sbbs/master on Wednesday, March 10, 2021 15:36:55
    https://gitlab.synchro.net/main/sbbs/-/commit/8d41b810943a2996052776b9
    Modified Files:
    xtrn/lord2/lord2.js
    Log Message:
    Some cleanup

    Remove obsolete comments, and remove an extraneous savetime call.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Wednesday, March 17, 2021 21:27:14
    https://gitlab.synchro.net/main/sbbs/-/commit/1dec0195a3efd06c89627af9
    Modified Files:
    xtrn/lord2/lord2.js
    Log Message:
    Add filename and line number to exception catch log messages.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¨@VERT to Git commit to main/sbbs/master on Friday, March 19, 2021 12:20:34
    https://gitlab.synchro.net/main/sbbs/-/commit/017e03867586479e5352f167
    Modified Files:
    xtrn/lord2/lord2.js
    Log Message:
    Declare the 't' variable used for word-wrap.

    Hopefully fixes crash in lord when composing a message and using
    word-wrap.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¨@VERT to Git commit to main/sbbs/master on Friday, March 26, 2021 13:58:51
    https://gitlab.synchro.net/main/sbbs/-/commit/7aa7ea547eab47ddf1ca07ee
    Modified Files:
    xtrn/lord2/lord2.js
    Log Message:
    Do not attempt to list online players who are not on a valid map location

    Prevents a who's online list from aborting early when it encounters
    and invalid player record.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¨@VERT to Git commit to main/sbbs/master on Friday, March 26, 2021 23:16:07
    https://gitlab.synchro.net/main/sbbs/-/commit/1513e8ac4b1060e0dfa95340
    Modified Files:
    xtrn/lord2/lord2.js
    Log Message:
    Don't enable ctrl-keys for background threads.

    Synchronet goes boom.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Friday, January 14, 2022 13:13:20
    https://gitlab.synchro.net/main/sbbs/-/commit/d74c90ddd01b68a8fc94ba0d
    Modified Files:
    xtrn/lord2/lord2.js
    Log Message:
    Comment-out what appears to be a typo/copy-paste error

    lord2.js line 3168: ReferenceError: bs is not defined

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Stephen Hurd@VERT to Git commit to main/sbbs/master on Tuesday, April 12, 2022 13:49:32
    https://gitlab.synchro.net/main/sbbs/-/commit/c5408b6cb374f1cc81506ae2
    Modified Files:
    xtrn/lord2/lord2.js
    Log Message:
    Copy in missing ws and bs variables from lord.js

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Tuesday, April 12, 2022 14:00:38
    https://gitlab.synchro.net/main/sbbs/-/commit/c6e83357a2f76711f2322bf1
    Modified Files:
    xtrn/lord2/lord2.js
    Log Message:
    Un-comment-out the line referencing 'bs' since it's now defined.

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