Hello,
On my SBBS, the Find Message and Find Message All function (F & /F in Default.src) perform the same actions. They both only search the local sub board and neither prompt the user if they want to search the Sub Board, the Group, or All.
I checked my default.src, and F is msg_find_text and /F is msg_find_text_all.
I logged into a few other SBBS boards and they had the same problem. Except for Vert. It works properly at Vert.
I'm running the latest code on gitlab and I've tried recompiling the Baja .src.
What do you have set in SCFG->System->Loadable Modules->Scan Subs? If you have a module configured there, its possible that module is not detecting the difference between "scan current sub" (argv[0]==0) and "Scan all subs" (argv[0]==1). --
What do you have set in SCFG->System->Loadable Modules->Scan Subs? If you
have a module configured there, its possible that module is not detecting
the difference between "scan current sub" (argv[0]==0) and "Scan all subs"
(argv[0]==1). --
Shoot. I'm using DDScanSubs.js. Part of DDMessageReader.
I'm looking at the JS now and it appears to have support for the argv[0]=="1" but maybe its broken....
--- SBBSecho 3.11-Linux
* Origin: Halls of Valhalla =-= Happy Holidays (1:218/840)
??? Synchronet ??? Vertrauen ??? Home of Synchronet ??? [vert/cvs/bbs].synchro.net
If you have a module configured there, its possible that module is
not detecting the difference between "scan current sub" (argv[0]==0)
and "Scan all subs" (argv[0]==1). --
Shoot. I'm using DDScanSubs.js. Part of DDMessageReader.
I'm looking at the JS now and it appears to have support for the argv[0]=="1" but maybe its broken....
Shoot. I'm using DDScanSubs.js. Part of DDMessageReader.
I'm looking at the JS now and it appears to have support for theIt does have support for the different pareameters for argv[0]:
argv[0]=="1" but maybe its broken....
var scanAllSubs = (argv[0] == "1");
Re: msg_find_text & msg_find_text_all the same
By: Nightfox to Bob Roberts on Tue Dec 01 2020 08:53 pm
Shoot. I'm using DDScanSubs.js. Part of DDMessageReader.
I'm looking at the JS now and it appears to have support for theIt does have support for the different pareameters for argv[0]:
argv[0]=="1" but maybe its broken....
var scanAllSubs = (argv[0] == "1");
Hi Nightfox,
I'm not sure why it's not working. In SCFG -> Loadable Modules -> Scan Subs... Where I put DDScanSubs.js, do I need to add any variables which will cause SBBS to pass the 0 or 1?
I'm looking at the JS now and it appears to have support for the
argv[0]=="1" but maybe its broken....
It does have support for the different pareameters for argv[0]:
var scanAllSubs = (argv[0] == "1");
I'm looking at the JS now and it appears to have support for the
argv[0]=="1" but maybe its broken....
It does have support for the different pareameters for argv[0]:
var scanAllSubs = (argv[0] == "1");
Hi Nightfox,
I'm not sure why it's not working. In SCFG -> Loadable Modules -> Scan Subs... Where I put DDScanSubs.js, do I need to add any variables which will cause SBBS to pass the 0 or 1?
I visited your board to see if Find Message Scan -- All Subs worked, but I wasn't able to trigger it. F scans just one sub, and /F isn't available.
F on my BBS is simply a find text, which I don't think is equivalent to Synchronet's sub scanning. S on my BBS triggers Synchronet's new-to-you scan, and N on my BBS triggers Synchronet's newscan. I have a custom command shell, so I'll probably have to try Synchronet's stock shell (and possibly Synchronet's stock reader) and see how it behaves.
Sysop: | Tandy |
---|---|
Location: | New York, USA |
Users: | 15 |
Nodes: | 13 (0 / 13) |
Uptime: | 19:32:05 |
Calls: | 337 |
Messages: | 119,023 |