World: r3wp
[!CureCode] web-based bugtracking tool
older newer | first last |
Henrik 30-Aug-2009 [672] | yes, I thought I could make an error! earlier in that function, but I still get a TCP error. |
Graham 30-Aug-2009 [673] | You know that ?? logs to trace.log |
Dockimbel 30-Aug-2009 [674] | STMP-server : thanks for finding that one! |
Graham 30-Aug-2009 [675] | So, was your smtp error related to trying to connect to sofinnov's mail server? |
Henrik 30-Aug-2009 [676] | I was trying to use ??, but couldn't get it to work. |
Dockimbel 30-Aug-2009 [677] | Port none not open on save/png...odd one. |
Graham 30-Aug-2009 [678x2] | Oh .. that's for RSP. |
helper.r is in the global name space ... so ?? may not work | |
Dockimbel 30-Aug-2009 [680] | Try debug/probe instead. |
Henrik 30-Aug-2009 [681x6] | debug/probe mold spec inserted on the first line... |
no difference. it still reports tcp error. it must be coming some time before that function. | |
got debug/probe working now. it definitely stops at 'send-confirmation. | |
oh that's it. I just need to fill that function up with debug/probes and it works. :-) got a mail now. | |
graham or doc, could you please try registering at: http://97.107.135.89/bugs/register.rsp | |
your account will be deleted after testing is done | |
Graham 30-Aug-2009 [687x3] | Type the code your read in the following image should be .. type in the code below or similar |
I'm registered and in! | |
nice work .. hope you document all the fixes you had to make. | |
Henrik 30-Aug-2009 [690] | cool. now I need to access the admin account. only need the password. |
Graham 30-Aug-2009 [691x4] | yeah ... you only have the hash! |
encode-pass: func [pass [string!]][ enbase/base checksum/method pass 'md5 16 ] | |
use that to create your new password and store that in the db | |
ie. store the result. | |
Dockimbel 30-Aug-2009 [695x3] | default admin account is : nimda |
that's in comment somewhere (build.sql or install script) | |
Registering: ok Email: ok Login/logou: ok | |
Henrik 30-Aug-2009 [698] | this is sweet! complete user and project management. |
Dockimbel 30-Aug-2009 [699x2] | v0.9.9 is a little bit better for management. |
I'll make a package asap, so you can upgrade. | |
Graham 30-Aug-2009 [701] | it's not in the sql script that I saw |
Henrik 30-Aug-2009 [702x3] | yes, BTW, there are many places where the word REBOL3 is hardcoded in strings. I was wondering if it's a good idea to move that to the config? It seems obvious for customization. |
also in the top table of the page, the one with three columns, I forced the width of each column to 33% to avoid the changing of the title to move the page name in the top middle of the page. | |
Since this works so well, I will reward graham and doc by keeping their accounts, so you don't have to register again. :-) | |
Dockimbel 30-Aug-2009 [705] | I would have said that CC's current install process is a real PIA ;-) |
Henrik 30-Aug-2009 [706] | I think we unearthed a lot of things that we otherwise would just bump into along the way, anyway. I'm still not safe on the email issue, as the debug lines are still present. |
Graham 30-Aug-2009 [707x2] | Ok, submitted a ticket! |
That worked. | |
Henrik 30-Aug-2009 [709] | cool :-) |
Dockimbel 1-Sep-2009 [710] | I'm working on an integrated client Mail Transfer Agent that will handle emails sending in Cheyenne without the need to install any third-party mail server. It should be ready in a couple of days. |
Henrik 1-Sep-2009 [711] | nice |
Graham 1-Sep-2009 [712] | How will that work? |
Dockimbel 1-Sep-2009 [713x3] | Transparently for the user. Internally, like a normal MTA, getting the right MX, queuing outgoing emails on disk, retry sending a few times if required, inform back user (and admin optinaly) by email if sending failed. |
RSP users will just use SEND without any change. SEND will be patched, so SET-NET won't be required. | |
Obviously, emails will be sent in async mode by the UniServe layer. | |
Graham 1-Sep-2009 [716x4] | what will you use for DNS? |
OpenDNS? | |
I did this before ... http://www.rebol.org/view-script.r?script=email-check.r | |
only a couple of linest to make that into a mta :) | |
Dockimbel 1-Sep-2009 [720x2] | DNS server: the ones declared locally on the machine. |
Yes, I've been inspired by your code when I started working on it. | |
older newer | first last |