Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Start work on final report. Using Prof. Martin's template. | Ibrahim Mkusa | 2017-04-30 | -0/+158 |
| | ||||
* | Created report | Doug-Richardson | 2017-04-28 | -0/+144 |
| | | | I didn't forget this time | |||
* | Merge branch 'master' of github.com:oplS17projects/Hermes | Ibrahim Mkusa | 2017-04-24 | -1/+1 |
|\ | | | | | | | | | * 'master' of github.com:oplS17projects/Hermes: minor configs for demo | |||
| * | minor configs for demo | Ibrahim Mkusa | 2017-04-24 | -1/+1 |
| | | ||||
* | | Added server logs from todays demos. | Ibrahim Mkusa | 2017-04-24 | -1/+107 |
|/ | ||||
* | Added example file to readme | Doug-Richardson | 2017-04-24 | -0/+3 |
| | | | Not sure that is where it should go but it felt appropriate. This is Hermes. Here it is. It works. | |||
* | Added an example image | Doug-Richardson | 2017-04-24 | -0/+0 |
| | | | 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. | |||
* | Merge branch 'master' of github.com:oplS17projects/Hermes | Ibrahim Mkusa | 2017-04-23 | -0/+0 |
|\ | | | | | | | | | * 'master' of github.com:oplS17projects/Hermes: updates to README.md(manual) | |||
| * | updates to README.md(manual) | Ibrahim Mkusa | 2017-04-23 | -3/+3 |
| | | ||||
* | | updates to README.md(manual) | Ibrahim Mkusa | 2017-04-23 | -4/+6 |
|/ | ||||
* | updates to README.md | Ibrahim Mkusa | 2017-04-23 | -2/+2 |
| | ||||
* | updates to README.md | Ibrahim Mkusa | 2017-04-23 | -5/+1 |
| | ||||
* | updated architecture diagram | Ibrahim Mkusa | 2017-04-23 | -0/+0 |
| | ||||
* | updates to README.md | Ibrahim Mkusa | 2017-04-23 | -18/+21 |
| | ||||
* | Hermes is fully functional | Ibrahim Mkusa | 2017-04-23 | -3/+5 |
| | ||||
* | fixed bug causing multiple GUI to show up. Now prompts for hostname and | Ibrahim Mkusa | 2017-04-23 | -26/+36 |
| | | | | color | |||
* | timestamps are properly padded | Ibrahim Mkusa | 2017-04-23 | -5/+10 |
| | ||||
* | server colors default to blue | Ibrahim Mkusa | 2017-04-23 | -8/+15 |
| | ||||
* | text-field and send-button display on the same line | Ibrahim Mkusa | 2017-04-23 | -2/+15 |
| | ||||
* | whispers are properly tagged | Ibrahim Mkusa | 2017-04-23 | -2/+3 |
| | ||||
* | Handles disconnected users gracefully when you /whisper | Ibrahim Mkusa | 2017-04-23 | -8/+11 |
| | ||||
* | on launch focus goes to text-field | Ibrahim Mkusa | 2017-04-23 | -0/+3 |
| | ||||
* | clients now display received messages in the color of their origin | Ibrahim Mkusa | 2017-04-23 | -11/+22 |
| | ||||
* | updates to Hermes/Hermes/README.md | Ibrahim Mkusa | 2017-04-23 | -4/+8 |
| | ||||
* | Merge pull request #7 from oplS17projects/mango | iskm | 2017-04-23 | -1/+1 |
|\ | | | | | updates to README.md (manual) to reflect command change quit -> /quit | |||
| * | updates to README.md (manual) to reflect change quit -> /quitmango | Ibrahim Mkusa | 2017-04-23 | -1/+1 |
|/ | ||||
* | Merge pull request #6 from oplS17projects/mango | iskm | 2017-04-23 | -6/+35 |
|\ | | | | | Mango - Hermes core is ready | |||
| * | preliminary work on a short-manual for using Hermes | Ibrahim Mkusa | 2017-04-23 | -0/+30 |
| | | ||||
| * | Hermes is ready. Did some polishing and updated TODOs. | Ibrahim Mkusa | 2017-04-23 | -6/+5 |
|/ | ||||
* | Merge pull request #5 from oplS17projects/mango | iskm | 2017-04-23 | -209/+375 |
|\ | | | | | Mango | |||
| * | bug fix: improved responsiveness of GUI | Ibrahim Mkusa | 2017-04-23 | -4/+4 |
| | | ||||
| * | GUI no longer burns through CPU cycles. | Ibrahim Mkusa | 2017-04-23 | -4/+49 |
| | | ||||
| * | Validate that username is at most 10 characters. Added Padding for username. | Ibrahim Mkusa | 2017-04-23 | -3/+10 |
| | | ||||
| * | Now accepts "/quit" to quit instead of "quit" | Ibrahim Mkusa | 2017-04-23 | -3/+6 |
| | | ||||
| * | Now prompts for user name via the GUI | Ibrahim Mkusa | 2017-04-23 | -3/+15 |
| | | ||||
| * | updated TODO's | Ibrahim Mkusa | 2017-04-23 | -1/+3 |
| | | ||||
| * | bug fix: no longer attaches username to every received message. | Ibrahim Mkusa | 2017-04-23 | -4/+7 |
| | | ||||
| * | Basic input and output now can be done through gui | Ibrahim Mkusa | 2017-04-23 | -5/+30 |
| | | ||||
| * | messages from other clients now display on the GUI | Ibrahim Mkusa | 2017-04-23 | -7/+25 |
| | | ||||
| * | renamed Hermes_Gui1.3.rkt to GUI.rkt for readability | Ibrahim Mkusa | 2017-04-23 | -1/+1 |
| | | ||||
| * | beginning merge process | Ibrahim Mkusa | 2017-04-23 | -7/+26 |
| | | ||||
| * | Merge branch 'master' of github.com:oplS17projects/Hermes into mango | Ibrahim Mkusa | 2017-04-23 | -24/+23 |
| |\ | |/ |/| | | | | | * 'master' of github.com:oplS17projects/Hermes: Modified the readme | |||
* | | Modified the readme | Doug-Richardson | 2017-04-22 | -24/+23 |
| | | | | | | Mostly just updating the language. | |||
| * | removed unnecessary begin statements. Added more documentation to gui code. | Ibrahim Mkusa | 2017-04-23 | -32/+65 |
| | | ||||
| * | removed unnecessary begin statements | Ibrahim Mkusa | 2017-04-21 | -3/+2 |
|/ | ||||
* | Formatting edits to code to enhance readibility for coming merge | Ibrahim Mkusa | 2017-04-20 | -19/+27 |
| | ||||
* | requires gui now | Douglas-Richardson | 2017-04-19 | -1/+1 |
| | ||||
* | Added GUI to thing | Douglas-Richardson | 2017-04-19 | -0/+196 |
| | | | | yay | |||
* | Merge pull request #4 from oplS17projects/mango | iskm | 2017-04-16 | -3/+4 |
|\ | | | | | use relative paths when opening files | |||
| * | use relative paths when opening files | Ibrahim Mkusa | 2017-04-16 | -3/+4 |
| | |