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-06 13:16:42 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a49b2fe9032cb02e1ee7b3738d5f240601964d08
tcp-chat
/
server
History
Xevion
a49b2fe903
Move pyqt5 generated UI classes into ./client/ui/
...
- Also added MainWindow.ui to repo.
2021-02-21 13:14:19 -06:00
..
__init__.py
fix help command without argument, change from default DEBUG level to individually configured, comments/docs/formatting, improved imports, remove REFRESH CLIENT LIST request
2021-01-22 14:35:54 -06:00
commands.py
fix help command without argument, change from default DEBUG level to individually configured, comments/docs/formatting, improved imports, remove REFRESH CLIENT LIST request
2021-01-22 14:35:54 -06:00
db.py
implement ABC classes getting rid of duplicate code
2021-01-27 09:14:51 -06:00
handler.py
create baseclass Database and create new ClientDatabase alongside renamed ServerDatabase class, table construction
2021-01-26 12:00:24 -06:00
main.py
docs and TODO, remove old nickname dialog code, cleanup, remove refresh_connections timer/func, logging setLevel change, server.main use constants DEFAULT IP/PORt
2021-01-25 12:06:58 -06:00
MainWindow.ui
Move pyqt5 generated UI classes into ./client/ui/
2021-02-21 13:14:19 -06:00