• exec/SlyEdit.js SlyEdit_Misc.js

    From nightfox@VERT to CVS commit on Sun Sep 17 00:28:38 2017
    exec SlyEdit.js 1.41 1.42 SlyEdit_Misc.js 1.32 1.33
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv24599

    Modified Files:
    SlyEdit.js SlyEdit_Misc.js
    Log Message:
    SlyEdit version 1.51: Added an auto-sign option to the user options (accessible via Ctrl-U, disabled by default). If enabled, SlyEdit will automatically sign users' messages with their handle or real name, depending on the sub-board's configuration. Also added a seting to use only their first name when signing with their real name and whether to sign emails with their real name (enabled by default).


    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From nightfox@VERT to CVS commit on Fri Feb 2 00:32:36 2018
    exec SlyEdit.js 1.54 1.55 SlyEdit_Misc.js 1.41 1.42
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv27594

    Modified Files:
    SlyEdit.js SlyEdit_Misc.js
    Log Message:
    Bug fix: When backspacing, it now properly removes any Synchronet attribute codes immediately after the character being deleted.


    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From nightfox@VERT to CVS commit on Fri Feb 2 22:16:08 2018
    exec SlyEdit.js 1.55 1.56 SlyEdit_Misc.js 1.42 1.43
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv18862

    Modified Files:
    SlyEdit.js SlyEdit_Misc.js
    Log Message:
    Version 1.60: Bug fixes for edit line indexes when using a wide terminal (> 80 characters)


    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From nightfox@VERT to CVS commit on Sat May 25 03:20:37 2019
    exec SlyEdit.js 1.60 1.61 SlyEdit_Misc.js 1.46 1.47
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv25139

    Modified Files:
    SlyEdit.js SlyEdit_Misc.js
    Log Message:
    Added support for some common standard language tags and parsing them from the dictionary filenames. Updated the version to 1.65.


    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From nightfox@VERT to CVS commit on Wed May 29 16:50:55 2019
    exec SlyEdit.js 1.61 1.62 SlyEdit_Misc.js 1.48 1.49
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv18222

    Modified Files:
    SlyEdit.js SlyEdit_Misc.js
    Log Message:
    Updated parsing for dictionary filenames (to appear in the list for user preferences): Dictionary filenames can now include "-supplimental" after the localization (such as dictionary_en-US-supplimental.txt" if it's a smaller dictionary only with localized spellings of words. Those dictionaries will include "(Supplimental)" at the end of their name in the user preferences. Dictionary filenames without a localization after the language (such as dictionary_en.txt) will include "(General)" at the end of their name in the user preferences. Dictionaries with just the localization without "-supplimental" will just have the language name and localization as the language name in the user preferences (i.e., dictionary_en-US.txt will be "English (US)".


    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From nightfox@VERT to CVS commit on Thu Aug 15 23:36:17 2019
    exec SlyEdit.js 1.67 1.68 SlyEdit_Misc.js 1.55 1.56
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv4371

    Modified Files:
    SlyEdit.js SlyEdit_Misc.js
    Log Message:
    Version 1.70: Fix for a bug introduced in the flowing-line update in 1.68 where some quote blocks were sometimes not being included when saving a message. Also, quote lines are now wrapped to the user's terminal width rather than 80 columns.


    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From nightfox@VERT to CVS commit on Wed Mar 4 03: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 17: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 Sun Jan 24 04: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 Sun Jan 24 04: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