irc client

Bringing the internet highway into your project? Building FTP, HTTP, email, chat or other client solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
shadowslash
Posts: 344
Joined: Tue Feb 24, 2009 6:14 pm
Contact:

irc client

Post by shadowslash » Sat May 08, 2010 3:25 pm

has anybody ever succeeded in creating a simple but working IRC client using rev? if so, can that somebody share it with the community? or if not, just a piece of code on the main parts of an IRC client.... thanks so much and more power to you guys =)
Parañaque, Philippines
Image
Image

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: irc client

Post by Mark » Sat May 08, 2010 9:21 pm

Hi Shadowslash,

There is a HyperCard stack that does IRC, which uses an external for TCP/IP communication. This stack might give you a clue. I wouldn't be surprised if someone already wrote a IRC stack in RunRev, but I haven't seen one yet.

Best,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

shadowslash
Posts: 344
Joined: Tue Feb 24, 2009 6:14 pm
Contact:

Re: irc client

Post by shadowslash » Sat May 08, 2010 9:36 pm

isn't hypercard for Mac users only? i'm afraid i'm developing under a Windows environment...
Parañaque, Philippines
Image
Image

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: irc client

Post by Mark » Sat May 08, 2010 9:49 pm

You can open the stack in RunRev and study the scripts, shadowslash .

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

shadowslash
Posts: 344
Joined: Tue Feb 24, 2009 6:14 pm
Contact:

Re: irc client

Post by shadowslash » Sat May 08, 2010 9:56 pm

Mark wrote:You can open the stack in RunRev and study the scripts, shadowslash .

Mark
If that's right then it would be nice but I haven't actually seen a HyperCard stack before... x)
Parañaque, Philippines
Image
Image

BvG
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1239
Joined: Sat Apr 08, 2006 1:10 pm
Contact:

Re: irc client

Post by BvG » Sun May 09, 2010 5:17 pm

I have a proof of concept irc stack on my site: www.bjoernke.com (see "stacks")
Various teststacks and stuff:
http://bjoernke.com

Chat with other RunRev developers:
chat.freenode.net:6666 #livecode

Post Reply