View Issue Details

IDProjectCategoryView StatusLast Update
0003149unrealircdpublic2007-04-16 12:46
Reportervonitsanet Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
OS-OS Version- 
Product Version3.2.6 
Summary0003149: Remote motd broken?
DescriptionTLD with remote option is not working for me on:
motd
rules
Opermotd

it works fine for botmotd.
TagsNo tags attached.
3rd party modules

Relationships

duplicate of 0002103 closedsyzop Remote MOTD issues... 

Activities

vonitsanet

2006-12-18 16:24

reporter   ~0012843

tld {
        mask *@*;
        motd remote.motd;
        rules remote.rules;
        shortmotd remote.smotd;
        opermotd remote.omotd;
        botmotd remote.botmotd;
        options {
                remote;
        };
};

syzop

2006-12-18 16:32

administrator   ~0012844

I guess it never actually worked... :p

Bock

2006-12-19 15:29

reporter   ~0012857

and noone more:

tld {
    mask *@*;
    motd ircd.motd;
    rules ircd.rules;
    shortmotd ircd.smotd;
    opermotd ircd.omotd;
    botmotd ircd.bmotd;
    options {
        ssl;
    };
};

with it motd and rules work anyway (ssl and non-ssl), botmotd and opermotd works fine - for ssl - shows, for non-ssl - no.

Issue History

Date Modified Username Field Change
2006-12-18 16:23 vonitsanet New Issue
2006-12-18 16:24 vonitsanet Note Added: 0012843
2006-12-18 16:32 syzop Note Added: 0012844
2006-12-18 16:32 syzop Status new => confirmed
2006-12-19 15:29 Bock Note Added: 0012857
2007-04-16 12:46 stskeeps Relationship added duplicate of 0002103
2007-04-16 12:46 stskeeps Status confirmed => closed
2007-04-16 12:46 stskeeps Resolution open => duplicate