Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dcff1f5dd2 |
@@ -236,6 +236,7 @@ type
|
||||
procedure SessionReleaseNode(ANodeID: Integer);
|
||||
procedure SessionSetNodeUser(ANodeID: Integer; const AUsername: string; AUserID: Integer);
|
||||
procedure SessionSetNodeAddress(ANodeID: Integer; const AAddress: string);
|
||||
procedure SessionSetNodeStatus(ANodeID: Integer; const AStatus: string);
|
||||
|
||||
// Protocol detection (thin client only — stubs on primary server)
|
||||
// Transport plugins call these to discover and dispatch to protocol detectors.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "webui",
|
||||
"version": "0.1.5",
|
||||
"version": "0.1.6",
|
||||
"api_version": 1,
|
||||
"description": "Web-based thin client for Fastway BBS - browser access to BBS features",
|
||||
"short_description": "Web-based BBS thin client",
|
||||
|
||||
Reference in New Issue
Block a user