The Inbox: Network-ck.235.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Inbox: Network-ck.235.mcz

commits-2
A new version of Network was added to project The Inbox:
http://source.squeak.org/inbox/Network-ck.235.mcz

==================== Summary ====================

Name: Network-ck.235
Author: ck
Time: 5 November 2019, 2:28:19.977827 pm
UUID: 8ba9f4f6-31d1-4901-8d7a-93654d90a89f
Ancestors: Network-cbc.234

Move noAuthorizationMethod to the class side.

Without this change the #socks5 method is broken.
All the other default settings that #socks5 uses are on the class side too and its the only place that uses it.

=============== Diff against Network-cbc.234 ===============

Item was added:
+ ----- Method: SocksSocket class>>noAutorizationMethod (in category 'accessing') -----
+ noAutorizationMethod
+ ^0!

Item was removed:
- ----- Method: SocksSocket>>noAutorizationMethod (in category 'methods') -----
- noAutorizationMethod
- ^0!