https://github.com/yashsinghcodes/ifm.irc
https://github.com/yashsinghcodes/ifm.irc
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yashsinghcodes/ifm.irc
- Owner: yashsinghcodes
- Created: 2025-08-02T07:55:26.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-08-02T09:18:29.000Z (11 months ago)
- Last Synced: 2025-08-02T11:40:36.753Z (11 months ago)
- Language: C
- Size: 38.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Architecture
[IRC Client] <---> [IFM Proxy] <---> [IRC Server]
## Current status:
Proxy works yayyy!!! But does not do anything other than parsing the message b/w client and server.

## Install
```bash
$ make
```
NOTE: If want to compile using GCC change `Makefile` CC to GCC.