Changes between Version 28 and Version 29 of WikiStart
- Timestamp:
- 07/28/21 10:25:25 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v28 v29 13 13 14 14 A specification and full reference implementation of the GeniusWeb core is available [https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWeb here] 15 15 16 16 17 == Security considerations … … 126 127 The party must follow the behaviours that it promises. The example above folows the SAOP behaviour. 127 128 128 Use the logger for outputting messages from your party. **Warning**: do not use stdin and stdout/print in your party. These are used for communicating with the partyserver. Using them will disturb that communication and most likely result in your party requesting illegal actions. Executing an illegal action will result in your party being killed by the protocol. 129 Use the logger for outputting messages from your party. 130 131 {{{#!td style="background: #fee" 132 Do not use stdin and stdout/print in your party. These are used for communicating with the partyserver. Using them will disturb that communication and most likely result in your party requesting illegal actions. Executing an illegal action will result in your party being killed by the protocol. 133 }}} 134 129 135 130 136 === Logging