jsocks
jsocks copied to clipboard
Updates for http://jsocks.sourceforge.net to keep compliant with LGPL.
Currently any reformatting by any IDE has a large risk introducing whitespace changes. Add .editorconfig file corresponding to current sources. Also look into Intellij reformatting.
makes running a proxy easier
The following should be done: * Revise to update dependencies. This either requires lifting Java version to 8 which is what SLF4J requires, or switching logging to java.util.logging. * Use...