View Issue Details

IDProjectCategoryView StatusLast Update
0003411unrealircdpublic2007-06-29 16:22
Reportercraftsman Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionduplicate 
Product Version3.2.7-RC1 
Summary0003411: link block with autoconnect
Description* Loading IRCd configuration ..
[error] unrealircd.conf:49: link block with autoconnect and wildcards (* and/or ? in hostname)

very similar http://bugs.unrealircd.org/view.php?id=3405

single what with autoconnect


link services.unrealircd-mx.com
{
      username *;
        hostname 127.0.0.1;
      bind-ip *;
      port 6661;
      hub *;
      password-connect "password";
      password-receive "password";
      class servers;
         options {
               autoconnect;
          };
};

with SSL not problem.. only with autoconnect..
3rd party modules

Activities

stskeeps

2007-06-29 16:22

reporter   ~0014430

Was fixed already.

Issue History

Date Modified Username Field Change
2007-06-29 15:36 craftsman New Issue
2007-06-29 16:22 stskeeps Status new => closed
2007-06-29 16:22 stskeeps Note Added: 0014430
2007-06-29 16:22 stskeeps Resolution open => duplicate