BOB: Add lookup command, fix setkeys command
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{% extends "global/layout.html" %}
|
{% extends "global/layout.html" %}
|
||||||
{% block title %}{{ _('BOB - Basic Open Bridge') }}{% endblock %}
|
{% block title %}{{ _('BOB - Basic Open Bridge') }}{% endblock %}
|
||||||
{% block lastupdated %}{% trans %}August 2010{% endtrans %}{% endblock %}
|
{% block lastupdated %}{% trans %}December 2014{% endtrans %}{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h2>Language libraries for the BOB API</h2>
|
<h2>Language libraries for the BOB API</h2>
|
||||||
<ul>
|
<ul>
|
||||||
@@ -85,13 +85,14 @@ getnick tunnelname ERROR or OK
|
|||||||
inhost hostname or IP address ERROR or OK
|
inhost hostname or IP address ERROR or OK
|
||||||
inport port number ERROR or OK
|
inport port number ERROR or OK
|
||||||
list ERROR or DATA lines and final OK
|
list ERROR or DATA lines and final OK
|
||||||
|
lookup hostname ERROR or OK and KEY
|
||||||
newkeys ERROR or OK and KEY
|
newkeys ERROR or OK and KEY
|
||||||
option ERROR or OK
|
option ERROR or OK
|
||||||
outhost hostname or IP address ERROR or OK
|
outhost hostname or IP address ERROR or OK
|
||||||
outport port number ERROR or OK
|
outport port number ERROR or OK
|
||||||
quiet ERROR or OK
|
quiet ERROR or OK
|
||||||
quit OK and terminates the command connection
|
quit OK and terminates the command connection
|
||||||
setkeys KEYS ERROR or OK
|
setkeys KEYS ERROR or OK and KEY
|
||||||
setnick tunnel nickname ERROR or OK
|
setnick tunnel nickname ERROR or OK
|
||||||
show ERROR or OK and information
|
show ERROR or OK and information
|
||||||
showprops ERROR or OK and information
|
showprops ERROR or OK and information
|
||||||
|
Reference in New Issue
Block a user