Zane Ashby

Results 14 issues of Zane Ashby

As I have been accepted in to the LEAP Motion developer program, I am very interested in the potential of using it within HashTWM, perhaps for rearranging windows or changing...

When an IRC connection times out, we should handle the reconnect automatically. The magic place to do this _should_ be right here: https://github.com/ZaneA/Idel-IRC/blob/master/js/factories.js#L177

One of my "big plans" for this client, is to allow for an overlay server to be created, this would be something like a simple web service that the client...

I really need SSL/TLS support in order to connect to my IRC bouncer and make this my "daily driver". Currently the Chrome socket API doesn't support SSL connections, https://code.google.com/p/chromium/issues/detail?id=132896 Forge...

Page up/down for scrolling would be great, capturing page up/down keys is easy, but I ran into some issues trying to scroll the output, still shouldn't be too difficult.

In the Chrome port, we have shortcut keys such as ctrl+tab for switching channels. This obviously interferes in the Browser port, so an alternative should be found.

Would be cool to localise the app where needed, and to see how well it handles UTF strings in general...

An extension system would be nice, I would like to implement blowfish encryption some time, something like http://ultrx.net/doc/fish/, and it would be nice to be able to do that without...

It would be great to have a decent error handler hooked up for two reasons: 1. To catch things that might otherwise break the state/connection. 2. To allow one-click reporting...

There once was theme support in here that used LESS.js variables to change stuff... but it was less (haha) flexible than I would've liked, so theming is now done via...