This website requires JavaScript.
Explore
Help
Sign In
smallsolar
/
MiniChat
Watch
1
Star
0
Fork
0
You've already forked MiniChat
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
20
Commits
1
Branch
0
Tags
e1ca1fe9a756e55705c38ec845ac3644ffe5c93a
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
mochaoui
e1ca1fe9a7
kick commade done : kick the user from the channel
2024-04-18 15:18:53 -05:00
.vscode
set a nickname, a username, join a channel,
2024-04-14 13:56:30 -05:00
channel.cpp
-storing the channel in another file with the channel requirment and the client : it's when registerd in the irssi client with the pass and the nick and the user all this data stored in the client file and make the irssi client connecte with the server , after tha handle the join commande to make the user join a channel and handle the brodcast msg to all the clients in the channel
2024-04-17 06:16:22 -05:00
channel.hpp
kick commade done : kick the user from the channel
2024-04-18 15:18:53 -05:00
Client.cpp
-storing the channel in another file with the channel requirment and the client : it's when registerd in the irssi client with the pass and the nick and the user all this data stored in the client file and make the irssi client connecte with the server , after tha handle the join commande to make the user join a channel and handle the brodcast msg to all the clients in the channel
2024-04-17 06:16:22 -05:00
Client.hpp
-storing the channel in another file with the channel requirment and the client : it's when registerd in the irssi client with the pass and the nick and the user all this data stored in the client file and make the irssi client connecte with the server , after tha handle the join commande to make the user join a channel and handle the brodcast msg to all the clients in the channel
2024-04-17 06:16:22 -05:00
main.cpp
close fds and exit the program cleanly
2024-04-11 18:02:52 +00:00
Makefile
-storing the channel in another file with the channel requirment and the client : it's when registerd in the irssi client with the pass and the nick and the user all this data stored in the client file and make the irssi client connecte with the server , after tha handle the join commande to make the user join a channel and handle the brodcast msg to all the clients in the channel
2024-04-17 06:16:22 -05:00
Server.cpp
kick commade done : kick the user from the channel
2024-04-18 15:18:53 -05:00
Server.hpp
kick commade done : kick the user from the channel
2024-04-18 15:18:53 -05:00
todo.txt
-storing the channel in another file with the channel requirment and the client : it's when registerd in the irssi client with the pass and the nick and the user all this data stored in the client file and make the irssi client connecte with the server , after tha handle the join commande to make the user join a channel and handle the brodcast msg to all the clients in the channel
2024-04-17 06:16:22 -05:00
Description
Minimalist IRC server in C++98
https://github.com/Bettercallous/MiniChat
internet-relay-chat
irc-server
2.2
MiB
Languages
C++
98.9%
Makefile
1.1%