blizzy78 Posted November 23, 2013 Author Share Posted November 23, 2013 Internet Relay Chat Plugin 0.3.0 is now available for download. The tabs are now highlighted when new messages appear, and the window is resizable now. Link to comment Share on other sites More sharing options...
TranquilTempest Posted November 23, 2013 Share Posted November 23, 2013 Interesting, it doesn't work with KSPIRC 0.2.0. But, I can happily confirm that it does work with 0.3.0, although I didn't change any code relevant to the server password. I just logged in to Twitch.That's really strange, because twitch still isn't working for me. I tried a fresh install and checked ksp.log but didn't see anything useful. Did you use an oauth token as the server password? Link to comment Share on other sites More sharing options...
blizzy78 Posted November 23, 2013 Author Share Posted November 23, 2013 That's really strange, because twitch still isn't working for me. I tried a fresh install and checked ksp.log but didn't see anything useful. Did you use an oauth token as the server password?Yes, I did, and I was able to join #ksptv just fine. But interestingly, it stopped working later on when I was resuming work on the plugin again, not having changed anything yet. I got the same completely empty IRC window that you saw. No text, no nothing.Not sure what is going on there yet. I hope to figure it out over the weekend. Link to comment Share on other sites More sharing options...
blizzy78 Posted November 23, 2013 Author Share Posted November 23, 2013 Yes, I did, and I was able to join #ksptv just fine. But interestingly, it stopped working later on when I was resuming work on the plugin again, not having changed anything yet. I got the same completely empty IRC window that you saw. No text, no nothing.Heh, I found the problem. It is actually quite funny. You see, when connecting to an IRC server, I show the server's NOTICE commands in a new tab. Each tab has an input text fields where you can type commands, such as /JOIN #mychannel. But in the case of Twitch, they don't send any commands, hence no tabs at all. The reason why it worked for me yesterday was because I had an internal debugging tab open, so I could type commands just fine. So even when there were no tabs visible at all, it made the connection just fine.I will make it so that there will always be a tab open when connecting Link to comment Share on other sites More sharing options...
Commissioner Tadpole Posted November 23, 2013 Share Posted November 23, 2013 I can't join IRC channels. On the (Notice) tab, I can type text just fine, but if I type /join #KSPOfficial, nothing happens. The text isn't even sent.And yes, I configured the mod's irc.cfg file. Link to comment Share on other sites More sharing options...
blizzy78 Posted November 23, 2013 Author Share Posted November 23, 2013 I can't join IRC channels. On the (Notice) tab, I can type text just fine, but if I type /join #KSPOfficial, nothing happens.That is really odd, because that works fine for me and other users who patiently tested things out yesterday. Link to comment Share on other sites More sharing options...
blizzy78 Posted November 23, 2013 Author Share Posted November 23, 2013 (edited) Internet Relay Chat Plugin 0.4.0 is now available for download.Known bugs:The indicator line that is drawn to see what messages are new is not visible sometimes. Not sure why yet. Edited November 23, 2013 by blizzy78 Link to comment Share on other sites More sharing options...
Commissioner Tadpole Posted November 23, 2013 Share Posted November 23, 2013 That is really odd, because that works fine for me and other users who patiently tested things out yesterday.Well, I've been having this issue since 0.1.0. I installed 0.3.0 today thinking that it was an issue with the previous version, but nope, still not working. Link to comment Share on other sites More sharing options...
blizzy78 Posted November 23, 2013 Author Share Posted November 23, 2013 Well, I've been having this issue since 0.1.0. I installed 0.3.0 today thinking that it was an issue with the previous version, but nope, still not working.I'll add a debug parameter to the config file for the next version. That way you can see what the server responds with when you're sending the JOIN command. Link to comment Share on other sites More sharing options...
blizzy78 Posted November 23, 2013 Author Share Posted November 23, 2013 On the (Notice) tab, I can type text just fine, but if I type /join #KSPOfficial, nothing happens. The text isn't even sent.By "not being sent," do you mean the text stays in the input field, and the input field does not get cleared? Link to comment Share on other sites More sharing options...
Commissioner Tadpole Posted November 23, 2013 Share Posted November 23, 2013 By "not being sent," do you mean the text stays in the input field, and the input field does not get cleared?That happens with every message, the input field is never cleared, though with other messages they are actually sent, while typing /join #KSPOfficial it isn't posted at all. Link to comment Share on other sites More sharing options...
blizzy78 Posted November 23, 2013 Author Share Posted November 23, 2013 Internet Relay Chat Plugin 0.5.0 is now available for download, with user names TAB completion in the input text field. Link to comment Share on other sites More sharing options...
blizzy78 Posted November 26, 2013 Author Share Posted November 26, 2013 Internet Relay Chat Plugin 0.6.0 is now available for download, with clicking on links and reconnecting upon server connection loss. Link to comment Share on other sites More sharing options...
B787_300 Posted November 26, 2013 Share Posted November 26, 2013 0.6.0 Seems to have broken my /join function, when i type it in to notice I so not join any channel that I put in. Link to comment Share on other sites More sharing options...
blizzy78 Posted November 26, 2013 Author Share Posted November 26, 2013 0.6.0 Seems to have broken my /join function, when i type it in to notice I so not join any channel that I put in.Works fine for me, what exactly are you typing to join channels? Link to comment Share on other sites More sharing options...
blizzy78 Posted November 26, 2013 Author Share Posted November 26, 2013 The source code to the IRC Plugin is now available on GitHub: https://github.com/blizzy78/ksp_ircFeel free to fork, send pull requests, or create issues on the bug tracker. Link to comment Share on other sites More sharing options...
blizzy78 Posted November 26, 2013 Author Share Posted November 26, 2013 Internet Relay Chat Plugin 0.6.1 is now available for download, fixing a rather small but embarassing bug. Link to comment Share on other sites More sharing options...
B787_300 Posted November 30, 2013 Share Posted November 30, 2013 no updates recently Blizzy? Link to comment Share on other sites More sharing options...
blizzy78 Posted November 30, 2013 Author Share Posted November 30, 2013 I've not been doing anything on the mod since 0.6.1 has been released, so... Link to comment Share on other sites More sharing options...
Commissioner Tadpole Posted November 30, 2013 Share Posted November 30, 2013 There should be a way to see when each message was posted. It's useful for when you're curious if the subject ended or if you lost connection...etc. Link to comment Share on other sites More sharing options...
Lucchese Posted December 2, 2013 Share Posted December 2, 2013 Yep, +1 for timestamps.Also, any way to automaticly join a channel on connect? Link to comment Share on other sites More sharing options...
blizzy78 Posted December 2, 2013 Author Share Posted December 2, 2013 Yep, +1 for timestamps.Also, any way to automaticly join a channel on connect?Yes, I'll add them both. Will only add new config file options for both of them, though. Link to comment Share on other sites More sharing options...
Lucchese Posted December 2, 2013 Share Posted December 2, 2013 Sounds even better, that way the cfg file could end up containing aliases in the future? Link to comment Share on other sites More sharing options...
blizzy78 Posted December 2, 2013 Author Share Posted December 2, 2013 Aliases?/10chars Link to comment Share on other sites More sharing options...
Commissioner Tadpole Posted December 2, 2013 Share Posted December 2, 2013 Can you make the IRC tab display a different color when an user joins, like Green? It's annoying when I type something, close the IRC tab, and I see it become dark bluish, and, thinking I got a reply, open the tab only to see that it's just another user logging on/off. Link to comment Share on other sites More sharing options...
Recommended Posts