Files
fastway-plugin-echomail/plugin.json
Ken Johnson 67a242c35d
All checks were successful
Build & Release Plugin / build (push) Successful in 12s
v0.0.4: Fix direction mismatch, fix plugin build path order
- Fix scanner/tosser direction='send' -> 'out' to match web UI values
- Fix Makefile: move /tmp/paszlib_fpic before FCL source paths so all
  units compile with -fPIC for shared library linking

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 15:38:51 -07:00

34 lines
799 B
JSON

{
"name": "echomail",
"version": "0.0.4",
"api_version": 1,
"description": "Echomail Processor - Tosser, scanner, packer, AreaFix, netmail routing",
"short_description": "FidoNet echomail tosser and scanner (like FastEcho/Squish)",
"author": "Fastway BBS",
"license": "GPL-3.0",
"category": "networking",
"target": "server",
"homepage": "https://kjgr.io/fastway/fastway-plugin-echomail",
"repository": "fastway/fastway-plugin-echomail",
"tags": "fidonet,echomail,tosser,scanner,areafix,netmail",
"dependencies": {
"fastway": ">=0.4.7",
"plugins": []
},
"capabilities": [
"database",
"routes",
"admin",
"events",
"config",
"service",
"scheduled"
],
"files": {
"binary": "libechomail.so",
"web": [
"web/"
]
}
}