0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 13 hours ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix what i think is a bug. When query A can complete query B, the code was removing query B from the cache queue independantly of removing query B from its queue. Also, immediate mode queries were setting the text of the who editbox before they were even sent, and would blindly overwrite whatever was there. Due to a typo, multiple who's could be queued for the same name from the console More... over 14 years ago
Part of the suggested fix for #8. The fix for the missing table reference was added, but the case change for v.Name still needs clarification More... over 14 years ago
fix invalid reference to options in the :UserInfo call #9. Fix submitted by octane666 More... over 14 years ago
Tagging as 2.0.88 More... over 14 years ago
***dry-coded: optimized table accesses per suggestion by Elkano. Modified the empty queue check to make sure the in-progress flag is clear before it will return true. Made the MinInterval and MaxInterval for auto-throttling tunable parameters. Added a debug message to indicate when end of processing. Check the in progress flag when queuing a who done from the console, so there is some feedback that the who will be delayed. This will most likely need to be changed to use the relative chance to execute # since it may get spammy for short response time who's More... over 14 years ago
Tagging as 2.0.86. More... over 14 years ago
added libs directory and externals for svn checkouts More... over 14 years ago
updated the .pkgmeta with the newer externals format More... over 14 years ago
optdeps More... almost 15 years ago
fix the no-lib setup More... almost 15 years ago
Tagging as 2.1b1 More... almost 15 years ago
make sure timed out queries are re-queued More... almost 15 years ago
Added variable rate throttling, and corrected the WhoInProgress flag so it will not delay new who's More... almost 15 years ago
fix for stalled who queues caused by fix for stalled who queues More... almost 15 years ago
changed query interval to 7.5 seconds More... almost 15 years ago
added code to prevent a timed out who from stopping the queue More... almost 15 years ago
fix a bug in the queue scheduler which didnt recognize queues with 0 entries as empty More... almost 15 years ago
Tagging as 2.0.2 More... about 15 years ago
TOC 30100 More... about 15 years ago
Tagging as 2.0.1 More... about 15 years ago
fix a leaked global More... about 15 years ago
removed some debug prints that were spammy. broke out the code which updated the relative chance to run for the queues into a separate function More... over 15 years ago
replaced the priority queue implementation with a weighted random scheduler to prevent starvation when non wholib addons run massive numbers of queries More... over 15 years ago
corrected major bug re: ambiguous self usage. Lua fails for this.. More... over 15 years ago
- fixed lib['ebmed'] (Ticket #2) More... over 15 years ago
* Fix of Lua error in Embed routine. See comment in file. More... over 15 years ago
Tagging as 2.0 to get rid of the out-of-date status More... over 15 years ago
make sure queries entering the queue get timestamped More... over 15 years ago
add the locale neutral name to the cache More... over 15 years ago
Tagging as b2 More... over 15 years ago