Skip to content
Snippets Groups Projects
Commit e11d23a2 authored by deuce's avatar deuce
Browse files

Document changes to the auth_cb

parent f2e46479
No related branches found
No related tags found
No related merge requests found
...@@ -462,6 +462,8 @@ BinkP.prototype.connect = function(addr, password, auth_cb, port) ...@@ -462,6 +462,8 @@ BinkP.prototype.connect = function(addr, password, auth_cb, port)
* is explicitly allowed to change the inbound property and call * is explicitly allowed to change the inbound property and call
* this.sendCmd(this.command.M_ERR, "Error String"); * this.sendCmd(this.command.M_ERR, "Error String");
* *
* It may also set/clear the require_crypt property.
*
* It is up to the auth_cb() callback to enforce the require_md5 property. * It is up to the auth_cb() callback to enforce the require_md5 property.
*/ */
BinkP.prototype.accept = function(sock, auth_cb) BinkP.prototype.accept = function(sock, auth_cb)
......
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