• webv4/lib/forum.js

    From echicken to Git commit to sbbs/master on Wed Oct 7 21: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.
  • From echicken to Git commit to main/sbbs/master on Thu Feb 18 07:12:42 2021
    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 Thu Feb 18 20: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).
  • From echicken to Git commit to main/sbbs/master on Sun Feb 21 21: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.
  • From echicken to Git commit to main/sbbs/master on Fri Feb 26 11: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.
  • From echicken to Git commit to main/sbbs/master on Sat Mar 6 21: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().