Skip to content
Snippets Groups Projects
  1. Jan 10, 2021
  2. Jan 08, 2021
  3. Jan 06, 2021
  4. Jan 04, 2021
  5. Jan 03, 2021
  6. Jan 02, 2021
  7. Jan 01, 2021
    • Rob Swindell's avatar
      Fix: can_* and is_* properties were not dynamic. Added "posts" property. · 2d421cb3
      Rob Swindell authored
      The following properties would only reflect the status at the time the
      msg_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, these
      property 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 to
      report the current number of posted messages (quicker than opening a MsgBase
      instance).
      2d421cb3
    • Deucе's avatar
      Remove nonsensical warning added in 89956b3d · e2e83629
      Deucе authored
      e2e83629
    • Deucе's avatar
      Clamp values for y in highlighting loop. · 8a4a5b70
      Deucе authored
      This is a really stupid way of drawing the highlight, but fixing it
      this way is trivial vs. refactoring all the ugly.
      
      Fixes #192
      8a4a5b70
  8. Dec 31, 2020
  9. Dec 30, 2020
  10. Dec 29, 2020
  11. Dec 28, 2020
Loading