From fa48a168881a8243d484e7d8554d0441fb44af16 Mon Sep 17 00:00:00 2001 From: Kagami Hiiragi Date: Sat, 14 Feb 2015 14:00:58 +0300 Subject: [PATCH] Publish docs --- docs/address.js.html | 4 +- docs/crypto.js.html | 4 +- docs/index.html | 6 +- docs/index.js.html | 4 +- docs/messages.js.html | 4 +- docs/module-bitmessage.html | 4 +- docs/module-bitmessage_address.Address.html | 4 +- docs/module-bitmessage_address.html | 4 +- docs/module-bitmessage_crypto.html | 4 +- docs/module-bitmessage_lib_net_base.html | 173 ------------------ docs/module-bitmessage_lib_net_ws.html | 173 ------------------ docs/module-bitmessage_messages.addr.html | 4 +- docs/module-bitmessage_messages.error.html | 4 +- docs/module-bitmessage_messages.getdata.html | 4 +- docs/module-bitmessage_messages.html | 4 +- docs/module-bitmessage_messages.inv.html | 4 +- docs/module-bitmessage_messages.version.html | 4 +- ...le-bitmessage_net_base.BaseTransport.html} | 6 +- docs/module-bitmessage_net_base.html | 173 ++++++++++++++++++ ...dule-bitmessage_net_tcp.TcpTransport.html} | 8 +- ...cp.html => module-bitmessage_net_tcp.html} | 10 +- ...module-bitmessage_net_ws.WsTransport.html} | 8 +- docs/module-bitmessage_net_ws.html | 173 ++++++++++++++++++ docs/module-bitmessage_objects.broadcast.html | 4 +- docs/module-bitmessage_objects.getpubkey.html | 4 +- docs/module-bitmessage_objects.html | 4 +- docs/module-bitmessage_objects.msg.html | 4 +- docs/module-bitmessage_objects.pubkey.html | 4 +- docs/module-bitmessage_pow.html | 4 +- ...ule-bitmessage_structs.PubkeyBitfield.html | 4 +- ...e-bitmessage_structs.ServicesBitfield.html | 4 +- docs/module-bitmessage_structs.encrypted.html | 4 +- docs/module-bitmessage_structs.html | 4 +- docs/module-bitmessage_structs.inv_vect.html | 4 +- docs/module-bitmessage_structs.message.html | 4 +- docs/module-bitmessage_structs.net_addr.html | 4 +- docs/module-bitmessage_structs.object.html | 4 +- docs/module-bitmessage_structs.var_int.html | 4 +- ...odule-bitmessage_structs.var_int_list.html | 4 +- docs/module-bitmessage_structs.var_str.html | 4 +- docs/module-bitmessage_user-agent.html | 4 +- docs/module-bitmessage_wif.html | 4 +- docs/net_base.js.html | 6 +- docs/net_tcp.js.html | 8 +- docs/net_ws.js.html | 8 +- docs/objects.js.html | 4 +- docs/pow.js.html | 4 +- docs/structs.js.html | 4 +- docs/user-agent.js.html | 4 +- docs/wif.js.html | 4 +- 50 files changed, 452 insertions(+), 452 deletions(-) delete mode 100644 docs/module-bitmessage_lib_net_base.html delete mode 100644 docs/module-bitmessage_lib_net_ws.html rename docs/{module-bitmessage_lib_net_base.BaseTransport.html => module-bitmessage_net_base.BaseTransport.html} (79%) create mode 100644 docs/module-bitmessage_net_base.html rename docs/{module-bitmessage_lib_net_tcp.TcpTransport.html => module-bitmessage_net_tcp.TcpTransport.html} (73%) rename docs/{module-bitmessage_lib_net_tcp.html => module-bitmessage_net_tcp.html} (50%) rename docs/{module-bitmessage_lib_net_ws.WsTransport.html => module-bitmessage_net_ws.WsTransport.html} (71%) create mode 100644 docs/module-bitmessage_net_ws.html diff --git a/docs/address.js.html b/docs/address.js.html index bf1153a..cc6cfc2 100644 --- a/docs/address.js.html +++ b/docs/address.js.html @@ -456,13 +456,13 @@ module.exports = Address;
diff --git a/docs/crypto.js.html b/docs/crypto.js.html index 12bc6de..ee5d64d 100644 --- a/docs/crypto.js.html +++ b/docs/crypto.js.html @@ -212,13 +212,13 @@ exports.decrypt = function(privateKey, buf) {
diff --git a/docs/index.html b/docs/index.html index f9f0d0d..4c26d71 100644 --- a/docs/index.html +++ b/docs/index.html @@ -186,7 +186,7 @@ tcp.on("established", function() { } }); });

License

bitmessage - JavaScript Bitmessage library

-

Written in 2014-2015 by Kagami Hiiragi kagami@genshiken.org

+

Written in 2014-2015 by Kagami Hiiragi kagami@genshiken.org

To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.

You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see .

@@ -199,13 +199,13 @@ tcp.on("established", function() {
diff --git a/docs/index.js.html b/docs/index.js.html index 4513625..b7e049e 100644 --- a/docs/index.js.html +++ b/docs/index.js.html @@ -65,13 +65,13 @@ exports.UserAgent = require("./user-agent");
diff --git a/docs/messages.js.html b/docs/messages.js.html index d1cef84..8f34285 100644 --- a/docs/messages.js.html +++ b/docs/messages.js.html @@ -592,13 +592,13 @@ var error = exports.error = {
diff --git a/docs/module-bitmessage.html b/docs/module-bitmessage.html index b29d298..6ef8e18 100644 --- a/docs/module-bitmessage.html +++ b/docs/module-bitmessage.html @@ -654,13 +654,13 @@
diff --git a/docs/module-bitmessage_address.Address.html b/docs/module-bitmessage_address.Address.html index be3b3ab..4b6e834 100644 --- a/docs/module-bitmessage_address.Address.html +++ b/docs/module-bitmessage_address.Address.html @@ -2200,13 +2200,13 @@ encrypt/decrypt
diff --git a/docs/module-bitmessage_address.html b/docs/module-bitmessage_address.html index 749103c..01248e7 100644 --- a/docs/module-bitmessage_address.html +++ b/docs/module-bitmessage_address.html @@ -172,13 +172,13 @@ console.log("Deterministic Bitmessage address:", addr2.encode());
diff --git a/docs/module-bitmessage_crypto.html b/docs/module-bitmessage_crypto.html index 270671c..2606693 100644 --- a/docs/module-bitmessage_crypto.html +++ b/docs/module-bitmessage_crypto.html @@ -2028,13 +2028,13 @@ and rejects on bad key or signature.


diff --git a/docs/module-bitmessage_lib_net_base.html b/docs/module-bitmessage_lib_net_base.html deleted file mode 100644 index 78a1b5a..0000000 --- a/docs/module-bitmessage_lib_net_base.html +++ /dev/null @@ -1,173 +0,0 @@ - - - - - JSDoc: Module: bitmessage/lib/net/base - - - - - - - - - - -
- -

Module: bitmessage/lib/net/base

- - - - - - -
- -
- - - - - -
- -
-
- - -

Networking base module. Defines base transport interface, useful for -implementing new transports. End-users should import some transport -instead in order to connect/accept connections to/from other nodes.
NOTE: BaseTransport is exported as a module.

- - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
Source:
-
- - - - - - - -
- - - - - - - - - - - - - - - -
Example
- -
var BaseTransport = require("bitmessage/lib/net/base");
- - - - - -
- - - - - - -

Classes

- -
-
BaseTransport
-
-
- - - - - - - - - - - - - -
- -
- - - - -
- - - -
- - - - - - - \ No newline at end of file diff --git a/docs/module-bitmessage_lib_net_ws.html b/docs/module-bitmessage_lib_net_ws.html deleted file mode 100644 index 73d9e37..0000000 --- a/docs/module-bitmessage_lib_net_ws.html +++ /dev/null @@ -1,173 +0,0 @@ - - - - - JSDoc: Module: bitmessage/lib/net/ws - - - - - - - - - - -
- -

Module: bitmessage/lib/net/ws

- - - - - - -
- -
- - - - - -
- -
-
- - -

WebSocket transport. Needed because browsers can't handle TCP sockets -so we use separate WebSocket server to proxy messages into TCP data -packets. Available for both Node.js and Browser platforms.
NOTE: WsTransport is exported as a module.

- - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
Source:
-
- - - - - - - -
- - - - - - - - - - - - - - - -
Example
- -
var WsTransport = require("bitmessage/lib/net/ws");
- - - - - -
- - - - - - -

Classes

- -
-
WsTransport
-
-
- - - - - - - - - - - - - -
- -
- - - - -
- - - -
- - - - - - - \ No newline at end of file diff --git a/docs/module-bitmessage_messages.addr.html b/docs/module-bitmessage_messages.addr.html index 4734b1e..ef0c543 100644 --- a/docs/module-bitmessage_messages.addr.html +++ b/docs/module-bitmessage_messages.addr.html @@ -751,13 +751,13 @@ The same as encode.
diff --git a/docs/module-bitmessage_messages.error.html b/docs/module-bitmessage_messages.error.html index 7d5faa5..b51e4df 100644 --- a/docs/module-bitmessage_messages.error.html +++ b/docs/module-bitmessage_messages.error.html @@ -1239,13 +1239,13 @@ related to the error


diff --git a/docs/module-bitmessage_messages.getdata.html b/docs/module-bitmessage_messages.getdata.html index d2411aa..e92b0db 100644 --- a/docs/module-bitmessage_messages.getdata.html +++ b/docs/module-bitmessage_messages.getdata.html @@ -752,13 +752,13 @@ The same as encode
diff --git a/docs/module-bitmessage_messages.html b/docs/module-bitmessage_messages.html index be7dc0d..2ff838a 100644 --- a/docs/module-bitmessage_messages.html +++ b/docs/module-bitmessage_messages.html @@ -364,13 +364,13 @@ routine.


diff --git a/docs/module-bitmessage_messages.inv.html b/docs/module-bitmessage_messages.inv.html index 50f29a3..6a232db 100644 --- a/docs/module-bitmessage_messages.inv.html +++ b/docs/module-bitmessage_messages.inv.html @@ -751,13 +751,13 @@ The same as encode.


diff --git a/docs/module-bitmessage_messages.version.html b/docs/module-bitmessage_messages.version.html index 68affe8..4948eec 100644 --- a/docs/module-bitmessage_messages.version.html +++ b/docs/module-bitmessage_messages.version.html @@ -1249,13 +1249,13 @@ to self


diff --git a/docs/module-bitmessage_lib_net_base.BaseTransport.html b/docs/module-bitmessage_net_base.BaseTransport.html similarity index 79% rename from docs/module-bitmessage_lib_net_base.BaseTransport.html rename to docs/module-bitmessage_net_base.BaseTransport.html index cb12eec..24b386d 100644 --- a/docs/module-bitmessage_lib_net_base.BaseTransport.html +++ b/docs/module-bitmessage_net_base.BaseTransport.html @@ -29,7 +29,7 @@

- bitmessage/lib/net/base. + bitmessage/net/base. BaseTransport

@@ -866,13 +866,13 @@ argument is a string)


- Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 13:54:08 GMT+0300 (MSK) + Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 14:00:50 GMT+0300 (MSK)
diff --git a/docs/module-bitmessage_net_base.html b/docs/module-bitmessage_net_base.html new file mode 100644 index 0000000..4b0cb07 --- /dev/null +++ b/docs/module-bitmessage_net_base.html @@ -0,0 +1,173 @@ + + + + + JSDoc: Module: bitmessage/net/base + + + + + + + + + + +
+ +

Module: bitmessage/net/base

+ + + + + + +
+ +
+ + + + + +
+ +
+
+ + +

Networking base module. Defines base transport interface, useful for +implementing new transports. End-users should import some transport +instead in order to connect/accept connections to/from other nodes.
NOTE: BaseTransport is exported as a module.

+ + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + + + + + + +
Example
+ +
var BaseTransport = require("bitmessage/lib/net/base");
+ + + + + +
+ + + + + + +

Classes

+ +
+
BaseTransport
+
+
+ + + + + + + + + + + + + +
+ +
+ + + + +
+ + + +
+ +
+ Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 14:00:50 GMT+0300 (MSK) +
+ + + + + \ No newline at end of file diff --git a/docs/module-bitmessage_lib_net_tcp.TcpTransport.html b/docs/module-bitmessage_net_tcp.TcpTransport.html similarity index 73% rename from docs/module-bitmessage_lib_net_tcp.TcpTransport.html rename to docs/module-bitmessage_net_tcp.TcpTransport.html index b4c9bde..a88f4eb 100644 --- a/docs/module-bitmessage_lib_net_tcp.TcpTransport.html +++ b/docs/module-bitmessage_net_tcp.TcpTransport.html @@ -29,7 +29,7 @@

- bitmessage/lib/net/tcp. + bitmessage/net/tcp. TcpTransport

@@ -51,7 +51,7 @@
-

TCP transport class. Implements base transport interface.

+

TCP transport class. Implements base transport interface.

@@ -557,13 +557,13 @@ for
- Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 13:54:08 GMT+0300 (MSK) + Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 14:00:50 GMT+0300 (MSK)
diff --git a/docs/module-bitmessage_lib_net_tcp.html b/docs/module-bitmessage_net_tcp.html similarity index 50% rename from docs/module-bitmessage_lib_net_tcp.html rename to docs/module-bitmessage_net_tcp.html index 87ea9eb..623389f 100644 --- a/docs/module-bitmessage_lib_net_tcp.html +++ b/docs/module-bitmessage_net_tcp.html @@ -2,7 +2,7 @@ - JSDoc: Module: bitmessage/lib/net/tcp + JSDoc: Module: bitmessage/net/tcp @@ -17,7 +17,7 @@
-

Module: bitmessage/lib/net/tcp

+

Module: bitmessage/net/tcp

@@ -156,7 +156,7 @@ tcp.on("established", function() {

Classes

-
TcpTransport
+
TcpTransport
@@ -182,13 +182,13 @@ tcp.on("established", function() {

- Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 13:54:08 GMT+0300 (MSK) + Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 14:00:50 GMT+0300 (MSK)
diff --git a/docs/module-bitmessage_lib_net_ws.WsTransport.html b/docs/module-bitmessage_net_ws.WsTransport.html similarity index 71% rename from docs/module-bitmessage_lib_net_ws.WsTransport.html rename to docs/module-bitmessage_net_ws.WsTransport.html index 9b0bb89..94c9832 100644 --- a/docs/module-bitmessage_lib_net_ws.WsTransport.html +++ b/docs/module-bitmessage_net_ws.WsTransport.html @@ -29,7 +29,7 @@

- bitmessage/lib/net/ws. + bitmessage/net/ws. WsTransport

@@ -52,7 +52,7 @@

WebSocket transport class. Implements [base transport -interface]module:bitmessage/lib/net/base.BaseTransport.

+interface]module:bitmessage/net/base.BaseTransport.

@@ -536,13 +536,13 @@ Available only for Node platform.


- Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 13:54:08 GMT+0300 (MSK) + Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 14:00:50 GMT+0300 (MSK)
diff --git a/docs/module-bitmessage_net_ws.html b/docs/module-bitmessage_net_ws.html new file mode 100644 index 0000000..134638e --- /dev/null +++ b/docs/module-bitmessage_net_ws.html @@ -0,0 +1,173 @@ + + + + + JSDoc: Module: bitmessage/net/ws + + + + + + + + + + +
+ +

Module: bitmessage/net/ws

+ + + + + + +
+ +
+ + + + + +
+ +
+
+ + +

WebSocket transport. Needed because browsers can't handle TCP sockets +so we use separate WebSocket server to proxy messages into TCP data +packets. Available for both Node.js and Browser platforms.
NOTE: WsTransport is exported as a module.

+ + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + + + + + + +
Example
+ +
var WsTransport = require("bitmessage/lib/net/ws");
+ + + + + +
+ + + + + + +

Classes

+ +
+
WsTransport
+
+
+ + + + + + + + + + + + + +
+ +
+ + + + +
+ + + +
+ +
+ Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 14:00:50 GMT+0300 (MSK) +
+ + + + + \ No newline at end of file diff --git a/docs/module-bitmessage_objects.broadcast.html b/docs/module-bitmessage_objects.broadcast.html index 60c3ce1..30a6a44 100644 --- a/docs/module-bitmessage_objects.broadcast.html +++ b/docs/module-bitmessage_objects.broadcast.html @@ -1580,13 +1580,13 @@ unparsed buffer data for other encodings


- Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 13:54:08 GMT+0300 (MSK) + Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 14:00:50 GMT+0300 (MSK)
diff --git a/docs/module-bitmessage_objects.getpubkey.html b/docs/module-bitmessage_objects.getpubkey.html index ba37cbd..e8d40c4 100644 --- a/docs/module-bitmessage_objects.getpubkey.html +++ b/docs/module-bitmessage_objects.getpubkey.html @@ -1084,13 +1084,13 @@ for address version >= 4


- Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 13:54:08 GMT+0300 (MSK) + Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 14:00:50 GMT+0300 (MSK)
diff --git a/docs/module-bitmessage_objects.html b/docs/module-bitmessage_objects.html index 5a02f21..b9c78cf 100644 --- a/docs/module-bitmessage_objects.html +++ b/docs/module-bitmessage_objects.html @@ -413,13 +413,13 @@ then call decode function of the appropriate object handler.


- Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 13:54:08 GMT+0300 (MSK) + Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 14:00:50 GMT+0300 (MSK)
diff --git a/docs/module-bitmessage_objects.msg.html b/docs/module-bitmessage_objects.msg.html index 7b253ff..7e066ed 100644 --- a/docs/module-bitmessage_objects.msg.html +++ b/docs/module-bitmessage_objects.msg.html @@ -1890,13 +1890,13 @@ unparsed buffer data for other encodings


- Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 13:54:08 GMT+0300 (MSK) + Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 14:00:50 GMT+0300 (MSK)
diff --git a/docs/module-bitmessage_objects.pubkey.html b/docs/module-bitmessage_objects.pubkey.html index ca7d1b0..f8972d0 100644 --- a/docs/module-bitmessage_objects.pubkey.html +++ b/docs/module-bitmessage_objects.pubkey.html @@ -1290,13 +1290,13 @@ only for pubkey version >= 3)


- Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 13:54:08 GMT+0300 (MSK) + Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 14:00:50 GMT+0300 (MSK)
diff --git a/docs/module-bitmessage_pow.html b/docs/module-bitmessage_pow.html index 0f103e6..9db4436 100644 --- a/docs/module-bitmessage_pow.html +++ b/docs/module-bitmessage_pow.html @@ -1089,13 +1089,13 @@ raised to 1000.


- Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 13:54:08 GMT+0300 (MSK) + Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 14:00:50 GMT+0300 (MSK)
diff --git a/docs/module-bitmessage_structs.PubkeyBitfield.html b/docs/module-bitmessage_structs.PubkeyBitfield.html index 68c8527..370fb78 100644 --- a/docs/module-bitmessage_structs.PubkeyBitfield.html +++ b/docs/module-bitmessage_structs.PubkeyBitfield.html @@ -798,13 +798,13 @@ bound for them.


- Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 13:54:08 GMT+0300 (MSK) + Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 14:00:50 GMT+0300 (MSK)
diff --git a/docs/module-bitmessage_structs.ServicesBitfield.html b/docs/module-bitmessage_structs.ServicesBitfield.html index ad41908..0a7f019 100644 --- a/docs/module-bitmessage_structs.ServicesBitfield.html +++ b/docs/module-bitmessage_structs.ServicesBitfield.html @@ -718,13 +718,13 @@ console.log(services.get(15)); // false
- Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 13:54:08 GMT+0300 (MSK) + Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 14:00:50 GMT+0300 (MSK)
diff --git a/docs/module-bitmessage_structs.encrypted.html b/docs/module-bitmessage_structs.encrypted.html index 9bd1da7..3a42c69 100644 --- a/docs/module-bitmessage_structs.encrypted.html +++ b/docs/module-bitmessage_structs.encrypted.html @@ -750,13 +750,13 @@ size)


- Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 13:54:08 GMT+0300 (MSK) + Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 14:00:50 GMT+0300 (MSK)
diff --git a/docs/module-bitmessage_structs.html b/docs/module-bitmessage_structs.html index 58fa3d5..e298d1a 100644 --- a/docs/module-bitmessage_structs.html +++ b/docs/module-bitmessage_structs.html @@ -210,13 +210,13 @@ console.log(decoded4.list); // [1, 2, 3]
- Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 13:54:08 GMT+0300 (MSK) + Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 14:00:50 GMT+0300 (MSK)
diff --git a/docs/module-bitmessage_structs.inv_vect.html b/docs/module-bitmessage_structs.inv_vect.html index 550b60c..6cf2a5f 100644 --- a/docs/module-bitmessage_structs.inv_vect.html +++ b/docs/module-bitmessage_structs.inv_vect.html @@ -283,13 +283,13 @@
- Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 13:54:08 GMT+0300 (MSK) + Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 14:00:50 GMT+0300 (MSK)
diff --git a/docs/module-bitmessage_structs.message.html b/docs/module-bitmessage_structs.message.html index e7fc677..ca5e7fe 100644 --- a/docs/module-bitmessage_structs.message.html +++ b/docs/module-bitmessage_structs.message.html @@ -1143,13 +1143,13 @@ processing message


- Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 13:54:08 GMT+0300 (MSK) + Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 14:00:50 GMT+0300 (MSK)
diff --git a/docs/module-bitmessage_structs.net_addr.html b/docs/module-bitmessage_structs.net_addr.html index f58d4a9..4ca5fdd 100644 --- a/docs/module-bitmessage_structs.net_addr.html +++ b/docs/module-bitmessage_structs.net_addr.html @@ -927,13 +927,13 @@ provided by the node


- Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 13:54:08 GMT+0300 (MSK) + Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 14:00:50 GMT+0300 (MSK)
diff --git a/docs/module-bitmessage_structs.object.html b/docs/module-bitmessage_structs.object.html index 8c6222d..3728230 100644 --- a/docs/module-bitmessage_structs.object.html +++ b/docs/module-bitmessage_structs.object.html @@ -1828,13 +1828,13 @@ useful if you are going to calculate it later).


- Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 13:54:08 GMT+0300 (MSK) + Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 14:00:50 GMT+0300 (MSK)
diff --git a/docs/module-bitmessage_structs.var_int.html b/docs/module-bitmessage_structs.var_int.html index 643dc5c..90476e1 100644 --- a/docs/module-bitmessage_structs.var_int.html +++ b/docs/module-bitmessage_structs.var_int.html @@ -609,13 +609,13 @@
- Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 13:54:08 GMT+0300 (MSK) + Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 14:00:50 GMT+0300 (MSK)
diff --git a/docs/module-bitmessage_structs.var_int_list.html b/docs/module-bitmessage_structs.var_int_list.html index ef79c48..bb37002 100644 --- a/docs/module-bitmessage_structs.var_int_list.html +++ b/docs/module-bitmessage_structs.var_int_list.html @@ -607,13 +607,13 @@
- Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 13:54:08 GMT+0300 (MSK) + Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 14:00:50 GMT+0300 (MSK)
diff --git a/docs/module-bitmessage_structs.var_str.html b/docs/module-bitmessage_structs.var_str.html index 7dc9eb9..53d3806 100644 --- a/docs/module-bitmessage_structs.var_str.html +++ b/docs/module-bitmessage_structs.var_str.html @@ -606,13 +606,13 @@
- Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 13:54:08 GMT+0300 (MSK) + Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 14:00:50 GMT+0300 (MSK)
diff --git a/docs/module-bitmessage_user-agent.html b/docs/module-bitmessage_user-agent.html index 743e4f3..91a6d8a 100644 --- a/docs/module-bitmessage_user-agent.html +++ b/docs/module-bitmessage_user-agent.html @@ -901,13 +901,13 @@ format because it's not that important.


- Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 13:54:08 GMT+0300 (MSK) + Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 14:00:50 GMT+0300 (MSK)
diff --git a/docs/module-bitmessage_wif.html b/docs/module-bitmessage_wif.html index 18e1221..54bc80e 100644 --- a/docs/module-bitmessage_wif.html +++ b/docs/module-bitmessage_wif.html @@ -463,13 +463,13 @@ key).


- Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 13:54:08 GMT+0300 (MSK) + Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 14:00:50 GMT+0300 (MSK)
diff --git a/docs/net_base.js.html b/docs/net_base.js.html index f6562e1..9a3a23b 100644 --- a/docs/net_base.js.html +++ b/docs/net_base.js.html @@ -32,7 +32,7 @@ * instead in order to connect/accept connections to/from other nodes. * **NOTE**: `BaseTransport` is exported as a module. * @example var BaseTransport = require("bitmessage/lib/net/base"); - * @module bitmessage/lib/net/base + * @module bitmessage/net/base */ // TODO(Kagami): Write some sort of tutorial. @@ -149,13 +149,13 @@ module.exports = BaseTransport;
- Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 13:54:08 GMT+0300 (MSK) + Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 14:00:49 GMT+0300 (MSK)
diff --git a/docs/net_tcp.js.html b/docs/net_tcp.js.html index f33ef0e..f61d6fb 100644 --- a/docs/net_tcp.js.html +++ b/docs/net_tcp.js.html @@ -30,7 +30,7 @@ * TCP transport compatible with PyBitmessage. Available only for Node * platform. * **NOTE**: `TcpTransport` is exported as a module. - * @module bitmessage/lib/net/tcp + * @module bitmessage/net/tcp * @example * var messages = require("bitmessage").messages; * var TcpTransport = require("bitmessage/lib/net/tcp"); @@ -77,7 +77,7 @@ var unmap = BaseTransport._unmap; /** * TCP transport class. Implements [base transport interface]{@link - * module:bitmessage/lib/net/base.BaseTransport}. + * module:bitmessage/net/base.BaseTransport}. * @param {Object=} opts - Transport options * @param {Array} opts.seeds - Bootstrap nodes (none by default) * @param {Array} opts.dnsSeeds - Bootstrap DNS nodes (none by default) @@ -362,13 +362,13 @@ module.exports = TcpTransport;
- Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 13:54:08 GMT+0300 (MSK) + Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 14:00:49 GMT+0300 (MSK)
diff --git a/docs/net_ws.js.html b/docs/net_ws.js.html index 62d250c..aa0e8b9 100644 --- a/docs/net_ws.js.html +++ b/docs/net_ws.js.html @@ -32,7 +32,7 @@ * packets. Available for both Node.js and Browser platforms. * **NOTE**: `WsTransport` is exported as a module. * @example var WsTransport = require("bitmessage/lib/net/ws"); - * @module bitmessage/lib/net/ws + * @module bitmessage/net/ws */ "use strict"; @@ -52,7 +52,7 @@ var unmap = BaseTransport._unmap; /** * WebSocket transport class. Implements [base transport - * interface]{@link module:bitmessage/lib/net/base.BaseTransport}. + * interface]{@link module:bitmessage/net/base.BaseTransport}. * @param {Object=} opts - Transport options * @param {Array} opts.seeds - Bootstrap nodes (none by default) * @param {Object} opts.services - @@ -292,13 +292,13 @@ module.exports = WsTransport;
- Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 13:54:08 GMT+0300 (MSK) + Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 14:00:49 GMT+0300 (MSK)
diff --git a/docs/objects.js.html b/docs/objects.js.html index 08be41b..c897512 100644 --- a/docs/objects.js.html +++ b/docs/objects.js.html @@ -1170,13 +1170,13 @@ var broadcast = exports.broadcast = {
- Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 13:54:08 GMT+0300 (MSK) + Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 14:00:49 GMT+0300 (MSK)
diff --git a/docs/pow.js.html b/docs/pow.js.html index 121ae34..07153b2 100644 --- a/docs/pow.js.html +++ b/docs/pow.js.html @@ -150,13 +150,13 @@ exports.doAsync = function(opts) {
- Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 13:54:08 GMT+0300 (MSK) + Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 14:00:49 GMT+0300 (MSK)
diff --git a/docs/structs.js.html b/docs/structs.js.html index c8a9365..50f69bc 100644 --- a/docs/structs.js.html +++ b/docs/structs.js.html @@ -1091,13 +1091,13 @@ exports.PubkeyBitfield = objectAssign(Bitfield(32), {
- Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 13:54:08 GMT+0300 (MSK) + Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 14:00:49 GMT+0300 (MSK)
diff --git a/docs/user-agent.js.html b/docs/user-agent.js.html index ac420c2..1e257cc 100644 --- a/docs/user-agent.js.html +++ b/docs/user-agent.js.html @@ -148,13 +148,13 @@ exports.encodeSelfWith = function(software) {
- Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 13:54:08 GMT+0300 (MSK) + Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 14:00:49 GMT+0300 (MSK)
diff --git a/docs/wif.js.html b/docs/wif.js.html index 2711f7a..61585db 100644 --- a/docs/wif.js.html +++ b/docs/wif.js.html @@ -81,13 +81,13 @@ exports.encode = function(privateKey) {
- Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 13:54:08 GMT+0300 (MSK) + Documentation generated by JSDoc 3.4.0-dev on Sat Feb 14 2015 14:00:49 GMT+0300 (MSK)