• webv4/lib/forum.js

    From echicken to Git commit to sbbs/master on Wednesday, October 07, 2020 21:36:27
    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.
  • From echicken to Git commit to main/sbbs/master on Thursday, February 18, 2021 07:12:42
    https://gitlab.synchro.net/main/sbbs/-/commit/a6e8c33c9a4d063223246ab6
    Modified Files:
    webv4/lib/forum.js
    Log Message:
    Improve getSubUnreadCount.
  • From echicken to Git commit to main/sbbs/master on Thursday, February 18, 2021 20:08:14
    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).
  • From echicken to Git commit to main/sbbs/master on Sunday, February 21, 2021 21:57:41
    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.
  • From echicken to Git commit to main/sbbs/master on Friday, February 26, 2021 11:26:15
    https://gitlab.synchro.net/main/sbbs/-/commit/5f9b0a2d6877726f9918a7c2
    Modified Files:
    webv4/lib/forum.js
    Log Message:
    Methods for XJS forum, and some cleanup.
  • From echicken to Git commit to main/sbbs/master on Saturday, March 06, 2021 21:31:33
    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().