From 673ff76dc606b2af598e8b46d74f3395d1917ded Mon Sep 17 00:00:00 2001 From: Sebastian Lenzlinger <74497638+sebaschi@users.noreply.github.com> Date: Sun, 16 Jul 2023 15:43:20 +0200 Subject: [PATCH 1/3] Create LICENSE --- LICENSE | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..9fa5b85 --- /dev/null +++ b/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2023 Severin Memmishofer +Copyright (c) 2023 Sebastian Lenzlinger + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From cf621ba4d4dc4d6f7930ed6e7ad36c0b5b7863ff Mon Sep 17 00:00:00 2001 From: Sebastian Lenzlinger <74497638+sebaschi@users.noreply.github.com> Date: Sun, 16 Jul 2023 15:49:23 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a617de4..baa6d93 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # RippleChat -2023 © Severin Memmishofer, Sebastian Lenzlinger +RippleChat is a meant to be a TinySSB compatible chat client. It is started as a university project as a proof of concept for p2p messaging in a Secure Scuttlebut fashion on iOS. +At this stage it communicates via BLE. +It is not currently compatible with TinySSB conforming apps like (Tremola)[https://github.com/cn-uofbasel/tremola]. +Future work inlcudes switching to the tinySSB protocol and heavily beautifying th UI. + From b85e30150ac7c2e6f9e2b8cdbefac756ae3c7144 Mon Sep 17 00:00:00 2001 From: Sebastian Lenzlinger <74497638+sebaschi@users.noreply.github.com> Date: Sun, 16 Jul 2023 15:49:51 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index baa6d93..078dbe9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # RippleChat RippleChat is a meant to be a TinySSB compatible chat client. It is started as a university project as a proof of concept for p2p messaging in a Secure Scuttlebut fashion on iOS. At this stage it communicates via BLE. -It is not currently compatible with TinySSB conforming apps like (Tremola)[https://github.com/cn-uofbasel/tremola]. +It is not currently compatible with TinySSB conforming apps like [Tremola](https://github.com/cn-uofbasel/tremola). Future work inlcudes switching to the tinySSB protocol and heavily beautifying th UI.