All checks were successful
Build & Release Plugin / build (push) Successful in 10s
Round 13 features: - Add events system (mailer_events.inc) - Enhanced WFC endpoint with session tracking - Improved scheduler with cleanup tasks - Admin UI enhancements Round 15 fixes: - Fix ExtractNodelistFromZip hardcoded /tmp paths (GetTempDir + unique names) - Fix hardcoded '/' path separator in mailer_transfer.inc -> PathDelim - Fix hardcoded '/*' glob patterns in mailer_files.inc -> PathDelim + '*' - Sync all version strings (source, Makefile, plugin.json) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
34 lines
772 B
JSON
34 lines
772 B
JSON
{
|
|
"name": "mailer",
|
|
"version": "0.0.4",
|
|
"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/"
|
|
]
|
|
}
|
|
}
|