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