[Freeciv-Dev] [bug #19256] metaserver reports wrong number of players

2012-05-06 Thread Marko Lindqvist
Update of bug #19256 (project freeciv):

Category:None => freeciv.net
  Status:None => Fixed  
 Assigned to:None => cazfi  
 Open/Closed:Open => Closed 

___

Follow-up Comment #5:

http://meta.cazfi.net/metaserver.phtml currently lists LT game with 54 players
(> old max of 39 displayed) and I tested this with aifill 129 server.

___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #19256] metaserver reports wrong number of players

2012-04-15 Thread Jacob Nevins
Follow-up Comment #4, bug #19256 (project freeciv):

This post to freeciv-dev
 suggests this
may now be fixed?

___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #19256] metaserver reports wrong number of players

2012-01-15 Thread Marko Lindqvist

Follow-up Comment #3, bug #19256 (project freeciv):

There's limit how many POST parameters one can pass to metaserver (to any
page on that webserver) I've regularly got warnings about metaserver exceeding
that limit and being forced to drop variables. It might be reason to this
problem too.

___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #19256] metaserver reports wrong number of players

2012-01-08 Thread Michal Mazurek

Follow-up Comment #2, bug #19256 (project freeciv):

It does not appear to have fixed the problem. Perhaps the metaserver expects
a read of no more than 8192 bytes.

___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #19256] metaserver reports wrong number of players

2012-01-08 Thread Michal Mazurek

Follow-up Comment #1, bug #19256 (project freeciv):

I hope this will work, I'll test it after LT30's TC.


Index: meta.c
===
--- meta.c  (revision 20676)
+++ meta.c  (working copy)
@@ -223,8 +223,8 @@
 */
 static bool send_to_metaserver(enum meta_flag flag)
 {
-  static char msg[8192];
-  static char str[8192];
+  static char msg[131072];
+  static char str[131072];
   int rest = sizeof(str);
   int i;
   int players = 0;


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #19256] metaserver reports wrong number of players

2012-01-08 Thread Michal Mazurek

URL:
  

 Summary: metaserver reports wrong number of players
 Project: Freeciv
Submitted by: akfaew
Submitted on: Sun Jan  8 15:18:18 2012
Category: None
Severity: 3 - Normal
Priority: 5 - Normal
  Status: None
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Release: 
 Discussion Lock: Any
Operating System: None
 Planned Release: 

___

Details:

I have added the longturn servers to the metaserver list.

LT30 has 70 players, all of them human. The metaserver shows this as 39
players, "Unknown" of them human.

It works fine for LTeX23, which has less players.

http://meta.freeciv.org/ does not show the Topic, while the list in the
client does not show Patch.




___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev