index
:
Hermes
grape
mango
master
A functional chat server and client.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Lines
*
updates to README.md (manual) to reflect change quit -> /quit
mango
Ibrahim Mkusa
2017-04-23
-1
/
+1
*
Merge pull request #6 from oplS17projects/mango
iskm
2017-04-23
-6
/
+35
|
\
|
*
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
|
\
|
*
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
|
|
\
|
|
/
|
/
|
*
|
Modified the readme
Doug-Richardson
2017-04-22
-24
/
+23
|
*
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
*
Merge pull request #4 from oplS17projects/mango
iskm
2017-04-16
-3
/
+4
|
\
|
*
use relative paths when opening files
Ibrahim Mkusa
2017-04-16
-3
/
+4
*
|
Merge pull request #3 from oplS17projects/mango
0.3
iskm
2017-04-16
-78
/
+214
|
\
|
|
*
minor additions
Ibrahim Mkusa
2017-04-16
-3
/
+1
|
*
broadcast now checks whether port is open before trying to send
Ibrahim Mkusa
2017-04-16
-15
/
+11
|
*
sync/timeout to plain sync. Its appropriate given the chat context
Ibrahim Mkusa
2017-04-16
-3
/
+3
|
*
sleep delay interval setting now managed as a global variable
Ibrahim Mkusa
2017-04-16
-4
/
+6
|
*
clients can type /list users to get usernames logged in
Ibrahim Mkusa
2017-04-16
-3
/
+13
|
*
clients can type in /list count to ask for number of logged in users
Ibrahim Mkusa
2017-04-16
-3
/
+17
|
*
Clients can now whisper to each other /whisper
Ibrahim Mkusa
2017-04-16
-6
/
+45
|
*
username now stored along with related input output ports
Ibrahim Mkusa
2017-04-16
-1
/
+1
|
*
more readable names for some functions
Ibrahim Mkusa
2017-04-16
-13
/
+30
|
*
all output generated from client is now logged to appropriate _client
Ibrahim Mkusa
2017-04-15
-16
/
+22
|
*
client logs end with _client and server logs end with _server
Ibrahim Mkusa
2017-04-15
-9
/
+9
|
*
created modules/general.rkt to house common functions
Ibrahim Mkusa
2017-04-15
-24
/
+38
|
*
preliminary work on adding sessions stickiness
Ibrahim Mkusa
2017-04-15
-4
/
+18
|
*
server now logs all received conversations and events to files
Ibrahim Mkusa
2017-04-14
-24
/
+50
*
|
Merge pull request #2 from oplS17projects/mango
iskm
2017-04-14
-140
/
+197
|
\
|
|
*
tidied up
Ibrahim Mkusa
2017-04-14
-0
/
+0
|
*
Tell git to ignore temporary files
Ibrahim Mkusa
2017-04-14
-0
/
+2
|
*
Hermes is pre-alpha ready
Ibrahim Mkusa
2017-04-14
-5
/
+8
|
*
now handles disconnected clients
Ibrahim Mkusa
2017-04-14
-1
/
+16
|
*
Clients now default to leaving sign out messages
Ibrahim Mkusa
2017-04-13
-8
/
+17
|
*
timestamps added to messages
Ibrahim Mkusa
2017-04-13
-4
/
+14
|
*
messages are now tracked via a closure.
Ibrahim Mkusa
2017-04-13
-13
/
+25
|
*
tidied up, removed some unused definitions
Ibrahim Mkusa
2017-04-13
-7
/
+2
|
*
tracking a list of input and output ports via closures and sets
Ibrahim Mkusa
2017-04-13
-4
/
+11
[next]