Page 1 of 1

BZList is returning

Posted: Wed May 01, 2019 10:03 pm
by The Noah
Hello everyone,

A while ago I made a service providing information about servers and players and called it BZList, however it was poorly made. Later I completely remade it (twice) with major improvements. I'm officially releasing it in a tomorrow. The client is open-source and can be accessed at https://bzlist.net and the code is on GitHub at https://github.com/bzlist/. The site is mobile friendly and also works offline (although data won't be updated). I am also currently making a plug-in which will provide live information to the database which is automatically synced to clients.

How servers are queried and what is stored
Every 10 minutes a script is run (using a cron job) which gets the official server list from https://my.bzflag.org/db/ and checks each server and if there are any players online it will query it. Otherwise it will just save the data from the server list. If there is no stored data for the server then even if there are no players online it will be queried.

All saved data is publicly accessible via Firebase (it might take some Googling and looking through the source code). Here is the general outline:

Code: Select all

address, IP, owner, country, protocol, title, teams, players, configuration
BZList is still in beta with heavy active development. I plan to keep it alive as long as BZFlag is.

I'm announcing it early so any server owners who wish to not have their servers queried can contact me. Just send me a PM. The data is only updated every once in a while manually until it's released tomorrow (2019-5-2) sometime in the morning or afternoon (US) then it will be set to automatically update.

Re: BZList is returning

Posted: Thu May 02, 2019 7:14 pm
by The Noah
BZList is now officially released and the cron job to is running every 10 minutes.

Re: BZList is returning

Posted: Fri May 10, 2019 3:32 pm
by tainn
Something I wanted these list and log sites to do for a while now, was keep a log of callsigns that played on certain maps, at least for the last 48 hours or so.

Strayer's has something very close to it, showing activity per team in the last 24 hours on a graph, but doesn't log the callsigns, at least as far as I know. The only shown callsigns are of currently active players.

Display of such data would be possible from the data at-hand already, one just has to do it.

Re: BZList is returning

Posted: Fri May 10, 2019 8:42 pm
by The Noah
I'm planning on adding that feature, but thanks for your feedback!

Re: BZList is returning

Posted: Thu Nov 07, 2019 3:21 am
by The Noah
With the official release nearing, data is now queried every 5 minutes like Strayers.

Re: BZList is returning

Posted: Thu Nov 07, 2019 11:04 am
by blast
I had to refresh the page twice to get the current version of the site. Initially I was still getting the old layout with data that was 187 days old.

Re: BZList is returning

Posted: Thu Nov 07, 2019 11:15 am
by tainn
Looks quite nice! Just a slight typo I found in the attachments; seems to appear for all servers on the list.

Re: BZList is returning

Posted: Sat Nov 09, 2019 2:11 am
by The Noah
blast: Yeah that's because of the old service worker.
tainn: Whoops, thanks for the catch!

Re: BZList is returning

Posted: Wed Jan 22, 2020 4:25 pm
by The Noah
I've created a short survey, it would help greatly if people filled it out. Survey.

There is still a lot that I'm working on, so don't worry if BZList is missing something.

Re: BZList is returning

Posted: Mon Jan 27, 2020 1:10 am
by etigah
I like it. One thing though, are notifications supposed to work? I granted permissions in browser and tried testing by adding favorite server and a friend, but I get no notifications for either.

Re: BZList is returning

Posted: Mon Jan 27, 2020 8:19 pm
by etigah
Never mind, I started getting notifications.

Re: BZList is returning

Posted: Mon Jun 22, 2020 9:34 pm
by The Noah
I created a Discord server for feedback and up-to-date information so I don't fill the forums with it, feel free to join: https://discord.gg/fBWGDBx

Re: BZList is returning

Posted: Fri Aug 07, 2020 6:57 pm
by skidmark
Thanks for bringing that back!

Re: BZList is returning

Posted: Mon Feb 19, 2024 2:16 pm
by bz_next
It crashes for me with "TypeError: this.props.server.countryCode is undefined"