NuSkooler / enigma-bbs

ENiGMA½ BBS Software
https://nuskooler.github.io/enigma-bbs/
BSD 2-Clause "Simplified" License
548 stars 105 forks source link

Create a semi-traditional Waiting For Caller (WFC) System #216

Closed NuSkooler closed 2 years ago

NuSkooler commented 5 years ago

Feature open for Discussion: Create a semi-traditional "Waiting For Caller" (WFC) system.

Traditional:

Some more modern features:

cwstephenson71 commented 5 years ago

How about a log viewer and echomail polling?

NuSkooler commented 5 years ago

@cwstephenson71 Viewing of logs is in the list. What do you mean by EchoMail polling? An explicit "poll now" type action? Since ENiGMA currently relies on an external system for transport (e.g.: Binkd) that may not be directly possible.

cwstephenson71 commented 5 years ago

Yeah like a "poll now" maybe add the default command syntax for bink "binkd -p" or even let the sysOp change it if they don't use bink?

Regards

On Mon, Dec 10, 2018, 5:35 PM Bryan Ashby <notifications@github.com wrote:

@cwstephenson71 https://github.com/cwstephenson71 Viewing of logs is in the list. What do you mean by EchoMail polling? An explicit "poll now" type action? Since ENiGMA currently relies on an external system for transport (e.g.: Binkd) that may not be directly possible.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/NuSkooler/enigma-bbs/issues/216#issuecomment-446000625, or mute the thread https://github.com/notifications/unsubscribe-auth/AohE5pgSFCIdv-_7EB2Mz7BXdGc-_zLpks5u3uHJgaJpZM4ZL9Hy .

NuSkooler commented 5 years ago

@cwstephenson71 If that's really a desired feature I think arbitrary +op defined commands would be better.

Something like:

commandKey: {
  name: Poll Binkd
  cmd: /sbin/binkd
  args: [
    // ...
  ]
}
SemperFu commented 5 years ago

Since I have a scheduled task set to run a poll on binkd. Could give the sysop the ability to see scheduled tasks and run them immediately as well.

streaps commented 5 years ago

why not display and modify the files in the outbound directory directly?

cwstephenson71 commented 5 years ago

Yeah, me too...much better! Thanks!

Regards

On Tue, Dec 11, 2018, 11:52 AM Bryan Ashby <notifications@github.com wrote:

@cwstephenson71 https://github.com/cwstephenson71 If that's really a desired feature I think arbitrary +op defined commands would be better.

Something like:

commandKey: { name: Poll Binkd cmd: /sbin/binkd args: [ // ... ] }

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/NuSkooler/enigma-bbs/issues/216#issuecomment-446276016, or mute the thread https://github.com/notifications/unsubscribe-auth/AohE5hIGHjCq5duJctZVeB_KFnDDPKPHks5u3-LYgaJpZM4ZL9Hy .

NuSkooler commented 5 years ago

@streaps Can you elaborate?

streaps commented 5 years ago

http://ftsc.org/docs/fts-5005.003 http://wiki.synchro.net/ref:fidonet_files

if this is not self explanatory, I can elaborate later.

NuSkooler commented 5 years ago

@streaps ENiGMA already reads/writes FTN/BSO packets & control files. I'm not sure what you're getting at here -- what feature are you after? What does it have to do with a WFC?

NuSkooler commented 2 years ago

https://github.com/NuSkooler/enigma-bbs/pull/431 is merged! Some tickets already entered, any other missing functionality/requests should be their own as well.