Section One BBS

Welcome, Guest.


Subject: Re: [wiki.synchro.net] page added: howto:freq Date: Tue Mar 11 2025 04:16 pm
From: Gamgee To: Digital Man

-=> Digital Man wrote to Gamgee <=-

 > Do you mean you are going to add some log statements, or that I should do
 > that? Because... I don't know how to do that.

 DM> You would edit the file binkit.js and add lines around the .req file
 DM> handling, for example:

 DM>         if (fname.search(/\.req$/i) !== -1) {
 DM>                 log("REQ file received, calling handle_freq");
 DM>                 handle_freq(fname, bp);
 DM>                 remove_file(fname);
 DM>         }

 DM> Then when BinkIt receives a .req file, I'd expect to see that string in
 DM> your logs.

Great, thank you.  I will do that and see what I see.

 > Should I put in a Gitlab issue?  How can I fix this?  Thank you.

 DM> If you want to reach the author (Deuce) that's probably the best way,
 DM> yes.

All right, I'll muck about with it a little more and then do that if I 
can't get it going.  Thank you!




... Gone crazy, be back later, please leave message.
--- MultiMail/Linux v0.52
 ■ Synchronet ■ Palantir BBS * palantirbbs.ddns.net * Pensacola, FL

Previous Message       Next Message
In Reply To: Re: [wiki.synchro.net] page added: howto:freq (Digital Man)