• webv4/lib/forum.js

    From echicken@1:103/705 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 thegetMailBody data. Use xjs_eval() to render said button.Added addTwit method. Nothing fancy, just adds your string totwitlist.cfg and assumes you were really careful about producingsaid string and that it won't destroy the universe.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From echicken@1:103/705 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.
    --- SBBSecho 3.12-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From echicken@1:103/705 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). --- SBBSecho 3.12-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From echicken@1:103/705 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 stupidextra param.Added getNewestMessagePerSub(grp) and getNewestMessageInSub(sub);these do pretty much what you would guess, although maybe notexactly 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.
    --- SBBSecho 3.13-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From echicken@1:103/705 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.
    --- SBBSecho 3.13-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From echicken@1:103/705 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().
    --- SBBSecho 3.13-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)