Opened 15 years ago
Last modified 15 years ago
#38 closed enhancement
Use number of chatters from database to sort /streams/ — at Version 5
Reported by: | vsTerminus | Owned by: | Grinnz |
---|---|---|---|
Priority: | trivial | Milestone: | December 2009 |
Component: | Pre-January 2010 SocialGamer Website (defunct) | Keywords: | |
Cc: |
Description (last modified by ajanata)
ChanServ writes the number of chatters in a channel to the database whenever anybody joins/parts/quits. This number can be used to sort /streams/.
Change History (5)
comment:1 Changed 15 years ago by vsTerminus
- Description modified (diff)
comment:2 Changed 15 years ago by vsTerminus
- Description modified (diff)
comment:3 Changed 15 years ago by ajanata
- Milestone changed from time_t overflow to December 2009
- Status changed from new to accepted
comment:4 Changed 15 years ago by ajanata
(In [290]) ChanServ keeps track of the number of users in a channel in the database. See #38.
Change URL StreamServ uses when announcing streams.
comment:5 Changed 15 years ago by ajanata
- Component changed from IRC Services (ChanServ, NickServ, StreamServ) to (New) SocialGamer Website
- Description modified (diff)
- Owner changed from ajanata to Grinnz
- Status changed from accepted to assigned
- Summary changed from Write # of chatters to db periodically for online streams to Use number of chatters from database to sort /streams/
ChanServ now implements this, and just need the website to use it now.
Note: See
TracTickets for help on using
tickets.
Should be trivial. It already tracks the maximum users ever to join a channel and I think it runs that query every time someone joins, regardless. It would be very easy to add in another field it always updates.