Skip to content
Snippets Groups Projects
  1. Apr 11, 2019
  2. Apr 10, 2019
  3. Apr 09, 2019
  4. Apr 08, 2019
    • nightfox's avatar
      More use of get_index() if available, to help speed things up a bit. Also,... · d12a7c46
      nightfox authored
      More use of get_index() if available, to help speed things up a bit.  Also, made a further optimization: when checking a sub-board if it has polls, check in reverse rather than forward.  Since polls & voting is a relatively recent feature in Synchronet, hopefully it should finish faster going in reverse.
      d12a7c46
  5. Apr 07, 2019
    • nightfox's avatar
      SlyVote v1.02: Now uses the new get_index() messagebase function, if... · 44d863cd
      nightfox authored
      SlyVote v1.02: Now uses the new get_index() messagebase function, if available, for getting the message index objects when determining if a sub-board has polls (in the subBoardHasPolls() function).  get_index() is faster than iterating through all messages and calling get_msg_index() for each message.
      44d863cd
Loading