Commit Graph

107 Commits

Author SHA1 Message Date
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
9e1f8c33d1 clients can type /list users to get usernames logged in 2017-04-16 17:09:57 -04:00
ec7b9a644a clients can type in /list count to ask for number of logged in users 2017-04-16 16:48:51 -04:00
61e6c97317 Clients can now whisper to each other /whisper 2017-04-16 16:24:16 -04:00
5d36ba1d5d username now stored along with related input output ports 2017-04-16 14:06:39 -04:00
52edc75849 more readable names for some functions 2017-04-16 13:50:26 -04:00
a532a8cc71 all output generated from client is now logged to appropriate _client
files
2017-04-15 21:53:49 -04:00
63c4e2e185 client logs end with _client and server logs end with _server 2017-04-15 21:06:14 -04:00
413d13d7a6 created modules/general.rkt to house common functions 2017-04-15 20:56:47 -04:00
11bcec1052 preliminary work on adding sessions stickiness 2017-04-15 20:32:26 -04:00
83911cc5f7 server now logs all received conversations and events to files 2017-04-14 17:10:20 -04:00
iskm
4cb1b05ae9 Merge pull request #2 from oplS17projects/mango
Mango
2017-04-14 11:02:48 -04:00
e09975a02c tidied up 2017-04-14 09:57:40 -04:00
fd2488cf59 Tell git to ignore temporary files 2017-04-14 09:51:08 -04:00
0e1636e816 Hermes is pre-alpha ready 2017-04-14 09:40:01 -04:00
f8fef5c5ae now handles disconnected clients 2017-04-14 00:45:33 -04:00
8d9765ca8c Clients now default to leaving sign out messages 2017-04-13 15:57:58 -04:00
f6687e7d62 timestamps added to messages 2017-04-13 15:20:47 -04:00
31308f35fd messages are now tracked via a closure. 2017-04-13 14:40:27 -04:00
2c8407d195 tidied up, removed some unused definitions 2017-04-13 14:09:40 -04:00
a0fbba4a81 tracking a list of input and output ports via closures and sets 2017-04-13 14:01:32 -04:00