All checks were successful
Build & Release Plugin / build (push) Successful in 16s
- fw_request.pas: 11-tier FREQ security, magic filenames, wildcards, update requests - fw_outbound.pas: full multi-zone BSO, flow files, busy management, point dirs - fw_modem.pas: caller ID extraction, dial translation, MNP filter, call collision - fw_sched.pas: add TFWSchedulerManager with smart polling, task types, mail hours, event lifecycle - fw_domain.pas: new — multi-domain outbound directory management - fw_flags.pas: new — semaphore/flag file handling (RESCAN.FLG, TOSS.FLG, etc.) - fw_extapp.pas: new — external application hooks (mailpack, mailprocess) - fw_plugin_api.pas: add SessionSetNodeStatus method - mailer_resolve.inc: use link protocol setting for method resolution
34 lines
773 B
JSON
34 lines
773 B
JSON
{
|
|
"name": "mailer",
|
|
"version": "0.0.12",
|
|
"api_version": 1,
|
|
"description": "Front-End Mailer - Link management, session tracking, polling, nodelist, WFC",
|
|
"short_description": "FidoNet front-end mailer (like FrontDoor/Xenia)",
|
|
"author": "Fastway BBS",
|
|
"license": "GPL-3.0",
|
|
"category": "networking",
|
|
"target": "server",
|
|
"homepage": "https://kjgr.io/fastway/fastway-plugin-mailer",
|
|
"repository": "fastway/fastway-plugin-mailer",
|
|
"tags": "fidonet,mailer,binkp,nodelist,wfc",
|
|
"dependencies": {
|
|
"fastway": ">=0.4.7",
|
|
"plugins": []
|
|
},
|
|
"capabilities": [
|
|
"database",
|
|
"routes",
|
|
"admin",
|
|
"events",
|
|
"config",
|
|
"service",
|
|
"scheduled"
|
|
],
|
|
"files": {
|
|
"binary": "libmailer.so",
|
|
"web": [
|
|
"web/"
|
|
]
|
|
}
|
|
}
|