* Added X-Requested-By so some servers won't block requests because of CSRF protection.
0.9.4
------------------
* Allow the session Id to be stored in the configuration file for subsequent pygray calls * Fixed various calls to str's "encode", no longer necessary in Python3
0.9.2
------------------
* Messages were printed as Python3's "bytestrings", not regular strings. Fixed.