{"id":15047221,"url":"https://github.com/bebalix/irc","last_synced_at":"2026-04-07T13:32:03.572Z","repository":{"id":191375979,"uuid":"684476857","full_name":"BebAlix/IRC","owner":"BebAlix","description":"Recreate an IRC chat [Internet Relay Chat: TCP/IP protocol to communicate by message on the internet] with basics commands in c++","archived":false,"fork":false,"pushed_at":"2023-08-29T10:00:43.000Z","size":1851,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T15:31:25.521Z","etag":null,"topics":["42project","chat","cpp98","protocol","server","tcp-ip"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BebAlix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-08-29T07:54:42.000Z","updated_at":"2023-08-29T10:35:29.000Z","dependencies_parsed_at":"2023-08-29T15:52:16.902Z","dependency_job_id":"7450b7f6-1a89-40dd-a448-5a2641ed3576","html_url":"https://github.com/BebAlix/IRC","commit_stats":null,"previous_names":["bebalix/irc"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BebAlix%2FIRC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BebAlix%2FIRC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BebAlix%2FIRC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BebAlix%2FIRC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BebAlix","download_url":"https://codeload.github.com/BebAlix/IRC/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243473755,"owners_count":20296621,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["42project","chat","cpp98","protocol","server","tcp-ip"],"created_at":"2024-09-24T20:55:15.442Z","updated_at":"2025-12-29T14:03:04.820Z","avatar_url":"https://github.com/BebAlix.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IRC\n\nSchool 42 project: (group)\n\nServer : ```./ircserv \u003cport 6665-6669\u003e \u003ckeyword\u003e```\n\nClient : cd Client/ ```./sic -h \u003clocalhost\u003e -p \u003cport\u003e [-n \u003cnickname\u003e] [-k \u003ckeyword\u003e]```\n\nRecreate an IRC chat [Internet Relay Chat: TCP/IP protocol to communicate by message on the internet] with the following basic commands:\n\n**ALL USERS**\n- PASS\t\tpassword\n- NICK\t\tnickname\n- USER\t\tusername\n- JOIN\t\t#channel *key*\n- TOPIC\t\t#channel *:topic*\n- PRIVMSG\treceiver :text_to_be_sent\n- PART\t\t#channel *:reason*\n- LIST\t\t*channel*\n- QUIT\t\t*:message*\n\n**OPERATORS'S CHANNEL**\n- KICK\t\t#channel nickname *:comment*\n- INVITE\tnickname #channel\n- TOPIC\t\t#channel *:topic*\n- MODE\t\t#channel +|- i|t|k|o|l *limit* *user*\n\n\u003e\t_Various information_\n- Operator's channel only :\n\t- INVITE : Send an invitation to someone to enter a specific channel\n\t- KICK : Kick someone from the channel and send a notification to all user's channel\n\t- MODE : Change the channel’s mode by an operator\n\t\t- i : Set/remove Invite-only channel\n\t\t- t : Set/remove the restrictions of the TOPIC command to channel operators\n\t\t- k : Set/remove the channel key (password)\n\t\t- o : Give/take channel operator privilege\n\t\t- l : Set/remove the user limit to channel\n\n- All users :\n\t- PASS : Set the password for the connection with server\n\t- NICK : Set the Nickname\n\t- USER : Set the Username\t\t\n\t- JOIN : Create or join a channel(s)\n\t- TOPIC : Display or set a specific channel topic\n\t- PART : To exit a a one or more channel(s)\n\t- LIST : List all the channels or the member's channel if the channel is specified\n\t- PRIVMSG : Send a message to a user(s) or a channel(s)  \n\t- QUIT : Quit the server with or without a reason\n\n## IRC protocol\n- The IRC protocol uses a system of servers and clients to allow users to connect to discussion channels in real time.\n- IRC clients must connect to an IRC server using a nickname, username and password, then they can join public or private chat channels.\n- IRC commands are used to perform actions, such as joining a channel, leaving a channel, sending a private message, etc.\n- IRC channel operators are users who have special privileges on a channel, such as kicking other users or changing channel settings.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbebalix%2Firc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbebalix%2Firc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbebalix%2Firc/lists"}