Ignore:
Timestamp:
05/20/12 02:39:34 (12 years ago)
Author:
atzm
Message:
  • fixed some bugs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • etherws/trunk/README.rst

    r158 r160  
    110110It will return *401 Authorization Required*. 
    111111 
    112 On client side, etherws requires username as option, and password from 
    113 stdin:: 
     112On client side, etherws requires username from option, and password from 
     113option or stdin:: 
    114114 
     115  # etherws client --uri ws://<address>/ --user username --passwd password 
    115116  # etherws client --uri ws://<address>/ --user username 
    116117  Password:  
     
    123124History 
    124125======= 
     1260.5 (2012-05-20 JST) 
     127  - added passwd option to client mode 
     128  - fixed bug: basic authentication password cannot contain colon 
     129  - fixed bug: client loops meaninglessly even if server stops 
     130 
    1251310.4 (2012-05-19 JST) 
    126132  - server certificate verification support 
Note: See TracChangeset for help on using the changeset viewer.