• xtrn/slyvote/readme.txt slyvote.js

    From nightfox@VERT to CVS commit on Friday, March 22, 2019 23:03:47
    xtrn/slyvote readme.txt 1.3 1.4 slyvote.js 1.4 1.5
    Update of /cvsroot/sbbs/xtrn/slyvote
    In directory cvs:/tmp/cvs-serv16800

    Modified Files:
    readme.txt slyvote.js
    Log Message:
    SlyVote version 1.01: Changed "voting area" verbage to "sub-board". Updated the main screen to show the number of polls the user has voted on & the number remaining. Updated the sub-board choosing to allow choosing the message group first, and load the sub-board information (such as whether each sub-board has polls) only when needed, rather than loading all the configured sub-boards, to help cut down the loading time when choosing a sub-board.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From nightfox@VERT to CVS commit on Sunday, April 07, 2019 14:07:41
    xtrn/slyvote readme.txt 1.4 1.5 slyvote.js 1.5 1.6
    Update of /cvsroot/sbbs/xtrn/slyvote
    In directory cvs:/tmp/cvs-serv25367

    Modified Files:
    readme.txt slyvote.js
    Log Message:
    SlyVote v1.02: Now uses the new get_index() messagebase function, if available, for getting the message index objects when determining if a sub-board has polls (in the subBoardHasPolls() function). get_index() is faster than iterating through all messages and calling get_msg_index() for each message.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From nightfox@VERT to CVS commit on Monday, April 08, 2019 11:44:53
    xtrn/slyvote readme.txt 1.5 1.6 slyvote.js 1.6 1.7
    Update of /cvsroot/sbbs/xtrn/slyvote
    In directory cvs:/tmp/cvs-serv24746

    Modified Files:
    readme.txt slyvote.js
    Log Message:
    More use of get_index() if available, to help speed things up a bit. Also, made a further optimization: when checking a sub-board if it has polls, check in reverse rather than forward. Since polls & voting is a relatively recent feature in Synchronet, hopefully it should finish faster going in reverse.


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