35c64a40863d8a0a98ea0b35485eaecf5ba5092c
[freeside.git] / FS / FS / svc_domain.pm
1 package FS::svc_domain;
2
3 use strict;
4 use vars qw( @ISA $whois_hack $conf
5   @defaultrecords $soadefaultttl $soaemail $soaexpire $soamachine
6   $soarefresh $soaretry
7 );
8 use Carp;
9 use Date::Format;
10 #use Net::Whois::Raw;
11 use FS::Record qw(fields qsearch qsearchs dbh);
12 use FS::Conf;
13 use FS::svc_Common;
14 use FS::svc_Parent_Mixin;
15 use FS::cust_svc;
16 use FS::svc_acct;
17 use FS::cust_pkg;
18 use FS::cust_main;
19 use FS::domain_record;
20 use FS::queue;
21
22 @ISA = qw( FS::svc_Parent_Mixin FS::svc_Common );
23
24 #ask FS::UID to run this stuff for us later
25 $FS::UID::callback{'FS::domain'} = sub { 
26   $conf = new FS::Conf;
27
28   @defaultrecords = $conf->config('defaultrecords');
29   $soadefaultttl = $conf->config('soadefaultttl');
30   $soaemail      = $conf->config('soaemail');
31   $soaexpire     = $conf->config('soaexpire');
32   $soamachine    = $conf->config('soamachine');
33   $soarefresh    = $conf->config('soarefresh');
34   $soaretry      = $conf->config('soaretry');
35
36 };
37
38 =head1 NAME
39
40 FS::svc_domain - Object methods for svc_domain records
41
42 =head1 SYNOPSIS
43
44   use FS::svc_domain;
45
46   $record = new FS::svc_domain \%hash;
47   $record = new FS::svc_domain { 'column' => 'value' };
48
49   $error = $record->insert;
50
51   $error = $new_record->replace($old_record);
52
53   $error = $record->delete;
54
55   $error = $record->check;
56
57   $error = $record->suspend;
58
59   $error = $record->unsuspend;
60
61   $error = $record->cancel;
62
63 =head1 DESCRIPTION
64
65 An FS::svc_domain object represents a domain.  FS::svc_domain inherits from
66 FS::svc_Common.  The following fields are currently supported:
67
68 =over 4
69
70 =item svcnum - primary key (assigned automatically for new accounts)
71
72 =item domain
73
74 =item catchall - optional svcnum of an svc_acct record, designating an email catchall account.
75
76 =item suffix - 
77
78 =item parent_svcnum -
79
80 =item registrarnum - Registrar (see L<FS::registrar>)
81
82 =item registrarkey - Registrar key or password for this domain
83
84 =item setup_date - UNIX timestamp
85
86 =item renewal_interval - Number of days before expiration date to start renewal
87
88 =item expiration_date - UNIX timestamp
89
90 =back
91
92 =head1 METHODS
93
94 =over 4
95
96 =item new HASHREF
97
98 Creates a new domain.  To add the domain to the database, see L<"insert">.
99
100 =cut
101
102 sub table_info {
103   {
104     'name' => 'Domain',
105     'sorts' => 'domain',
106     'display_weight' => 20,
107     'cancel_weight'  => 60,
108     'fields' => {
109       'domain' => 'Domain',
110     },
111   };
112 }
113
114 sub table { 'svc_domain'; }
115
116 sub search_sql {
117   my($class, $string) = @_;
118   $class->search_sql_field('domain', $string);
119 }
120
121
122 =item label
123
124 Returns the domain.
125
126 =cut
127
128 sub label {
129   my $self = shift;
130   $self->domain;
131 }
132
133 =item insert [ , OPTION => VALUE ... ]
134
135 Adds this domain to the database.  If there is an error, returns the error,
136 otherwise returns false.
137
138 The additional fields I<pkgnum> and I<svcpart> (see L<FS::cust_svc>) should be 
139 defined.  An FS::cust_svc record will be created and inserted.
140
141 The additional field I<action> should be set to I<N> for new domains or I<M>
142 for transfers.
143
144 A registration or transfer email will be submitted unless
145 $FS::svc_domain::whois_hack is true.
146
147 The additional field I<email> can be used to manually set the admin contact
148 email address on this email.  Otherwise, the svc_acct records for this package 
149 (see L<FS::cust_pkg>) are searched.  If there is exactly one svc_acct record
150 in the same package, it is automatically used.  Otherwise an error is returned.
151
152 If any I<soamachine> configuration file exists, an SOA record is added to
153 the domain_record table (see <FS::domain_record>).
154
155 If any records are defined in the I<defaultrecords> configuration file,
156 appropriate records are added to the domain_record table (see
157 L<FS::domain_record>).
158
159 Currently available options are: I<depend_jobnum>
160
161 If I<depend_jobnum> is set (to a scalar jobnum or an array reference of
162 jobnums), all provisioning jobs will have a dependancy on the supplied
163 jobnum(s) (they will not run until the specific job(s) complete(s)).
164
165 =cut
166
167 sub insert {
168   my $self = shift;
169   my $error;
170
171   local $SIG{HUP} = 'IGNORE';
172   local $SIG{INT} = 'IGNORE';
173   local $SIG{QUIT} = 'IGNORE';
174   local $SIG{TERM} = 'IGNORE';
175   local $SIG{TSTP} = 'IGNORE';
176   local $SIG{PIPE} = 'IGNORE';
177
178   my $oldAutoCommit = $FS::UID::AutoCommit;
179   local $FS::UID::AutoCommit = 0;
180   my $dbh = dbh;
181
182   $error = $self->SUPER::insert(@_);
183   if ( $error ) {
184     $dbh->rollback if $oldAutoCommit;
185     return $error;
186   }
187
188   if ( $soamachine ) {
189     my $soa = new FS::domain_record {
190       'svcnum'  => $self->svcnum,
191       'reczone' => '@',
192       'recaf'   => 'IN',
193       'rectype' => 'SOA',
194       'recdata' => "$soamachine $soaemail ( ". time2str("%Y%m%d", time). "00 ".
195                    "$soarefresh $soaretry $soaexpire $soadefaultttl )"
196     };
197     $error = $soa->insert;
198     if ( $error ) {
199       $dbh->rollback if $oldAutoCommit;
200       return "couldn't insert SOA record for new domain: $error";
201     }
202
203     foreach my $record ( @defaultrecords ) {
204       my($zone,$af,$type,$data) = split(/\s+/,$record,4);
205       my $domain_record = new FS::domain_record {
206         'svcnum'  => $self->svcnum,
207         'reczone' => $zone,
208         'recaf'   => $af,
209         'rectype' => $type,
210         'recdata' => $data,
211       };
212       my $error = $domain_record->insert;
213       if ( $error ) {
214         $dbh->rollback if $oldAutoCommit;
215         return "couldn't insert record for new domain: $error";
216       }
217     }
218
219   }
220
221   $dbh->commit or die $dbh->errstr if $oldAutoCommit;
222
223   ''; #no error
224 }
225
226 =item delete
227
228 Deletes this domain from the database.  If there is an error, returns the
229 error, otherwise returns false.
230
231 The corresponding FS::cust_svc record will be deleted as well.
232
233 =cut
234
235 sub delete {
236   my $self = shift;
237
238   return "Can't delete a domain which has accounts!"
239     if qsearch( 'svc_acct', { 'domsvc' => $self->svcnum } );
240
241   #return "Can't delete a domain with (domain_record) zone entries!"
242   #  if qsearch('domain_record', { 'svcnum' => $self->svcnum } );
243
244   local $SIG{HUP} = 'IGNORE';
245   local $SIG{INT} = 'IGNORE';
246   local $SIG{QUIT} = 'IGNORE';
247   local $SIG{TERM} = 'IGNORE';
248   local $SIG{TSTP} = 'IGNORE';
249   local $SIG{PIPE} = 'IGNORE';
250
251   my $oldAutoCommit = $FS::UID::AutoCommit;
252   local $FS::UID::AutoCommit = 0;
253   my $dbh = dbh;
254
255   foreach my $domain_record ( reverse $self->domain_record ) {
256     my $error = $domain_record->delete;
257     if ( $error ) {
258       $dbh->rollback if $oldAutoCommit;
259       return "can't delete DNS entry: ".
260              join(' ', map $domain_record->$_(),
261                            qw( reczone recaf rectype recdata )
262                  ).
263              ":$error";
264     }
265   }
266
267   my $error = $self->SUPER::delete;
268   if ( $error ) {
269     $dbh->rollback if $oldAutoCommit;
270     return $error;
271   }
272
273   $dbh->commit or die $dbh->errstr if $oldAutoCommit;
274 }
275
276 =item replace OLD_RECORD
277
278 Replaces OLD_RECORD with this one in the database.  If there is an error,
279 returns the error, otherwise returns false.
280
281 =cut
282
283 sub replace {
284   my ( $new, $old ) = ( shift, shift );
285
286   # We absolutely have to have an old vs. new record to make this work.
287   $old = $new->replace_old unless defined($old);
288
289   return "Can't change domain - reorder."
290     if $old->getfield('domain') ne $new->getfield('domain'); 
291
292   # Better to do it here than to force the caller to remember that svc_domain is weird.
293   $new->setfield(action => 'M');
294   my $error = $new->SUPER::replace($old);
295   return $error if $error;
296 }
297
298 =item suspend
299
300 Just returns false (no error) for now.
301
302 Called by the suspend method of FS::cust_pkg (see L<FS::cust_pkg>).
303
304 =item unsuspend
305
306 Just returns false (no error) for now.
307
308 Called by the unsuspend method of FS::cust_pkg (see L<FS::cust_pkg>).
309
310 =item cancel
311
312 Just returns false (no error) for now.
313
314 Called by the cancel method of FS::cust_pkg (see L<FS::cust_pkg>).
315
316 =item check
317
318 Checks all fields to make sure this is a valid domain.  If there is an error,
319 returns the error, otherwise returns false.  Called by the insert and replace
320 methods.
321
322 Sets any fixed values; see L<FS::part_svc>.
323
324 =cut
325
326 sub check {
327   my $self = shift;
328
329   my $x = $self->setfixed;
330   return $x unless ref($x);
331   #my $part_svc = $x;
332
333   my $error = $self->ut_numbern('svcnum')
334               || $self->ut_numbern('catchall')
335   ;
336   return $error if $error;
337
338   #hmm
339   my $pkgnum;
340   if ( $self->svcnum ) {
341     my $cust_svc = qsearchs( 'cust_svc', { 'svcnum' => $self->svcnum } );
342     $pkgnum = $cust_svc->pkgnum;
343   } else {
344     $pkgnum = $self->pkgnum;
345   }
346
347   my($recref) = $self->hashref;
348
349   #if ( $recref->{domain} =~ /^([\w\-\.]{1,22})\.(com|net|org|edu)$/ ) {
350   if ( $recref->{domain} =~ /^([\w\-]{1,63})\.(com|net|org|edu|tv|info|biz)$/ ) {
351     $recref->{domain} = "$1.$2";
352     $recref->{suffix} ||= $2;
353   # hmmmmmmmm.
354   } elsif ( $whois_hack && $recref->{domain} =~ /^([\w\-\.]+)\.(\w+)$/ ) {
355     $recref->{domain} = "$1.$2";
356     # need to match a list of suffixes - no guarantee they're top-level..
357   } else {
358     return "Illegal domain ". $recref->{domain}.
359            " (or unknown registry - try \$whois_hack)";
360   }
361
362
363   if ( $recref->{catchall} ne '' ) {
364     my $svc_acct = qsearchs( 'svc_acct', { 'svcnum' => $recref->{catchall} } );
365     return "Unknown catchall" unless $svc_acct;
366   }
367
368   $self->ut_alphan('suffix')
369     or $self->ut_foreign_keyn('registrarnum', 'registrar', 'registrarnum')
370     or $self->ut_textn('registrarkey')
371     or $self->ut_numbern('setup_date')
372     or $self->ut_numbern('renewal_interval')
373     or $self->ut_numbern('expiration_date')
374     or $self->SUPER::check;
375
376 }
377
378 sub _check_duplicate {
379   my $self = shift;
380
381   $self->lock_table;
382
383   if ( qsearchs( 'svc_domain', { 'domain' => $self->domain } ) ) {
384     return "Domain in use (here)";
385   } else {
386     return '';
387   }
388 }
389
390 =item domain_record
391
392 =cut
393
394 sub domain_record {
395   my $self = shift;
396
397   my %order = (
398     'SOA'   => 1,
399     'NS'    => 2,
400     'MX'    => 3,
401     'CNAME' => 4,
402     'A'     => 5,
403     'TXT'   => 6,
404     'PTR'   => 7,
405   );
406
407   my %sort = (
408     #'SOA'   => sub { $_[0]->recdata cmp $_[1]->recdata }, #sure hope not though
409 #    'SOA'   => sub { 0; },
410 #    'NS'    => sub { 0; },
411     'MX'    => sub { my( $a_weight, $a_name ) = split(/\s+/, $_[0]->recdata);
412                      my( $b_weight, $b_name ) = split(/\s+/, $_[1]->recdata);
413                      $a_weight <=> $b_weight or $a_name cmp $b_name;
414                    },
415     'CNAME' => sub { $_[0]->reczone cmp $_[1]->reczone },
416     'A'     => sub { $_[0]->reczone cmp $_[1]->reczone },
417
418 #    'TXT'   => sub { 0; },
419     'PTR'   => sub { $_[0]->reczone <=> $_[1]->reczone },
420   );
421
422   sort {    $order{$a->rectype} <=> $order{$b->rectype}
423          or &{ $sort{$a->rectype} || sub { 0; } }($a, $b)
424        }
425        qsearch('domain_record', { svcnum => $self->svcnum } );
426
427 }
428
429 sub catchall_svc_acct {
430   my $self = shift;
431   if ( $self->catchall ) {
432     qsearchs( 'svc_acct', { 'svcnum' => $self->catchall } );
433   } else {
434     '';
435   }
436 }
437
438 =item whois
439
440 # Returns the Net::Whois::Domain object (see L<Net::Whois>) for this domain, or
441 # undef if the domain is not found in whois.
442
443 (If $FS::svc_domain::whois_hack is true, returns that in all cases instead.)
444
445 =cut
446
447 sub whois {
448   #$whois_hack or new Net::Whois::Domain $_[0]->domain;
449   #$whois_hack or die "whois_hack not set...\n";
450 }
451
452 =item _whois
453
454 Deprecated.
455
456 =cut
457
458 sub _whois {
459   die "_whois deprecated";
460 }
461
462 =back
463
464 =head1 BUGS
465
466 Delete doesn't send a registration template.
467
468 All registries should be supported.
469
470 Should change action to a real field.
471
472 The $recref stuff in sub check should be cleaned up.
473
474 =head1 SEE ALSO
475
476 L<FS::svc_Common>, L<FS::Record>, L<FS::Conf>, L<FS::cust_svc>,
477 L<FS::part_svc>, L<FS::cust_pkg>, L<Net::Whois>, schema.html from the base
478 documentation, config.html from the base documentation.
479
480 =cut
481
482 1;
483
484