]> ruin.nu Git - ndwebbie.git/blobdiff - lib/NDWeb/Controller/Root.pm
Show target coords as soon as they are released
[ndwebbie.git] / lib / NDWeb / Controller / Root.pm
index bc422a6fcd6619b331bb206a45e9951624f6efa8..5faa024d2567b5c72c0c55aa82262dfd69d367ee 100644 (file)
@@ -95,6 +95,10 @@ sub smsconfirm : Local {
        my ($self, $c) = @_;
        my $dbh = $c->model;
 
+       $c->stash(template => 'default.tt2');
+
+       return unless $c->req->param('apiMsgId');
+
        my $sms = $dbh->prepare(q{
 UPDATE sms SET status = $2, cost = $3
        ,time = TIMESTAMP WITH TIME ZONE 'epoch' + $4 * INTERVAL '1 second'
@@ -106,7 +110,6 @@ WHERE msgid = $1
                ,$c->req->param('charge')
                ,$c->req->param('timestamp'));
 
-       $c->stash(template => 'default.tt2');
 }
 
 
@@ -126,8 +129,8 @@ sub listTargets : Private {
 
        my $dbh = $c ->model;
 
-       my $query = $dbh->prepare(q{SELECT t.id, r.id AS raid, r.tick+c.wave-1 AS landingtick, 
-               (released_coords AND old_claim(timestamp)) AS released_coords, coords(x,y,z),c.launched,c.wave,c.joinable
+       my $query = $dbh->prepare(q{SELECT t.id, r.id AS raid, r.tick+c.wave-1 AS landingtick,
+               released_coords, coords(x,y,z),c.launched,c.wave,c.joinable
 FROM raid_claims c
        JOIN raid_targets t ON c.target = t.id
        JOIN raids r ON t.raid = r.id
@@ -240,10 +243,7 @@ AND mission = 'Full fleet' AND name IN ('Main','Advanced Unit');
                        newposts => $newposts,
                        unreadposts => $unread
                });
-               $c->stash->{user}->{attacker} = $c->check_user_roles(qw/attack_menu/)
-                       && (!$c->check_user_roles(qw/member_menu/)
-                               || ($c->user->planet && (($c->stash->{TICK} - $fleetupdate < 24)
-                                       || $c->check_user_roles(qw/no_fleet_update/)))),
+               $c->stash->{user}->{attacker} = $c->check_user_roles(qw/attack_menu/);
                $c->forward('listTargets');
        }
        my $birthdays = $dbh->prepare(q{SELECT username