Files
fastway-plugin-echomail/plugin.json
Ken Johnson 23f1c3ba15
All checks were successful
Build & Release Plugin / build (push) Successful in 1m1s
v0.0.8: migrate to declarative DBAPI schema
Rewrite echomail_schema.inc — 19 tables now declared via
TDBATableSpec records using FHost.DeclareTable. Reconciler in the
host handles ADD COLUMN automatically across SQLite/MariaDB/PostgreSQL.

Tooling:
* Vendor fw_plugin_api + dbapi_* units into sdk/ via `make pull-sdk`.
  sdk/VERSION pins the upstream commit hash.
* Makefile adds fcl-db (sqldb/dbase), paszlib, hash paths.
* Removed top-level fw_plugin_api.pas (now under sdk/).
2026-04-18 18:28:25 -07:00

34 lines
816 B
JSON

{
"name": "echomail",
"version": "0.0.8",
"api_version": 1,
"description": "Echomail Processor - Tosser, scanner, packer, AreaFix, FileFix, 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,filefix,netmail",
"dependencies": {
"fastway": ">=0.4.7",
"plugins": []
},
"capabilities": [
"database",
"routes",
"admin",
"events",
"config",
"service",
"scheduled"
],
"files": {
"binary": "libechomail.so",
"web": [
"web/"
]
}
}