• webv4/lib/forum.js

    From echicken@VERT to Git commit to sbbs/master on Thu Oct 8 04:36:27 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/a0692c850fbfb21d22819d56
    Modified Files:
    webv4/lib/forum.js
    Log Message:
    If user is sysop, send a block-sender button back with the
    getMailBody data. Use xjs_eval() to render said button.
    Added addTwit method. Nothing fancy, just adds your string to
    twitlist.cfg and assumes you were really careful about producing
    said string and that it won't destroy the universe.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT to Git commit to main/sbbs/master on Thu Feb 18 15:12:42 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/a6e8c33c9a4d063223246ab6
    Modified Files:
    webv4/lib/forum.js
    Log Message:
    Improve getSubUnreadCount.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT to Git commit to main/sbbs/master on Fri Feb 19 04:08:14 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/1a470cc419f2305a2e1dc93a
    Modified Files:
    webv4/lib/forum.js
    Log Message:
    Always set from_ext when posting a reply. Should resolve issue #221 (Mortifis).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT to Git commit to main/sbbs/master on Mon Feb 22 05:57:41 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/d9461016deb65a3baa216c88
    Modified Files:
    webv4/lib/forum.js
    Log Message:
    listThreads can figure out the proper offset without some stupid
    extra param.

    Added getNewestMessagePerSub(grp) and getNewestMessageInSub(sub);
    these do pretty much what you would guess, although maybe not
    exactly because what is "message" anyway?

    Added 'guest' mode to getThreadStats, since some stats (votes)
    can be shown to guests, but others (unread messages) shouldn't.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT to Git commit to main/sbbs/master on Fri Feb 26 19:26:15 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/5f9b0a2d6877726f9918a7c2
    Modified Files:
    webv4/lib/forum.js
    Log Message:
    Methods for XJS forum, and some cleanup.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT to Git commit to main/sbbs/master on Sun Mar 7 05:31:33 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/b0a76216a53f38128c45fd66
    Modified Files:
    webv4/lib/forum.js
    Log Message:
    listSubs doesn't need to return that much detail. New stuff will be exported as part of 'forum' object, for use with require().

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