X-Demo Posted February 7, 2013 Report Posted February 7, 2013 Hi all, I've started writing a Pidgin plugin that can connect to ASSS/ChatNet intended to be used with an SSC ASSS zone like Hyperspace so you can chat to TW, etc. My main motivation from writing this plugin is to help me become a little more available/active in my TW league squad and hopefully for aswz if it can be revived . I'm hoping it'll be useful to other people too, should I complete it. So far the code is a complete mess as I've started with the IRC plugin and rewrote/ripped out functionality I didn't need as I go along due to the poor documentation for writing pidgin plugins. After about 2 days of coding, it can connect and send/receive priv messages, but that's about it for now . Should I find the motivation, I'll see about adding:-buddy presence (querying via ?find)-chat support-squad chat support-?message support If/When the plugin becomes more useful and the code less messy I'll upload the source and Windows and Linux binaries to GitHub or something . - X-Demo Quote
JoWie Posted February 7, 2013 Report Posted February 7, 2013 (edited) I wrote a proxy between chatnet and irc a while back in perl. Maybe you can steal some stuff from it. https://forums.minegoboom.com/viewtopic.php?t=8661 Some stuff that might be useful to you:* periodic ?chat parsing for nickname list in irc channels* break apart messages that are too long (the definition of "too long" varies for every chat type)* If the biller goes down and comes back up, automatically reconnect to the zone (otherwise cross zone messages are broken, if i recall correctly)* irc's /ison which tells you if someone is online, it parses the output from ?find (buddy presence)* counting joins and leaves. Names are not always unique in an arena (especially in hyperspace haha). so if you see a name enter 3 times they must also leave 3 times* how to send & receive squad messages (hint: the SQUAD type in the chatnet protocol does not work) Edited February 7, 2013 by JoWie Quote
X-Demo Posted February 7, 2013 Author Report Posted February 7, 2013 Interesting . I agree, no doubt there'll be tons of things I can learn from your script. Thanks for the heads up on a few of the gotchas as well . Quote
aquarius Posted July 20, 2013 Report Posted July 20, 2013 Any more progress on this? I'm really interested. Quote
a tool Posted July 31, 2013 Report Posted July 31, 2013 I'm really interested. if i could just get into the chat part and not log in at all.. Quote
aquarius Posted August 7, 2013 Report Posted August 7, 2013 Hope this gets completed. I'd love to chat with SS through Pidgin. I run everything else through Pidgin anyways. Quote
X-Demo Posted September 22, 2013 Author Report Posted September 22, 2013 So I realized I don't use Pidgin much anymore. Lately I've been working on an update to ASSS's ChatNet module. Perhaps after those projects are completed I'll take another look at the Pidgin plugin. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.