Subj : src/sbbs3/js_msg_area.c To : Git commit to main/sbbs/master From : Rob Swindell Date : Fri Jan 01 2021 17:28:31 https://gitlab.synchro.net/main/sbbs/-/commit/2d421cb3bc706591c9f76508 Modified Files: src/sbbs3/js_msg_area.c Log Message: Fix: can_* and is_* properties were not dynamic. Added "posts" property.The following properties would only reflect the status at the time themsg_area object was initialized:- can_access- can_read- can_post- is_operator- is_moderated... so if changes were made the user while online, for example, theseproperty values would *not* also change to reflect the current state.The grp[] and grp_list[] 'can_access' properties still have this flaw.Also: Add a new "posts" property to the sub[] and sub_list[] objects toreport the current number of posted messages (quicker than opening a MsgBaseinstance). --- SBBSecho 3.12-Linux * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705) .