Server disappeared from meta

Issues, news, and discussion specific to the PWMangband variant.
Post Reply
PowerWyrm
Balrog
Posts: 1574
Joined: Sun 27.11.2005, 15:57

Server disappeared from meta

Post by PowerWyrm » Sat 05.07.2008, 22:51

At roughly 11pm tonight my test server disappeared from the metaserver. Was something changed on the meta? I checked the trac database and it seems there has been a change for Ironman servers to comply to some kind of "format". Should I change the format from the PWMAngband server too?

Jug
King Lich
Posts: 342
Joined: Sat 26.10.2002, 15:00
Location: UK
Contact:

Re: Server disappeared from meta

Post by Jug » Sat 05.07.2008, 23:10

As discussed in game/irc chat, the meta server now validates more carefully the format of the data sent to it by game servers. This caused the ironman servers to be rejected by the meta server because they didn't follow the standard formatting, and this would effect any other servers which didn't follow the standard format either.

A consistent format (albeit a dodgy one) keeps systems which parse the meta server data working nicely.

The "official" format accepted by the meta is (as a regex):

Code: Select all

^(.+) Number of players: ([0-9]+) (Names: .+)?Version: (.+)

PowerWyrm
Balrog
Posts: 1574
Joined: Sun 27.11.2005, 15:57

Re: Server disappeared from meta

Post by PowerWyrm » Sun 06.07.2008, 12:21

I fixed the format sent by my server. Now it's back on the meta.

Post Reply