I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Unverified Commit 0c869038 authored by zzz's avatar zzz
Browse files

Update info on BOB deprecation

parent dc5db6aa
No related branches found
No related tags found
No related merge requests found
{% extends "global/layout.html" %} {% extends "global/layout.html" %}
{% block title %}{{ _('BOB - Basic Open Bridge') }}{% endblock %} {% block title %}{{ _('BOB - Basic Open Bridge') }}{% endblock %}
{% block lastupdated %}2020-08{% endblock %} {% block lastupdated %}2022-06{% endblock %}
{% block content %} {% block content %}
<h2>Warning - Deprecated</h2> <h2>Warning - Deprecated</h2>
<p>Not for use by new applications. <p>Not for use by new applications.
BOB supports the DSA-SHA1 signature type only. BOB supports the DSA-SHA1 signature type only.
BOB will not be extended to support new signature types or other advanced features. BOB will not be extended to support new signature types or other advanced features.
New applications should use <a href="{{ site_url('docs/api/samv3') }}">SAM V3</a>. New applications should use <a href="{{ site_url('docs/api/samv3') }}">SAM V3</a>.
</p><p>
BOB is not supported in Java I2P new installs as of release 1.7.0 (2022-02).
It will still work in Java I2P originally installed as version 1.6.1 or earlier,
even after updates, but it is unsupported and may break at any time.
BOB is still supported by i2pd as of 2022-06, but applications
should still migrate to SAMv3 for the reasons above.
</p> </p>
<p>{% trans -%} <p>
At this point, most of the good ideas from BOB have been incorporated into At this point, most of the good ideas from BOB have been incorporated into
SAMv3, which has more features and more real-world use. BOB still works, but it SAMv3, which has more features and more real-world use. BOB may still work
on some installations (see above), but it
is not gaining the advanced features available to SAMv3 and is essentially is not gaining the advanced features available to SAMv3 and is essentially
unsupported at this time. unsupported, except by i2pd.
{%- endtrans %}</p> </p>
<h2>Language libraries for the BOB API</h2> <h2>Language libraries for the BOB API</h2>
<ul> <ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment