CVS | Download | F.A.Q. | API Documentation | Screenshots | Links
No Name Instant Messenger
- Multiple Protocols
- Cryptographic Protocol Tunneling
- Hot Cross-platform-ness
- More more!
|
NNIM TertiusSubmitted by mentat on Wed, 09/01/2004 - 21:08.After a long downtime, I'm ready to start NNIM development again. I've got some cool new ideas and am ready to make it happen. Here are somethings to look out for:
Back...againSubmitted by mentat on Fri, 10/06/2006 - 23:11.After igoring NNIM for a few years...it's back! The current source compiles and runs with Oscar. Stay tuned for some hotness over the next few weeks.
Raw Socket/Thread CallsSubmitted by mentat on Thu, 12/30/2004 - 15:53. RantsI strongly appeal to anyone writing programs in C++ to take advantage of OOP and wrap your socket and thread calls in a derivable class structure. That is (to me) one of the most important uses of C++ and ensures that your program can be used on multiple platforms without a bunch of #ifdef crazyness.
In fact, you can promote good code reuse in C as well--just design your callback system so that the callbacks themselves substitude for OS-dependant API calls. Viz. do something like: How do I write a plugin for NNIM?Submitted by mentat on Mon, 12/27/2004 - 15:53.NNIM's plugin system is pretty new but already very usable.
|