summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2018-11-04 10:35:22 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2018-11-04 10:35:22 +0000
commit46b6b7c9b4dcad989f8451638753594b572f9f9a (patch)
tree10710c3491f306b40ead4a2450e42475297dedbf /docs
parentfa8dfa28d194cae3c72dd18d8f91c7c9ecc33198 (diff)
downloadnetsurf-46b6b7c9b4dcad989f8451638753594b572f9f9a.tar.gz
netsurf-46b6b7c9b4dcad989f8451638753594b572f9f9a.tar.bz2
Final tweaks, support LOGIN in monkeyfarmer
Diffstat (limited to 'docs')
-rw-r--r--docs/using-monkey.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/using-monkey.md b/docs/using-monkey.md
index f4cb9d66a..b9155746a 100644
--- a/docs/using-monkey.md
+++ b/docs/using-monkey.md
@@ -138,10 +138,14 @@ Commands
Cause a login to proceed using the set credentials
+ This will send a `DESTROY` message back.
+
* `LOGIN DESTROY` _%id%_
Cause a login to fail
+ This will send a `DESTROY` message back.
+
Responses
---------
@@ -378,6 +382,11 @@ Responses
Subsequent to this message, the user of monkey is at liberty to issue
`LOGIN` commands to control the response of the `401LOGIN` process.
+* `LOGIN DESTROY LWIN` _%id%_
+
+ The given login window has been destroyed and should no longer be sent
+ commands otherwise undefined behaviour may ensue.
+
### Plotter messages
> **Note, Monkey won't clip coordinates, but sometimes the core does.**