Changeset 862

Show
Ignore:
Timestamp:
03/27/09 05:47:45 (8 months ago)
Author:
ask
Message:

Small tweak to comment and logging in DJabberd::Connection::ServerOut
(Alex Vandiver <alexmv@…>)

Location:
trunk/DJabberd
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/DJabberd/CHANGES

    r825 r862  
     1  - Small tweak to comment and logging in DJabberd::Connection::ServerOut 
     2    (Alex Vandiver <alexmv@bestpractical.com>) 
     3 
    14  - Don't treat hostnames that look like 192.168.0.1.domain.com as IP 
    25    addresses. (Reported by Domrachev Ivan <domrachev.ivan@gmail.com>). 
  • trunk/DJabberd/lib/DJabberd/Connection/ServerOut.pm

    r650 r862  
    1 # outgoing connection to another server for the sole purpose of verifying a dialback result. 
     1# outgoing connection to another server, including setting up dialback secret 
    22package DJabberd::Connection::ServerOut; 
    33use strict; 
     
    7878    $self->log->debug("We got a stream back from connection $self->{id}!\n"); 
    7979    unless ($ss->announced_dialback) { 
    80         $self->log->warn("Connection $self->{id} doesn't support dialbacl, failing"); 
     80        $self->log->warn("Connection $self->{id} doesn't support dialback, failing"); 
    8181        $self->{queue}->on_connection_failed($self, "no dialback"); 
    8282        return;