/[mldonkey]/mldonkey/src/networks/donkey/donkeyInteractive.ml
ViewVC logotype

Diff of /mldonkey/src/networks/donkey/donkeyInteractive.ml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.51 by spiralvoice, Sun Jul 10 23:19:16 2005 UTC revision 1.52 by spiralvoice, Tue Jul 12 23:08:57 2005 UTC
# Line 992  let _ = Line 992  let _ =
992          P.client_chat_port = 0 ;          P.client_chat_port = 0 ;
993          P.client_connect_time = c.client_connect_time;          P.client_connect_time = c.client_connect_time;
994          P.client_software = gbrand_to_string c.client_brand;          P.client_software = gbrand_to_string c.client_brand;
995            P.client_release = c.client_emule_proto.emule_release;
996          P.client_emulemod = gbrand_mod_to_string c.client_mod_brand;          P.client_emulemod = gbrand_mod_to_string c.client_mod_brand;
997          P.client_downloaded = c.client_downloaded;          P.client_downloaded = c.client_downloaded;
998          P.client_uploaded = c.client_uploaded;          P.client_uploaded = c.client_uploaded;
# Line 1168  parent.fstatus.location.href='submit?q=r Line 1169  parent.fstatus.location.href='submit?q=r
1169            ( "0", "srh", "Client state", "CS" ) ;            ( "0", "srh", "Client state", "CS" ) ;
1170            ( "0", "srh", "Client name", "Name" ) ;            ( "0", "srh", "Client name", "Name" ) ;
1171            ( "0", "srh", "Client brand", "CB" ) ;            ( "0", "srh", "Client brand", "CB" ) ;
1172              ( "0", "srh", "Client release", "CR" ) ;
1173          ] @          ] @
1174            (if !!emule_mods_count then [( "0", "srh", "eMule MOD", "EM" )] else [])            (if !!emule_mods_count then [( "0", "srh", "eMule MOD", "EM" )] else [])
1175          @ [          @ [
# Line 1228  parent.fstatus.location.href='submit?q=r Line 1230  parent.fstatus.location.href='submit?q=r
1230                (short_string_of_connection_state (client_state c)) );                (short_string_of_connection_state (client_state c)) );
1231              (String.escaped c.client_name, "sr", client_short_name c.client_name);              (String.escaped c.client_name, "sr", client_short_name c.client_name);
1232              (brand_to_string c.client_brand, "sr", gbrand_to_string c.client_brand);              (brand_to_string c.client_brand, "sr", gbrand_to_string c.client_brand);
1233                ("", "sr", c.client_emule_proto.emule_release);
1234              ] @              ] @
1235              (if !!emule_mods_count then [(brand_mod_to_string c.client_mod_brand, "sr", gbrand_mod_to_string c.client_mod_brand)] else [])              (if !!emule_mods_count then [(brand_mod_to_string c.client_mod_brand, "sr", gbrand_mod_to_string c.client_mod_brand)] else [])
1236              @ [              @ [
# Line 1487  lprint_newline (); Line 1490  lprint_newline ();
1490                          short_string_of_connection_state (client_state c));                          short_string_of_connection_state (client_state c));
1491                        (Md4.to_string c.client_md4, "sr", client_short_name c.client_name);                        (Md4.to_string c.client_md4, "sr", client_short_name c.client_name);
1492                        ("", "sr", gbrand_to_string c.client_brand);                        ("", "sr", gbrand_to_string c.client_brand);
1493                          ("", "sr", c.client_emule_proto.emule_release);
1494                        ] @                        ] @
1495                        (if !!emule_mods_count then [("", "sr", gbrand_mod_to_string c.client_mod_brand)] else [])                        (if !!emule_mods_count then [("", "sr", gbrand_mod_to_string c.client_mod_brand)] else [])
1496                        @ [                        @ [

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26