jaguar wrote:romovs wrote:jaguar wrote:Incorrect frame on the pictures. So, I'm not alone who have this issue.
?
romovs wrote:Just drew a slightly a better top/bottom right corners for minimap window.
Wait who else is having this issue? All the screens I've seen have the updated frame.
jaguar wrote:And please explain why you send username and passwords over http?
- Code: Select all
private boolean mklogin() {
+ try {
+ URL url = new URL("http://www.havenandhearth.com/portal/sec/login");
+ HttpURLConnection conn = (HttpURLConnection)url.openConnection();
...
Because I haven't gotten to that part yet. I literally just merged it like 30 minutes ago

. Work in progress...
In case anyone is wondering, this is for a new feature "status widget" developed by b0r3d0m. It displays current ping times and account status hence it needs to connect to havenandhearth.com website to get the account status information.