This website requires JavaScript.
Explore
Help
Sign In
xevion
/
tcp-chat
Watch
1
Star
0
Fork
0
You've already forked tcp-chat
mirror of
https://github.com/Xevion/tcp-chat.git
synced
2025-12-08 02:08:52 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3c4d5115f24b340928ec58e0d8fdeb0ee7a4bfc9
tcp-chat
/
server
History
Xevion
3c4d5115f2
message history exchange implementation, include database message IDs with all messages sent
2021-01-21 15:54:27 -06:00
..
__init__.py
switch to multiprocessing, attempt to improve KeyboardInterrupt handling (or add it, actually)
2021-01-21 11:59:11 -06:00
commands.py
command name argument lower, ensure client is properly removed from main.py all_clients
2021-01-20 23:37:06 -06:00
db.py
improve message recording, use try/finally cur cursor closing, on-demand cursor creation
2021-01-21 15:52:00 -06:00
handler.py
message history exchange implementation, include database message IDs with all messages sent
2021-01-21 15:54:27 -06:00
main.py
new sqlite3 database for recording messages by clients and server
2021-01-21 12:00:02 -06:00