Skip to content
Snippets Groups Projects
  1. Jan 02, 2021
  2. Jan 01, 2021
    • Rob Swindell's avatar
      Fix: can_* and is_* properties were not dynamic. Added "posts" property. · e5856f0a
      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).
      e5856f0a
    • Deucе's avatar
      Remove nonsensical warning added in 89956b3d · 7adbe0e9
      Deucе authored
      7adbe0e9
    • Deucе's avatar
      Clamp values for y in highlighting loop. · 28252255
      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
      28252255
  3. Dec 31, 2020
  4. Dec 30, 2020
  5. Dec 29, 2020
  6. Dec 28, 2020
  7. Dec 27, 2020
  8. Dec 25, 2020
  9. Dec 24, 2020
Loading