Closed kousu closed 10 years ago
paramiko uses inherit() which is duplicated at both https://github.com/mimecuvalo/firessh/blob/master/src/content/js/etc/common.js and https://github.com/mimecuvalo/fireftp/blob/master/src/content/js/etc/common.js, but is not actually inside of paramiko, making paramiko unusable by itself. Same with log.js.
inherit()
log.js
And the issue cuts backwards too at this line. Can that line be set to "ParamikoJS" and FireFTP override it? That's how the python http software works.
Good points - I'll work on it this week.
Updated: https://github.com/mimecuvalo/paramikojs/commit/3d755cae143e2b1b29cffb29cf5da7d07984227a https://github.com/mimecuvalo/paramikojs/commit/5a68721d7741a3a419ca7a67f900865b3ba4e447
paramiko uses
inherit()
which is duplicated at both https://github.com/mimecuvalo/firessh/blob/master/src/content/js/etc/common.js and https://github.com/mimecuvalo/fireftp/blob/master/src/content/js/etc/common.js, but is not actually inside of paramiko, making paramiko unusable by itself. Same withlog.js
.And the issue cuts backwards too at this line. Can that line be set to "ParamikoJS" and FireFTP override it? That's how the python http software works.