jnordberg / irccloudapp

Standalone IRCCloud desktop client for OS X
MIT License
151 stars 16 forks source link

updated domain from alpha.irccloud.com to www.irccloud.com #9

Closed keithah closed 11 years ago

keithah commented 11 years ago

Since irccloud did the server upgrade, alpha no longer does a redirect to www, so I changed the domain back to www.

jnordberg commented 11 years ago

Thanks, i'll put up a new version when i get some time. To anyone looking for a workaround until then you can use defaults write com.yellowagents.nimbus url -string "https://www.irccloud.com" to set the url.

On 6 jul 2013, at 13:13, keithah notifications@github.com wrote:

Since irccloud did the server upgrade, alpha no longer does a redirect to www, so I changed the domain back to www.

You can merge this Pull Request by running

git pull https://github.com/keithah/irccloudapp patch-1 Or view, comment on, or merge it at:

https://github.com/jnordberg/irccloudapp/pull/9

Commit Summary

updated domain from alpha.irccloud.com to www.irccloud.com File Changes

M AppDelegate.m (3) Patch Links:

https://github.com/jnordberg/irccloudapp/pull/9.patch https://github.com/jnordberg/irccloudapp/pull/9.diff

keithah commented 11 years ago

Thanks!

How I pull up the javascript console in Nimbus to set this? Or should I set it in a browser?

bemjb commented 11 years ago

@keithah, you run that command in Terminal.app.

On Jul 6, 2013, at 4:39, keithah notifications@github.com wrote:

How I pull up the javascript console in Nimbus to set this? Or should I set it in a browser?

— Reply to this email directly or view it on GitHub.

avelino commented 11 years ago

Why not accept the pull request and generate new build?

jnordberg commented 11 years ago

Released 0.7.1, should show up in autoupdate now. Sorry for the delay