From 733e35de1ff6af579ec920c5c0d14e0261ec229f Mon Sep 17 00:00:00 2001 From: Andrew Gundersen <53452154+gundersena@users.noreply.github.com> Date: Tue, 19 Jan 2021 10:37:14 -0600 Subject: [PATCH 1/3] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ba52bef --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Messenger + +Rudimentary messenger server for the Crimata platform + +Crimata has a messenger application built in. This is the backend for that application, allowing users to talk/text eachother. + +While running this code as is would probably be pointless, it is a clean and simple implentation of a messenger service. From cdff2b2450b35823c876554f530b644b267ef4ec Mon Sep 17 00:00:00 2001 From: Andrew Gundersen <53452154+gundersena@users.noreply.github.com> Date: Tue, 19 Jan 2021 10:42:03 -0600 Subject: [PATCH 2/3] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index ba52bef..2ec7814 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,4 @@ Rudimentary messenger server for the Crimata platform -Crimata has a messenger application built in. This is the backend for that application, allowing users to talk/text eachother. - -While running this code as is would probably be pointless, it is a clean and simple implentation of a messenger service. +Crimata has a messenger application built in. This is a backend for that application, allowing users to talk/text eachother (the real one is private). It is a clean and simple implentation of a messenger service. From 15422b9a3754a8e6621fe61f12b671b699ae64bb Mon Sep 17 00:00:00 2001 From: Andrew Gundersen <53452154+gundersena@users.noreply.github.com> Date: Wed, 20 Jan 2021 09:21:28 -0600 Subject: [PATCH 3/3] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 2ec7814..3bb75a6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ # Messenger -Rudimentary messenger server for the Crimata platform - -Crimata has a messenger application built in. This is a backend for that application, allowing users to talk/text eachother (the real one is private). It is a clean and simple implentation of a messenger service. +Messenger server for the Crimata platform