jndok / Obj-IRC-Lib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Obj-IRC

Simple IRC protocol implementation, in (almost) pure Objective-C.

Please consider using our merged version, as it is more complete and works better than this one.

A few warning words

Before you start dumping this lib into your code, please realize that is is purely an experimental thing I'm creating with a friend of mine. So expect bugs and random errors. Also, the library is basically useless in its current state.

So please be patient and we'll deliver a nice work. Thank you!

General explanation

There isn't really much to explain, but I'll get this done.
ConnectionController.h and ConnectionController.mm handle and mantain the general connection stuff (sockets, etc.). IRCProtocol.h and IRCProtocol.mm define some crafting rules for packets. These are just strings, the real work is done by the ConnectionController. Other files are self-explanatory.

About


Languages

Language:Objective-C++ 79.7%Language:Objective-C 16.6%Language:Makefile 2.6%Language:C 1.1%