|
A Shogun Named Marcus
|
 |
« Reply #15 on: March 08, 2012, 01:56:02 am » |
|
I've only used the web version, and have never crashed(well, uh, it was a different type of crash, a BSOD :Y)
|
|
|
|
|
Logged
|
 Yes, I'm a New World Samurai, and a redneck nonetheless
|
|
|
|
notajf
Guest
|
 |
« Reply #16 on: March 08, 2012, 10:49:17 am » |
|
Why not roll our own IRC client? Python & Twisted, and we can make an intelligent client that recognises gg2 smilies 
|
|
|
|
|
Logged
|
|
|
|
Orpheon
2011 Haxxy Award Winner
Offline
Posts: 5835
Developer
|
 |
« Reply #17 on: March 08, 2012, 10:54:18 am » |
|
Why not roll our own IRC client? Python & Twisted, and we can make an intelligent client that recognises gg2 smilies  Good luck.
|
|
|
|
|
Logged
|
Your mind is software. Program it. Your body is a shell. Change it. Death is a disease. Cure it. Extinction is approaching. Fight it.
|
|
|
|
notajf
Guest
|
 |
« Reply #18 on: March 08, 2012, 11:39:00 am » |
|
Why not roll our own IRC client? Python & Twisted, and we can make an intelligent client that recognises gg2 smilies  Good luck. No, seriously now. A little JS and some long-polling is all we'd need.
|
|
|
|
|
Logged
|
|
|
|
|
MedO
|
 |
« Reply #19 on: March 08, 2012, 11:57:19 am » |
|
That, and a bit of violating the TOS of our hoster.
|
|
|
|
|
Logged
|
It is the business of the future to be dangerous; and it is among the merits of science that it equips the future for its duties. [...] if you have a large enough codebase, any class of error that is syntactically legal probably exists there.
|
|
|
Orpheon
2011 Haxxy Award Winner
Offline
Posts: 5835
Developer
|
 |
« Reply #20 on: March 08, 2012, 12:06:19 pm » |
|
That, and a bit of violating the TOS of our hoster.
ajf.me nclabs.org There isn't just ganggarrison.com. 
|
|
|
|
« Last Edit: March 08, 2012, 12:06:26 pm by Orpheon »
|
Logged
|
Your mind is software. Program it. Your body is a shell. Change it. Death is a disease. Cure it. Extinction is approaching. Fight it.
|
|
|
|
notajf
Guest
|
 |
« Reply #21 on: March 08, 2012, 12:27:21 pm » |
|
That, and a bit of violating the TOS of our hoster.
I'm pretty sure you can run IRC bots, just not run an IRC server joining a major IRC network. (if it's anything like my host's terms) ajf.me nclabs.org There isn't just ganggarrison.com.  Yup. I'm thinking it's easier to make an IRC bot than actual web client. Call it, say, web_irc: * web_irc: <anon_user> how does I donload <ajf> u dont
|
|
|
|
« Last Edit: March 08, 2012, 12:27:39 pm by T. Terry S. »
|
Logged
|
|
|
|
|
MedO
|
 |
« Reply #22 on: March 08, 2012, 05:19:50 pm » |
|
Dieses Angebot erlaubt nicht den Betrieb von IRC-Servern und IRC-bezogenen Diensten (Internet Relay Chat) wie z.B. Shells, Bouncer und Eggdrops. Bei Missachtung behält sich Host Europe das Recht zur fristlosen Kündigung des Vertrages vor. Translation: This offer does not permit you to run IRC servers or IRC related services, e.g. Shells, Bouncers or Eggdrops. Host Europe reserves the right to immediately terminate the contract if this rule is violated.
|
|
|
|
|
Logged
|
It is the business of the future to be dangerous; and it is among the merits of science that it equips the future for its duties. [...] if you have a large enough codebase, any class of error that is syntactically legal probably exists there.
|
|
|
|
Phantom Brave
|
 |
« Reply #23 on: March 08, 2012, 06:13:49 pm » |
|
Does a client sided JS IRC client even count?
|
|
|
|
|
Logged
|
 Linkin Park lyrics here
|
|
|
|
MedO
|
 |
« Reply #24 on: March 08, 2012, 06:52:44 pm » |
|
There is no such thing as a client sided JS IRC client, because there is no way to directly connect to an IRC server over Javascript. You have to proxy over the server via HTTP or WebSockets. Edit: I'm talking about JS in a browser here obviously. Other environments don't count 
|
|
|
|
« Last Edit: March 08, 2012, 06:53:50 pm by MedO »
|
Logged
|
It is the business of the future to be dangerous; and it is among the merits of science that it equips the future for its duties. [...] if you have a large enough codebase, any class of error that is syntactically legal probably exists there.
|
|
|
|
notajf
Guest
|
 |
« Reply #25 on: March 09, 2012, 11:31:11 am » |
|
There is no such thing as a client sided JS IRC client, because there is no way to directly connect to an IRC server over Javascript. You have to proxy over the server via HTTP or WebSockets. Edit: I'm talking about JS in a browser here obviously. Other environments don't count  or use a flash socket adaptor 
|
|
|
|
|
Logged
|
|
|
|
|
MedO
|
 |
« Reply #26 on: March 09, 2012, 07:53:08 pm » |
|
Flash is cheating.
|
|
|
|
|
Logged
|
It is the business of the future to be dangerous; and it is among the merits of science that it equips the future for its duties. [...] if you have a large enough codebase, any class of error that is syntactically legal probably exists there.
|
|
|
|
notajf
Guest
|
 |
« Reply #27 on: March 11, 2012, 10:35:38 am » |
|
Flash is cheating.
True. Maybe I'll make that twisted IRC bot/http long polling client someday. At the moment I haven't time for anything thanks to me sitting my final exams in what, 4/5 weeks.
|
|
|
|
|
Logged
|
|
|
|
|