Commit Graph

10 Commits

Author SHA1 Message Date
Ammar Askar
7c1d5bdc39 Command line interaction made much better, try start.py --help for details
Bumped up protocol version
Added packet dumping
Handle disconnects more cleanly
2012-10-26 05:02:42 +05:00
Ammar Askar
2bb374c153 Fix hexdigest properly
Chat once again works in terminal
Moved stuff around to appropriate locations
2012-10-09 20:16:37 +05:00
Ammar Askar
9b6a195b6a Fix control+c not working 2012-09-12 05:11:58 +05:00
Kier Davis
9a715a72b8 CLI chat output now uses ANSI escape codes to show colours and styles in chat msgs 2012-09-12 04:30:22 +05:00
Ammar Askar
908f9465a4 Ironed out some bugs, removed nogui chatting until I can figure out a nice non blocking approach 2012-09-11 20:17:02 +05:00
Ammar Askar
4ffcc4b04d Handle soft dependency for wxPython properly, addresses #6 2012-09-08 03:07:17 +05:00
Ammar Askar
71ca5f2952 Fix hexdigest 2012-09-06 15:08:03 +05:00
Ammar Askar
f18c6496b8 Update to 1.3 protocol, sha1 digest still needs work 2012-09-06 00:48:31 +05:00
Ammar Askar
fb7b22b771 Basic encrpytion support, needs more work. Introduces new dependency pycrypto 2012-09-04 06:57:22 +05:00
Ammar Askar
a3a442db3a Moved networking stuff to network package
Fixed message duping bug
2012-07-18 15:45:25 +01:00