index
:
swiftstory.git
black_card_visible
c++
change-packaging
master
python-package-no-www
SwiftStory game
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
swiftstory
/
SwiftStory.py
Age
Commit message (
Expand
)
Author
2020-11-02
also add the JoinError exception type
Olivier Gayot
2020-11-01
Add WrongAction exception and use it instaed of returning error
Olivier Gayot
2020-11-01
replace calls to print by calls to logging
Olivier Gayot
2020-09-13
Get rid of extra newline
Olivier Gayot
2020-09-13
Use callbacks to handle the opcodes
Olivier Gayot
2020-09-13
Handle exception when JSON received is not an object
Olivier Gayot
2020-09-12
Handle JSON with no opcode
Olivier Gayot
2020-09-12
Fix missing module name in exception type
Olivier Gayot
2020-05-28
Rename function swiftory connection_handler
Olivier Gayot
2020-05-28
Don't use coroutines for functions sending notifications
Olivier Gayot
2020-05-21
Don't pass both the client and the socket
Olivier Gayot
2020-05-21
Properly handle disconnections from remote end
Olivier Gayot
2020-05-15
Add cosmetic changes
Olivier Gayot
2020-05-15
Take the listen address and port as optional arguments
Olivier Gayot
2020-03-29
Change the websocket library for the standard one
Olivier Gayot
2020-03-29
Catch right type of exception when decoding JSON
Olivier Gayot
2018-03-09
use setuptools instead of only distutils
Olivier Gayot