From 650b1bbd4d30d0b808b6d5bf852fe6ce2143454d Mon Sep 17 00:00:00 2001 From: Rajnish Mishra Date: Thu, 13 May 2021 15:28:40 +0530 Subject: [PATCH 1/2] minor fixes --- app.json | 6 +++--- src/broker_messages/mod.rs | 8 ++++---- src/broker_messages/pind.rs | 8 ++++---- src/broker_messages/sansad.rs | 8 ++++---- src/broker_messages/util.rs | 8 ++++---- src/chat_pinnd/message.rs | 8 ++++---- src/chat_pinnd/mod.rs | 8 ++++---- src/chat_pinnd/user.rs | 8 ++++---- src/config.rs | 8 ++++---- src/errors/kaksh_full_error.rs | 8 ++++---- src/errors/mod.rs | 8 ++++---- src/errors/user_kunjika_error.rs | 8 ++++---- src/validator.rs | 8 ++++---- src/ws_sansad/handlers.rs | 8 ++++---- src/ws_sansad/messages.rs | 8 ++++---- src/ws_sansad/mod.rs | 8 ++++---- src/ws_sansad/users.rs | 8 ++++---- static/policy.html | 2 +- static/terms.html | 2 +- 19 files changed, 69 insertions(+), 69 deletions(-) diff --git a/app.json b/app.json index c93f3cd..ab1e82c 100644 --- a/app.json +++ b/app.json @@ -1,11 +1,11 @@ { "name": "Lupt", "description": "Chat app to talk in group or to strangers", - "repository": "https://gitlab.com/PiyushXCoder/lupt", + "repository": "https://github.com/PiyushXCoder/lupt", "success_url": "/", "keywords": ["rust", "actix"], - "website": "https://gitlab.com/PiyushXCoder/lupt", + "website": "https://github.com/PiyushXCoder/lupt", "env": { - "BUILDPACK_URL": "https://gitlab.com/PiyushXCoder/lupt.git" + "BUILDPACK_URL": "https://github.com/PiyushXCoder/lupt" } } diff --git a/src/broker_messages/mod.rs b/src/broker_messages/mod.rs index 5ec1018..f98b021 100644 --- a/src/broker_messages/mod.rs +++ b/src/broker_messages/mod.rs @@ -1,18 +1,18 @@ /* - This file is part of Tarangam. + This file is part of Lupt. - Tarangam is free software: you can redistribute it and/or modify + Lupt is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Tarangam is distributed in the hope that it will be useful, + Lupt is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with Tarangam. If not, see + along with Lupt. If not, see */ use actix::prelude::*; diff --git a/src/broker_messages/pind.rs b/src/broker_messages/pind.rs index 16dea37..da9d1f4 100644 --- a/src/broker_messages/pind.rs +++ b/src/broker_messages/pind.rs @@ -1,18 +1,18 @@ /* - This file is part of Tarangam. + This file is part of Lupt. - Tarangam is free software: you can redistribute it and/or modify + Lupt is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Tarangam is distributed in the hope that it will be useful, + Lupt is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with Tarangam. If not, see + along with Lupt. If not, see */ //! Messages to be sent between Actors diff --git a/src/broker_messages/sansad.rs b/src/broker_messages/sansad.rs index 67f6ceb..9dd6075 100644 --- a/src/broker_messages/sansad.rs +++ b/src/broker_messages/sansad.rs @@ -1,18 +1,18 @@ /* - This file is part of Tarangam. + This file is part of Lupt. - Tarangam is free software: you can redistribute it and/or modify + Lupt is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Tarangam is distributed in the hope that it will be useful, + Lupt is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with Tarangam. If not, see + along with Lupt. If not, see */ use super::*; diff --git a/src/broker_messages/util.rs b/src/broker_messages/util.rs index 81f2e27..dea4341 100644 --- a/src/broker_messages/util.rs +++ b/src/broker_messages/util.rs @@ -1,18 +1,18 @@ /* - This file is part of Tarangam. + This file is part of Lupt. - Tarangam is free software: you can redistribute it and/or modify + Lupt is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Tarangam is distributed in the hope that it will be useful, + Lupt is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with Tarangam. If not, see + along with Lupt. If not, see */ use super::*; diff --git a/src/chat_pinnd/message.rs b/src/chat_pinnd/message.rs index 7485768..2f19abf 100644 --- a/src/chat_pinnd/message.rs +++ b/src/chat_pinnd/message.rs @@ -1,18 +1,18 @@ /* - This file is part of Tarangam. + This file is part of Lupt. - Tarangam is free software: you can redistribute it and/or modify + Lupt is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Tarangam is distributed in the hope that it will be useful, + Lupt is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with Tarangam. If not, see + along with Lupt. If not, see */ use super::*; diff --git a/src/chat_pinnd/mod.rs b/src/chat_pinnd/mod.rs index 5182faa..31bb5b2 100644 --- a/src/chat_pinnd/mod.rs +++ b/src/chat_pinnd/mod.rs @@ -1,18 +1,18 @@ /* - This file is part of Tarangam. + This file is part of Lupt. - Tarangam is free software: you can redistribute it and/or modify + Lupt is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Tarangam is distributed in the hope that it will be useful, + Lupt is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with Tarangam. If not, see + along with Lupt. If not, see */ //! Chat Pinnd(पिण्ड) is Actor to manage Websocket Chat related action diff --git a/src/chat_pinnd/user.rs b/src/chat_pinnd/user.rs index 4ef47af..03f3a7c 100644 --- a/src/chat_pinnd/user.rs +++ b/src/chat_pinnd/user.rs @@ -1,18 +1,18 @@ /* - This file is part of Tarangam. + This file is part of Lupt. - Tarangam is free software: you can redistribute it and/or modify + Lupt is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Tarangam is distributed in the hope that it will be useful, + Lupt is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with Tarangam. If not, see + along with Lupt. If not, see */ use super::*; diff --git a/src/config.rs b/src/config.rs index 997aab4..3cad8ff 100644 --- a/src/config.rs +++ b/src/config.rs @@ -1,18 +1,18 @@ /* - This file is part of Tarangam. + This file is part of Lupt. - Tarangam is free software: you can redistribute it and/or modify + Lupt is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Tarangam is distributed in the hope that it will be useful, + Lupt is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with Tarangam. If not, see + along with Lupt. If not, see */ use clap::{App, Arg}; diff --git a/src/errors/kaksh_full_error.rs b/src/errors/kaksh_full_error.rs index 3acfe98..fceeb9a 100644 --- a/src/errors/kaksh_full_error.rs +++ b/src/errors/kaksh_full_error.rs @@ -1,18 +1,18 @@ /* - This file is part of Tarangam. + This file is part of Lupt. - Tarangam is free software: you can redistribute it and/or modify + Lupt is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Tarangam is distributed in the hope that it will be useful, + Lupt is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with Tarangam. If not, see + along with Lupt. If not, see */ use std::fmt; diff --git a/src/errors/mod.rs b/src/errors/mod.rs index fba2196..0ecea6e 100644 --- a/src/errors/mod.rs +++ b/src/errors/mod.rs @@ -1,18 +1,18 @@ /* - This file is part of Tarangam. + This file is part of Lupt. - Tarangam is free software: you can redistribute it and/or modify + Lupt is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Tarangam is distributed in the hope that it will be useful, + Lupt is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with Tarangam. If not, see + along with Lupt. If not, see */ mod kaksh_full_error; diff --git a/src/errors/user_kunjika_error.rs b/src/errors/user_kunjika_error.rs index d125c8e..29550eb 100644 --- a/src/errors/user_kunjika_error.rs +++ b/src/errors/user_kunjika_error.rs @@ -1,18 +1,18 @@ /* - This file is part of Tarangam. + This file is part of Lupt. - Tarangam is free software: you can redistribute it and/or modify + Lupt is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Tarangam is distributed in the hope that it will be useful, + Lupt is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with Tarangam. If not, see + along with Lupt. If not, see */ use std::fmt; diff --git a/src/validator.rs b/src/validator.rs index a22f195..811e459 100644 --- a/src/validator.rs +++ b/src/validator.rs @@ -1,18 +1,18 @@ /* - This file is part of Tarangam. + This file is part of Lupt. - Tarangam is free software: you can redistribute it and/or modify + Lupt is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Tarangam is distributed in the hope that it will be useful, + Lupt is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with Tarangam. If not, see + along with Lupt. If not, see */ pub enum Validation { NonEmpty, diff --git a/src/ws_sansad/handlers.rs b/src/ws_sansad/handlers.rs index 2a9bfeb..bb0002b 100644 --- a/src/ws_sansad/handlers.rs +++ b/src/ws_sansad/handlers.rs @@ -1,18 +1,18 @@ /* - This file is part of Tarangam. + This file is part of Lupt. - Tarangam is free software: you can redistribute it and/or modify + Lupt is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Tarangam is distributed in the hope that it will be useful, + Lupt is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with Tarangam. If not, see + along with Lupt. If not, see */ use super::*; diff --git a/src/ws_sansad/messages.rs b/src/ws_sansad/messages.rs index ffd44a6..7893d19 100644 --- a/src/ws_sansad/messages.rs +++ b/src/ws_sansad/messages.rs @@ -1,18 +1,18 @@ /* - This file is part of Tarangam. + This file is part of Lupt. - Tarangam is free software: you can redistribute it and/or modify + Lupt is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Tarangam is distributed in the hope that it will be useful, + Lupt is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with Tarangam. If not, see + along with Lupt. If not, see */ use super::*; diff --git a/src/ws_sansad/mod.rs b/src/ws_sansad/mod.rs index 5b31333..0b986c2 100644 --- a/src/ws_sansad/mod.rs +++ b/src/ws_sansad/mod.rs @@ -1,18 +1,18 @@ /* - This file is part of Tarangam. + This file is part of Lupt. - Tarangam is free software: you can redistribute it and/or modify + Lupt is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Tarangam is distributed in the hope that it will be useful, + Lupt is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with Tarangam. If not, see + along with Lupt. If not, see */ //! Ws Sansad manage websocket of each client diff --git a/src/ws_sansad/users.rs b/src/ws_sansad/users.rs index 473a9f5..cf2e0bd 100644 --- a/src/ws_sansad/users.rs +++ b/src/ws_sansad/users.rs @@ -1,18 +1,18 @@ /* - This file is part of Tarangam. + This file is part of Lupt. - Tarangam is free software: you can redistribute it and/or modify + Lupt is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Tarangam is distributed in the hope that it will be useful, + Lupt is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with Tarangam. If not, see + along with Lupt. If not, see */ use super::*; diff --git a/static/policy.html b/static/policy.html index 274daeb..abccfb9 100644 --- a/static/policy.html +++ b/static/policy.html @@ -60,7 +60,7 @@ This privacy policy was last modified on (शुक्ल पक्ष, नव
- Made with ❤️️ by Piyush Mishra + Made with ❤️️ by Piyush Mishra
diff --git a/static/terms.html b/static/terms.html index eb792d9..e811e77 100644 --- a/static/terms.html +++ b/static/terms.html @@ -52,7 +52,7 @@ post any Content that promotes racism, bigotry, hatred or physical harm of any k
- Made with ❤️️ by Piyush Mishra + Made with ❤️️ by Piyush Mishra
From 4400dec91eedac1e409cbfe463fb83dbfe9f7571 Mon Sep 17 00:00:00 2001 From: Rajnish Mishra Date: Thu, 13 May 2021 15:30:54 +0530 Subject: [PATCH 2/2] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5bd988..ccf67ea 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![1](static/img/label.svg) +![1](static/img/label.png) # Lupt Chat Chat app to talk in group or to strangers