diff --git a/Makefile b/Makefile index 7962ace..fd4e17d 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: sben-tay +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2025/05/02 15:40:00 by rparodi #+# #+# # -# Updated: 2025/06/23 14:15:57 by rparodi ### ########.fr # +# Updated: 2025/06/24 12:32:31 by rparodi ### ########.fr # # # # **************************************************************************** # diff --git a/include/PollManager.hpp b/include/PollManager.hpp index bf5238c..ddd4088 100644 --- a/include/PollManager.hpp +++ b/include/PollManager.hpp @@ -3,10 +3,10 @@ /* ::: :::::::: */ /* PollManager.hpp :+: :+: :+: */ /* +:+ +:+ +:+ */ -/* By: sben-tay +#+ +:+ +#+ */ +/* By: rparodi +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ -/* Created: 2025/05/19 19:15:13 by omoudni #+# #+# */ -/* Updated: 2025/06/18 01:26:38 by sben-tay ### ########.fr */ +/* Created: 2025/06/24 12:33:07 by rparodi #+# #+# */ +/* Updated: 2025/06/24 12:33:09 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ diff --git a/include/core/core.hpp b/include/core/core.hpp index 1f53655..076ea22 100644 --- a/include/core/core.hpp +++ b/include/core/core.hpp @@ -1,14 +1,14 @@ -/******************************************************************************/ +/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* core.hpp :+: :+: :+: */ /* +:+ +:+ +:+ */ -/* By: omoudni +#+ +:+ +#+ */ +/* By: rparodi +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ -/* Created: 2025/05/12 14:16:03 by rparodi #+# #+# */ -/* Updated: 2025/06/21 11:59:02 by rparodi ### ########.fr */ +/* Created: 2025/06/24 12:33:56 by rparodi #+# #+# */ +/* Updated: 2025/06/24 12:33:58 by rparodi ### ########.fr */ /* */ -/******************************************************************************/ +/* ************************************************************************** */ #pragma once diff --git a/include/core/parser.hpp b/include/core/parser.hpp index 3becac5..9fdeaf7 100644 --- a/include/core/parser.hpp +++ b/include/core/parser.hpp @@ -3,10 +3,10 @@ /* ::: :::::::: */ /* parser.hpp :+: :+: :+: */ /* +:+ +:+ +:+ */ -/* By: omoudni +#+ +:+ +#+ */ +/* By: rparodi +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ -/* Created: 2025/05/19 14:47:46 by omoudni #+# #+# */ -/* Updated: 2025/05/19 15:14:31 by omoudni ### ########.fr */ +/* Created: 2025/06/24 12:34:11 by rparodi #+# #+# */ +/* Updated: 2025/06/24 12:34:12 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -27,4 +27,4 @@ public: unsigned short int getPort() const; const std::string& getPassword() const; const std::string& getErrorMsg() const; -}; \ No newline at end of file +}; diff --git a/sources/core/parser.cpp b/sources/core/parser.cpp index 362fb97..f3d0023 100644 --- a/sources/core/parser.cpp +++ b/sources/core/parser.cpp @@ -3,10 +3,10 @@ /* ::: :::::::: */ /* parser.cpp :+: :+: :+: */ /* +:+ +:+ +:+ */ -/* By: omoudni +#+ +:+ +#+ */ +/* By: rparodi +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ -/* Created: 2025/05/19 14:48:52 by omoudni #+# #+# */ -/* Updated: 2025/05/19 15:08:18 by omoudni ### ########.fr */ +/* Created: 2025/06/24 12:34:29 by rparodi #+# #+# */ +/* Updated: 2025/06/24 12:34:30 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -40,4 +40,4 @@ Parser::Parser(int argc, char* argv[]) : _port(0), _valid(false) { bool Parser::isValid() const { return _valid; } unsigned short int Parser::getPort() const { return _port; } const std::string& Parser::getPassword() const { return _password; } -const std::string& Parser::getErrorMsg() const { return _errorMsg; } \ No newline at end of file +const std::string& Parser::getErrorMsg() const { return _errorMsg; } diff --git a/sources/user/user.cpp b/sources/user/user.cpp index c320d59..b862ced 100644 --- a/sources/user/user.cpp +++ b/sources/user/user.cpp @@ -5,8 +5,8 @@ /* +:+ +:+ +:+ */ /* By: sben-tay +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ -/* Created: 2025/05/21 20:37:12 by omoudni #+# #+# */ -/* Updated: 2025/06/21 14:38:31 by sben-tay ### ########.fr */ +/* Created: 2025/05/21 20:37:12 by sben-tay #+# #+# */ +/* Updated: 2025/06/24 12:33:39 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -202,4 +202,4 @@ void User::consumeWriteBuffer(size_t len) { _write_buffer.clear(); else _write_buffer.erase(0, len); -} \ No newline at end of file +}