• exec/SlyEdit.js SlyEdit_Misc.js

    From nightfox@VERT to CVS commit on Tue Mar 3 22:44:15 2020
    exec SlyEdit.js 1.70 1.71 SlyEdit_Misc.js 1.57 1.58
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv29182

    Modified Files:
    SlyEdit.js SlyEdit_Misc.js
    Log Message:
    Added support for a new option in SlyEdit.cfg: allowSpellCheck, which specifies whether or not the spell check feature is allowed. Valid values are true and false; it defaults to true if not specified. You might want to disable spell check if, for instance, the spell check feature causes an "out of memory" error on your system.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From nightfox@VERT to CVS commit on Wed Mar 4 12:59:51 2020
    exec SlyEdit.js 1.71 1.72 SlyEdit_Misc.js 1.58 1.59
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv32306

    Modified Files:
    SlyEdit.js SlyEdit_Misc.js
    Log Message:
    For cross-posting, to make sure the user can post in a sub-board, SlyEdit now checks the can_post property of the sub-board rather than checking the ARS. The can_post property covers more cases (such as whether the sub-board is a networked sub and the user has the N restriction).

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to Git commit to main/sbbs/master on Sat Jan 23 23:54:33 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/7164d94513a43b0c5e77c850
    Modified Files:
    exec/SlyEdit.js SlyEdit_Misc.js
    Log Message:
    [Issue 206] When using SlyEdit CTRL-Space on a MAC sends a 0x0 NUL character causing execution in the timeout logic

    With the addition of K_NUL (8b8ed215), this patch changes SlyEdit so that it no longer thinks a 0x0 is a timeout
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sat Jan 23 23:54:33 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/d61025791864f986aff3a94e
    Modified Files:
    exec/SlyEdit.js SlyEdit_Misc.js
    Log Message:
    Merge branch '206-SlyEdit-NUL-timeout'
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to Git commit to main/sbbs/master on Tue May 31 14:33:55 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/8b24ddc0d064363ae18c240d
    Modified Files:
    exec/SlyEdit.js SlyEdit_Misc.js
    Log Message:
    SlyEdit 1.77: Fix for aborting when trying to access sub-board information when there are no sub-boards
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Tue May 31 14:33:55 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/a9ae6b740a4ecbea90fcabfb
    Modified Files:
    exec/SlyEdit.js SlyEdit_Misc.js
    Log Message:
    Merge branch 'slyedit_rare_fix_no_subboards' into 'master'

    SlyEdit 1.77: Fix for aborting when trying to access sub-board information when there are no sub-boards

    See merge request main/sbbs!174
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to Git commit to main/sbbs/master on Tue May 31 17:44:49 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/d4276cf91e672a4feca770e2
    Modified Files:
    exec/SlyEdit.js SlyEdit_Misc.js
    Log Message:
    Fixed weird character issue from last commit
    Fixed a weird character issue from the last commit, that may have been due
    to using a different text editor that changed some characters, possibly due to character encoding
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Tue May 31 17:44:49 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/25402c37dbbb62e431286f38
    Modified Files:
    exec/SlyEdit.js SlyEdit_Misc.js
    Log Message:
    Merge branch 'slyedit_badchars_fix' into 'master'

    Fixed weird character issue from last commit

    See merge request main/sbbs!175
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to Git commit to main/sbbs/master on Thu Jun 9 13:13:03 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/aa1d4280a1ef7a5204552a67
    Modified Files:
    exec/SlyEdit.js SlyEdit_Misc.js
    Log Message:
    SlyEdit Version 1.78: Removed high-ascii characters from the SlyEdit JS files; used ascii() with their numeric ASCII values instead. This should avoid issues with text editors converting characters incorrectly.
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Thu Jun 9 13:13:03 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/9772f016aa0152dac9622280
    Modified Files:
    exec/SlyEdit.js SlyEdit_Misc.js
    Log Message:
    Merge branch 'slyedit_remove_hardcoded_high_ascii' into 'master'

    SlyEdit: Removed high-ascii characters from the JS files to avoid issues with editors changing encodings

    See merge request main/sbbs!180
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net