Commit Graph

127 Commits

Author SHA1 Message Date
Doug-Richardson
26c9029401 Added example file to readme
Not sure that is where it should go but it felt appropriate. This is Hermes. Here it is. It works.
2017-04-24 10:13:53 -04:00
Doug-Richardson
85f7c217aa Added an example image
I figured it would be good to add an example image of the program in action. I definitely didn't make it during class at all.
2017-04-24 10:11:21 -04:00
b56bab8d37 Merge branch 'master' of github.com:oplS17projects/Hermes
* 'master' of github.com:oplS17projects/Hermes:
  updates to README.md(manual)
2017-04-23 18:44:56 -04:00
37e58af6c3 updates to README.md(manual) 2017-04-23 18:44:27 -04:00
bdaf3f2fe8 updates to README.md(manual) 2017-04-23 18:18:56 -04:00
2e5a7beadb updates to README.md 2017-04-23 18:06:09 -04:00
ba69f9541b updates to README.md 2017-04-23 18:03:34 -04:00
cc0dec4e68 updated architecture diagram 2017-04-23 18:00:51 -04:00
f072a77550 updates to README.md 2017-04-23 17:48:05 -04:00
bd7b3bb531 Hermes is fully functional 2017-04-23 17:30:14 -04:00
58cff4f1b8 fixed bug causing multiple GUI to show up. Now prompts for hostname and
color
2017-04-23 17:15:44 -04:00
3e84c3a5ef timestamps are properly padded 2017-04-23 16:55:34 -04:00
a8e49e9070 server colors default to blue 2017-04-23 16:34:30 -04:00
9b31f3b324 text-field and send-button display on the same line 2017-04-23 16:27:41 -04:00
1c60a61d82 whispers are properly tagged 2017-04-23 15:50:53 -04:00
28d78a8a97 Handles disconnected users gracefully when you /whisper 2017-04-23 15:43:32 -04:00
e68c65c36a on launch focus goes to text-field 2017-04-23 15:19:51 -04:00
d65c4c634c clients now display received messages in the color of their origin 2017-04-23 15:09:18 -04:00
f4060606f0 updates to Hermes/Hermes/README.md 2017-04-23 13:56:08 -04:00
iskm
79495be7e5 Merge pull request #7 from oplS17projects/mango
updates to README.md (manual) to reflect command change quit -> /quit
2017-04-23 13:40:06 -04:00
18a9949ce6 updates to README.md (manual) to reflect change quit -> /quit 2017-04-23 13:33:47 -04:00
iskm
4f2353c2f1 Merge pull request #6 from oplS17projects/mango
Mango - Hermes core is ready
2017-04-23 13:30:45 -04:00
6aa488216e preliminary work on a short-manual for using Hermes 2017-04-23 13:28:12 -04:00
c80ebe3c16 Hermes is ready. Did some polishing and updated TODOs. 2017-04-23 13:24:34 -04:00
iskm
044e36ff5d Merge pull request #5 from oplS17projects/mango
Mango
2017-04-23 12:57:02 -04:00
6890e2be72 bug fix: improved responsiveness of GUI 2017-04-23 12:54:34 -04:00
c6dd0311d4 GUI no longer burns through CPU cycles. 2017-04-23 12:48:54 -04:00
c78c2fb872 Validate that username is at most 10 characters. Added Padding for username. 2017-04-23 11:43:52 -04:00
6bac96cfdb Now accepts "/quit" to quit instead of "quit" 2017-04-23 11:27:38 -04:00
183fad9de3 Now prompts for user name via the GUI 2017-04-23 11:15:58 -04:00
44a02c7025 updated TODO's 2017-04-23 04:21:36 -04:00
6b85be6490 bug fix: no longer attaches username to every received message. 2017-04-23 04:04:45 -04:00
ed5d1d7571 Basic input and output now can be done through gui 2017-04-23 03:50:12 -04:00
a1798d9e3d messages from other clients now display on the GUI 2017-04-23 02:52:39 -04:00
29c6708e13 renamed Hermes_Gui1.3.rkt to GUI.rkt for readability 2017-04-23 01:39:06 -04:00
63a3757f67 beginning merge process 2017-04-23 01:36:46 -04:00
4c508fec11 Merge branch 'master' of github.com:oplS17projects/Hermes into mango
* 'master' of github.com:oplS17projects/Hermes:
  Modified the readme
2017-04-23 01:28:37 -04:00
a9f7121695 removed unnecessary begin statements. Added more documentation to gui code. 2017-04-23 00:51:25 -04:00
Doug-Richardson
0ea83b808a Modified the readme
Mostly just updating the language.
2017-04-22 19:50:14 -04:00
ce93a60d0e removed unnecessary begin statements 2017-04-21 18:14:16 -04:00
42eceeb36f Formatting edits to code to enhance readibility for coming merge 2017-04-20 15:29:06 -04:00
Douglas-Richardson
95f7e74433 requires gui now 2017-04-19 17:20:10 -04:00
Douglas-Richardson
0f66565091 Added GUI to thing
yay
2017-04-19 17:16:46 -04:00
iskm
44f66b4ec1 Merge pull request #4 from oplS17projects/mango
use relative paths when opening files
2017-04-16 18:48:19 -04:00
684f172537 use relative paths when opening files 2017-04-16 18:45:22 -04:00
iskm
9b5da77619 Merge pull request #3 from oplS17projects/mango
Mango
2017-04-16 18:23:07 -04:00
ed029f7906 minor additions 2017-04-16 18:19:00 -04:00
f10fb083cd broadcast now checks whether port is open before trying to send 2017-04-16 17:47:42 -04:00
6680d7504b sync/timeout to plain sync. Its appropriate given the chat context 2017-04-16 17:32:02 -04:00
7e7edb4a54 sleep delay interval setting now managed as a global variable 2017-04-16 17:20:17 -04:00