https://github.com/akselsledins/academic-irc
[EPITECH] my-irc - (very) OLD Project
https://github.com/akselsledins/academic-irc
epitech irc
Last synced: 9 months ago
JSON representation
[EPITECH] my-irc - (very) OLD Project
- Host: GitHub
- URL: https://github.com/akselsledins/academic-irc
- Owner: AkselsLedins
- License: mit
- Created: 2017-02-07T18:14:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-07T18:40:43.000Z (over 9 years ago)
- Last Synced: 2025-09-08T22:43:52.815Z (9 months ago)
- Topics: epitech, irc
- Language: C
- Homepage:
- Size: 124 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README




The aim of this project is to realise a IRC client / server.
Server is in C.
Client is partially in C and the GUI is in QT/C++.
the communication network is through TCP sockets and select.
The server is not only non-blocking, but also use "turning round" tampons to
secure and optimize the sending as the receiving of the various commands and responses.