Changes between Version 83 and Version 84 of WikiStart
- Timestamp:
- 06/08/20 13:24:04 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v83 v84 129 129 A log file usually is created only after the negotiation (session or tournament) completed. Protocols may opt to write these more frequently but since these logs are public they could be abused by parties, to see what their opponents are doing. 130 130 131 == Version info 132 Returns the runserver version number, eg 1.4.0. The version matches the runserver maven POM version. 131 == General server info 132 available at {{{http:..:8080//runserver-X.Y.Z/info}}} 133 Returns a map with server details. Currently contains the runserver version number, eg {{{ {"version":"1.4.0"} }}}. The version matches the runserver maven POM version. 133 134 134 135 == Using the source code ==