6 Commits (92c0258241ff5a1e98772b16e6b1fcc87b0012f8)

Author SHA1 Message Date
Giacomo Tanganelli 92c0258241
Merge branch 'master' into fix-token 3 years ago
Hubert Miś 297404ce33 Fix token handling
Token was encoded as utf-8 string. However, token is a byte string
that is not required to be utf-8 encodable. This patch changes
token type in the Message class to string of bytes instead of string
of characters.

Signed-off-by: Hubert Miś <hubert.mis@gmail.com>
3 years ago
Björn Freise 2eafa64308 Token stored as bytes and not limited to ascii chars anymore 5 years ago
Björn Freise 3c7b11c149 Clean up logger-calls - more semetrical through out the code 5 years ago
Björn Freise 28b465f54e Added Size1 and Size2 options 5 years ago
giacomo.tanganelli@for.unipi.it 4db21cd7e7 Porting to Python3 6 years ago